Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/xephem/, sci-astronomy/xephem/files/
Date: Sat, 30 Jun 2018 04:10:22
Message-Id: 1530331779.4f4c41d4036405a7d6f25ef628e1cd77ed1fc7ba.ulm@gentoo
1 commit: 4f4c41d4036405a7d6f25ef628e1cd77ed1fc7ba
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 04:09:39 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 04:09:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4c41d4
7
8 sci-astronomy/xephem: Don't link against libXp.
9
10 Closes: https://bugs.gentoo.org/650404
11 Package-Manager: Portage-2.3.41, Repoman-2.3.9
12
13 sci-astronomy/xephem/files/xephem-3.7.7-no_xprint.patch | 11 +++++++++++
14 sci-astronomy/xephem/xephem-3.7.7.ebuild | 3 ++-
15 2 files changed, 13 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-astronomy/xephem/files/xephem-3.7.7-no_xprint.patch b/sci-astronomy/xephem/files/xephem-3.7.7-no_xprint.patch
18 new file mode 100644
19 index 00000000000..e41112f7b1e
20 --- /dev/null
21 +++ b/sci-astronomy/xephem/files/xephem-3.7.7-no_xprint.patch
22 @@ -0,0 +1,11 @@
23 +--- a/GUI/xephem/Makefile
24 ++++ b/GUI/xephem/Makefile
25 +@@ -30,7 +30,7 @@
26 + endif
27 +
28 + # for linux and Apple OS X
29 +-XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
30 ++XLIBS = -lXm -lXt -lXext -lXmu -lX11
31 + CFLAGS := $(LIBINC) $(CFLAGS)
32 + LIBS = $(LIBLNK) $(XLIBS) $(LIBLIB) -lm
33 +
34
35 diff --git a/sci-astronomy/xephem/xephem-3.7.7.ebuild b/sci-astronomy/xephem/xephem-3.7.7.ebuild
36 index ad77acbd721..21274e2d1ad 100644
37 --- a/sci-astronomy/xephem/xephem-3.7.7.ebuild
38 +++ b/sci-astronomy/xephem/xephem-3.7.7.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
46 PATCHES=(
47 "${FILESDIR}/${P}-respect_env_vars.patch"
48 "${FILESDIR}/${P}-implicits.patch"
49 + "${FILESDIR}/${P}-no_xprint.patch"
50 )
51
52 src_prepare() {