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/wmcms: wmcms-0.3.5-r1.ebuild
Date: Sun, 29 Jun 2008 14:05:15
Message-Id: E1KCxWf-00015Y-Ev@stork.gentoo.org
1 drac 08/06/29 14:05:09
2
3 Modified: wmcms-0.3.5-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.8 x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild?r1=1.7&r2=1.8
14
15 Index: wmcms-0.3.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- wmcms-0.3.5-r1.ebuild 24 Jan 2006 22:46:40 -0000 1.7
22 +++ wmcms-0.3.5-r1.ebuild 29 Jun 2008 14:05:08 -0000 1.8
23 @@ -1,33 +1,30 @@
24 -# Copyright 1999-2006 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/wmcms/wmcms-0.3.5-r1.ebuild,v 1.7 2006/01/24 22:46:40 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.8 2008/06/29 14:05:08 drac Exp $
29
30 inherit eutils
31
32 -IUSE=""
33 -
34 DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App."
35 SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2"
36 HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html"
37
38 -DEPEND="x11-libs/libdockapp"
39 -
40 -SLOT="0"
41 LICENSE="GPL-2"
42 -KEYWORDS="x86 sparc amd64 ppc ppc64"
43 +SLOT="0"
44 +KEYWORDS="amd64 ppc ppc64 sparc x86"
45 +IUSE=""
46 +
47 +DEPEND="x11-libs/libdockapp"
48
49 -src_unpack()
50 -{
51 +src_unpack() {
52 unpack ${A}
53 - epatch ${FILESDIR}/wmcms-0.3.5-s4t4n.patch
54 + cd "${S}"
55 + epatch "${FILESDIR}"/wmcms-0.3.5-s4t4n.patch
56 }
57
58 -src_compile()
59 -{
60 - emake CFLAGS="${CFLAGS}" || die "Compilation failed."
61 +src_compile() {
62 + emake CFLAGS="${CFLAGS}" || die "emake failed."
63 }
64
65 -src_install ()
66 -{
67 - dobin wmcms
68 +src_install() {
69 + dobin wmcms || die "dobin failed."
70 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list