diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:43:27 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:43:27 +0000 |
commit | f856aa5a109568ff86133d8bf429b447160acb14 (patch) | |
tree | 5c648122843dc52b39df3eaf319cb51dbc6bcfdd /dev-util/devhelp | |
parent | python_mod_optimize is ROOT aware. Fixed python_mod_cleanup. (diff) | |
download | gentoo-2-f856aa5a109568ff86133d8bf429b447160acb14.tar.gz gentoo-2-f856aa5a109568ff86133d8bf429b447160acb14.tar.bz2 gentoo-2-f856aa5a109568ff86133d8bf429b447160acb14.zip |
Drop redundant python_version in pkg_postrm.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.19.1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.19.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/devhelp/ChangeLog b/dev-util/devhelp/ChangeLog index c775085f17a7..f72e5c866ad7 100644 --- a/dev-util/devhelp/ChangeLog +++ b/dev-util/devhelp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/devhelp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.75 2008/05/25 20:24:14 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.76 2008/05/29 16:43:27 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> devhelp-0.19.ebuild, + devhelp-0.19.1.ebuild: + Drop redundant python_version in pkg_postrm. 25 May 2008; Gilles Dartiguelongue <eva@gentoo.org> -devhelp-0.16.1.ebuild, -devhelp-0.17.ebuild, -devhelp-0.18.ebuild, diff --git a/dev-util/devhelp/devhelp-0.19.1.ebuild b/dev-util/devhelp/devhelp-0.19.1.ebuild index a2c8363f83ab..289e510b9e64 100644 --- a/dev-util/devhelp/devhelp-0.19.1.ebuild +++ b/dev-util/devhelp/devhelp-0.19.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/dev-util/devhelp/devhelp-0.19.1.ebuild,v 1.1 2008/05/25 20:24:14 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.19.1.ebuild,v 1.2 2008/05/29 16:43:27 hawking Exp $ inherit toolchain-funcs gnome2 python @@ -56,6 +56,5 @@ pkg_postinst() { } pkg_postrm() { - python_version python_mod_cleanup } diff --git a/dev-util/devhelp/devhelp-0.19.ebuild b/dev-util/devhelp/devhelp-0.19.ebuild index 50f684d0bcb9..309231584127 100644 --- a/dev-util/devhelp/devhelp-0.19.ebuild +++ b/dev-util/devhelp/devhelp-0.19.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/dev-util/devhelp/devhelp-0.19.ebuild,v 1.5 2008/04/21 19:22:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.19.ebuild,v 1.6 2008/05/29 16:43:27 hawking Exp $ inherit toolchain-funcs gnome2 python @@ -56,6 +56,5 @@ pkg_postinst() { } pkg_postrm() { - python_version python_mod_cleanup } |