summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-28 18:57:09 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-28 18:57:09 +0000
commit8ddfe185549473137a1b76e37bd0ad3fda4b22a2 (patch)
treef09cdfcc49083d4a30862419fda800cb32e51db0 /app-sci/libnova/libnova-0.7.0.ebuild
parentFixed dependency (diff)
downloadhistorical-8ddfe185549473137a1b76e37bd0ad3fda4b22a2.tar.gz
historical-8ddfe185549473137a1b76e37bd0ad3fda4b22a2.tar.bz2
historical-8ddfe185549473137a1b76e37bd0ad3fda4b22a2.zip
Moving to sci-libs/libnova
Diffstat (limited to 'app-sci/libnova/libnova-0.7.0.ebuild')
-rw-r--r--app-sci/libnova/libnova-0.7.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-sci/libnova/libnova-0.7.0.ebuild b/app-sci/libnova/libnova-0.7.0.ebuild
deleted file mode 100644
index 6e1cbf1ddc4c..000000000000
--- a/app-sci/libnova/libnova-0.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/libnova/libnova-0.7.0.ebuild,v 1.4 2004/06/24 22:08:31 agriffis Exp $
-
-DESCRIPTION="Celestial Mechanics and Astronomical Calculation Library"
-HOMEPAGE="http://libnova.sourceforge.net/"
-SRC_URI="mirror://sourceforge/libnova/${P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="app-doc/doxygen"
-RDEPEND=""
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
- make || die
- cd doc && make doc || die
-}
-
-src_install() {
- dodir /usr/share/aclocal
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- LIBNOVA_MACRO_DIR=${D}/usr/share/aclocal \
- install || die
- dohtml doc/html/*
- doman doc/man/*/*
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
-}