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/wmbio: wmbio-1.02.ebuild
Date: Sun, 29 Jun 2008 13:18:03
Message-Id: E1KCwn0-0008JG-Cq@stork.gentoo.org
1 drac 08/06/29 13:17:58
2
3 Modified: wmbio-1.02.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.9 x11-plugins/wmbio/wmbio-1.02.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?r1=1.8&r2=1.9
14
15 Index: wmbio-1.02.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- wmbio-1.02.ebuild 22 Jul 2007 05:21:53 -0000 1.8
22 +++ wmbio-1.02.ebuild 29 Jun 2008 13:17:57 -0000 1.9
23 @@ -1,41 +1,38 @@
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/wmbio/wmbio-1.02.ebuild,v 1.8 2007/07/22 05:21:53 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.9 2008/06/29 13:17:57 drac Exp $
29
30 inherit eutils
31
32 -IUSE=""
33 -S=${WORKDIR}/${P}/src
34 DESCRIPTION="a Window Maker applet that shows your biorhythm"
35 SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz"
36 HOMEPAGE="http://wmbio.sourceforge.net/"
37
38 +LICENSE="GPL-2"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
41 +IUSE=""
42 +
43 RDEPEND="x11-libs/libX11
44 x11-libs/libXext
45 x11-libs/libXpm"
46 DEPEND="${RDEPEND}
47 x11-proto/xextproto"
48
49 -SLOT="0"
50 -LICENSE="GPL-2"
51 -KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
52 +S=${WORKDIR}/${P}/src
53
54 -src_unpack()
55 -{
56 +src_unpack() {
57 unpack ${A}
58 - cd ${S}
59 + cd "${S}"
60 # Honour Gentoo CFLAGS
61 - epatch ${FILESDIR}/${PN}-Makefile.patch
62 + epatch "${FILESDIR}"/${PN}-Makefile.patch
63 }
64
65 -src_compile()
66 -{
67 - emake || die "Compilation failed"
68 +src_compile() {
69 + emake || die "emake failed."
70 }
71
72 -src_install ()
73 -{
74 - dobin wmbio
75 - cd ..
76 - dodoc AUTHORS README NEWS Changelog
77 +src_install () {
78 + dobin wmbio || die "dobin failed."
79 + dodoc ../{AUTHORS,ChangeLog,NEWS,README}
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list