summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-07-25 23:03:01 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-07-25 23:03:01 +0000
commit4da1a4dc089ef178a02c25e273907ea78edca59e (patch)
treee058c52bbc49a2ae5115aa501d1430952fc3d952 /sci-astronomy/kapteyn
parentRemoved old, fixed homepage (diff)
downloadgentoo-2-4da1a4dc089ef178a02c25e273907ea78edca59e.tar.gz
gentoo-2-4da1a4dc089ef178a02c25e273907ea78edca59e.tar.bz2
gentoo-2-4da1a4dc089ef178a02c25e273907ea78edca59e.zip
Removed old
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/kapteyn')
-rw-r--r--sci-astronomy/kapteyn/ChangeLog6
-rw-r--r--sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild30
-rw-r--r--sci-astronomy/kapteyn/kapteyn-2.0.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog
index 18dd7746df1b..f43a73dce917 100644
--- a/sci-astronomy/kapteyn/ChangeLog
+++ b/sci-astronomy/kapteyn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/kapteyn
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.5 2011/02/17 06:45:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.6 2011/07/25 23:03:01 bicatali Exp $
+
+ 25 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> -kapteyn-2.0.ebuild,
+ -kapteyn-2.0.2.ebuild:
+ Removed old
*kapteyn-2.1 (17 Feb 2011)
diff --git a/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild b/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild
deleted file mode 100644
index d0a83fa82293..000000000000
--- a/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.0.2.ebuild,v 1.1 2010/09/23 21:00:33 bicatali Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Collection of python tools for astronomy"
-HOMEPAGE="http://www.astro.rug.nl/software/kapteyn"
-SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sci-astronomy/wcslib
- dev-python/numpy"
-RDEPEND="${DEPEND}"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_install() {
- distutils_src_install
- dodoc doc/${PN}.pdf || die
-}
diff --git a/sci-astronomy/kapteyn/kapteyn-2.0.ebuild b/sci-astronomy/kapteyn/kapteyn-2.0.ebuild
deleted file mode 100644
index 0633d07c4578..000000000000
--- a/sci-astronomy/kapteyn/kapteyn-2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.0.ebuild,v 1.1 2010/08/02 15:44:35 xarthisius Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Collection of python tools for astronomy"
-HOMEPAGE="http://www.astro.rug.nl/software/kapteyn"
-SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sci-astronomy/wcslib
- dev-python/numpy"
-RDEPEND="${DEPEND}"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_install() {
- distutils_src_install
- dodoc doc/${PN}.pdf || die
-}