make elog mail module always set the 'From' header for rfc2822 compliance
authorMarius Mauch <genone@gentoo.org>
Sat, 10 Jun 2006 21:40:40 +0000 (21:40 -0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 10 Jun 2006 21:40:40 +0000 (21:40 -0000)
svn path=/main/trunk/; revision=3483

109 files changed:
bin/archive-conf
bin/chkcontents
bin/clean_locks
bin/dispatch-conf
bin/dobin
bin/doconfd
bin/dodir
bin/doenvd
bin/doexe
bin/dohard
bin/dohtml
bin/doinfo
bin/doinitd
bin/doins
bin/dojar
bin/dolib
bin/dolib.a
bin/dolib.so
bin/doman
bin/domo
bin/dosbin
bin/dosed
bin/dosym
bin/ebuild.sh
bin/emake
bin/emerge
bin/emerge-webrsync
bin/env-update
bin/env-update.sh
bin/etc-update
bin/find-requires
bin/fix-db.py
bin/fixdbentries
bin/fixpackages
bin/fowners
bin/fperms
bin/md5check.py
bin/md5check.sh
bin/newbin
bin/newconfd
bin/newdoc
bin/newenvd
bin/newexe
bin/newinitd
bin/newins
bin/newlib.a
bin/newlib.so
bin/newman
bin/newsbin
bin/pkgmerge
bin/pkgmerge.new
bin/pkgname
bin/portage_gpg_update.sh
bin/portageq
bin/prepall
bin/prepalldocs
bin/prepallinfo
bin/prepallman
bin/prepallstrip
bin/prepinfo
bin/preplib
bin/prepman
bin/prepstrip
bin/quickpkg
bin/regenworld
bin/repoman
bin/xpak
cnf/etc-update.conf
cnf/make.conf
cnf/make.globals
pym/cache/__init__.py
pym/cache/anydbm.py
pym/cache/cache_errors.py
pym/cache/flat_hash.py
pym/cache/fs_template.py
pym/cache/mappings.py
pym/cache/metadata.py
pym/cache/sql_template.py
pym/cache/template.py
pym/cache/util.py
pym/cvstree.py
pym/dispatch_conf.py
pym/elog_modules/mod_mail.py
pym/emergehelp.py
pym/getbinpkg.py
pym/output.py
pym/portage.py
pym/portage_checksum.py
pym/portage_const.py
pym/portage_data.py
pym/portage_dep.py
pym/portage_exception.py
pym/portage_exec.py
pym/portage_file.py
pym/portage_gpg.py
pym/portage_localization.py
pym/portage_locks.py
pym/portage_util.py
pym/xpak.py
src/bsd-flags/chflags.c
src/bsd-flags/setup.cfg
src/bsd-flags/setup.py
src/python-missingos/ChangeLog
src/python-missingos/README
src/python-missingos/missingos.c
src/python-missingos/setup.cfg
src/python-missingos/setup.py
src/tbz2tool.c
tarball.sh

index e4efeff65b974d9953d2443d260e39cf7c48d652..24f0b626d26dbebbf55cc14cc6e2cab4e6d84f07 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/archive-conf,v 1.7 2004/10/04 13:57:36 vapier Exp $
+# $Id$
 
 #
 # archive-conf -- save off a config file in the dispatch-conf archive dir
index 9b67e8dfc6e64fbebbb83f09ee8ff8cba4f56283..bff77d0da80f54838c4b8e62808a129d0631bf71 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/chkcontents,v 1.11 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 # Very simple program to compare the md5sums of a package as listed
 # in VDB_PATH/category/package/CONTENTS with the md5sums of the
index 2a3f06d22458936c2f07ca7c52d693e13a187e5b..0ecb624245a2b6c1ca929e3168b8eafcd5a30145 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/clean_locks,v 1.1 2004/09/26 10:44:31 carpaski Exp $
+# $Id$
 
 import os,sys,errno
 sys.path = ["/usr/lib/portage/pym"]+sys.path
index 586b98759f8e4dfd96c2c5e3b49687c9e427caa7..cd340a4f7d73a38fd5e1bbdb446837d4713b733c 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/dispatch-conf,v 1.7.2.10 2005/05/12 15:20:22 jstubbs Exp $
+# $Id$
 
 #
 # dispatch-conf -- Integrate modified configs, post-emerge
index a3269edee28a739f182f14bb67e3252afa8c3587..f24e34167d48438f270172dcdb43dd6983d197e3 100755 (executable)
--- a/bin/dobin
+++ b/bin/dobin
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dobin,v 1.13 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ $# -lt 1 ]] ; then
        echo "$0: at least one argument needed" 1>&2
index e9ea1fdfbf9e9c737aae644ceef10d89d50da1f6..9952ec0f61750b3753e5a631970704e70dc18f2d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doconfd,v 1.2.2.1 2005/01/13 04:51:56 vapier Exp $
+# $Id$
 
 if [[ $# -lt 1 ]] ; then
        echo "$0: at least one argument needed" 1>&2
index bc4f7f5794be45234343e45397be4895b7cc3205..abf76516b655145f7a3abbfb5b5c6649d4707fef 100755 (executable)
--- a/bin/dodir
+++ b/bin/dodir
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dodir,v 1.5 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 slash=/
 exec install -d ${DIROPTIONS} "${@/#${slash}/${D}${slash}}"
index 5232ed908b88345a192028485385b7689ce97c5d..eb7dcd7202c03514ac9406ef22ffa83ace98b548 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doenvd,v 1.2.2.1 2005/01/13 04:51:56 vapier Exp $
+# $Id$
 
 if [[ $# -lt 1 ]] ; then
        echo "$0: at least one argument needed" 1>&2
index 818c8a5b30fca4783948e21e84cafb3911b90a4c..e4e6fdc6573d84c33b084bc3153c2a8443690140 100755 (executable)
--- a/bin/doexe
+++ b/bin/doexe
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doexe,v 1.10.2.1 2004/12/06 03:01:43 carpaski Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 03b5e67aaf10c9b9b35c8cbf343dbfc356cde7a6..ce07f11c3467d8e4dc8a47527910dddc86dbed55 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dohard,v 1.6 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ $# -ne 2 ]] ; then
        echo "$0: two arguments needed" 1>&2
index ac31e809100228c08e77043371e8b85470dfc057..56347a4a7ac867fd39b2ae7ee9b93438e9aced11 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dohtml,v 1.14.2.1 2004/10/27 14:39:29 jstubbs Exp $
+# $Id$
 
 #
 # Typical usage:
index 67b163b1a353320f31c5a4f9c504154c72a5e4f1..82db070b80295a65365f8389ff91e492896d9a2a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doinfo,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [ ${#} -lt 1 ] ; then
        echo "doinfo: at least one argument needed"
index 8aae1b383925f3a456a2326d6e34494d5a1b4e72..e8d9f69fad494b8f9ce51e63757f51b9ead4d990 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doinitd,v 1.2.2.1 2005/01/13 04:51:56 vapier Exp $
+# $Id$
 
 if [[ $# -lt 1 ]] ; then
        echo "$0: at least one argument needed" 1>&2
index f35cbc63a5976cf611c86e53381be27fd5851c9b..43df6dd267ec72ab5b5cda3d7da24757b959e811 100755 (executable)
--- a/bin/doins
+++ b/bin/doins
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doins,v 1.7.2.2 2004/12/17 22:25:13 carpaski Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index e61015ef6312e714c3cf4b00096281a57b6bb8fb..e1631cc4d556022ffed2f1d61cee7c266b7d9cf2 100755 (executable)
--- a/bin/dojar
+++ b/bin/dojar
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dojar,v 1.8 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 # Author Karl Trygve Kalleberg <karltk@gentoo.org>
 
 #
index 1a6152571e2305b6fd912e36b96e0b9d59907fdb..6c6628bda2b4e8798bf4a61fc636fbf41a2f66c6 100755 (executable)
--- a/bin/dolib
+++ b/bin/dolib
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dolib,v 1.8.2.2 2005/01/12 02:07:15 carpaski Exp $
+# $Id$
 
 # Setup ABI cruft
 LIBDIR_VAR="LIBDIR_${ABI}"
index c4df4a46cccb26b95cd0e45c9c08e255a99d981a..3ef57d2fb47b5119f56e737a201f24420c8905aa 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dolib.a,v 1.8 2004/10/10 10:07:20 carpaski Exp $
+# $Id$
 
 exec env LIBOPTIONS="-m0644" \
        dolib "$@"
index efd8c1691e987b730be5fd3cf36a92abded1aab3..e4d477f6023ec12dd80dc58585307165526628f9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dolib.so,v 1.12 2004/10/10 10:07:20 carpaski Exp $
+# $Id$
 
 exec env LIBOPTIONS="-m0755" \
        dolib "$@"
index 2ed65ffc7b3f2a92af695edf449dd761ae4ed1e0..49cf55e188b413264520980c4835ac08fdbbb3a5 100755 (executable)
--- a/bin/doman
+++ b/bin/doman
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/doman,v 1.13.2.2 2005/07/29 05:55:34 vapier Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 82950590989469a62df9fc1462fb3b055944f30a..213b43c596df9c4f2a8cdf46e85ff9431ee70575 100755 (executable)
--- a/bin/domo
+++ b/bin/domo
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/domo,v 1.6 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 mynum=${#}
 if [ ${mynum} -lt 1 ] ; then
index 30aa7893c9d06f0850f24ae74f4b24a452b2a119..c9e85c0b80d5fe09dcaa3eecebfeba2b6495d8ed 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dosbin,v 1.11 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ $# -lt 1 ]] ; then
        echo "$0: at least one argument needed" 1>&2
index bf6538e6cd9ee065d66eb2cec78b078870840fce..0a5975a20ac343b1e14e9d7dcc4a4144cdaaecca 100755 (executable)
--- a/bin/dosed
+++ b/bin/dosed
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dosed,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 mysed="s:${D}::g"
 
index e0af15e2cc5345fba8acb1c26132c42a7d848451..da31246cbf9ed38795912e480425a4c1b0eb5188 100755 (executable)
--- a/bin/dosym
+++ b/bin/dosym
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/dosym,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ $# -ne 2 ]] ; then
        echo "$0: two arguments needed" 1>&2
index 49cea8de88d299cf7485d42f1d0d7668fbbc2dfc..e2d8987e2cb5505036eca2b06dcfc009d6698d17 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v 1.201.2.42 2005/08/20 17:24:30 jstubbs Exp $
+# $Id$
 
 PORTAGE_BIN_PATH="${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"
 PORTAGE_PYM_PATH="${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}"
index 4c79c0e033955e59a61af39af0a0e5774cb35a10..2554db982ddba9f002071aeaa6261d24aa4fd8e5 100755 (executable)
--- a/bin/emake
+++ b/bin/emake
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/emake,v 1.9.2.1 2005/05/18 15:19:52 jstubbs Exp $
+# $Id$
 #
 # emake: Supplies some default parameters to GNU make. At the moment the
 #        only parameter supplied is -jN, where N is a number of
index 80eb2bb21111814be66cb88aebf15f164e696809..a1edad024a7fcc19ef9233fdf2cbabc512fb8c70 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/emerge,v 1.345.2.38 2005/08/13 17:25:26 ferringb Exp $
+# $Id$
 
 import os,sys
 os.environ["PORTAGE_CALLER"]="emerge"
index 44e0dba8f9e0560d0a649ea977e8f0ba047e251d..5305c4d147f68292cba057e813b25670f93cea10 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/Attic/emerge-webrsync,v 1.8.2.4 2005/02/26 11:22:38 carpaski Exp $
+# $Id$
 # Author: Karl Trygve Kalleberg <karltk@gentoo.org>
 # Rewritten from the old, Perl-based emerge-webrsync script
 
index 0ee2fc3adb10d8a322eee7f3ec1a0cc0a9e0c108..d7e9f3967f3c1b4abe3e08cf37b7fc498dcffd97 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/env-update,v 1.9 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 import os,sys
 os.environ["PORTAGE_CALLER"] = "env-update"
index 58e3f406a5b2dfd1b44197ca81911b43159a5323..fcf083f8220b9cf40536855ce225fab743fcfb89 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/env-update.sh,v 1.2 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 ############################################
 ############################################
index b77c2a044ab44addd76ca10ae5aae8e951c9388d..aa919ee7288a0e48cc17e69c3b8cb416a3b56ea6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: etc-update 2221 2005-11-01 01:32:07Z vapier $
+# $Id$
 
 # Author Brandon Low <lostlogic@gentoo.org>
 #
index 82959b748ac7d2170e8144ca24b5eaa2b6c41dfa..80340c1cec6d7fb06ab31c78ef06ec9ed2ef127a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/find-requires,v 1.5 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 # note this works for both a.out and ELF executables
 # it also auto-generates requirment lines for shell scripts
index 5fb479fc1efbb3826ada25f05d6e399497d4649c..16a151502bffb7f4d3deb5a0448e910dc6277d38 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/fix-db.py,v 1.8 2004/10/11 04:01:00 jstubbs Exp $
+# $Id$
 
 import os,sys,re
 sys.path = ["/usr/lib/portage/pym"]+sys.path
index af33064604dd47b01dd2476e06ac391dbd4ff7b3..d15ffb62d1c138bc93521098b39dc330d72eebf6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/fixdbentries,v 1.3 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 # Script to adjust the contents of the DB entries after a package move.
 # Fairly straight forward... ./movedbentry 'from/here' 'to/here' /over/here
index 11cc4947771172361aa91a7092d9888ffc465d0f..5eddb1c3415ef28f8b172ef954d7aae66e0ff067 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/fixpackages,v 1.6 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 import os,sys
 os.environ["PORTAGE_CALLER"]="fixpackages"
index a720a5957635b9deaf919de5bd772e250ca6dddb..d13cb030035e9082c76ee9af157217afb3b77d6d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: fowners 1912 2005-08-25 03:54:42Z ferringb $
+# $Id$
 
 slash=/
 exec chown "${@/#${slash}/${D}${slash}}"
index 208ad351d54b9f60e5ded44e87acdadd703675ee..53a2b0fd2b2994d69563d361c9ad6977c77d6093 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: fperms 1912 2005-08-25 03:54:42Z ferringb $
+# $Id$
 
 slash=/
 exec chmod "${@/#${slash}/${D}${slash}}"
index 9ec6c821b24422b374cb0ca9c78f828e7ec6c48c..65dd169e632e1f8735ce9f5c0be0e0f8e49a87d1 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/md5check.py,v 1.4 2004/10/10 10:07:20 carpaski Exp $
+# $Id$
 
 import os,sys,string
 os.environ["PORTAGE_CALLER"]="mirror"
index 2be4be119db330fcff79fa1e4999f2b42dbc1797..fc5122a9025c5d8f61e7a8221321c4fbe2d37b8a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/md5check.sh,v 1.2 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 # pipe in the data.
 
index 699b9a6870f0009ebf710fd500d22ab21bced42d..8e2185b297be3dbf560d34dc8980727d76d2eded 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newbin,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 63a38bb78f0126e42625382b09a2c57cee8e75bf..4b1e8e7b3f3a3f5b83c1ad5034b4505e3b685f21 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newconfd,v 1.2 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index d3b83565bb150e61b4e231610dceacae2cbd5163..757c8214e5f11b77a77f19fceabed36f8fcb339d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newdoc,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 07bbec644f0155f9294b7c1bd5fcd72b9deb3ecb..464084719af5847ece4c374d559cfde45fa26159 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newenvd,v 1.2 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index ce3a08231a2d2fd3afcff8f16ca063caf9555ac8..7712644d7f50f76907f0f2ddc250e6c217a6bbf5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newexe,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 50a4d54d76b9f78d778bfb784c6780122d12ddb3..6873771c378abd9a6ae147bba22dc99590c8883d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newinitd,v 1.2 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 8dcbd99c1b20cda67c8c553c1821caec02655576..c64e066001ff4978ff891844f881deecb0d2bb89 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newins,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 0f9b45d9b0d5d54d33f3613fefbe332fb0d851f4..008aca966a2751b3e816ef1bc7a21a8d700a32ce 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newlib.a,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index a756068ef9b7467bffa14a1a2feebcce2cf16348..5ea2e33b481a1c4e5307b1cf58d972b3f2d84f5a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newlib.so,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 24a4757ecd73cfc9016585647dc627e2880021d0..4ae4fdb7cd5999217d8b99f65f13d26c696a3200 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newman,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index ec043dbcad1cf993d551d2bd681a1ad76de242de..8adeee4092170c1e7f2998b2f43308181c2f24a4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newsbin,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
        echo "$0: Need two arguments, old file and new file" 1>&2
index 2782ba09eec3c5b0ccc0960917318ff5e79e70d8..9983ec37eb8b0516dd3708be6e5578c4120d9c9a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/pkgmerge,v 1.8 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 import sys,os,string
 sys.path = ["/usr/lib/portage/pym"]+sys.path
index 8795fc6cfa999a6c1733f62f1768b1e688f4b1ab..80c70ab10a338e2bd2f604eee66a986429f43634 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/pkgmerge.new,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 import os,string,sys
 sys.path = ["/usr/lib/portage/pym"]+sys.path
index f33757597b99703439224407267893e54fc2a0dc..d1ba2f3dd86f36fe1d2410b124e070b68621755a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/pkgname,v 1.8 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 import sys
 sys.path = ["/usr/lib/portage/pym"]+sys.path
index aac518dec40e3e64c11324495f9d6bd768aa521e..92317f6184eb687e8d3059f0dd18ba40c80138d3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/portage_gpg_update.sh,v 1.2 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 wget -O - http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | sed 's:.*\(0x[0-9a-fA-F]\+\)[^0-9a-fA-F].*:\1:gp;d' | xargs gpg -vvv --no-default-keyring  --no-permission-warning --homedir /usr/portage/metadata --keyring "gentoo.gpg" --keyserver subkeys.pgp.net --recv-keys &> gpg.log
index ab1a9311f72a7bc33e08ea0a9b1290f8a95cb441..b8e12c5fa35fff19c66d64befe536752f3fe5d98 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/portageq,v 1.13.2.1 2005/04/12 12:23:41 jstubbs Exp $
+# $Id$
 
 import sys, os
 os.environ["PORTAGE_CALLER"] = "portageq"
index 4772574a77e212465df7be31d8f4ded4a792d01e..118b85d8b9176f27d50c28cc017b85156c58c2e5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: prepall 2230 2005-11-01 01:35:59Z vapier $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index d8b8b747328bd2e6e0b64ef66b74d7c92843f271..8d585d2363e1eddc126173f4a656967a319e3d8c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepalldocs,v 1.6 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 205316ab1ded4a2ffe8fb3fedfcd8ae983bfef93..f0ed4f3371214b3f7578fab08102a2a6a9b5e36c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepallinfo,v 1.6 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 85a7277d32791904ccc465f8091d24b8047a9147..e89ad7af0c7b68233ccca47c8767ad0b34374f43 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepallman,v 1.10 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 3a00a2acd20ee0ec22b6fe49764b45f34eab2ebb..178ded797a5dfb8c99930e499cf2303f510910cf 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepallstrip,v 1.12 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 exec prepstrip "${D}"
index dac4b6accc0961f51ae39f033beab96d9b98a74d..d624561c70de78715d0a10fb3256dee75f7ab173 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepinfo,v 1.6.2.1 2005/05/29 12:40:08 jstubbs Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index ab784d2c5e6bbe82dcbceec8091e3c67ef686ca5..c7f45079da644eac0abaa81d4519d19f8dfb7c86 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/preplib,v 1.7.2.1 2005/01/02 09:36:02 jstubbs Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 9e5e41984698018cb7913ad380783cb893c81b49..2968bb1813bd88b2ec9c2c98910c4019280e4afa 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepman,v 1.10.2.3 2005/05/29 12:40:08 jstubbs Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 6a3088957e4b0553b031fa2716eba8d019d5d7b0..5260539a9ab61a8043b867ad87f9c03ffdcaef12 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/prepstrip,v 1.23.2.3 2005/08/15 02:58:20 vapier Exp $
+# $Id$
 
 source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
 
index 61b09a609afb5e1dc9055c5a7a7a6304e59b591c..1231da9ffa6df465201c46b061e83f59ca0f2865 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/quickpkg,v 1.13.2.6 2005/08/10 22:08:48 vapier Exp $
+# $Id$
 
 # This script tries to quickly create a Gentoo binary package using the
 # VDB_PATH/category/pkg/*  files
index 221412dd5f05336a7178c152c9971d9ac20f1c77..b99370962d7d95a6d23fadcb3818782a35834099 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/regenworld,v 1.10.2.1 2005/01/11 03:40:57 carpaski Exp $
+# $Id$
 
 import sys
 sys.path.insert(0, "/usr/lib/portage/pym")
index 1204bb54fdf985035acc550dc018ffa100fbf259..b6808d1f9442862cd63526be2131f3eba3d486e8 100755 (executable)
@@ -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: /var/cvsroot/gentoo-src/portage/bin/repoman,v 1.98.2.23 2005/06/18 01:00:43 vapier Exp $
+# $Id$
 
 # Next to do: dep syntax checking in mask files
 # Then, check to make sure deps are satisfiable (to avoid "can't find match for" problems)
index a8a6ade024183f5eb6ad000b0d66cbf681db1ce4..4910245605dc199c3433cdb36788f03104db671b 100755 (executable)
--- a/bin/xpak
+++ b/bin/xpak
@@ -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: /var/cvsroot/gentoo-src/portage/bin/xpak,v 1.10 2004/10/04 13:56:50 vapier Exp $
+# $Id$
 
 import sys
 if len(sys.argv)!=3:
index 647af12702f40e90f0d6e99c210adbeb25c4de3e..0e0bf3f31e376c07a3af9877daacba94da450839 100644 (file)
@@ -1,5 +1,5 @@
 # edit the lines below to your liking
-# $Id: /var/cvsroot/gentoo-src/portage/cnf/etc-update.conf,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
+# $Id$
 
 # mode - 0 for text, 1 for menu (support incomplete)
 # note that you need dev-util/dialog installed
index af6dac882bc390c0ab34613a67c308ed74b588f0..2180cd9552c4c33d18d46b60ae0b341ced960c01 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.84.2.5 2005/04/13 15:28:38 jstubbs Exp $
+# $Id$
 # Contains local system settings for Portage system
 
 # Please review 'man make.conf' for more information.
index 72f717129abcae6485e4da218c13e4c15e4af8a0..78268b0040849096e65200190784917f8b6c3223 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/cnf/make.globals,v 1.56.2.5 2005/05/05 03:59:59 jstubbs Exp $
+# $Id$
 # System-wide defaults for the Portage system
 
 #            *****************************
index 189885cb0adf8b84df38883e1728755b77bea95b..cb1b59d6959133437f657dca62181bbe108928b9 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: __init__.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
index 09a1cf8b146af76a5a80094a0055eaa4b424776c..e250980b98a840f6b77b0f3a6962eb2a1aea177b 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: anydbm.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 anydbm_module = __import__("anydbm")
 try:
index 2f5b831bfe275fd936a45a6887903b5a7180601b..f63e5994b39abf616d2a83e62b989e5b2cb55c05 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: cache_errors.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 class CacheError(Exception):   pass
 
index 3a49a05de79f5afcb68a488926b811dc773509a2..59b00e8d4dd324420f261d82e321d74342ba818b 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: flat_list.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 import fs_template
 import cache_errors
index 49d5ca073a060f595cba98356be4b91041bb38ec..c63856da1695990f09ad40815059a148a10917b2 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: fs_template.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 import os
 import template, cache_errors
index 2251c444928077eb380e174629da515c6709d546..9aa5a21e2a8d18dea3af83d268a0fae51525c9a5 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: mappings.py 2015 2005-09-20 23:14:26Z ferringb $
+# $Id$
 
 import UserDict
 
index 1fb19b39899221262233a12c77fc32d7690acbdc..329af224c85e13693d5e7f04f8772afa0b40921d 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: metadata.py 1964 2005-09-03 00:16:16Z ferringb $
+# $Id$
 
 import os, stat, types
 import flat_hash
index c69ed772f8410ad5bc2337e099375f1f0ba80138..92e9e871309d49cb4e7efc918573efed07f471e3 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: sql_template.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 import template, cache_errors
 from template import reconstruct_eclasses
index 097ebed8d623fbe3303f36a1a5c180b86035a8fc..419ec08a403dfbfe5d6a0c76d1dbe9ddad959895 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: template.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 import cache_errors
 from mappings import ProtectedDict
index 204b549b6130283a688ba2617fcfd4521e1ae4fb..0c8e585fd61682af6ae736ab16e97f956be5f57c 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright: 2005 Gentoo Foundation
 # Author(s): Brian Harring (ferringb@gentoo.org)
 # License: GPL2
-# $Id: util.py 1911 2005-08-25 03:44:21Z ferringb $
+# $Id$
 
 import cache_errors
 
index 6e91af9efbbcff12887f5c64e6e62dadf7912190..53b9f6222a9da3c2ea5d8188d1867a53cfe99c6f 100644 (file)
@@ -1,7 +1,7 @@
 # cvstree.py -- cvs tree utilities
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/cvstree.py,v 1.12.2.1 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 import string,os,time,sys,re
index 9ca57f0da2271747418569859f0a125bafe628e2..9e2c0bd2d89d7074de402954cdec42dcc0b07940 100644 (file)
@@ -1,7 +1,7 @@
 # archive_conf.py -- functionality common to archive-conf and dispatch-conf
 # Copyright 2003-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/dispatch_conf.py,v 1.3.2.3 2005/04/29 03:37:30 jstubbs Exp $
+# $Id$
 
 
 # Library by Wayne Davison <gentoo@blorf.net>, derived from code
index 68771ba516b90068c6680dc741a9ec9a0e38816d..cc67015f7ca761449e47322dd0033b4f034651c7 100644 (file)
@@ -37,6 +37,7 @@ def process(mysettings, cpv, logentries, fulltext):
                mymessage.set_unixfrom(myfrom)
                mymessage.set_payload(fulltext)
                mymessage["To"] = myrecipient
+               mymessage["From"] = myfrom
                
                mysubject = mysettings["PORTAGE_ELOG_MAILSUBJECT"]
                mysubject = mysubject.replace("${PACKAGE}", cpv)
index 94f4d6732b0cf07924dfa7079a40438981ff58d0..ff6c4e6c8d909dedc5a4fb8ca14560bab3952574 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/emergehelp.py,v 1.8.2.2 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 import os,sys
index 0bd0d36226a0c58f7d22645c0c0e8fa5add09b7d..2fe92b2de3ca4f2160cc238f2b04d6eaea05d79a 100644 (file)
@@ -1,7 +1,7 @@
 # getbinpkg.py -- Portage binary-package helper functions
 # Copyright 2003-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/getbinpkg.py,v 1.12.2.3 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 from output import *
index fe15ea4718dfb0028d29ea7806e51fee73617719..37591741128392960676a935c6ec205fd5ea8394 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/output.py,v 1.24.2.4 2005/04/17 09:01:55 jstubbs Exp $
+# $Id$
 
 
 import commands,errno,os,re,shlex,sys
index ffeed06a1f1580b7e75dbc2588d0c0b7e4a7aadd..f65b43c6c84f2978fbf5ea3e751521c29626704a 100644 (file)
@@ -1,10 +1,10 @@
 # portage.py -- core Portage functionality
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.524.2.76 2005/05/29 12:40:08 jstubbs Exp $
+# $Id$
 
 
-VERSION="$Rev$"[6:-2] + "-svn"
+VERSION="$Rev: 3387 $"[6:-2] + "-svn"
 
 # ===========================================================================
 # START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT
index 30f221532a370a59143d43884b94f3fd5e0d7f1c..fd659eea2fe3ba63788a05a7ea7a406897556560 100644 (file)
@@ -1,7 +1,7 @@
 # portage_checksum.py -- core Portage functionality
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_checksum.py,v 1.10.2.2 2005/08/10 05:42:03 ferringb Exp $
+# $Id$
 
 
 from portage_const import PRIVATE_PATH,PRELINK_BINARY,HASHING_BLOCKSIZE
index 1820a3ac51966b43f139cb9cc0a5cb10315c29a2..faf20c2c35f1daf2c50cdef32410d25e2349d12e 100644 (file)
@@ -1,7 +1,7 @@
 # portage: Constants
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.3.2.3 2005/04/29 04:56:35 jstubbs Exp $
+# $Id$
 
 
 # ===========================================================================
index 1f2e67e57403e2dfe3bcbd1794a2fce1eb9e310c..99874fcf4da0ebd3f5753bbcaca6ee99a67401cf 100644 (file)
@@ -1,7 +1,7 @@
 # portage_data.py -- Calculated/Discovered Data Values
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_data.py,v 1.5.2.2 2005/02/26 11:22:38 carpaski Exp $
+# $Id$
 
 
 import os,pwd,grp
index dc0ee4d1437fceddef24ce1077a4fbc18901b417..ece3c72dc267ad8317fd422dbcd6d0a0e2eccfe5 100644 (file)
@@ -1,7 +1,7 @@
 # deps.py -- Portage dependency resolution functions
 # Copyright 2003-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_dep.py,v 1.15.2.3 2005/04/02 14:07:59 jstubbs Exp $
+# $Id$
 
 
 # DEPEND SYNTAX:
index c90b1756712b03cfc978b3a7fc908a0ad6093e87..57eafb505de5d448517781a3de9719be78b7964c 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_exception.py,v 1.8.2.1 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 class PortageException(Exception):
index 4f7fef2b9c31934946408aa00461ffef081a4d44..cfa6059189c54dad9218d058d03372470688b380 100644 (file)
@@ -1,7 +1,7 @@
 # portage.py -- core Portage functionality
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_exec.py,v 1.13.2.4 2005/04/17 09:01:56 jstubbs Exp $
+# $Id$
 
 
 import os, atexit, signal, sys
index 970d42fbbdc0ad4c20927c22716b9c948dd86061..711ba098b41d900b8c296a622acd34cb8a73198f 100644 (file)
@@ -1,7 +1,7 @@
 # portage_data.py -- Calculated/Discovered Data Values
 # Copyright 1998-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_file.py,v 1.3.2.1 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 import os
index 2465b18a7f2abbb73559c939238a334183e13201..04ed600460ace813a787ad35a433a1f985d0f312 100644 (file)
@@ -1,7 +1,7 @@
 # portage_gpg.py -- core Portage functionality
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_gpg.py,v 1.6.2.1 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 import os
index ba47b06b0fa600a84d2e1a149e75daf25ae17bd3..59ccea71192e03cbc44b01280190c8f3d752274c 100644 (file)
@@ -1,7 +1,7 @@
 # portage_localization.py -- Code to manage/help portage localization.
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_localization.py,v 1.2.2.1 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 # We define this to make the transition easier for us.
index 30946c43778d8e036c76f8bd29ac90b26521b5b8..4c7da6d31a77b7a685b3609562c81582582d289f 100644 (file)
@@ -1,7 +1,7 @@
 # portage: Lock management code
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_locks.py,v 1.18.2.2 2005/01/16 02:35:33 carpaski Exp $
+# $Id$
 
 
 import errno
index 58827489d338c5d517e493fa1cc9ea7628db8e24..8adc483e5d0d1230abb5a0de6ff1ac986ac79e36 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_util.py,v 1.11.2.6 2005/04/23 07:26:04 jstubbs Exp $
+# $Id$
 
 from portage_exception import PortageException, FileNotFound, OperationNotPermitted, ReadOnlyFileSystem
 
index c5c487e0a5f9cbb1131ea7accad5b1a03f551e50..46cdfd8dfe8717be315872377b7135989640357d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 2001-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/pym/xpak.py,v 1.13.2.3 2005/02/26 11:22:38 carpaski Exp $
+# $Id$
 
 
 # The format for a tbz2/xpak:
index 2d3ff8294ac7d7342e40a9dc4caf097d7ea634e7..fc571d7325e314e8dc0e191d7dd913b655f45acc 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: /var/cvsroot/gentoo-src/portage/src/bsd-flags/chflags.c,v 1.1.2.2 2005/02/13 10:48:31 jstubbs Exp $ */
+/* $Id$ */
 
 #include "Python.h"
 
index e9518664f16cc57cf63183cf3716da3c706c127f..83f861d0027327a3a64e8ad5cd6fb8648665db0e 100644 (file)
@@ -1,5 +1,5 @@
 # bsd-flags
-# $Id: /var/cvsroot/gentoo-src/portage/src/bsd-flags/setup.cfg,v 1.1.2.1 2005/02/06 12:56:40 carpaski Exp $
+# $Id$
 
 [bdist_rpm]
 release = 1
index 484139747179a30c8b233c90972caa6909004c9d..26ee8ca0f0ab89ed2f86f6a44717bcad4a0cda59 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# $Id: /var/cvsroot/gentoo-src/portage/src/bsd-flags/setup.py,v 1.1.2.1 2005/02/06 12:56:40 carpaski Exp $
+# $Id$
 
 from os import chdir, stat
 from distutils.core import setup, Extension
index 345a2d439f3c59346509411f9c9b458683291f8e..acec66bd8b4636baf3ed41e19f08613e4c314359 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: /var/cvsroot/gentoo-src/portage/src/python-missingos/ChangeLog,v 1.4 2003/03/22 14:24:38 carpaski Exp $
+# $Id$
 
 python-missingos ChangeLog
 Jonathon D Nelson <jnelson@gentoo.org>
index 220b03fb3f247dc47d136bb5fc8fa3c1ff9c9ba6..f776fed4510d1d3afab884b49ec44b7c067ef5f7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: /var/cvsroot/gentoo-src/portage/src/python-missingos/README,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
+# $Id$
 
 python-missingos
 Jonathon D Nelson <jnelson@gentoo.org>
index 7bf460ef15f6eb171655d036891e61294b0c0764..4e4ad96eeaf18ac9acb12e9e40d4a5b7bfa816f3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: /var/cvsroot/gentoo-src/portage/src/python-missingos/missingos.c,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $ */
+/* $Id$ */
 
 #include "Python.h"
 
index 4fbba37c6a597bdb3af5aac0c5972dad70b3bba0..d43ea60e048338c50dd3042fc276e4834d0e44fe 100644 (file)
@@ -1,5 +1,5 @@
 # python-missingos
-# $Id: /var/cvsroot/gentoo-src/portage/src/python-missingos/setup.cfg,v 1.4.2.1 2004/10/22 16:53:30 carpaski Exp $
+# $Id$
 
 [bdist_rpm]
 release = 1
index 807eb01ce7be24fb2ff092dea228ec87af71c565..f2d254beb9a095a1c2ba8d99830770ecdf548daa 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# $Id: /var/cvsroot/gentoo-src/portage/src/python-missingos/setup.py,v 1.5.2.1 2004/10/22 16:53:30 carpaski Exp $
+# $Id$
 
 from os import chdir, stat
 from distutils.core import setup, Extension
index 1033a57f74426c6faf0a70d9b553f223e90c2909..af762814049f8fba05fe042fe370cc1de9ace5ff 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: /var/cvsroot/gentoo-src/portage/src/tbz2tool.c,v 1.3.2.1 2004/11/05 13:49:22 jstubbs Exp $ */
+/* $Id$ */
 
 #include <stdio.h>
 #include <stdlib.h>
index c9718bcf59d372a3a1574b8e8a4e359ffa0e4441..1422fce2ec9b461c0ff1c35c96ca88486b879232 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# $Id: /var/cvsroot/gentoo-src/portage/Attic/tarball.sh,v 1.181.2.2 2005/05/01 16:04:51 jstubbs Exp $
+# $Id$
 
 if [ -z "$1" ]; then
        echo