summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-08 20:51:06 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-08 20:51:06 +0000
commit8e07051a971c06c3272fcdc5bedbb0a3595714fe (patch)
treef2bd96e492fbf51dc13a630127d02cb1e5161873 /dev-util
parentDelete older ebuilds. (diff)
downloadgentoo-2-8e07051a971c06c3272fcdc5bedbb0a3595714fe.tar.gz
gentoo-2-8e07051a971c06c3272fcdc5bedbb0a3595714fe.tar.bz2
gentoo-2-8e07051a971c06c3272fcdc5bedbb0a3595714fe.zip
Delete calls to deprecated python_version().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/gquilt/ChangeLog8
-rw-r--r--dev-util/gquilt/gquilt-0.21.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/gquilt/ChangeLog b/dev-util/gquilt/ChangeLog
index e70e6c70addc..b7616c8a46ae 100644
--- a/dev-util/gquilt/ChangeLog
+++ b/dev-util/gquilt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/gquilt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v 1.16 2009/04/25 21:35:37 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/ChangeLog,v 1.17 2010/05/08 20:51:06 arfrever Exp $
+
+ 08 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ gquilt-0.21.ebuild:
+ Delete calls to deprecated python_version().
25 Apr 2009; Patrick Lauer <patrick@gentoo.org> gquilt-0.21:
Fixing badly broken prerm to be postrm. Fixes #250576
diff --git a/dev-util/gquilt/gquilt-0.21.ebuild b/dev-util/gquilt/gquilt-0.21.ebuild
index 8914b5792eea..fc0e2daef332 100644
--- a/dev-util/gquilt/gquilt-0.21.ebuild
+++ b/dev-util/gquilt/gquilt-0.21.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.21.ebuild,v 1.2 2009/04/25 21:35:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gquilt/gquilt-0.21.ebuild,v 1.3 2010/05/08 20:51:06 arfrever Exp $
inherit python
@@ -32,11 +32,9 @@ src_install() {
}
pkg_postinst() {
- python_version
python_mod_optimize /usr/share/gquilt
}
pkg_postrm() {
- python_version
python_mod_cleanup /usr/share/gquilt
}