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/wmium: wmium-1.0.9b-r1.ebuild wmium-1.0.9b.ebuild
Date: Sun, 29 Jun 2008 13:41:34
Message-Id: E1KCx9k-0000h7-Kw@stork.gentoo.org
1 drac 08/06/29 13:41:28
2
3 Modified: wmium-1.0.9b-r1.ebuild
4 Removed: wmium-1.0.9b.ebuild
5 Log:
6 DESCRIPTION.toolong
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
8
9 Revision Changes Path
10 1.6 x11-plugins/wmium/wmium-1.0.9b-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: wmium-1.0.9b-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- wmium-1.0.9b-r1.ebuild 28 Jun 2008 07:04:21 -0000 1.5
23 +++ wmium-1.0.9b-r1.ebuild 29 Jun 2008 13:41:28 -0000 1.6
24 @@ -1,37 +1,27 @@
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/wmium/wmium-1.0.9b-r1.ebuild,v 1.5 2008/06/28 07:04:21 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.9b-r1.ebuild,v 1.6 2008/06/29 13:41:28 drac Exp $
29
30 -IUSE="gtk"
31 -
32 -DESCRIPTION="WindowMaker DockApp/Grellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
33 +DESCRIPTION="a dockapp and gkrellm2 plugin that fetches the DSL usage information for Australian ISP Internode"
34 HOMEPAGE="http://www.earthmagic.org/?software"
35 SRC_URI="http://www.earthmagic.org/files/${P}.tar.gz"
36 +
37 LICENSE="GPL-2"
38 SLOT="0"
39 KEYWORDS="x86"
40 -DEPEND="virtual/libc
41 - dev-libs/openssl
42 - gtk? (
43 - >=x11-libs/gtk+-2
44 - =app-admin/gkrellm-2*
45 - dev-util/pkgconfig
46 - )
47 - >=x11-libs/libX11-1.0.0
48 - >=x11-libs/libXext-1.0.0
49 - >=x11-libs/libXpm-3.5.4.2
50 - >=x11-proto/xextproto-7.0.2"
51 +IUSE="gtk"
52
53 -RDEPEND="virtual/libc
54 - dev-libs/openssl
55 +RDEPEND="dev-libs/openssl
56 gtk? (
57 >=x11-libs/gtk+-2
58 =app-admin/gkrellm-2*
59 )
60 !gtk? ( x11-wm/windowmaker )
61 - >=x11-libs/libX11-1.0.0
62 - >=x11-libs/libXext-1.0.0
63 - >=x11-libs/libXpm-3.5.4.2
64 + >=x11-libs/libX11-1
65 + >=x11-libs/libXext-1
66 + >=x11-libs/libXpm-3.5.4.2"
67 +DEPEND="${RDEPEND}
68 + gtk? ( dev-util/pkgconfig )
69 >=x11-proto/xextproto-7.0.2"
70
71 src_compile() {
72 @@ -49,8 +39,7 @@
73
74 dobin src/wmium
75
76 - dodoc BUGS INSTALL-GK2 README dot.wmiumrc.sample \
77 - CHANGES INSTALL README-GK2
78 + dodoc BUGS README dot.wmiumrc.sample CHANGES README-GK2
79
80 doman src/wmium.1
81
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list