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/wmapm: wmapm-3.1-r1.ebuild
Date: Sun, 29 Jun 2008 13:14:50
Message-Id: E1KCwjt-0008Fj-6n@stork.gentoo.org
1 drac 08/06/29 13:14:45
2
3 Modified: wmapm-3.1-r1.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.14 x11-plugins/wmapm/wmapm-3.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild?r1=1.13&r2=1.14
14
15 Index: wmapm-3.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- wmapm-3.1-r1.ebuild 22 Jul 2007 05:28:39 -0000 1.13
22 +++ wmapm-3.1-r1.ebuild 29 Jun 2008 13:14:44 -0000 1.14
23 @@ -1,16 +1,15 @@
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/wmapm/wmapm-3.1-r1.ebuild,v 1.13 2007/07/22 05:28:39 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.14 2008/06/29 13:14:44 drac Exp $
29
30 -IUSE=""
31 -S=${WORKDIR}/${P}/${PN}
32 DESCRIPTION="WindowMaker DockApp: Battery/Power status monitor for laptops"
33 SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"
34 HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"
35
36 -SLOT="0"
37 LICENSE="GPL-2"
38 -KEYWORDS="x86 sparc amd64 ppc"
39 +SLOT="0"
40 +KEYWORDS="amd64 ppc sparc x86"
41 +IUSE=""
42
43 RDEPEND="x11-libs/libX11
44 x11-libs/libXext
45 @@ -19,11 +18,10 @@
46 x11-proto/xproto
47 x11-proto/xextproto"
48
49 -src_install () {
50 - cd ${S}
51 - dobin wmapm
52 - doman wmapm.1
53 +S=${WORKDIR}/${P}/${PN}
54
55 - cd ..
56 - dodoc BUGS CHANGES HINTS README TODO
57 +src_install() {
58 + dobin wmapm || die "dobin failed."
59 + doman wmapm.1
60 + dodoc ../{BUGS,CHANGES,HINTS,README,TODO}
61 }
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list