diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-08-27 15:44:42 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-08-27 15:44:42 +0000 |
commit | 42775681f2fb31a42ce3eae0e72a37d4f8419894 (patch) | |
tree | c0c090412d583d137284459906bc8b0cb01c3b75 /dev-python/manifestdestiny | |
parent | Fix LICENSE and PYTHON_MODNAME, suggested by Arfrever. (diff) | |
download | gentoo-2-42775681f2fb31a42ce3eae0e72a37d4f8419894.tar.gz gentoo-2-42775681f2fb31a42ce3eae0e72a37d4f8419894.tar.bz2 gentoo-2-42775681f2fb31a42ce3eae0e72a37d4f8419894.zip |
Remove old.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/manifestdestiny')
-rw-r--r-- | dev-python/manifestdestiny/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/manifestdestiny/manifestdestiny-0.5.4.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-python/manifestdestiny/ChangeLog b/dev-python/manifestdestiny/ChangeLog index 10ab091ac641..4fcb88be6d9b 100644 --- a/dev-python/manifestdestiny/ChangeLog +++ b/dev-python/manifestdestiny/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/manifestdestiny # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manifestdestiny/ChangeLog,v 1.5 2012/08/27 15:44:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manifestdestiny/ChangeLog,v 1.6 2012/08/27 15:44:42 floppym Exp $ + + 27 Aug 2012; Mike Gilbert <floppym@gentoo.org> -manifestdestiny-0.5.4.ebuild: + Remove old. 27 Aug 2012; Mike Gilbert <floppym@gentoo.org> manifestdestiny-0.5.5.ebuild: Fix LICENSE and PYTHON_MODNAME, suggested by Arfrever. diff --git a/dev-python/manifestdestiny/manifestdestiny-0.5.4.ebuild b/dev-python/manifestdestiny/manifestdestiny-0.5.4.ebuild deleted file mode 100644 index 2da8e0feb600..000000000000 --- a/dev-python/manifestdestiny/manifestdestiny-0.5.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manifestdestiny/manifestdestiny-0.5.4.ebuild,v 1.3 2012/04/22 18:26:42 floppym Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="ManifestDestiny" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Universal manifests for Mozilla test harnesses" -HOMEPAGE="https://wiki.mozilla.org/Auto-tools/Projects/ManifestDestiny http://pypi.python.org/pypi/ManifestDestiny" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="README.txt" -PYTHON_MODNAME="manifestparser.py" |