public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/wxglade: wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild
@ 2008-04-02 20:06 Mart Raudsepp (leio)
  0 siblings, 0 replies; only message in thread
From: Mart Raudsepp (leio) @ 2008-04-02 20:06 UTC (permalink / raw
  To: gentoo-commits

leio        08/04/02 20:06:41

  Modified:             wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild
  Log:
  QA: Do not pass $ROOT to python_mod_cleanup, as that is done for us and we would pass it double then, unlike with python_mod_optimize that needs the $ROOT in front
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  dev-util/wxglade/wxglade-0.6.3.ebuild

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

Index: wxglade-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxglade-0.6.3.ebuild	11 Mar 2008 03:36:19 -0000	1.1
+++ wxglade-0.6.3.ebuild	2 Apr 2008 20:06:41 -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/wxglade/wxglade-0.6.3.ebuild,v 1.1 2008/03/11 03:36:19 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.2 2008/04/02 20:06:41 leio Exp $
 
 inherit python multilib eutils
 
@@ -46,5 +46,5 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
+	python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
 }



1.3                  dev-util/wxglade/wxglade-0.6.1.ebuild

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

Index: wxglade-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxglade-0.6.1.ebuild	4 Dec 2007 15:42:07 -0000	1.2
+++ wxglade-0.6.1.ebuild	2 Apr 2008 20:06:41 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.2 2007/12/04 15:42:07 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.3 2008/04/02 20:06:41 leio Exp $
 
 inherit python multilib eutils
 
@@ -46,5 +46,5 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
+	python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
 }



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-02 20:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 20:06 [gentoo-commits] gentoo-x86 commit in dev-util/wxglade: wxglade-0.6.3.ebuild wxglade-0.6.1.ebuild Mart Raudsepp (leio)

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