summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-28 18:00:57 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-28 18:00:57 +0000
commitc584a61e3053a406d57f38394b52974ff688ead8 (patch)
tree23e933b678bceffa31a1ec41eb5d4b625045b7dc /x11-misc/revelation
parentMarked ~ppc for bug #302963. (diff)
downloadgentoo-2-c584a61e3053a406d57f38394b52974ff688ead8.tar.gz
gentoo-2-c584a61e3053a406d57f38394b52974ff688ead8.tar.bz2
gentoo-2-c584a61e3053a406d57f38394b52974ff688ead8.zip
Delete calls to deprecated python_version().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r--x11-misc/revelation/ChangeLog6
-rw-r--r--x11-misc/revelation/revelation-0.4.11-r2.ebuild10
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog
index f3fa68e25594..af2ebdb4a277 100644
--- a/x11-misc/revelation/ChangeLog
+++ b/x11-misc/revelation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.17 2010/01/07 20:30:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.18 2010/05/28 18:00:57 arfrever Exp $
+
+ 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ revelation-0.4.11-r2.ebuild:
+ Delete calls to deprecated python_version().
07 Jan 2010; Tristan Heaven <nyhm@gentoo.org> revelation-0.4.11-r2.ebuild,
files/revelation-0.4.11-build.patch:
diff --git a/x11-misc/revelation/revelation-0.4.11-r2.ebuild b/x11-misc/revelation/revelation-0.4.11-r2.ebuild
index fab9b0c27463..80c2e82f1dbd 100644
--- a/x11-misc/revelation/revelation-0.4.11-r2.ebuild
+++ b/x11-misc/revelation/revelation-0.4.11-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.6 2010/01/07 20:30:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11-r2.ebuild,v 1.7 2010/05/28 18:00:57 arfrever Exp $
inherit autotools eutils multilib python gnome2
@@ -43,17 +43,15 @@ src_compile() {
src_install() {
DOCS="AUTHORS ChangeLog NEWS README TODO" \
gnome2_src_install
- python_version
- rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/crack.la
+ python_clean_installation_image
}
pkg_postinst() {
gnome2_pkg_postinst
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+ python_mod_optimize $(python_get_sitedir)/${PN}
}
pkg_postrm() {
gnome2_pkg_postrm
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/${PN}
}