diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-24 15:16:02 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-24 15:16:02 +0000 |
commit | 5c69b9f9a40c0c545a5cc49f58f4f80822051d29 (patch) | |
tree | 82da6d1109af6e5275936063fc9202cbfd6c468a /dev-python | |
parent | Stable for amd64 wrt bug #472216 (diff) | |
download | gentoo-2-5c69b9f9a40c0c545a5cc49f58f4f80822051d29.tar.gz gentoo-2-5c69b9f9a40c0c545a5cc49f58f4f80822051d29.tar.bz2 gentoo-2-5c69b9f9a40c0c545a5cc49f58f4f80822051d29.zip |
revbump; migrate -> distutils-r1
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/irman-python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/irman-python/irman-python-0.1-r1.ebuild (renamed from dev-python/irman-python/irman-python-0.1.ebuild) | 21 |
2 files changed, 15 insertions, 16 deletions
diff --git a/dev-python/irman-python/ChangeLog b/dev-python/irman-python/ChangeLog index 2b98f8ba1fd9..4c5e82168d40 100644 --- a/dev-python/irman-python/ChangeLog +++ b/dev-python/irman-python/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/irman-python -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/ChangeLog,v 1.14 2012/08/26 18:38:39 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/ChangeLog,v 1.15 2013/06/24 15:16:02 idella4 Exp $ + +*irman-python-0.1-r1 (24 Jun 2013) + + 24 Jun 2013; Ian Delaney <idella4@gentoo.org> +irman-python-0.1-r1.ebuild, + -irman-python-0.1.ebuild: + revbump; migrate -> distutils-r1 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> irman-python-0.1.ebuild: Drop alpha/ia64/sparc keywords diff --git a/dev-python/irman-python/irman-python-0.1.ebuild b/dev-python/irman-python/irman-python-0.1-r1.ebuild index cf2ea17abf20..ee20913eec8b 100644 --- a/dev-python/irman-python/irman-python-0.1.ebuild +++ b/dev-python/irman-python/irman-python-0.1-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/irman-python-0.1.ebuild,v 1.18 2012/08/26 18:38:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/irman-python-0.1-r1.ebuild,v 1.1 2013/06/24 15:16:02 idella4 Exp $ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) -inherit distutils +inherit distutils-r1 DESCRIPTION="A minimal set of Python bindings for libirman." HOMEPAGE="http://bluweb.com/chouser/proj/irman-python/" @@ -15,14 +13,9 @@ SRC_URI="http://bluweb.com/chouser/proj/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-libs/libirman" RDEPEND="${DEPEND}" - -src_install() { - distutils_src_install - insinto /usr/share/doc/${PF} - doins test_name.py || die "doins failed" -} +DOCS=( README test_name.py ) |