commit: e699211124b83fb2d67ec3bf2dcfdab8279537ef Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Jan 15 06:51:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Jan 15 06:52:56 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e6992111
Symlink Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> --- dev-python/astropy-helpers/ChangeLog | 3 --- .../astropy-helpers/astropy-helpers-0.4.1.ebuild | 29 +--------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/dev-python/astropy-helpers/ChangeLog b/dev-python/astropy-helpers/ChangeLog index 1d2ff5e..2c9ea82 100644 --- a/dev-python/astropy-helpers/ChangeLog +++ b/dev-python/astropy-helpers/ChangeLog @@ -2,9 +2,6 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 15 Jan 2015; Justin Lecher <[email protected]> ChangeLog: - Symlink - 14 Jan 2015; Justin Lecher <[email protected]> metadata.xml: Symlink diff --git a/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild deleted file mode 100644 index f235889..0000000 --- a/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) -inherit distutils-r1 - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/astropy/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Helpers for Astropy and Affiliated packages" -HOMEPAGE="https://github.com/astropy/astropy-helpers" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -python_prepare_all() { - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed" - distutils-r1_python_prepare_all -} diff --git a/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild new file mode 120000 index 0000000..79b8b4c --- /dev/null +++ b/dev-python/astropy-helpers/astropy-helpers-0.4.1.ebuild @@ -0,0 +1 @@ +astropy-helpers-9999.ebuild \ No newline at end of file
