public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.0.4.ebuild ChangeLog viewvc-1.0.5.ebuild viewvc-1.0.4-r1.ebuild
@ 2008-05-29 18:15 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-05-29 18:15 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/29 18:15:17

  Modified:             viewvc-1.0.4.ebuild ChangeLog viewvc-1.0.5.ebuild
                        viewvc-1.0.4-r1.ebuild
  Log:
  python_mod_optimize is ROOT aware. Removed redundant python_version from pkg_postrm.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.11                 www-apps/viewvc/viewvc-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild?r1=1.10&r2=1.11

Index: viewvc-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- viewvc-1.0.4.ebuild	20 Feb 2008 13:04:17 -0000	1.10
+++ viewvc-1.0.4.ebuild	29 May 2008 18:15:17 -0000	1.11
@@ -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/www-apps/viewvc/viewvc-1.0.4.ebuild,v 1.10 2008/02/20 13:04:17 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild,v 1.11 2008/05/29 18:15:17 hawking Exp $
 
 inherit python eutils
 
@@ -97,13 +97,12 @@
 
 pkg_postinst() {
 	python_version
-	python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
 
 	local mansuffix=$(ecompress --suffix)
 	elog "Now read /usr/share/doc/${P}/INSTALL${mansuffix} to configure ${PN}"
 }
 
 pkg_postrm() {
-	python_version
 	python_mod_cleanup
 }



1.24                 www-apps/viewvc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	10 Mar 2008 14:05:48 -0000	1.23
+++ ChangeLog	29 May 2008 18:15:17 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/viewvc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.23 2008/03/10 14:05:48 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/ChangeLog,v 1.24 2008/05/29 18:15:17 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> viewvc-1.0.4.ebuild,
+  viewvc-1.0.4-r1.ebuild, viewvc-1.0.5.ebuild:
+  python_mod_optimize is ROOT aware. Removed redundant python_version from
+  pkg_postrm.
 
   10 Mar 2008; Steve Dibb <beandog@gentoo.org> viewvc-1.0.5.ebuild:
   amd64 stable, bug 212288



1.6                  www-apps/viewvc/viewvc-1.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild?r1=1.5&r2=1.6

Index: viewvc-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- viewvc-1.0.5.ebuild	10 Mar 2008 14:05:48 -0000	1.5
+++ viewvc-1.0.5.ebuild	29 May 2008 18:15:17 -0000	1.6
@@ -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/www-apps/viewvc/viewvc-1.0.5.ebuild,v 1.5 2008/03/10 14:05:48 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.5.ebuild,v 1.6 2008/05/29 18:15:17 hawking Exp $
 
 inherit confutils webapp python eutils
 
@@ -103,11 +103,10 @@
 pkg_postinst() {
 	webapp_pkg_postinst
 	python_version
-	python_mod_optimize "${ROOT}${MOD_PATH}"
+	python_mod_optimize "${MOD_PATH}"
 	elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}"
 }
 
 pkg_postrm() {
-	python_version
 	python_mod_cleanup
 }



1.4                  www-apps/viewvc/viewvc-1.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild?r1=1.3&r2=1.4

Index: viewvc-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- viewvc-1.0.4-r1.ebuild	7 Mar 2008 16:33:11 -0000	1.3
+++ viewvc-1.0.4-r1.ebuild	29 May 2008 18:15:17 -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/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v 1.3 2008/03/07 16:33:11 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4-r1.ebuild,v 1.4 2008/05/29 18:15:17 hawking Exp $
 
 inherit confutils webapp python eutils
 
@@ -103,7 +103,7 @@
 pkg_postinst() {
 	webapp_pkg_postinst
 	python_version
-	python_mod_optimize "${ROOT}${MOD_PATH}"
+	python_mod_optimize "${MOD_PATH}"
 	elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}"
 }
 



-- 
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:15 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:15 [gentoo-commits] gentoo-x86 commit in www-apps/viewvc: viewvc-1.0.4.ebuild ChangeLog viewvc-1.0.5.ebuild viewvc-1.0.4-r1.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