diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-12-14 18:26:29 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-12-14 18:26:29 +0000 |
commit | 8cdbb2fedc698c3c6815f6913c9d2e4c12ffee33 (patch) | |
tree | a282c05531b0d1fb238b8c97173a81acd915e229 /dev-python/platinfo | |
parent | drop perl-5.10* dependency; Drop old. (diff) | |
download | gentoo-2-8cdbb2fedc698c3c6815f6913c9d2e4c12ffee33.tar.gz gentoo-2-8cdbb2fedc698c3c6815f6913c9d2e4c12ffee33.tar.bz2 gentoo-2-8cdbb2fedc698c3c6815f6913c9d2e4c12ffee33.zip |
Migrated to distutils-r1.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'dev-python/platinfo')
-rw-r--r-- | dev-python/platinfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/platinfo/platinfo-0.15.0-r1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/platinfo/ChangeLog b/dev-python/platinfo/ChangeLog index 09dedab46e68..fcb534bb8c49 100644 --- a/dev-python/platinfo/ChangeLog +++ b/dev-python/platinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/platinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.6 2013/07/06 16:05:39 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.7 2013/12/14 18:26:29 aidecoe Exp $ + +*platinfo-0.15.0-r1 (14 Dec 2013) + + 14 Dec 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> + +platinfo-0.15.0-r1.ebuild: + Migrated to distutils-r1. 06 Jul 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> platinfo-0.15.0.ebuild: diff --git a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild new file mode 100644 index 000000000000..1aafb214d12e --- /dev/null +++ b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/platinfo-0.15.0-r1.ebuild,v 1.1 2013/12/14 18:26:29 aidecoe Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Determines and returns consistent names for platforms" +HOMEPAGE="http://code.google.com/p/platinfo/" +SRC_URI="http://platinfo.googlecode.com/files/${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |