public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild eric-4.1.1.ebuild
@ 2008-05-29 16:46 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-05-29 16:46 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/29 16:46:16

  Modified:             eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild
                        eric-4.1.1.ebuild
  Log:
  python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.2                  dev-util/eric/eric-4.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild?r1=1.1&r2=1.2

Index: eric-4.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eric-4.1.4.ebuild	24 May 2008 22:54:13 -0000	1.1
+++ eric-4.1.4.ebuild	29 May 2008 16:46:16 -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/dev-util/eric/eric-4.1.4.ebuild,v 1.1 2008/05/24 22:54:13 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v 1.2 2008/05/29 16:46:16 hawking Exp $
 
 NEED_PYTHON=2.4
 
@@ -61,7 +61,8 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
+	python_version
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
 	elog "If you want to use eric4 with mod_python, have a look at"
 	elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
 	elog
@@ -74,6 +75,6 @@
 	elog "the App itself. You may want to check those as well"
 }
 
-pkg_posrm() {
-	python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
+pkg_postrm() {
+	python_mod_cleanup
 }



1.61                 dev-util/eric/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	24 May 2008 22:54:13 -0000	1.60
+++ ChangeLog	29 May 2008 16:46:16 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/eric
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.60 2008/05/24 22:54:13 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.61 2008/05/29 16:46:16 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> eric-3.9.5.ebuild,
+  eric-4.1.1.ebuild, eric-4.1.4.ebuild:
+  python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
 
 *eric-4.1.4 (24 May 2008)
 



1.6                  dev-util/eric/eric-3.9.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild?r1=1.5&r2=1.6

Index: eric-3.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eric-3.9.5.ebuild	20 Nov 2007 05:42:49 -0000	1.5
+++ eric-3.9.5.ebuild	29 May 2008 16:46:16 -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/dev-util/eric/eric-3.9.5.ebuild,v 1.5 2007/11/20 05:42:49 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v 1.6 2008/05/29 16:46:16 hawking Exp $
 
 NEED_PYTHON=2.3
 
@@ -80,10 +80,10 @@
 	elog "  \"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric3/patch_modpython.py\"."
 
 	python_version
-	python_mod_optimize "/usr/$(get_libdir)/python${PYVER}/site-packages/eric3"
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eric3
 }
 
 pkg_postrm() {
 	python_version
-	python_mod_cleanup "/usr/$(get_libdir)/python${PYVER}/site-packages/eric3"
+	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/eric3
 }



1.3                  dev-util/eric/eric-4.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild?r1=1.2&r2=1.3

Index: eric-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eric-4.1.1.ebuild	14 Apr 2008 11:40:58 -0000	1.2
+++ eric-4.1.1.ebuild	29 May 2008 16:46:16 -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/dev-util/eric/eric-4.1.1.ebuild,v 1.2 2008/04/14 11:40:58 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v 1.3 2008/05/29 16:46:16 hawking Exp $
 
 NEED_PYTHON=2.4
 
@@ -62,7 +62,8 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
+	python_version
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
 	elog "If you want to use eric4 with mod_python, have a look at"
 	elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/patch_modpython.py\"."
 	elog
@@ -75,6 +76,6 @@
 	elog "the App itself. You may want to check those as well"
 }
 
-pkg_posrm() {
-	python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/eric4{,plugins}
+pkg_postrm() {
+	python_mod_cleanup
 }



-- 
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 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 16:46 [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild eric-4.1.1.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