Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/libthesky/
Date: Tue, 06 Oct 2020 13:34:02
Message-Id: 1601991196.1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3.epsilon-0@gentoo
1 commit: 1c8c2fd90ddc3b4c5f541f46aa0dacd466ed60f3
2 Author: MarcvdSluys <git <AT> vandersluys <DOT> nl>
3 AuthorDate: Sat Oct 3 19:26:30 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Tue Oct 6 13:33:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1c8c2fd9
7
8 sci-astronomy/libthesky: Fix build failure with USE=static-libs.
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: MarcvdSluys <git <AT> vandersluys.nl>
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 .../libthesky/{libthesky-0.4.1.ebuild => libthesky-0.4.1-r1.ebuild} | 1 +
15 sci-astronomy/libthesky/metadata.xml | 4 ++--
16 2 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild b/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
19 similarity index 95%
20 rename from sci-astronomy/libthesky/libthesky-0.4.1.ebuild
21 rename to sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
22 index 8bb4600e8..bda782891 100644
23 --- a/sci-astronomy/libthesky/libthesky-0.4.1.ebuild
24 +++ b/sci-astronomy/libthesky/libthesky-0.4.1-r1.ebuild
25 @@ -5,6 +5,7 @@ EAPI=7
26
27 CMAKE_BUILD_TYPE=Release
28 inherit cmake fortran-2
29 +CMAKE_MAKEFILE_GENERATOR="emake"
30
31 DESCRIPTION="Fortran library to compute positions of celestial bodies"
32 HOMEPAGE="http://libthesky.sourceforge.net/"
33
34 diff --git a/sci-astronomy/libthesky/metadata.xml b/sci-astronomy/libthesky/metadata.xml
35 index 1ce9631c7..08c750857 100644
36 --- a/sci-astronomy/libthesky/metadata.xml
37 +++ b/sci-astronomy/libthesky/metadata.xml
38 @@ -2,8 +2,8 @@
39 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 <pkgmetadata>
41 <maintainer type="person">
42 - <email>AstroFloyd@×××××.com</email>
43 - <name>AstroFloyd</name>
44 + <email>git@×××××××××××.nl</email>
45 + <name>MarcvdSluys</name>
46 </maintainer>
47 <maintainer type="project">
48 <email>sci-astronomy@g.o</email>