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-misc/cairo-clock: ChangeLog cairo-clock-0.3.3.ebuild
Date: Mon, 10 Sep 2007 16:19:15
Message-Id: E1IUlro-0007tc-2h@stork.gentoo.org
1 drac 07/09/10 16:12:04
2
3 Modified: ChangeLog
4 Added: cairo-clock-0.3.3.ebuild
5 Log:
6 Version bump for bug 191845, thanks to Arfrever Frehtes Taifersar Arahesis for reporting.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.4 x11-misc/cairo-clock/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/cairo-clock/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/cairo-clock/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/cairo-clock/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 31 Aug 2007 00:47:41 -0000 1.3
23 +++ ChangeLog 10 Sep 2007 16:12:03 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/cairo-clock
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v 1.3 2007/08/31 00:47:41 omp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v 1.4 2007/09/10 16:12:03 drac Exp $
29 +
30 +*cairo-clock-0.3.3 (10 Sep 2007)
31 +
32 + 10 Sep 2007; Samuli Suominen <drac@g.o> +cairo-clock-0.3.3.ebuild:
33 + Version bump for bug 191845, thanks to Arfrever Frehtes Taifersar Arahesis
34 + for reporting.
35
36 31 Aug 2007; David Shakaryan <omp@g.o> metadata.xml:
37 Remove myself as sole maintainer; still part of desktop-misc herd.
38
39
40
41 1.1 x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cairo-clock-0.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild,v 1.1 2007/09/10 16:12:03 drac Exp $
51
52 DESCRIPTION="An analog clock displaying the system-time."
53 HOMEPAGE="http://macslow.thepimp.net/?page_id=23"
54 SRC_URI="http://macslow.thepimp.net/projects/${PN}/${PN}_${PV}-1.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND=">=dev-libs/glib-2.8
62 >=gnome-base/libglade-2.6
63 >=gnome-base/librsvg-2.14
64 >=x11-libs/cairo-1.2
65 >=x11-libs/gtk+-2.10
66 >=x11-libs/pango-1.10"
67 DEPEND="${DEPEND}
68 dev-util/pkgconfig
69 dev-util/intltool
70 sys-devel/gettext"
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed"
74 dodoc AUTHORS BUGS ChangeLog NEWS README TODO
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list