diff options
author | Marius Mauch <genone@gentoo.org> | 2005-03-22 19:29:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-03-22 19:29:57 +0000 |
commit | 03f45c63440de0117fa8bab57aaf8d83f6f59131 (patch) | |
tree | 8f3672a915078637b637465b92399a99382e3d7f /pym | |
parent | remove config.{sub,guess} before copying them (diff) | |
download | portage-cvs-03f45c63440de0117fa8bab57aaf8d83f6f59131.tar.gz portage-cvs-03f45c63440de0117fa8bab57aaf8d83f6f59131.tar.bz2 portage-cvs-03f45c63440de0117fa8bab57aaf8d83f6f59131.zip |
Adding pre/postrm to EBUILD_PHASES
Diffstat (limited to 'pym')
-rw-r--r-- | pym/portage_const.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/portage_const.py b/pym/portage_const.py index 668e868..b935c92 100644 --- a/pym/portage_const.py +++ b/pym/portage_const.py @@ -1,8 +1,8 @@ # portage: Constants # Copyright 1998-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.8 2005/02/26 06:35:20 jstubbs Exp $ -cvs_id_string="$Id: portage_const.py,v 1.8 2005/02/26 06:35:20 jstubbs Exp $"[5:-2] +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/portage_const.py,v 1.9 2005/03/22 19:29:57 genone Exp $ +cvs_id_string="$Id: portage_const.py,v 1.9 2005/03/22 19:29:57 genone Exp $"[5:-2] # =========================================================================== # START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF @@ -63,4 +63,4 @@ RSYNC_HOST = "rsync.gentoo.org/gentoo-portage" CVS_BIN = "/usr/bin/cvs" -EBUILD_PHASES = "setup unpack compile test install preinst postinst" +EBUILD_PHASES = "setup unpack compile test install preinst postinst prerm postrm" |