diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-23 14:23:21 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-23 14:23:21 +0000 |
commit | b12472d6e94043b2000c44af45cb49c233aedf1e (patch) | |
tree | 68896dcaf34809111fb5f8072a0cab9c34ec0107 /net-dialup | |
parent | Delete deprecation warnings (bug #313945). (diff) | |
download | gentoo-2-b12472d6e94043b2000c44af45cb49c233aedf1e.tar.gz gentoo-2-b12472d6e94043b2000c44af45cb49c233aedf1e.tar.bz2 gentoo-2-b12472d6e94043b2000c44af45cb49c233aedf1e.zip |
Delete deprecation warnings (bug #315089).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/capisuite/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/capisuite/capisuite-0.4.5-r5.ebuild | 9 | ||||
-rw-r--r-- | net-dialup/capisuite/capisuite-0.4.5-r6.ebuild | 9 |
3 files changed, 14 insertions, 12 deletions
diff --git a/net-dialup/capisuite/ChangeLog b/net-dialup/capisuite/ChangeLog index 6d5d37ff9d75..4eabdccfc613 100644 --- a/net-dialup/capisuite/ChangeLog +++ b/net-dialup/capisuite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/capisuite -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.37 2009/12/26 17:40:59 pva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.38 2010/06/23 14:23:21 arfrever Exp $ + + 23 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + capisuite-0.4.5-r5.ebuild, capisuite-0.4.5-r6.ebuild: + Delete deprecation warnings (bug #315089). 26 Dec 2009; Peter Volkov <pva@gentoo.org> capisuite-0.4.5-r5.ebuild, capisuite-0.4.5-r6.ebuild: diff --git a/net-dialup/capisuite/capisuite-0.4.5-r5.ebuild b/net-dialup/capisuite/capisuite-0.4.5-r5.ebuild index bef15a1b4781..dd9b0b3206d3 100644 --- a/net-dialup/capisuite/capisuite-0.4.5-r5.ebuild +++ b/net-dialup/capisuite/capisuite-0.4.5-r5.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/net-dialup/capisuite/capisuite-0.4.5-r5.ebuild,v 1.3 2009/12/26 17:40:59 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r5.ebuild,v 1.4 2010/06/23 14:23:21 arfrever Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -86,10 +86,9 @@ src_install() { } pkg_postinst() { - python_version - python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/cs_helpers.py + python_mod_optimize $(python_get_sitedir)/cs_helpers.py } pkg_postrm() { - python_mod_cleanup + python_mod_cleanup $(python_get_sitedir)/cs_helpers.py } diff --git a/net-dialup/capisuite/capisuite-0.4.5-r6.ebuild b/net-dialup/capisuite/capisuite-0.4.5-r6.ebuild index 3933e4b0c3da..68cedbf9edb5 100644 --- a/net-dialup/capisuite/capisuite-0.4.5-r6.ebuild +++ b/net-dialup/capisuite/capisuite-0.4.5-r6.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/net-dialup/capisuite/capisuite-0.4.5-r6.ebuild,v 1.3 2009/12/26 17:40:59 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/capisuite-0.4.5-r6.ebuild,v 1.4 2010/06/23 14:23:21 arfrever Exp $ inherit eutils autotools flag-o-matic multilib python @@ -86,10 +86,9 @@ src_install() { } pkg_postinst() { - python_version - python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/cs_helpers.py + python_mod_optimize $(python_get_sitedir)/cs_helpers.py } pkg_postrm() { - python_mod_cleanup + python_mod_cleanup $(python_get_sitedir)/cs_helpers.py } |