Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmppp/
Date: Tue, 06 Oct 2015 08:54:22
Message-Id: 1444121641.1a8d27a95c83fa55be1024c43fa913894e26230b.voyageur@gentoo
1 commit: 1a8d27a95c83fa55be1024c43fa913894e26230b
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 08:53:44 2015 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 08:54:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8d27a9
7
8 x11-plugins/wmppp: missing dep on x11-libs/libdockapp, bug #562330
9
10 Package-Manager: portage-2.2.22
11
12 .../wmppp/{wmppp-1.3.2.ebuild => wmppp-1.3.2-r1.ebuild} | 11 ++---------
13 1 file changed, 2 insertions(+), 9 deletions(-)
14
15 diff --git a/x11-plugins/wmppp/wmppp-1.3.2.ebuild b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
16 similarity index 81%
17 rename from x11-plugins/wmppp/wmppp-1.3.2.ebuild
18 rename to x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
19 index c8a4901..d615b51 100644
20 --- a/x11-plugins/wmppp/wmppp-1.3.2.ebuild
21 +++ b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
22 @@ -16,7 +16,8 @@ SLOT="0"
23 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
24 IUSE=""
25
26 -RDEPEND="x11-libs/libX11
27 +RDEPEND=">=x11-libs/libdockapp-0.7:=
28 + x11-libs/libX11
29 x11-libs/libXext
30 x11-libs/libXpm"
31 DEPEND="${RDEPEND}
32 @@ -24,19 +25,11 @@ DEPEND="${RDEPEND}
33
34 S=${WORKDIR}/${MY_P}
35
36 -#src_prepare() {
37 -# sed -ie 's/-o wmppp/\$(LDFLAGS) -o wmppp/' Makefile
38 -#}
39 -
40 src_compile() {
41 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
42 }
43
44 src_install () {
45 emake DESTDIR="${D}" PREFIX=/usr install
46 -# dobin wmppp
47 -# exeinto /etc/ppp
48 -# doexe getmodemspeed
49 -# dodoc user.wmppprc
50 dodoc BUGS CHANGES HINTS README TODO
51 }