commit:     8e79b50ed277dcbdea210592883960bdcd66d08a
Author:     AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sat May  9 16:31:11 2015 +0000
Commit:     Marc van der Sluys <AstroFloyd <AT> gmail <DOT> com>
CommitDate: Sat May  9 16:31:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e79b50e

sci-astronomy/libthesky: moved to Science overlay (v0.3.2)

Package-Manager: portage-2.2.18

 sci-astronomy/libthesky/ChangeLog              | 55 ++++++++++++++++++++++++++
 sci-astronomy/libthesky/libthesky-0.3.2.ebuild | 36 +++++++++++++++++
 sci-astronomy/libthesky/metadata.xml           |  9 +++++
 3 files changed, 100 insertions(+)

diff --git a/sci-astronomy/libthesky/ChangeLog 
b/sci-astronomy/libthesky/ChangeLog
new file mode 100644
index 0000000..8252177
--- /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 <[email protected]> +libthesky-0.3.2.ebuild,
+  +metadata.xml:
+  Moved ebuild to Science overlay
+
+  09 May 2015; AstroFloyd <[email protected]> libthesky-0.3.2.ebuild:
+  Cleaned up ebuild
+
+*libthesky-0.3.2 (26 Apr 2015)
+
+  26 Apr 2015; AstroFloyd <[email protected]> -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 <[email protected]> -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 <[email protected]> +libthesky-0.2.0.ebuild:
+  Version bump
+
+*libthesky-0.1.0 (31 Aug 2013)
+
+  31 Aug 2013; AstroFloyd <[email protected]> +libthesky-0.1.0.ebuild:
+  Version bump
+
+*libthesky-0.0.3 (31 Aug 2013)
+
+  31 Aug 2013; AstroFloyd <[email protected]> +libthesky-0.0.3.ebuild:
+  Version bump
+
+*libthesky-0.0.2-r1 (26 Aug 2013)
+
+  26 Aug 2013; AstroFloyd <[email protected]> +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 <[email protected]> +libthesky-0.0.2.ebuild:
+  Version bump
+
+*libthesky-0.0.1 (26 Aug 2013)
+
+  26 Aug 2013; AstroFloyd <[email protected]> +libthesky-0.0.1.ebuild,
+  +metadata.xml:
+

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 0000000..3bf556b
--- /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 0000000..2012f3e
--- /dev/null
+++ b/sci-astronomy/libthesky/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <herd>sci-astronomy</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>AstroFloyd</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to