summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-15 16:54:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-15 16:54:35 +0000
commit477dd041b75a443333fb2c9d0f3e18058e62b001 (patch)
tree9fc1cfedde3621605dcd9e3f22f43fe21b7656a6 /dev-libs/stfl
parentQA, removed WANT_AUTOMAKE=latest (diff)
downloadhistorical-477dd041b75a443333fb2c9d0f3e18058e62b001.tar.gz
historical-477dd041b75a443333fb2c9d0f3e18058e62b001.tar.bz2
historical-477dd041b75a443333fb2c9d0f3e18058e62b001.zip
Delete deprecation warnings.
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r--dev-libs/stfl/ChangeLog6
-rw-r--r--dev-libs/stfl/stfl-0.19.ebuild9
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-libs/stfl/ChangeLog b/dev-libs/stfl/ChangeLog
index ca2b8364ad0c..7a47b4fbad81 100644
--- a/dev-libs/stfl/ChangeLog
+++ b/dev-libs/stfl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/stfl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.26 2010/06/05 15:30:26 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.27 2010/06/15 16:54:35 arfrever Exp $
+
+ 15 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ stfl-0.19.ebuild:
+ Delete deprecation warnings.
05 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> stfl-0.21.ebuild:
x86 stable wrt bug #318317
diff --git a/dev-libs/stfl/stfl-0.19.ebuild b/dev-libs/stfl/stfl-0.19.ebuild
index 99c122da2ef8..400a18943dbf 100644
--- a/dev-libs/stfl/stfl-0.19.ebuild
+++ b/dev-libs/stfl/stfl-0.19.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-libs/stfl/stfl-0.19.ebuild,v 1.6 2009/08/30 12:24:35 tanderson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.19.ebuild,v 1.7 2010/06/15 16:54:35 arfrever Exp $
EAPI="2"
inherit eutils multilib perl-module python toolchain-funcs
@@ -54,7 +54,6 @@ src_compile() {
}
src_install() {
- python_version
emake prefix="/usr" DESTDIR="${D}" LIBDIR="$(get_libdir)" install || die "make install failed"
dodoc README
@@ -81,9 +80,9 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/stfl.py
+ python_mod_optimize $(python_get_libdir)/stfl.py
}
pkg_postrm() {
- python_mod_cleanup
+ python_mod_cleanup $(python_get_libdir)/stfl.py
}