Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/epplets: epplets-0.10.ebuild ChangeLog
Date: Sun, 13 Jan 2008 00:16:57
Message-Id: E1JDqX0-000366-MD@stork.gentoo.org
1 vapier 08/01/13 00:16:54
2
3 Modified: epplets-0.10.ebuild ChangeLog
4 Log:
5 Make sure we DEPEND on pkg-config #205095.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.3 x11-plugins/epplets/epplets-0.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild?r1=1.2&r2=1.3
14
15 Index: epplets-0.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- epplets-0.10.ebuild 22 Jul 2007 05:38:11 -0000 1.2
22 +++ epplets-0.10.ebuild 13 Jan 2008 00:16:54 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild,v 1.2 2007/07/22 05:38:11 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild,v 1.3 2008/01/13 00:16:54 vapier Exp $
29
30 DESCRIPTION="Base files for Enlightenment epplets and some epplets"
31 HOMEPAGE="http://www.enlightenment.org/"
32 @@ -18,10 +18,11 @@
33 media-libs/imlib2
34 >=x11-wm/enlightenment-0.16.4"
35 DEPEND="${RDEPEND}
36 + dev-util/pkgconfig
37 x11-proto/xproto
38 x11-proto/xextproto"
39
40 src_install() {
41 - make DESTDIR="${D}" install || die
42 + emake DESTDIR="${D}" install || die
43 dodoc ChangeLog
44 }
45
46
47
48 1.12 x11-plugins/epplets/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/epplets/ChangeLog?rev=1.12&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/epplets/ChangeLog?rev=1.12&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/epplets/ChangeLog?r1=1.11&r2=1.12
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v
57 retrieving revision 1.11
58 retrieving revision 1.12
59 diff -u -r1.11 -r1.12
60 --- ChangeLog 22 Jul 2007 05:38:11 -0000 1.11
61 +++ ChangeLog 13 Jan 2008 00:16:54 -0000 1.12
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-plugins/epplets
64 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.11 2007/07/22 05:38:11 dberkholz Exp $
66 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.12 2008/01/13 00:16:54 vapier Exp $
68 +
69 + 13 Jan 2008; Mike Frysinger <vapier@g.o> epplets-0.10.ebuild:
70 + Make sure we DEPEND on pkg-config #205095.
71
72 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; epplets-0.9.ebuild,
73 epplets-0.10.ebuild:
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list