diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-01-19 11:33:54 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-01-19 11:33:54 +0000 |
commit | c479978139aac5fb1f877577108d483d4696db9a (patch) | |
tree | ee622b681f99b02eaf76d869f1b3480dec4d7f6d /dev-python/platinfo | |
parent | amd64 stable, bug 495624 (diff) | |
download | gentoo-2-c479978139aac5fb1f877577108d483d4696db9a.tar.gz gentoo-2-c479978139aac5fb1f877577108d483d4696db9a.tar.bz2 gentoo-2-c479978139aac5fb1f877577108d483d4696db9a.zip |
Removed old revision using old distutils eclass.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'dev-python/platinfo')
-rw-r--r-- | dev-python/platinfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/platinfo/platinfo-0.15.0.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-python/platinfo/ChangeLog b/dev-python/platinfo/ChangeLog index 1ea587760938..615194494b3e 100644 --- a/dev-python/platinfo/ChangeLog +++ b/dev-python/platinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/platinfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.9 2014/01/14 13:54:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.10 2014/01/19 11:33:54 aidecoe Exp $ + + 19 Jan 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> + -platinfo-0.15.0.ebuild: + Removed old revision using old distutils eclass. 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> platinfo-0.15.0-r1.ebuild: Stable for x86, wrt bug #496304 diff --git a/dev-python/platinfo/platinfo-0.15.0.ebuild b/dev-python/platinfo/platinfo-0.15.0.ebuild deleted file mode 100644 index 785b246f7d86..000000000000 --- a/dev-python/platinfo/platinfo-0.15.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.ebuild,v 1.6 2013/07/06 16:05:39 aidecoe Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -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" -RDEPEND="${DEPEND}" |