Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
Date: Sun, 27 Sep 2020 12:35:20
Message-Id: 1601210109.a6ad5018e854a57bd444b87a349b86b2beb9200d.epsilon-0@gentoo
1 commit: a6ad5018e854a57bd444b87a349b86b2beb9200d
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 12:33:44 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 12:35:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6ad5018
7
8 sci-astronomy/libthesky: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-astronomy/libthesky/libthesky-0.3.2.ebuild | 35 --------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild b/sci-astronomy/libthesky/libthesky-0.3.2.ebuild
17 deleted file mode 100644
18 index 5a12fc708..000000000
19 --- a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit cmake-utils fortran-2
28 -
29 -DESCRIPTION="Fortran library to compute positions of celestial bodies"
30 -HOMEPAGE="http://libthesky.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
32 -mirror://sourceforge/${PN}/libthesky-data-20131020.tar.bz2"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="static-libs"
38 -
39 -DEPEND=">=sci-libs/libsufr-0.5.4"
40 -RDEPEND="${DEPEND}"
41 -
42 -src_configure() {
43 - mycmakeargs=(
44 - $(cmake-utils_use static-libs CREATE_STATICLIB)
45 - )
46 - cmake-utils_src_configure
47 -}
48 -
49 -# Install the data files as well as the libraries:
50 -src_install() {
51 - insinto /usr/share/libTheSky
52 - doins "${WORKDIR}"/data/*
53 - cmake-utils_src_install
54 -}
55 -
56 -DOCS="CHANGELOG README VERSION"