summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-07-25 23:00:58 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-07-25 23:00:58 +0000
commitdf22561715824b709acd5d48d8c9454b31a80e55 (patch)
treeb828c148235d69e94aaef38306a81682a77ae0ec /sci-astronomy/pyephem
parentInitial commit to tree (diff)
downloadgentoo-2-df22561715824b709acd5d48d8c9454b31a80e55.tar.gz
gentoo-2-df22561715824b709acd5d48d8c9454b31a80e55.tar.bz2
gentoo-2-df22561715824b709acd5d48d8c9454b31a80e55.zip
Removed old, fixed homepage
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/pyephem')
-rw-r--r--sci-astronomy/pyephem/ChangeLog6
-rw-r--r--sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild49
-rw-r--r--sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild4
3 files changed, 7 insertions, 52 deletions
diff --git a/sci-astronomy/pyephem/ChangeLog b/sci-astronomy/pyephem/ChangeLog
index 1f3b2cc5f828..d43cc84532dd 100644
--- a/sci-astronomy/pyephem/ChangeLog
+++ b/sci-astronomy/pyephem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/pyephem
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.11 2011/05/03 16:52:50 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/ChangeLog,v 1.12 2011/07/25 23:00:57 bicatali Exp $
+
+ 25 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> -pyephem-3.7.3.4.ebuild,
+ pyephem-3.7.4.1.ebuild:
+ Removed old, fixed homepage
*pyephem-3.7.4.1 (03 May 2011)
diff --git a/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild b/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild
deleted file mode 100644
index 167d203bd96d..000000000000
--- a/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild
+++ /dev/null
@@ -1,49 +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/pyephem/pyephem-3.7.3.4.ebuild,v 1.3 2010/12/26 15:54:17 arfrever Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils eutils
-
-DESCRIPTION="Astronomical routines for the python programming language"
-LICENSE="LGPL-3"
-HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-RDEPEND=""
-DEPEND="doc? ( dev-python/sphinx )"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-src_prepare() {
- # don't install rst files
- sed -i -e "s:'doc/\*\.rst',::" "${S}"/setup.py || die
- distutils_src_prepare
-}
-
-src_compile() {
- distutils_src_compile
- if use doc; then
- cd src/ephem/doc
- PYTHONPATH=../../.. emake html || die "Building of documentation failed"
- fi
-}
-
-src_test() {
- # remove a buggy test (it's a doc test), check next version.
- mv src/ephem/tests/test_rst.py{,orig}
- distutils_src_test
-}
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml -r src/ephem/doc/.build/html/* || die "Installation of documentation failed"
- fi
-}
diff --git a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
index 29e2f701fbf8..e7a93a8f1d9b 100644
--- a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
+++ b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.1 2011/05/03 16:52:50 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.2 2011/07/25 23:00:57 bicatali Exp $
EAPI="2"
PYTHON_DEPEND="2:2.5"
@@ -11,7 +11,7 @@ inherit distutils eutils
DESCRIPTION="Astronomical routines for the python programming language"
LICENSE="LGPL-3"
-HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html"
+HOMEPAGE="http://rhodesmill.org/pyephem/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"