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/wmfishtime: ChangeLog wmfishtime-1.24-r1.ebuild
Date: Sat, 12 Jan 2008 14:39:11
Message-Id: E1JDhVs-0007Tv-6J@stork.gentoo.org
1 drac 08/01/12 14:39:08
2
3 Modified: ChangeLog
4 Added: wmfishtime-1.24-r1.ebuild
5 Log:
6 Ported to GTK+-2.0.
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.16 x11-plugins/wmfishtime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfishtime/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 21 Feb 2007 23:33:05 -0000 1.15
23 +++ ChangeLog 12 Jan 2008 14:39:07 -0000 1.16
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmfishtime
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.15 2007/02/21 23:33:05 jokey Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.16 2008/01/12 14:39:07 drac Exp $
30 +
31 +*wmfishtime-1.24-r1 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Samuli Suominen <drac@g.o>
34 + +files/wmfishtime-1.24-gtk.patch, +wmfishtime-1.24-r1.ebuild:
35 + Ported to GTK+-2.0.
36
37 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
38 Redigest for Manifest2
39
40
41
42 1.1 x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmfishtime-1.24-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.1 2008/01/12 14:39:07 drac Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
56 HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
57 SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=x11-libs/gtk+-2
65 x11-libs/libX11"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 epatch "${FILESDIR}"/${P}-gtk.patch
73 }
74
75 src_compile() {
76 emake CC="$(tc-getCC)" || die "emake failed."
77 }
78
79 src_install() {
80 dobin ${PN}
81 doman ${PN}.1
82 dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list