summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-25 21:24:10 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-25 21:24:10 +0000
commitf049f27cae89e1e763c11f90e55a9014361657ff (patch)
tree99c0c1fb5379b379ac3b6ccf7dc96f8e19774425 /media-libs/hamlib
parentUse Python 2 (bug #324171). (diff)
downloadgentoo-2-f049f27cae89e1e763c11f90e55a9014361657ff.tar.gz
gentoo-2-f049f27cae89e1e763c11f90e55a9014361657ff.tar.bz2
gentoo-2-f049f27cae89e1e763c11f90e55a9014361657ff.zip
Fix deprecation warnings.
(Portage version: 2.2.0_alpha30_p2/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/hamlib')
-rw-r--r--media-libs/hamlib/ChangeLog6
-rw-r--r--media-libs/hamlib/hamlib-1.2.12-r2.ebuild8
-rw-r--r--media-libs/hamlib/hamlib-1.2.13.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/media-libs/hamlib/ChangeLog b/media-libs/hamlib/ChangeLog
index 5badfd0b8a92..618eee4e0e79 100644
--- a/media-libs/hamlib/ChangeLog
+++ b/media-libs/hamlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/hamlib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.58 2011/03/21 19:53:05 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.59 2011/04/25 21:24:10 arfrever Exp $
+
+ 25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ hamlib-1.2.12-r2.ebuild, hamlib-1.2.13.ebuild:
+ Fix deprecation warnings.
*hamlib-1.2.13 (21 Mar 2011)
diff --git a/media-libs/hamlib/hamlib-1.2.12-r2.ebuild b/media-libs/hamlib/hamlib-1.2.12-r2.ebuild
index a5cb68325195..9415db9965d4 100644
--- a/media-libs/hamlib/hamlib-1.2.12-r2.ebuild
+++ b/media-libs/hamlib/hamlib-1.2.12-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.12-r2.ebuild,v 1.6 2011/02/27 10:53:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.12-r2.ebuild,v 1.7 2011/04/25 21:24:10 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="python? 2"
inherit autotools-utils eutils multilib python
@@ -85,9 +85,9 @@ src_install() {
}
pkg_postinst() {
- use python && python_mod_optimize $(python_get_sitedir)/Hamlib.py
+ use python && python_mod_optimize Hamlib.py
}
pkg_postrm() {
- use python && python_mod_cleanup $(python_get_sitedir)/Hamlib.py
+ use python && python_mod_cleanup Hamlib.py
}
diff --git a/media-libs/hamlib/hamlib-1.2.13.ebuild b/media-libs/hamlib/hamlib-1.2.13.ebuild
index 33a36d0de85c..c01f15c85eed 100644
--- a/media-libs/hamlib/hamlib-1.2.13.ebuild
+++ b/media-libs/hamlib/hamlib-1.2.13.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.13.ebuild,v 1.1 2011/03/21 19:53:05 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.13.ebuild,v 1.2 2011/04/25 21:24:10 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="python? 2"
inherit autotools-utils eutils multilib python
@@ -85,9 +85,9 @@ src_install() {
}
pkg_postinst() {
- use python && python_mod_optimize $(python_get_sitedir)/Hamlib.py
+ use python && python_mod_optimize Hamlib.py
}
pkg_postrm() {
- use python && python_mod_cleanup $(python_get_sitedir)/Hamlib.py
+ use python && python_mod_cleanup Hamlib.py
}