commit:     5ea7859cdddb3f0d0af0cb95643de7542b3e641a
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:31:57 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=5ea7859c

sci-astronomy/libthesky: version bump to 0.4.1

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

 sci-astronomy/libthesky/libthesky-0.4.1.ebuild | 38 ++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild 
b/sci-astronomy/libthesky/libthesky-0.4.1.ebuild
new file mode 100644
index 000000000..8bb4600e8
--- /dev/null
+++ b/sci-astronomy/libthesky/libthesky-0.4.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_BUILD_TYPE=Release
+inherit cmake 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-20160409.tar.bz2
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="~sci-libs/libsufr-0.7.5[static-libs?]"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+       default
+
+       gunzip -r "${S}"/man || die
+
+       mv "${WORKDIR}"/data "${S}" || die
+}
+
+src_configure() {
+       local mycmakeargs=(
+               -DCMAKE_VERBOSE_MAKEFILE=ON
+               -DCREATE_SHAREDLIB=ON
+               -DCREATE_STATICLIB=$(usex static-libs)
+       )
+       cmake_src_configure
+}

Reply via email to