aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/libthesky/libthesky-0.3.3.ebuild')
-rw-r--r--sci-astronomy/libthesky/libthesky-0.3.3.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/sci-astronomy/libthesky/libthesky-0.3.3.ebuild b/sci-astronomy/libthesky/libthesky-0.3.3.ebuild
deleted file mode 100644
index 2a6cce3..0000000
--- a/sci-astronomy/libthesky/libthesky-0.3.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="Fortran library to compute positions of celestial bodies"
-HOMEPAGE="http://libthesky.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-mirror://sourceforge/${PN}/libthesky-data-20131020.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND=">=sci-libs/libsufr-0.7.2"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}
-
-# Install the data files as well as the libraries:
-src_install() {
- insinto /usr/share/libTheSky
- doins "${WORKDIR}"/data/*
- cmake-utils_src_install
-}
-
-DOCS="doc/CHANGELOG doc/README doc/VERSION"