summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-15 13:01:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-15 13:01:50 +0000
commit8833cb60ab326dcd7703b2f72c91bf4de1bb3a3a (patch)
tree3d1bced749aee9d89bbfd04e1b31c7e97c003941 /sci-libs
parentUpdate comments. (diff)
downloadgentoo-2-8833cb60ab326dcd7703b2f72c91bf4de1bb3a3a.tar.gz
gentoo-2-8833cb60ab326dcd7703b2f72c91bf4de1bb3a3a.tar.bz2
gentoo-2-8833cb60ab326dcd7703b2f72c91bf4de1bb3a3a.zip
Delete call to deprecated python_version().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/pymmlib/ChangeLog6
-rw-r--r--sci-libs/pymmlib/pymmlib-0.9.8.ebuild9
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/pymmlib/ChangeLog b/sci-libs/pymmlib/ChangeLog
index 905e73b4796a..793c7e588441 100644
--- a/sci-libs/pymmlib/ChangeLog
+++ b/sci-libs/pymmlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/pymmlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.16 2010/04/25 10:47:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/ChangeLog,v 1.17 2010/06/15 13:01:50 arfrever Exp $
+
+ 15 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pymmlib-0.9.8.ebuild:
+ Delete call to deprecated python_version().
*pymmlib-1.0.0-r1 (25 Apr 2010)
diff --git a/sci-libs/pymmlib/pymmlib-0.9.8.ebuild b/sci-libs/pymmlib/pymmlib-0.9.8.ebuild
index 0bcd01591880..233d6847eb1a 100644
--- a/sci-libs/pymmlib/pymmlib-0.9.8.ebuild
+++ b/sci-libs/pymmlib/pymmlib-0.9.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-0.9.8.ebuild,v 1.7 2008/05/29 17:54:58 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-0.9.8.ebuild,v 1.8 2010/06/15 13:01:50 arfrever Exp $
inherit multilib python
@@ -43,10 +43,9 @@ src_install() {
}
pkg_postinst() {
- python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/mmLib
+ python_mod_optimize $(python_get_sitedir)/mmLib
}
pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/mmLib
+ python_mod_cleanup $(python_get_sitedir)/mmLib
}