Set svn:keywords Id on all files.
authorZac Medico <zmedico@gentoo.org>
Wed, 18 Feb 2009 22:50:14 +0000 (22:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 18 Feb 2009 22:50:14 +0000 (22:50 -0000)
svn path=/main/trunk/; revision=12626

19 files changed:
bin/ecompress
bin/ecompressdir
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/elog/filtering.py
pym/portage/elog/messages.py
pym/portage/tests/bin/setup_env.py
pym/portage/tests/bin/test_dobin.py
pym/portage/tests/bin/test_dodir.py
pym/portage/tests/dep/test_dep_getusedeps.py
pym/portage/tests/env/config/test_PackageKeywordsFile.py
pym/portage/tests/env/config/test_PackageMaskFile.py
pym/portage/tests/env/config/test_PackageUseFile.py
pym/portage/tests/news/test_NewsItem.py
pym/portage/tests/process/__init__.py
pym/portage/tests/process/test_poll.py
pym/portage/tests/sets/files/testConfigFileSet.py
pym/portage/tests/sets/files/testStaticFileSet.py
pym/portage_exec.py

index e5f8808a98b2204395f0667bbcd19c20056443f5..6fdde5719d75bd8afd974da5d1e47f03cdd52778 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: prepman 5507 2007-01-10 04:22:27Z zmedico $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 2122250fc672fc3425772aea699ea224c4b565ae..4dd35e549d0994e6a932921c03c994596d65a209 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: prepalldocs 3483 2006-06-10 21:40:40Z genone $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index f0faf9a4bda4b358c73c92b7df07a3e493c9a1b8..10b85ea5730b6553b51baacce7fcac9425387bb7 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python -O
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: emerge 5976 2007-02-17 09:14:53Z genone $
+# $Id$
 
 import array
 from collections import deque
index de36e060bbdc2e833e3f03c429f2354c4e0f77a9..bc76ce8888d6e76b0b917d3dc1a9fddbd844b1e3 100644 (file)
@@ -4,7 +4,7 @@
 # $Id$
 
 
-VERSION="$Rev$"[6:-2] + "-svn"
+VERSION="$Rev: 12601 $"[6:-2] + "-svn"
 
 # ===========================================================================
 # START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT
index 8a1852bd8fc023c44c033106f6aee0939d558b34..d33d312374d53a4eb4cc8426a36cc397374d0621 100644 (file)
@@ -1,7 +1,7 @@
 # elog/messages.py - elog core functions
 # Copyright 2006-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: __init__.py 6458 2007-04-30 02:31:30Z genone $
+# $Id$
 
 from portage.const import EBUILD_PHASES
 
index 707003122fcd28be5f303673d23d2895086d3241..ad95c975dafe83a12c2303d4a10e0b23160e7b47 100644 (file)
@@ -1,7 +1,7 @@
 # elog/messages.py - elog core functions
 # Copyright 2006-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: __init__.py 6458 2007-04-30 02:31:30Z genone $
+# $Id$
 
 from portage.output import colorize
 from portage.const import EBUILD_PHASES
index 274d7265486394f942295cab7162dc677fc983da..388428a7cf974f5ceca4f40242f5d9baf70eb0d0 100644 (file)
@@ -1,7 +1,7 @@
 # setup_env.py -- Make sure bin subdir has sane env for testing
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_dep_getcpv.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id$
 
 import os, shutil, sys
 from os.path import dirname, abspath, join
index b6ca12c72a540f8e06ea7938951c050f5a140a48..70a97cb0a03a2c94d50567069ee83570765da07d 100644 (file)
@@ -1,7 +1,7 @@
 # test_dobin.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_dep_getcpv.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id$
 
 from setup_env import *
 
index 988b67b8d3175eb502789a76020c84382164e7c1..1035152ce03ee05633494ad20c4d393c1a5a76f0 100644 (file)
@@ -1,7 +1,7 @@
 # test_dodir.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_dodir.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id$
 
 from setup_env import *
 
index 99a17b80de765cd54198e85f247b48c4de9a8269..82649e24378903c2f69f5585bf03b381b04b0d36 100644 (file)
@@ -1,7 +1,7 @@
 # test_dep_getusedeps.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_dep_getslot.py 5794 2007-01-27 18:16:08Z antarus $
+# $Id$
 
 from portage.tests import TestCase
 from portage.dep import dep_getusedeps
index fb053153b580245bfbdb1b3b930ae37394cba044..228ce4a8299b0649ffbeb7e3e23f25c1a6973815 100644 (file)
@@ -1,7 +1,7 @@
 # test_PackageKeywordsFile.py -- Portage Unit Testing Functionality
 # Copyright 2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_PackageKeywordsFile.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id$
 
 from portage.tests import TestCase
 from portage.env.config import PackageKeywordsFile
index 4000f18071b358817facc6b6c873368964561011..dca8002bced8a1e1d57c5a62c7066404ec8f8e5e 100644 (file)
@@ -1,7 +1,7 @@
 # test_PackageMaskFile.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_PackageMaskFile.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id$
 
 import os
 
index 93474b6f7d19a8a6977ed2bc233b804358112868..f6eb38846c941af281fe291eeac7f427485ad146 100644 (file)
@@ -1,7 +1,7 @@
 # test_PackageUseFile.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_PackageUseFile.py 6182 2007-03-06 07:35:22Z antarus $
+# $Id$
 
 import os
 from portage.tests import TestCase
index fef66b022b068ed352cd00d928f9d308e31bf66e..f6c59e6a223cd2cf88958b307e7dbcf8810381dd 100644 (file)
@@ -1,7 +1,7 @@
 # test_NewsItem.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_varExpand.py 5596 2007-01-12 08:08:53Z antarus $
+# $Id$
 
 import os
 from portage.tests import TestCase
index a4a87a46132f6f3d5d5a064fdef707bdf934034b..21d15a4bf7e301a8fa6519f92720a2577a41ef36 100644 (file)
@@ -1,3 +1,3 @@
 # Copyright 1998-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: __init__.py 6870 2007-06-19 07:22:18Z zmedico $
+# $Id$
index 4ab67674ee3a9d5448d7258ef3fa80638864446e..ebcc822ef9a27a584c4309fa5ba311059395712e 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1998-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: test_spawn.py 8474 2007-11-09 03:35:38Z zmedico $
+# $Id$
 
 import errno, os, sys
 import fcntl
index 7d588fbc33f0aa85338e42c54e3a22c865762129..5a54e6a7866793f65c3d56bb93bbe112e23eb6b0 100644 (file)
@@ -1,7 +1,7 @@
 # testConfigFileSet.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: testShell.py 7363 2007-07-22 23:21:14Z zmedico $
+# $Id$
 
 import tempfile, os
 
index 71c47dc1b70cb551c743854a443c56f0f55e057c..57a8c58cd5dad6600c671ec4a9a4264d942c6605 100644 (file)
@@ -1,7 +1,7 @@
 # testStaticFileSet.py -- Portage Unit Testing Functionality
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: testShell.py 7363 2007-07-22 23:21:14Z zmedico $
+# $Id$
 
 import tempfile, os
 
index 30b5cdfd80000f8157d3718027ae77d7cbefabc6..aa8da0aa064f5c9b4a1e948231f542fad4b07a9f 100644 (file)
@@ -1,7 +1,7 @@
 # portage_compat_namespace.py -- provide compability layer with new namespace
 # Copyright 2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: portage_compat_namespace.py 5782 2007-01-25 17:07:32Z genone $
+# $Id$
 
 """ 
 Special edition of portage_compat_namespace.py as for this module we can't translate