public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in rox-base/rox-lib: ChangeLog rox-lib-2.0.4-r1.ebuild rox-lib-2.0.4.ebuild rox-lib-2.0.5.ebuild
@ 2008-06-04 12:34 Jim Ramsay (lack)
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Ramsay (lack) @ 2008-06-04 12:34 UTC (permalink / raw
  To: gentoo-commits

lack        08/06/04 12:34:25

  Modified:             ChangeLog rox-lib-2.0.4-r1.ebuild
                        rox-lib-2.0.4.ebuild rox-lib-2.0.5.ebuild
  Log:
  Moved python_mod_optimize to pkg_postinst (Bug #224833)
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.25                 rox-base/rox-lib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	12 Dec 2007 19:56:48 -0000	1.24
+++ ChangeLog	4 Jun 2008 12:34:25 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for rox-base/rox-lib
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.24 2007/12/12 19:56:48 lack Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.25 2008/06/04 12:34:25 lack Exp $
+
+  04 Jun 2008; Jim Ramsay <lack@gentoo.org> rox-lib-2.0.4.ebuild,
+  rox-lib-2.0.4-r1.ebuild, rox-lib-2.0.5.ebuild:
+  Moved python_mod_optimize to pkg_postinst (Bug #224833)
 
   12 Dec 2007; Jim Ramsay <lack@gentoo.org> rox-lib-2.0.4-r1.ebuild,
   rox-lib-2.0.5.ebuild:



1.4                  rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?r1=1.3&r2=1.4

Index: rox-lib-2.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rox-lib-2.0.4-r1.ebuild	12 Dec 2007 19:56:48 -0000	1.3
+++ rox-lib-2.0.4-r1.ebuild	4 Jun 2008 12:34:25 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v 1.3 2007/12/12 19:56:48 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v 1.4 2008/06/04 12:34:25 lack Exp $
 
 NEED_PYTHON="2.3"
 inherit python eutils multilib
@@ -29,7 +29,6 @@
 
 	dodir "${baselibdir}"
 	cp -r ROX-Lib2/ "${D}${baselibdir}"
-	python_mod_optimize "${D}${baselibdir}/ROX-Lib2/" >/dev/null 2>&1
 	dodir /usr/share/doc/
 	dosym "${baselibdir}/ROX-Lib2/Help" "/usr/share/doc/${P}"
 
@@ -45,3 +44,12 @@
 	cachedname=$(0distutils -c tmp.native_feed) || die "0distutils URI escape failed"
 	dosym "${baselibdir}/ROX-Lib2/.DirIcon" "${ICON_CACHE_DIR}/${cachedname}"
 }
+
+pkg_postinst() {
+	local baselibdir="/usr/$(get_libdir)"
+	python_mod_optimize "${baselibdir}/ROX-Lib2/"
+}
+
+pkg_postrm() {
+	python_mod_cleanup
+}



1.6                  rox-base/rox-lib/rox-lib-2.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?r1=1.5&r2=1.6

Index: rox-lib-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rox-lib-2.0.4.ebuild	7 Nov 2007 18:51:35 -0000	1.5
+++ rox-lib-2.0.4.ebuild	4 Jun 2008 12:34:25 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.5 2007/11/07 18:51:35 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.6 2008/06/04 12:34:25 lack Exp $
 
 NEED_PYTHON="2.3"
 inherit python eutils multilib
@@ -24,7 +24,15 @@
 	local baselibdir="/usr/$(get_libdir)"
 	dodir ${baselibdir}
 	cp -r ROX-Lib2/ "${D}${baselibdir}"
-	python_mod_optimize "${D}${baselibdir}/ROX-Lib2/" >/dev/null 2>&1
 	dodir /usr/share/doc/
 	dosym ${baselibdir}/ROX-Lib2/Help /usr/share/doc/${P}
 }
+
+pkg_postinst() {
+	local baselibdir="/usr/$(get_libdir)"
+	python_mod_optimize "${baselibdir}/ROX-Lib2/"
+}
+
+pkg_postrm() {
+	python_mod_cleanup
+}



1.3                  rox-base/rox-lib/rox-lib-2.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild?r1=1.2&r2=1.3

Index: rox-lib-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rox-lib-2.0.5.ebuild	12 Dec 2007 19:56:48 -0000	1.2
+++ rox-lib-2.0.5.ebuild	4 Jun 2008 12:34:25 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild,v 1.2 2007/12/12 19:56:48 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild,v 1.3 2008/06/04 12:34:25 lack Exp $
 
 NEED_PYTHON="2.3"
 inherit python eutils multilib
@@ -29,7 +29,6 @@
 
 	dodir "${baselibdir}"
 	cp -r ROX-Lib2/ "${D}${baselibdir}"
-	python_mod_optimize "${D}${baselibdir}/ROX-Lib2/" >/dev/null 2>&1
 	dodir /usr/share/doc/
 	dosym "${baselibdir}/ROX-Lib2/Help" "/usr/share/doc/${P}"
 
@@ -45,3 +44,12 @@
 	cachedname=$(0distutils -c tmp.native_feed) || die "0distutils URI escape failed"
 	dosym "${baselibdir}/ROX-Lib2/.DirIcon" "${ICON_CACHE_DIR}/${cachedname}"
 }
+
+pkg_postinst() {
+	local baselibdir="/usr/$(get_libdir)"
+	python_mod_optimize "${baselibdir}/ROX-Lib2/"
+}
+
+pkg_postrm() {
+	python_mod_cleanup
+}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in rox-base/rox-lib: ChangeLog rox-lib-2.0.4-r1.ebuild rox-lib-2.0.4.ebuild rox-lib-2.0.5.ebuild
@ 2008-06-04 13:15 Jim Ramsay (lack)
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Ramsay (lack) @ 2008-06-04 13:15 UTC (permalink / raw
  To: gentoo-commits

lack        08/06/04 13:15:41

  Modified:             ChangeLog rox-lib-2.0.4-r1.ebuild
                        rox-lib-2.0.4.ebuild rox-lib-2.0.5.ebuild
  Log:
  Changed python_mod_cleanup to actually clean up the proper location
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.26                 rox-base/rox-lib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 Jun 2008 12:34:25 -0000	1.25
+++ ChangeLog	4 Jun 2008 13:15:41 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for rox-base/rox-lib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.25 2008/06/04 12:34:25 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.26 2008/06/04 13:15:41 lack Exp $
+
+  04 Jun 2008; Jim Ramsay <lack@gentoo.org> rox-lib-2.0.4.ebuild,
+  rox-lib-2.0.4-r1.ebuild, rox-lib-2.0.5.ebuild:
+  Changed python_mod_cleanup to actually clean up the proper location
 
   04 Jun 2008; Jim Ramsay <lack@gentoo.org> rox-lib-2.0.4.ebuild,
   rox-lib-2.0.4-r1.ebuild, rox-lib-2.0.5.ebuild:



1.5                  rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild?r1=1.4&r2=1.5

Index: rox-lib-2.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rox-lib-2.0.4-r1.ebuild	4 Jun 2008 12:34:25 -0000	1.4
+++ rox-lib-2.0.4-r1.ebuild	4 Jun 2008 13:15:41 -0000	1.5
@@ -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/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v 1.4 2008/06/04 12:34:25 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v 1.5 2008/06/04 13:15:41 lack Exp $
 
 NEED_PYTHON="2.3"
 inherit python eutils multilib
@@ -51,5 +51,6 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup
+	local baselibdir="/usr/$(get_libdir)"
+	python_mod_cleanup "${baselibdir}/ROX-Lib2/"
 }



1.7                  rox-base/rox-lib/rox-lib-2.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild?r1=1.6&r2=1.7

Index: rox-lib-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rox-lib-2.0.4.ebuild	4 Jun 2008 12:34:25 -0000	1.6
+++ rox-lib-2.0.4.ebuild	4 Jun 2008 13:15:41 -0000	1.7
@@ -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/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.6 2008/06/04 12:34:25 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.7 2008/06/04 13:15:41 lack Exp $
 
 NEED_PYTHON="2.3"
 inherit python eutils multilib
@@ -34,5 +34,6 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup
+	local baselibdir="/usr/$(get_libdir)"
+	python_mod_cleanup "${baselibdir}/ROX-Lib2/"
 }



1.4                  rox-base/rox-lib/rox-lib-2.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild?r1=1.3&r2=1.4

Index: rox-lib-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rox-lib-2.0.5.ebuild	4 Jun 2008 12:34:25 -0000	1.3
+++ rox-lib-2.0.5.ebuild	4 Jun 2008 13:15:41 -0000	1.4
@@ -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/rox-base/rox-lib/rox-lib-2.0.5.ebuild,v 1.3 2008/06/04 12:34:25 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.5.ebuild,v 1.4 2008/06/04 13:15:41 lack Exp $
 
 NEED_PYTHON="2.3"
 inherit python eutils multilib
@@ -51,5 +51,6 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup
+	local baselibdir="/usr/$(get_libdir)"
+	python_mod_cleanup "${baselibdir}/ROX-Lib2/"
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-04 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 13:15 [gentoo-commits] gentoo-x86 commit in rox-base/rox-lib: ChangeLog rox-lib-2.0.4-r1.ebuild rox-lib-2.0.4.ebuild rox-lib-2.0.5.ebuild Jim Ramsay (lack)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-04 12:34 Jim Ramsay (lack)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox