Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-ui: ChangeLog gupnp-ui-0.1.1.ebuild
Date: Tue, 28 Oct 2008 21:42:54
Message-Id: E1KuwKy-00066I-Sy@stork.gentoo.org
1 tester 08/10/28 21:42:52
2
3 Modified: ChangeLog
4 Added: gupnp-ui-0.1.1.ebuild
5 Log:
6 Version bump, bug #241338
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.3 net-libs/gupnp-ui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 1 Nov 2007 16:35:40 -0000 1.2
23 +++ ChangeLog 28 Oct 2008 21:42:52 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/gupnp-ui
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v 1.2 2007/11/01 16:35:40 drac Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v 1.3 2008/10/28 21:42:52 tester Exp $
30 +
31 +*gupnp-ui-0.1.1 (28 Oct 2008)
32 +
33 + 28 Oct 2008; Olivier CrĂȘte <tester@g.o> +gupnp-ui-0.1.1.ebuild:
34 + Version bump, bug #241338
35
36 01 Nov 2007; Samuli Suominen <drac@g.o> gupnp-ui-0.1.ebuild:
37 keyword ~amd64.
38
39
40
41 1.1 net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gupnp-ui-0.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild,v 1.1 2008/10/28 21:42:52 tester Exp $
51
52 DESCRIPTION="Collection of simple GTK+ widgets on top of GUPnP."
53 HOMEPAGE="http://gupnp.org"
54 SRC_URI="http://gupnp.org/sources/${PN}/${P}.tar.gz"
55
56 LICENSE="LGPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="doc"
60
61 RDEPEND=">=x11-libs/gtk+-2
62 >=net-libs/gupnp-0.3"
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig
65 sys-devel/gettext
66 doc? ( dev-util/gtk-doc )"
67
68 src_compile() {
69 econf $(use_enable doc gtk-doc)
70 emake || die "emake failed."
71 }
72
73 src_install() {
74 emake DESTDIR="${D}" install || die "emake install failed."
75 dodoc AUTHORS NEWS README
76 use doc || rm -rf "${D}"/usr/share/gtk-doc/html/${PN}
77 }