commit:     a6ad5018e854a57bd444b87a349b86b2beb9200d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:33:44 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 12:35:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6ad5018

sci-astronomy/libthesky: drop old version

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-astronomy/libthesky/libthesky-0.3.2.ebuild | 35 --------------------------
 1 file changed, 35 deletions(-)

diff --git a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild 
b/sci-astronomy/libthesky/libthesky-0.3.2.ebuild
deleted file mode 100644
index 5a12fc708..000000000
--- a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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.5.4"
-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="CHANGELOG README VERSION"

Reply via email to