* [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2_pre3.ebuild ChangeLog portage-2.2_pre5.ebuild portage-2.2_pre7.ebuild portage-2.2_pre6.ebuild
@ 2008-05-29 18:01 Ali Polatel (hawking)
0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-05-29 18:01 UTC (permalink / raw
To: gentoo-commits
hawking 08/05/29 18:01:53
Modified: portage-2.2_pre3.ebuild ChangeLog
portage-2.2_pre5.ebuild portage-2.2_pre7.ebuild
portage-2.2_pre6.ebuild
Log:
python_mod_{cleanup,optimize} are ROOT aware.
(Portage version: 2.1.5.2)
Revision Changes Path
1.2 sys-apps/portage/portage-2.2_pre3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre3.ebuild?r1=1.1&r2=1.2
Index: portage-2.2_pre3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2_pre3.ebuild 28 Feb 2008 13:22:29 -0000 1.1
+++ portage-2.2_pre3.ebuild 29 May 2008 18:01:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre3.ebuild,v 1.1 2008/02/28 13:22:29 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre3.ebuild,v 1.2 2008/05/29 18:01:52 hawking Exp $
inherit toolchain-funcs eutils flag-o-matic multilib python
@@ -223,7 +223,7 @@
# Compile all source files recursively. Any orphans
# will be identified and removed in postrm.
- python_mod_optimize "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_optimize /usr/$(get_libdir)/portage/pym
elog
elog "For help with using portage please consult the Gentoo Handbook"
@@ -246,5 +246,5 @@
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_cleanup /usr/$(get_libdir)/portage/pym
}
1.521 sys-apps/portage/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.521&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.521&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.520&r2=1.521
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -r1.520 -r1.521
--- ChangeLog 23 May 2008 09:31:53 -0000 1.520
+++ ChangeLog 29 May 2008 18:01:52 -0000 1.521
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/portage
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.520 2008/05/23 09:31:53 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.521 2008/05/29 18:01:52 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> portage-2.2_pre3.ebuild,
+ portage-2.2_pre5.ebuild, portage-2.2_pre6.ebuild, portage-2.2_pre7.ebuild:
+ python_mod_{cleanup,optimize} are ROOT aware.
23 May 2008; Zac Medico <zmedico@gentoo.org> portage-2.2_pre7.ebuild:
Stop building and installing tbz2tool for Bug #220701.
1.2 sys-apps/portage/portage-2.2_pre5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre5.ebuild?r1=1.1&r2=1.2
Index: portage-2.2_pre5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2_pre5.ebuild 19 Mar 2008 22:07:53 -0000 1.1
+++ portage-2.2_pre5.ebuild 29 May 2008 18:01:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre5.ebuild,v 1.1 2008/03/19 22:07:53 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre5.ebuild,v 1.2 2008/05/29 18:01:52 hawking Exp $
inherit toolchain-funcs eutils flag-o-matic multilib python
@@ -223,7 +223,7 @@
# Compile all source files recursively. Any orphans
# will be identified and removed in postrm.
- python_mod_optimize "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_optimize /usr/$(get_libdir)/portage/pym
elog
elog "For help with using portage please consult the Gentoo Handbook"
@@ -246,5 +246,5 @@
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_cleanup /usr/$(get_libdir)/portage/pym
}
1.3 sys-apps/portage/portage-2.2_pre7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre7.ebuild?r1=1.2&r2=1.3
Index: portage-2.2_pre7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- portage-2.2_pre7.ebuild 23 May 2008 09:31:53 -0000 1.2
+++ portage-2.2_pre7.ebuild 29 May 2008 18:01:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre7.ebuild,v 1.2 2008/05/23 09:31:53 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre7.ebuild,v 1.3 2008/05/29 18:01:52 hawking Exp $
inherit eutils multilib python
@@ -220,7 +220,7 @@
pkg_postinst() {
# Compile all source files recursively. Any orphans
# will be identified and removed in postrm.
- python_mod_optimize "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_optimize /usr/$(get_libdir)/portage/pym
if [ -n "${MIGRATION_UPGRADE}" ]; then
einfo "moving set references from the worldfile into world_sets"
@@ -263,5 +263,5 @@
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_cleanup /usr/$(get_libdir)/portage/pym
}
1.2 sys-apps/portage/portage-2.2_pre6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_pre6.ebuild?r1=1.1&r2=1.2
Index: portage-2.2_pre6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2_pre6.ebuild 5 May 2008 11:27:41 -0000 1.1
+++ portage-2.2_pre6.ebuild 29 May 2008 18:01:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre6.ebuild,v 1.1 2008/05/05 11:27:41 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_pre6.ebuild,v 1.2 2008/05/29 18:01:52 hawking Exp $
inherit toolchain-funcs eutils flag-o-matic multilib python
@@ -226,7 +226,7 @@
pkg_postinst() {
# Compile all source files recursively. Any orphans
# will be identified and removed in postrm.
- python_mod_optimize "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_optimize /usr/$(get_libdir)/portage/pym
if [ -n "${MIGRATION_UPGRADE}" ]; then
einfo "moving set references from the worldfile into world_sets"
@@ -269,5 +269,5 @@
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}usr/$(get_libdir)/portage/pym"
+ python_mod_cleanup /usr/$(get_libdir)/portage/pym
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-29 18:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 18:01 [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2_pre3.ebuild ChangeLog portage-2.2_pre5.ebuild portage-2.2_pre7.ebuild portage-2.2_pre6.ebuild Ali Polatel (hawking)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox