From c04ccc6d884fa6ea1949f147aaf88b6be0ccbc79 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 30 Oct 2010 23:26:53 +0000 Subject: Update EAPI. Fix dependencies. (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64) --- dev-python/pmw/ChangeLog | 6 +++++- dev-python/pmw/pmw-1.3.2-r2.ebuild | 13 +++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-python/pmw/ChangeLog b/dev-python/pmw/ChangeLog index 0fd636cd3755..f16340386461 100644 --- a/dev-python/pmw/ChangeLog +++ b/dev-python/pmw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pmw # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v 1.31 2010/06/08 11:31:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v 1.32 2010/10/30 23:26:53 arfrever Exp $ + + 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis + pmw-1.3.2-r2.ebuild: + Update EAPI. Fix dependencies. 08 Jun 2010; Markos Chandras pmw-1.3.2-r2.ebuild: Stable on amd64 wrt bug #310775 diff --git a/dev-python/pmw/pmw-1.3.2-r2.ebuild b/dev-python/pmw/pmw-1.3.2-r2.ebuild index 3972cfb0b7e4..0e40f1b83c0e 100644 --- a/dev-python/pmw/pmw-1.3.2-r2.ebuild +++ b/dev-python/pmw/pmw-1.3.2-r2.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild,v 1.5 2010/06/08 11:31:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.3.2-r2.ebuild,v 1.6 2010/10/30 23:26:53 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" +PYTHON_USE_WITH="tk" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils eutils @@ -14,14 +16,13 @@ DESCRIPTION="A toolkit for building high-level compound widgets in Python using HOMEPAGE="http://pmw.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux" -LICENSE="BSD" IUSE="doc examples" -DEPEND="dev-lang/python[tk]" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" +DEPEND="" +RDEPEND="" S="${WORKDIR}/${MY_P}/src" -- cgit v1.2.3-65-gdbad