Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fbdesk: fbdesk-1.2.1.ebuild fbdesk-1.4.1.ebuild ChangeLog
Date: Wed, 05 Dec 2007 19:54:54
Message-Id: E1J00KW-0001T6-9c@stork.gentoo.org
1 lack 07/12/05 19:54:48
2
3 Modified: fbdesk-1.2.1.ebuild fbdesk-1.4.1.ebuild ChangeLog
4 Log:
5 Adding imlib2 USE flag for fbdesk-1.4.1 (bug 196166), and removed COPYING from dodoc in all versions
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.12 x11-misc/fbdesk/fbdesk-1.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild?r1=1.11&r2=1.12
14
15 Index: fbdesk-1.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- fbdesk-1.2.1.ebuild 11 Oct 2007 19:18:58 -0000 1.11
22 +++ fbdesk-1.2.1.ebuild 5 Dec 2007 19:54:47 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.11 2007/10/11 19:18:58 lack Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.12 2007/12/05 19:54:47 lack Exp $
28
29 inherit eutils
30
31 @@ -37,5 +37,5 @@
32
33 src_install() {
34 emake DESTDIR="${D}" install || die "install failed"
35 - dodoc AUTHORS COPYING ChangeLog README
36 + dodoc AUTHORS ChangeLog README
37 }
38
39
40
41 1.2 x11-misc/fbdesk/fbdesk-1.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild?r1=1.1&r2=1.2
46
47 Index: fbdesk-1.4.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- fbdesk-1.4.1.ebuild 11 Oct 2007 19:18:58 -0000 1.1
54 +++ fbdesk-1.4.1.ebuild 5 Dec 2007 19:54:47 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v 1.1 2007/10/11 19:18:58 lack Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v 1.2 2007/12/05 19:54:47 lack Exp $
60
61 inherit eutils
62
63 @@ -11,9 +11,10 @@
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64"
67 -IUSE="debug png"
68 +IUSE="debug png imlib2"
69
70 RDEPEND="png? ( media-libs/libpng )
71 + imlib2? ( media-libs/imlib2 )
72 x11-libs/libXpm
73 x11-libs/libXft"
74 DEPEND="${RDEPEND}
75 @@ -21,6 +22,7 @@
76
77 src_compile() {
78 econf \
79 + $(use_enable imlib2) \
80 $(use_enable debug) \
81 $(use_enable png) || die "econf failed"
82
83 @@ -29,5 +31,5 @@
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "install failed"
87 - dodoc AUTHORS COPYING ChangeLog README
88 + dodoc AUTHORS ChangeLog README
89 }
90
91
92
93 1.24 x11-misc/fbdesk/ChangeLog
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/ChangeLog?rev=1.24&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/ChangeLog?rev=1.24&content-type=text/plain
97 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/ChangeLog?r1=1.23&r2=1.24
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v
102 retrieving revision 1.23
103 retrieving revision 1.24
104 diff -u -r1.23 -r1.24
105 --- ChangeLog 11 Oct 2007 19:18:58 -0000 1.23
106 +++ ChangeLog 5 Dec 2007 19:54:47 -0000 1.24
107 @@ -1,6 +1,11 @@
108 # ChangeLog for x11-misc/fbdesk
109 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.23 2007/10/11 19:18:58 lack Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.24 2007/12/05 19:54:47 lack Exp $
112 +
113 + 05 Dec 2007; Jim Ramsay <lack@g.o> fbdesk-1.2.1.ebuild,
114 + fbdesk-1.4.1.ebuild:
115 + Adding imlib2 USE flag for fbdesk-1.4.1 (bug 196166), and removed COPYING
116 + from dodoc in all versions
117
118 *fbdesk-1.4.1 (11 Oct 2007)
119
120
121
122
123 --
124 gentoo-commits@g.o mailing list