Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@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 gupnp-ui-0.1.ebuild
Date: Thu, 18 Jun 2009 07:48:29
Message-Id: E1MHCMF-0004Re-4W@stork.gentoo.org
1 ssuominen 09/06/18 07:48:27
2
3 Modified: ChangeLog gupnp-ui-0.1.1.ebuild
4 Removed: gupnp-ui-0.1.ebuild
5 Log:
6 old
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-libs/gupnp-ui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 24 Nov 2008 18:27:46 -0000 1.4
23 +++ ChangeLog 18 Jun 2009 07:48:27 -0000 1.5
24 @@ -1,20 +1,17 @@
25 # ChangeLog for net-libs/gupnp-ui
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v 1.4 2008/11/24 18:27:46 ssuominen Exp $
28 -
29 - 24 Nov 2008; <ssuominen@g.o> metadata.xml:
30 - Re-assign to net-p2p herd.
31 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/ChangeLog,v 1.5 2009/06/18 07:48:27 ssuominen Exp $
32
33 *gupnp-ui-0.1.1 (28 Oct 2008)
34
35 28 Oct 2008; Olivier CrĂȘte <tester@g.o> +gupnp-ui-0.1.1.ebuild:
36 Version bump, bug #241338
37
38 - 01 Nov 2007; Samuli Suominen <drac@g.o> gupnp-ui-0.1.ebuild:
39 - keyword ~amd64.
40 + 01 Nov 2007; Samuli Suominen <ssuominen@g.o> gupnp-ui-0.1.ebuild:
41 + Keyword ~amd64.
42
43 *gupnp-ui-0.1 (13 Sep 2007)
44
45 - 13 Sep 2007; Samuli Suominen <drac@g.o> +gupnp-ui-0.1.ebuild:
46 + 13 Sep 2007; Samuli Suominen <ssuominen@g.o> +gupnp-ui-0.1.ebuild:
47 Initial commit.
48
49
50
51
52 1.2 net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild?r1=1.1&r2=1.2
57
58 Index: gupnp-ui-0.1.1.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- gupnp-ui-0.1.1.ebuild 28 Oct 2008 21:42:52 -0000 1.1
65 +++ gupnp-ui-0.1.1.ebuild 18 Jun 2009 07:48:27 -0000 1.2
66 @@ -1,6 +1,8 @@
67 -# Copyright 1999-2008 Gentoo Foundation
68 +# Copyright 1999-2009 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $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 $
71 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild,v 1.2 2009/06/18 07:48:27 ssuominen Exp $
72 +
73 +EAPI=2
74
75 DESCRIPTION="Collection of simple GTK+ widgets on top of GUPnP."
76 HOMEPAGE="http://gupnp.org"
77 @@ -9,22 +11,21 @@
78 LICENSE="LGPL-2"
79 SLOT="0"
80 KEYWORDS="~amd64 ~x86"
81 -IUSE="doc"
82 +IUSE=""
83
84 -RDEPEND=">=x11-libs/gtk+-2
85 - >=net-libs/gupnp-0.3"
86 +RDEPEND="x11-libs/gtk+:2
87 + net-libs/gupnp"
88 DEPEND="${RDEPEND}
89 dev-util/pkgconfig
90 - sys-devel/gettext
91 - doc? ( dev-util/gtk-doc )"
92 + sys-devel/gettext"
93
94 -src_compile() {
95 - econf $(use_enable doc gtk-doc)
96 - emake || die "emake failed."
97 +src_configure() {
98 + econf \
99 + --disable-dependency-tracking \
100 + --disable-gtk-doc
101 }
102
103 src_install() {
104 - emake DESTDIR="${D}" install || die "emake install failed."
105 + emake DESTDIR="${D}" install || die "emake install failed"
106 dodoc AUTHORS NEWS README
107 - use doc || rm -rf "${D}"/usr/share/gtk-doc/html/${PN}
108 }