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/wmclock: wmclock-1.0.12.2.ebuild
Date: Sun, 29 Jun 2008 13:54:09
Message-Id: E1KCxLv-0000pz-AF@stork.gentoo.org
1 drac 08/06/29 13:54:03
2
3 Modified: wmclock-1.0.12.2.ebuild
4 Log:
5 ebuild.minorsyns.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.12 x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild?r1=1.11&r2=1.12
14
15 Index: wmclock-1.0.12.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- wmclock-1.0.12.2.ebuild 22 Jul 2007 05:18:26 -0000 1.11
22 +++ wmclock-1.0.12.2.ebuild 29 Jun 2008 13:54:02 -0000 1.12
23 @@ -1,37 +1,27 @@
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/wmclock/wmclock-1.0.12.2.ebuild,v 1.11 2007/07/22 05:18:26 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.12 2008/06/29 13:54:02 drac Exp $
29
30 -IUSE=""
31 -
32 -DESCRIPTION="applet which displays the date and time in a dockable tile in the same style as the clock from the NEXTSTEP(tm) operating system"
33 +DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)"
34 SRC_URI="http://www.jmknoble.net/WindowMaker/wmclock/${P}.tar.gz"
35 HOMEPAGE="http://www.jmknoble.net/WindowMaker/wmclock/"
36
37 -SLOT="0"
38 -KEYWORDS="x86 amd64 ppc ~sparc"
39 LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="amd64 ppc ~sparc x86"
42 +IUSE=""
43
44 RDEPEND="x11-libs/libX11
45 x11-libs/libXext
46 x11-libs/libXpm"
47 DEPEND="${RDEPEND}
48 - x11-misc/gccmakedep
49 x11-proto/xproto
50 x11-proto/xextproto
51 - >=x11-misc/imake-1.0.2"
52 -
53 -src_compile() {
54 - econf || die "configure failed"
55 -
56 - emake || die "make failed"
57 -}
58 -
59 -src_install () {
60 - strip wmclock
61 - dobin wmclock
62 + x11-misc/gccmakedep
63 + x11-misc/imake"
64
65 +src_install() {
66 + dobin wmclock || die "dobin failed."
67 newman wmclock.man wmclock.1
68 -
69 - dodoc README ChangeLog
70 + dodoc ChangeLog README
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list