public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc van der Sluys" <AstroFloyd@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
Date: Sat,  9 May 2015 16:31:32 +0000 (UTC)	[thread overview]
Message-ID: <1431189071.8e79b50ed277dcbdea210592883960bdcd66d08a.astrofloyd@gentoo> (raw)

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 <AstroFloyd@gmail.com> +libthesky-0.3.2.ebuild,
+  +metadata.xml:
+  Moved ebuild to Science overlay
+
+  09 May 2015; AstroFloyd <AstroFloyd@gmail.com> libthesky-0.3.2.ebuild:
+  Cleaned up ebuild
+
+*libthesky-0.3.2 (26 Apr 2015)
+
+  26 Apr 2015; AstroFloyd <AstroFloyd@gmail.com> -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 <AstroFloyd@gmail.com> -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 <AstroFloyd@gmail.com> +libthesky-0.2.0.ebuild:
+  Version bump
+
+*libthesky-0.1.0 (31 Aug 2013)
+
+  31 Aug 2013; AstroFloyd <AstroFloyd@gmail.com> +libthesky-0.1.0.ebuild:
+  Version bump
+
+*libthesky-0.0.3 (31 Aug 2013)
+
+  31 Aug 2013; AstroFloyd <AstroFloyd@gmail.com> +libthesky-0.0.3.ebuild:
+  Version bump
+
+*libthesky-0.0.2-r1 (26 Aug 2013)
+
+  26 Aug 2013; AstroFloyd <AstroFloyd@gmail.com> +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 <AstroFloyd@gmail.com> +libthesky-0.0.2.ebuild:
+  Version bump
+
+*libthesky-0.0.1 (26 Aug 2013)
+
+  26 Aug 2013; AstroFloyd <AstroFloyd@gmail.com> +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>AstroFloyd@gmail.com</email>
+    <name>AstroFloyd</name>
+  </maintainer>
+</pkgmetadata>


             reply	other threads:[~2015-05-09 16:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-09 16:31 Marc van der Sluys [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:35 [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/ Aisha Tammy
2020-09-27 12:35 Aisha Tammy
2020-10-06 13:33 Aisha Tammy
2022-01-25 19:15 Andrew Ammerlaan
2022-01-25 19:19 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431189071.8e79b50ed277dcbdea210592883960bdcd66d08a.astrofloyd@gentoo \
    --to=astrofloyd@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox