public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jim Ramsay (lack)" <lack@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Wed, 04 Jun 2008 13:15:41 +0000	[thread overview]
Message-ID: <E1K3sq5-0001H6-Jp@stork.gentoo.org> (raw)

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



             reply	other threads:[~2008-06-04 13:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-04 13:15 Jim Ramsay (lack) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-04 12:34 [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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K3sq5-0001H6-Jp@stork.gentoo.org \
    --to=lack@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox