Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.27.ebuild ChangeLog wmbiff-0.4.25-r1.ebuild wmbiff-0.4.25.ebuild
Date: Sun, 06 Jan 2008 21:22:15
Message-Id: E1JBcwe-0000q7-ET@stork.gentoo.org
1 drac 08/01/06 21:22:12
2
3 Modified: wmbiff-0.4.27.ebuild ChangeLog
4 Removed: wmbiff-0.4.25-r1.ebuild wmbiff-0.4.25.ebuild
5 Log:
6 Remove old versions and mark latest stable for amd64 wrt #204554. Sanitize ebuild.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.7 x11-plugins/wmbiff/wmbiff-0.4.27.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild?r1=1.6&r2=1.7
15
16 Index: wmbiff-0.4.27.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- wmbiff-0.4.27.ebuild 22 Jul 2007 05:24:06 -0000 1.6
23 +++ wmbiff-0.4.27.ebuild 6 Jan 2008 21:22:11 -0000 1.7
24 @@ -1,37 +1,31 @@
25 -# Copyright 1999-2007 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/wmbiff/wmbiff-0.4.27.ebuild,v 1.6 2007/07/22 05:24:06 dberkholz Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.7 2008/01/06 21:22:11 drac Exp $
30
31 DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes."
32 -SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
33 HOMEPAGE="http://sourceforge.net/projects/wmbiff/"
34 +SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="amd64 ppc sparc x86"
39 +IUSE="crypt"
40
41 RDEPEND="x11-libs/libX11
42 x11-libs/libXext
43 - x11-libs/libXpm"
44 -DEPEND="${RDEPEND}
45 - x11-proto/xproto
46 - x11-proto/xextproto
47 + x11-libs/libXpm
48 crypt? ( >=net-libs/gnutls-1.2.3
49 >=dev-libs/libgcrypt-1.2.1 )"
50 +DEPEND="${RDEPEND}
51 + x11-proto/xproto
52 + x11-proto/xextproto"
53
54 -SLOT="0"
55 -LICENSE="GPL-2"
56 -KEYWORDS="~amd64 ppc sparc x86"
57 -IUSE="crypt"
58 -
59 -src_compile()
60 -{
61 - local myconf
62 - if ! use crypt; then
63 - myconf="--disable-crypto"
64 - fi
65 - econf ${myconf} || die
66 - emake || die
67 +src_compile() {
68 + econf $(use_enable crypt crypto)
69 + emake || die "emake failed."
70 }
71
72 -src_install()
73 -{
74 - make DESTDIR="${D}" install || die
75 - dodoc ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc
76 +src_install() {
77 + emake DESTDIR="${D}" install || die "emake install failed."
78 + dodoc ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc
79 }
80
81
82
83 1.28 x11-plugins/wmbiff/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.28&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbiff/ChangeLog?rev=1.28&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbiff/ChangeLog?r1=1.27&r2=1.28
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
92 retrieving revision 1.27
93 retrieving revision 1.28
94 diff -u -r1.27 -r1.28
95 --- ChangeLog 22 Jul 2007 05:24:06 -0000 1.27
96 +++ ChangeLog 6 Jan 2008 21:22:11 -0000 1.28
97 @@ -1,6 +1,11 @@
98 # ChangeLog for x11-plugins/wmbiff
99 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.27 2007/07/22 05:24:06 dberkholz Exp $
101 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
102 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.28 2008/01/06 21:22:11 drac Exp $
103 +
104 + 06 Jan 2008; Samuli Suominen <drac@g.o> -wmbiff-0.4.25.ebuild,
105 + -wmbiff-0.4.25-r1.ebuild, wmbiff-0.4.27.ebuild:
106 + Remove old versions and mark latest stable for amd64 wrt #204554. Sanitize
107 + ebuild.
108
109 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; wmbiff-0.4.25.ebuild,
110 wmbiff-0.4.25-r1.ebuild, wmbiff-0.4.27.ebuild:
111
112
113
114 --
115 gentoo-commits@l.g.o mailing list