diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-30 00:31:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-30 00:31:30 +0000 |
commit | c35427565e54693ddde4b5840ea82ca944ded1c3 (patch) | |
tree | 10f96ed4831d2e2309df261107b7de80acad241e /dev-python | |
parent | Version bump. (diff) | |
download | historical-c35427565e54693ddde4b5840ea82ca944ded1c3.tar.gz historical-c35427565e54693ddde4b5840ea82ca944ded1c3.tar.bz2 historical-c35427565e54693ddde4b5840ea82ca944ded1c3.zip |
Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/yolk-portage/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/yolk-portage/yolk-portage-0.1.ebuild | 18 | ||||
-rw-r--r-- | dev-python/yolk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/yolk/yolk-0.4.1.ebuild | 24 |
4 files changed, 40 insertions, 18 deletions
diff --git a/dev-python/yolk-portage/ChangeLog b/dev-python/yolk-portage/ChangeLog index d41cb39fdf09..d585ac0350d2 100644 --- a/dev-python/yolk-portage/ChangeLog +++ b/dev-python/yolk-portage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/yolk-portage -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk-portage/ChangeLog,v 1.4 2008/03/13 04:52:48 pythonhead Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk-portage/ChangeLog,v 1.5 2010/06/30 00:28:01 arfrever Exp $ + + 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + yolk-portage-0.1.ebuild: + Set SUPPORT_PYTHON_ABIS. 13 Mar 2008; Rob Cakebread <pythonhead@gentoo.org> yolk-portage-0.1.ebuild: diff --git a/dev-python/yolk-portage/yolk-portage-0.1.ebuild b/dev-python/yolk-portage/yolk-portage-0.1.ebuild index d89988abf863..ad893ad38bef 100644 --- a/dev-python/yolk-portage/yolk-portage-0.1.ebuild +++ b/dev-python/yolk-portage/yolk-portage-0.1.ebuild @@ -1,16 +1,24 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk-portage/yolk-portage-0.1.ebuild,v 1.4 2008/03/13 04:52:48 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk-portage/yolk-portage-0.1.ebuild,v 1.5 2010/06/30 00:28:01 arfrever Exp $ -NEED_PYTHON=2.4 +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Gentoo Portage plugin for yolk" -HOMEPAGE="http://cheeseshop.python.org/pypi/yolk" -SRC_URI="http://cheeseshop.python.org/packages/source/y/yolk-portage/${P}.tar.gz" +HOMEPAGE="http://pypi.python.org/pypi/yolk-portage" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +DEPEND="" RDEPEND=">=app-portage/portage-utils-0.1.23" + +PYTHON_MODNAME="yolk_portage.py" diff --git a/dev-python/yolk/ChangeLog b/dev-python/yolk/ChangeLog index 3f7718da15d6..329289f01ea5 100644 --- a/dev-python/yolk/ChangeLog +++ b/dev-python/yolk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/yolk -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.9 2009/04/24 14:29:03 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.10 2010/06/30 00:31:30 arfrever Exp $ + + 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + yolk-0.4.1.ebuild: + Set SUPPORT_PYTHON_ABIS. 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -yolk-0.3.0.ebuild: Remove old diff --git a/dev-python/yolk/yolk-0.4.1.ebuild b/dev-python/yolk/yolk-0.4.1.ebuild index 99f484eaccf0..d83c7298ea58 100644 --- a/dev-python/yolk/yolk-0.4.1.ebuild +++ b/dev-python/yolk/yolk-0.4.1.ebuild @@ -1,30 +1,36 @@ -# 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-python/yolk/yolk-0.4.1.ebuild,v 1.1 2009/02/15 13:46:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.1.ebuild,v 1.2 2010/06/30 00:31:30 arfrever Exp $ -NEED_PYTHON=2.4 +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages" -HOMEPAGE="http://cheeseshop.python.org/pypi/yolk" -SRC_URI="http://cheeseshop.python.org/packages/source/y/yolk/${P}.tar.gz" +HOMEPAGE="http://pypi.python.org/pypi/yolk" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" + DEPEND="dev-python/setuptools" RDEPEND="dev-python/yolk-portage" src_install() { distutils_src_install - if use examples ; then + + if use examples; then docinto examples/plugins - dodoc "${S}"/examples/plugins/* + dodoc examples/plugins/* docinto examples/plugins/yolk_portage - dodoc "${S}"/examples/plugins/yolk_portage/* + dodoc examples/plugins/yolk_portage/* docinto examples/plugins/yolk_pkg_manager - dodoc "${S}"/examples/plugins/yolk_pkg_manager/* + dodoc examples/plugins/yolk_pkg_manager/* prepalldocs fi } |