* [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
@ 2015-05-09 16:31 Marc van der Sluys
0 siblings, 0 replies; 6+ messages in thread
From: Marc van der Sluys @ 2015-05-09 16:31 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
@ 2020-09-27 12:35 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:35 UTC (permalink / raw
To: gentoo-commits
commit: a6ad5018e854a57bd444b87a349b86b2beb9200d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 12:33:44 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=a6ad5018
sci-astronomy/libthesky: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-astronomy/libthesky/libthesky-0.3.2.ebuild | 35 --------------------------
1 file changed, 35 deletions(-)
diff --git a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild b/sci-astronomy/libthesky/libthesky-0.3.2.ebuild
deleted file mode 100644
index 5a12fc708..000000000
--- a/sci-astronomy/libthesky/libthesky-0.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
@ 2020-09-27 12:35 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-09-27 12:35 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
@ 2020-10-06 13:33 Aisha Tammy
0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-10-06 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3
Author: MarcvdSluys <git <AT> vandersluys <DOT> nl>
AuthorDate: Sat Oct 3 19:26:30 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Oct 6 13:33:16 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c8c2fd9
sci-astronomy/libthesky: Fix build failure with USE=static-libs.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: MarcvdSluys <git <AT> vandersluys.nl>
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../libthesky/{libthesky-0.4.1.ebuild => libthesky-0.4.1-r1.ebuild} | 1 +
sci-astronomy/libthesky/metadata.xml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild b/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
similarity index 95%
rename from sci-astronomy/libthesky/libthesky-0.4.1.ebuild
rename to sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
index 8bb4600e8..bda782891 100644
--- a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild
+++ b/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
@@ -5,6 +5,7 @@ EAPI=7
CMAKE_BUILD_TYPE=Release
inherit cmake fortran-2
+CMAKE_MAKEFILE_GENERATOR="emake"
DESCRIPTION="Fortran library to compute positions of celestial bodies"
HOMEPAGE="http://libthesky.sourceforge.net/"
diff --git a/sci-astronomy/libthesky/metadata.xml b/sci-astronomy/libthesky/metadata.xml
index 1ce9631c7..08c750857 100644
--- a/sci-astronomy/libthesky/metadata.xml
+++ b/sci-astronomy/libthesky/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
+ <email>git@vandersluys.nl</email>
+ <name>MarcvdSluys</name>
</maintainer>
<maintainer type="project">
<email>sci-astronomy@gentoo.org</email>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
@ 2022-01-25 19:15 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:15 UTC (permalink / raw
To: gentoo-commits
commit: e0e659bbbe7ba78515cd67d8ce6e019aef2ed95f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:26:31 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:26:31 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0e659bb
sci-astronomy/libthesky: bump to 0.4.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{libthesky-0.4.1-r1.ebuild => libthesky-0.4.2.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
similarity index 94%
rename from sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
rename to sci-astronomy/libthesky/libthesky-0.4.2.ebuild
index bda782891..f213dd198 100644
--- a/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
+++ b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
CMAKE_BUILD_TYPE=Release
-inherit cmake fortran-2
CMAKE_MAKEFILE_GENERATOR="emake"
+inherit cmake fortran-2
DESCRIPTION="Fortran library to compute positions of celestial bodies"
HOMEPAGE="http://libthesky.sourceforge.net/"
@@ -23,9 +23,7 @@ RDEPEND="${DEPEND}"
src_unpack() {
default
-
gunzip -r "${S}"/man || die
-
mv "${WORKDIR}"/data "${S}" || die
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
@ 2022-01-25 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-25 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 97e6d32103d92bdc03b685869599fa5812188cf9
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 19:19:10 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 19:19:10 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=97e6d321
sci-astronomy/libthesky: relax dependency
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-astronomy/libthesky/libthesky-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-astronomy/libthesky/libthesky-0.4.2.ebuild b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
index f213dd198..09f89265f 100644
--- a/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
+++ b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
-DEPEND="~sci-libs/libsufr-0.7.5[static-libs?]"
+DEPEND="sci-libs/libsufr[static-libs?]"
RDEPEND="${DEPEND}"
src_unpack() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-01-25 19:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 19:19 [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-01-25 19:15 Andrew Ammerlaan
2020-10-06 13:33 Aisha Tammy
2020-09-27 12:35 Aisha Tammy
2020-09-27 12:35 Aisha Tammy
2015-05-09 16:31 Marc van der Sluys
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox