diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-05-28 03:39:05 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-05-28 03:39:05 +0000 |
commit | 1089d02e085a158c5a2194fc9ef1d83056cfa737 (patch) | |
tree | 70e95e2ef0bc9638ff199d1ae6d4717402f56682 /net-im/pyaim-t | |
parent | Security bump for ~arch users (diff) | |
download | gentoo-2-1089d02e085a158c5a2194fc9ef1d83056cfa737.tar.gz gentoo-2-1089d02e085a158c5a2194fc9ef1d83056cfa737.tar.bz2 gentoo-2-1089d02e085a158c5a2194fc9ef1d83056cfa737.zip |
Set python active version to 2.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-im/pyaim-t')
-rw-r--r-- | net-im/pyaim-t/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild | 10 | ||||
-rw-r--r-- | net-im/pyaim-t/pyaim-t-0.8a.ebuild | 9 |
3 files changed, 20 insertions, 5 deletions
diff --git a/net-im/pyaim-t/ChangeLog b/net-im/pyaim-t/ChangeLog index 94ca52f370ae..a6649d5993f0 100644 --- a/net-im/pyaim-t/ChangeLog +++ b/net-im/pyaim-t/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pyaim-t # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.13 2013/03/17 17:40:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/ChangeLog,v 1.14 2013/05/28 03:39:05 floppym Exp $ + + 28 May 2013; Mike Gilbert <floppym@gentoo.org> pyaim-t-0.8.0.1.ebuild, + pyaim-t-0.8a.ebuild: + Set python active version to 2. 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild index 1aede72ec5e6..bf1ea5479ac6 100644 --- a/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v 1.3 2011/10/08 16:34:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8.0.1.ebuild,v 1.4 2013/05/28 03:39:05 floppym Exp $ EAPI="3" +PYTHON_DEPEND="2" inherit eutils python @@ -25,6 +26,11 @@ RDEPEND="${DEPEND} webinterface? ( >=dev-python/nevow-0.4.1 ) >=dev-python/imaging-1.1" +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + src_prepare() { epatch "${FILESDIR}/${P}-python26-warnings.patch" } diff --git a/net-im/pyaim-t/pyaim-t-0.8a.ebuild b/net-im/pyaim-t/pyaim-t-0.8a.ebuild index f187205ca508..639d6a8fde83 100644 --- a/net-im/pyaim-t/pyaim-t-0.8a.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.8 2010/07/06 16:06:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pyaim-t/pyaim-t-0.8a.ebuild,v 1.9 2013/05/28 03:39:05 floppym Exp $ PYTHON_DEPEND="2" @@ -23,6 +23,11 @@ RDEPEND="${DEPEND} webinterface? ( >=dev-python/nevow-0.4.1 ) >=dev-python/imaging-1.1" +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + src_unpack() { unpack ${A} && cd "${S}" || die "unpack failed" |