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/wmitime: wmitime-0.3.ebuild
Date: Sun, 29 Jun 2008 13:56:03
Message-Id: E1KCxNm-0000sX-3Q@stork.gentoo.org
1 drac 08/06/29 13:55:58
2
3 Modified: wmitime-0.3.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.17 x11-plugins/wmitime/wmitime-0.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild?r1=1.16&r2=1.17
14
15 Index: wmitime-0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- wmitime-0.3.ebuild 22 Jul 2007 04:59:54 -0000 1.16
22 +++ wmitime-0.3.ebuild 29 Jun 2008 13:55:57 -0000 1.17
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.16 2007/07/22 04:59:54 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.17 2008/06/29 13:55:57 drac Exp $
28
29 inherit eutils
30
31 -S="${WORKDIR}/${PN}"
32 +S=${WORKDIR}/${PN}
33 IUSE=""
34 DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
35 HOMEPAGE="http://www.neotokyo.org/illusion/"
36 @@ -21,19 +21,20 @@
37 x11-proto/xextproto"
38
39 src_unpack() {
40 - unpack ${A} ; cd ${S}
41 - epatch ${FILESDIR}/makefile.diff
42 + unpack ${A}
43 + cd "${S}"
44 + epatch "${FILESDIR}"/makefile.diff
45 }
46
47 src_compile() {
48 - cd ${S}/wmitime
49 + cd "${S}"/wmitime
50 make || die "make failed"
51 }
52
53 src_install() {
54 - cd ${S}/wmitime
55 + cd "${S}"/wmitime
56 dobin wmitime
57
58 - cd ${S}
59 + cd "${S}"
60 dodoc BUGS CHANGES README
61 }
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list