Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: wmmaiload-2.2.1.ebuild wmmaiload-1.0.2.ebuild ChangeLog
Date: Sat, 12 Jan 2008 01:04:30
Message-Id: E1JDUnT-0002Cn-EY@stork.gentoo.org
1 coldwind 08/01/12 01:04:27
2
3 Modified: wmmaiload-2.2.1.ebuild wmmaiload-1.0.2.ebuild
4 ChangeLog
5 Log:
6 Add libXpm to DEPEND (#204541), depend on =x11-libs/gtk+-1*, misc QA fixes.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.4 x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild?r1=1.3&r2=1.4
15
16 Index: wmmaiload-2.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- wmmaiload-2.2.1.ebuild 5 Aug 2006 08:16:11 -0000 1.3
23 +++ wmmaiload-2.2.1.ebuild 12 Jan 2008 01:04:26 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild,v 1.3 2006/08/05 08:16:11 hansmi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1.ebuild,v 1.4 2008/01/12 01:04:26 coldwind Exp $
30
31 DESCRIPTION="dockapp that monitors one or more mailboxes."
32 SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
33 @@ -10,9 +10,9 @@
34 KEYWORDS="~amd64 ppc ~sparc x86"
35 LICENSE="GPL-2"
36
37 -RDEPEND=">=x11-libs/gtk+-1.2.10-r11"
38 -DEPEND="${RDEPEND}
39 - >=sys-apps/sed-4.1.4-r1"
40 +RDEPEND="=x11-libs/gtk+-1*
41 + x11-libs/libXpm"
42 +DEPEND="${RDEPEND}"
43
44 IUSE=""
45
46 @@ -20,14 +20,12 @@
47 ./configure -p /usr || die "configure failed"
48
49 # Let's wipe out those horrid defaults
50 - for file in "wmmaiload/Makefile wmmaiload-config/Makefile"
51 - do
52 - sed -i 's/^CFLAGS/#CFLAGS/' ${file}
53 - sed -i 's/^CPPFLAGS/#CPPFLAGS/' ${file}
54 - sed -i 's/^DEBUG_CFLAGS/#DEBUG_CFLAGS/' ${file}
55 - sed -i 's/^DEBUG_CPPFLAGS/#DEBUG_CPPFLAGS/' ${file}
56 - sed -i 's/^DEBUG_LDFLAGS/#DEBUG_LDFLAGS/' ${file}
57 - done
58 + sed -e 's/^CFLAGS/#CFLAGS/' \
59 + -e 's/^CPPFLAGS/#CPPFLAGS/' \
60 + -e 's/^DEBUG_CFLAGS/#DEBUG_CFLAGS/' \
61 + -e 's/^DEBUG_CPPFLAGS/#DEBUG_CPPFLAGS/' \
62 + -e 's/^DEBUG_LDFLAGS/#DEBUG_LDFLAGS/' \
63 + -i wmmaiload/Makefile wmmaiload-config/Makefile
64
65 emake || die "parallel make failed"
66 }
67
68
69
70 1.6 x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild?rev=1.6&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild?rev=1.6&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild?r1=1.5&r2=1.6
75
76 Index: wmmaiload-1.0.2.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild,v
79 retrieving revision 1.5
80 retrieving revision 1.6
81 diff -u -r1.5 -r1.6
82 --- wmmaiload-1.0.2.ebuild 31 Jan 2006 19:46:38 -0000 1.5
83 +++ wmmaiload-1.0.2.ebuild 12 Jan 2008 01:04:26 -0000 1.6
84 @@ -1,23 +1,21 @@
85 -# Copyright 1999-2006 Gentoo Foundation
86 +# Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild,v 1.5 2006/01/31 19:46:38 nelchael Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-1.0.2.ebuild,v 1.6 2008/01/12 01:04:26 coldwind Exp $
90
91 -DESCRIPTION="dockapp that monitors one or more mailboxes."
92 +DESCRIPTION="dockapp that monitors one or more mailboxes"
93 SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
94 HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
95
96 SLOT="0"
97 -KEYWORDS="x86 amd64 ppc ~sparc"
98 +KEYWORDS="amd64 ppc ~sparc x86"
99 LICENSE="GPL-2"
100 -
101 -DEPEND=">=x11-libs/gtk+-1.2.10-r11"
102 IUSE=""
103
104 -src_compile() {
105 - econf || die "configure failed"
106 - emake || die "parallel make failed"
107 -}
108 +DEPEND="=x11-libs/gtk+-1*
109 + x11-libs/libXpm"
110 +RDEPEND="${DEPEND}"
111
112 src_install () {
113 einstall || die "make install failed"
114 + dodoc AUTHORS ChangeLog FAQ THANKS
115 }
116
117
118
119 1.25 x11-plugins/wmmaiload/ChangeLog
120
121 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.25&view=markup
122 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.25&content-type=text/plain
123 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?r1=1.24&r2=1.25
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
128 retrieving revision 1.24
129 retrieving revision 1.25
130 diff -u -r1.24 -r1.25
131 --- ChangeLog 21 Feb 2007 23:39:18 -0000 1.24
132 +++ ChangeLog 12 Jan 2008 01:04:26 -0000 1.25
133 @@ -1,6 +1,10 @@
134 # ChangeLog for x11-plugins/wmmaiload
135 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.24 2007/02/21 23:39:18 jokey Exp $
137 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
138 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.25 2008/01/12 01:04:26 coldwind Exp $
139 +
140 + 12 Jan 2008; Santiago M. Mola <coldwind@g.o>
141 + wmmaiload-1.0.2.ebuild, wmmaiload-2.2.1.ebuild:
142 + Add libXpm to DEPEND (#204541), depend on =x11-libs/gtk+-1*, misc QA fixes.
143
144 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
145 Redigest for Manifest2
146
147
148
149 --
150 gentoo-commits@l.g.o mailing list