From 8e79b50ed277dcbdea210592883960bdcd66d08a Mon Sep 17 00:00:00 2001 From: AstroFloyd Date: Sat, 9 May 2015 18:31:11 +0200 Subject: sci-astronomy/libthesky: moved to Science overlay (v0.3.2) Package-Manager: portage-2.2.18 --- sci-astronomy/libthesky/ChangeLog | 55 ++++++++++++++++++++++++++ sci-astronomy/libthesky/Manifest | 2 + sci-astronomy/libthesky/libthesky-0.3.2.ebuild | 36 +++++++++++++++++ sci-astronomy/libthesky/metadata.xml | 9 +++++ 4 files changed, 102 insertions(+) create mode 100644 sci-astronomy/libthesky/ChangeLog create mode 100644 sci-astronomy/libthesky/Manifest create mode 100644 sci-astronomy/libthesky/libthesky-0.3.2.ebuild create mode 100644 sci-astronomy/libthesky/metadata.xml (limited to 'sci-astronomy') diff --git a/sci-astronomy/libthesky/ChangeLog b/sci-astronomy/libthesky/ChangeLog new file mode 100644 index 000000000..8252177ae --- /dev/null +++ b/sci-astronomy/libthesky/ChangeLog @@ -0,0 +1,55 @@ +# ChangeLog for sci-astronomy/libthesky +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 May 2015; AstroFloyd +libthesky-0.3.2.ebuild, + +metadata.xml: + Moved ebuild to Science overlay + + 09 May 2015; AstroFloyd libthesky-0.3.2.ebuild: + Cleaned up ebuild + +*libthesky-0.3.2 (26 Apr 2015) + + 26 Apr 2015; AstroFloyd -libthesky-0.3.0.ebuild + +libthesky-0.3.2.ebuild: + Version bump + +*libthesky-0.3.1 (04 Apr 2015) +*libthesky-0.3.0 (04 Apr 2015) + + 04 Apr 2015; AstroFloyd -libthesky-0.0.1.ebuild, + -libthesky-0.0.2.ebuild, -libthesky-0.0.2-r1.ebuild, -libthesky-0.0.3.ebuild, + -libthesky-0.1.0.ebuild, +libthesky-0.3.0.ebuild, +libthesky-0.3.1.ebuild: + Version bump + +*libthesky-0.2.0 (20 Oct 2013) + + 20 Oct 2013; AstroFloyd +libthesky-0.2.0.ebuild: + Version bump + +*libthesky-0.1.0 (31 Aug 2013) + + 31 Aug 2013; AstroFloyd +libthesky-0.1.0.ebuild: + Version bump + +*libthesky-0.0.3 (31 Aug 2013) + + 31 Aug 2013; AstroFloyd +libthesky-0.0.3.ebuild: + Version bump + +*libthesky-0.0.2-r1 (26 Aug 2013) + + 26 Aug 2013; AstroFloyd +libthesky-0.0.2-r1.ebuild: + Revision bump: adding asteroids.dat in separate download + +*libthesky-0.0.2 (26 Aug 2013) + + 26 Aug 2013; AstroFloyd +libthesky-0.0.2.ebuild: + Version bump + +*libthesky-0.0.1 (26 Aug 2013) + + 26 Aug 2013; AstroFloyd +libthesky-0.0.1.ebuild, + +metadata.xml: + diff --git a/sci-astronomy/libthesky/Manifest b/sci-astronomy/libthesky/Manifest new file mode 100644 index 000000000..53c596e00 --- /dev/null +++ b/sci-astronomy/libthesky/Manifest @@ -0,0 +1,2 @@ +DIST libthesky-0.3.2.tar.gz 124598 SHA256 38d05a11cc22991cc85438321d54b5e27b0bb5264822df991a53b751ee5a06ae SHA512 64fae18cf410c37d6bda5d65f8890a045734fa3bbaa23c76a8080ef06e15443af5159baf779b69594e24bb1fc8b0719ba03174764d46abed66f61750e8e9e68e WHIRLPOOL 3fee9a059a5122efb50b26cefdd15fa1ef6ac8b27df47e4a6d077d70dbf68db635e7bc975f9a256791e1ac622af75a44f9de30d152fae05f111c0d0d30110f7e +DIST libthesky-data-20131020.tar.bz2 3945800 SHA256 110fc72b68c44f6be5d71fa3076ff1b54ebec72079d854d52e60df4ac0c1e18b SHA512 2bbc2eaeb37a52f383625ecbb0c8d455741631b8cf212e5b8839a9d4276ca8bfc638087aca6d94a458e2889e8e0b9a37cd0392828fe24fb1f653d5956c27b27d WHIRLPOOL 5c2c540c718541f7b4f777d4432a17657c4262cd54e6fdc02b267e598122e558715a170f31285306180117056a037ba9facf296491ad20fd8cdf94c6f59cc627 diff --git a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild b/sci-astronomy/libthesky/libthesky-0.3.2.ebuild new file mode 100644 index 000000000..3bf556b85 --- /dev/null +++ b/sci-astronomy/libthesky/libthesky-0.3.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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" diff --git a/sci-astronomy/libthesky/metadata.xml b/sci-astronomy/libthesky/metadata.xml new file mode 100644 index 000000000..2012f3ed4 --- /dev/null +++ b/sci-astronomy/libthesky/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-astronomy + + AstroFloyd@gmail.com + AstroFloyd + + -- cgit v1.2.3-65-gdbad