diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-06-04 13:17:09 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-06-04 13:17:09 +0000 |
commit | 73c43a27239c865c3301fc359a9e442955c1b64a (patch) | |
tree | ca107fe683c0cf845eca68bfb68fae2d523f5248 /rox-base/traylib | |
parent | Changed python_mod_cleanup to actually clean up the proper location (diff) | |
download | gentoo-2-73c43a27239c865c3301fc359a9e442955c1b64a.tar.gz gentoo-2-73c43a27239c865c3301fc359a9e442955c1b64a.tar.bz2 gentoo-2-73c43a27239c865c3301fc359a9e442955c1b64a.zip |
Changed python_mod_cleanup to actually clean up the proper location
(Portage version: 2.1.5.2)
Diffstat (limited to 'rox-base/traylib')
-rw-r--r-- | rox-base/traylib/ChangeLog | 6 | ||||
-rw-r--r-- | rox-base/traylib/traylib-0.2.5.ebuild | 5 | ||||
-rw-r--r-- | rox-base/traylib/traylib-0.3.2.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/rox-base/traylib/ChangeLog b/rox-base/traylib/ChangeLog index 0e7a611bedb1..4fa57c9a2a5a 100644 --- a/rox-base/traylib/ChangeLog +++ b/rox-base/traylib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for rox-base/traylib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/ChangeLog,v 1.5 2008/06/04 12:35:09 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/ChangeLog,v 1.6 2008/06/04 13:17:09 lack Exp $ + + 04 Jun 2008; Jim Ramsay <lack@gentoo.org> traylib-0.2.5.ebuild, + traylib-0.3.2.1.ebuild: + Changed python_mod_cleanup to actually clean up the proper location 04 Jun 2008; Jim Ramsay <lack@gentoo.org> traylib-0.2.5.ebuild, traylib-0.3.2.1.ebuild: diff --git a/rox-base/traylib/traylib-0.2.5.ebuild b/rox-base/traylib/traylib-0.2.5.ebuild index 459b0911fc1d..870f409bb316 100644 --- a/rox-base/traylib/traylib-0.2.5.ebuild +++ b/rox-base/traylib/traylib-0.2.5.ebuild @@ -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/traylib/traylib-0.2.5.ebuild,v 1.4 2008/06/04 12:35:09 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.2.5.ebuild,v 1.5 2008/06/04 13:17:09 lack Exp $ NEED_PYTHON="2.3" inherit python eutils multilib @@ -31,5 +31,6 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup + local baselibdir="/usr/$(get_libdir)" + python_mod_cleanup "${baselibdir}/${MY_PN}/" } diff --git a/rox-base/traylib/traylib-0.3.2.1.ebuild b/rox-base/traylib/traylib-0.3.2.1.ebuild index 55ae8c61e924..2e178c02a9de 100644 --- a/rox-base/traylib/traylib-0.3.2.1.ebuild +++ b/rox-base/traylib/traylib-0.3.2.1.ebuild @@ -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/traylib/traylib-0.3.2.1.ebuild,v 1.2 2008/06/04 12:35:09 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.3.2.1.ebuild,v 1.3 2008/06/04 13:17:09 lack Exp $ NEED_PYTHON="2.3" inherit python eutils multilib @@ -33,5 +33,6 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup + local baselibdir="/usr/$(get_libdir)" + python_mod_cleanup "${baselibdir}/${MY_PN}/" } |