diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-04-24 21:01:39 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-04-24 21:01:39 +0000 |
commit | cf012536722f24770bd486d9948581bb7e325e74 (patch) | |
tree | d1216e3d94caf8ce4eedd8d3256a8728b354d228 /dev-python/stsci-distutils | |
parent | Switched to virtual pyfits and pywcs (diff) | |
download | gentoo-2-cf012536722f24770bd486d9948581bb7e325e74.tar.gz gentoo-2-cf012536722f24770bd486d9948581bb7e325e74.tar.bz2 gentoo-2-cf012536722f24770bd486d9948581bb7e325e74.zip |
Removed old
(Portage version: 2.2.01.21890-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/stsci-distutils')
5 files changed, 9 insertions, 86 deletions
diff --git a/dev-python/stsci-distutils/ChangeLog b/dev-python/stsci-distutils/ChangeLog index b4743807cd2d..488e1f221c8a 100644 --- a/dev-python/stsci-distutils/ChangeLog +++ b/dev-python/stsci-distutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/stsci-distutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.11 2013/04/24 18:49:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.12 2013/04/24 21:01:38 bicatali Exp $ + + 24 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> + -stsci-distutils-0.3.1.ebuild, -stsci-distutils-0.3.2.ebuild, + -stsci-distutils-0.3.ebuild, stsci-distutils-0.3.2-r1.ebuild: + Removed old 24 Apr 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, stsci-distutils-0.3.2-r1.ebuild: diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.1.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.1.ebuild deleted file mode 100644 index 9b846e218e93..000000000000 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.1.ebuild +++ /dev/null @@ -1,27 +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/stsci-distutils/stsci-distutils-0.3.1.ebuild,v 1.1 2012/07/19 16:04:30 bicatali Exp $ - -EAPI=3 - -SUPPORT_PYTHON_ABIS="1" -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -inherit distutils - -DESCRIPTION="Utilities used to package some of STScI's Python projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python - http://pypi.python.org/pypi/stsci.distutils/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools - dev-python/d2to1" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild index 9a4a99d99d3a..439ae69c4c18 100644 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild +++ b/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.2 2013/04/24 18:49:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.3 2013/04/24 21:01:38 bicatali Exp $ EAPI=5 @@ -11,8 +11,7 @@ MY_P=${MY_PN}-${PV} inherit distutils-r1 DESCRIPTION="Utilities used to package some of STScI's Python projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python - http://pypi.python.org/pypi/stsci.distutils/" +HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python" SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" @@ -24,4 +23,4 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/d2to1[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.2.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.2.ebuild deleted file mode 100644 index 963772c72f79..000000000000 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.2.ebuild +++ /dev/null @@ -1,27 +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/stsci-distutils/stsci-distutils-0.3.2.ebuild,v 1.1 2013/04/02 07:55:52 patrick Exp $ - -EAPI=3 - -SUPPORT_PYTHON_ABIS="1" -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -inherit distutils - -DESCRIPTION="Utilities used to package some of STScI's Python projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python - http://pypi.python.org/pypi/stsci.distutils/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools - dev-python/d2to1" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild b/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild deleted file mode 100644 index ea5e226bc468..000000000000 --- a/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild +++ /dev/null @@ -1,27 +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/stsci-distutils/stsci-distutils-0.3.ebuild,v 1.4 2012/06/26 23:56:30 bicatali Exp $ - -EAPI=3 - -SUPPORT_PYTHON_ABIS="1" -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -inherit distutils - -DESCRIPTION="Utilities used to package some of STScI's Python projects" -HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python - http://pypi.python.org/pypi/stsci.distutils/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools - dev-python/d2to1" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} |