Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-igd: ChangeLog gupnp-igd-0.1.7.ebuild
Date: Sun, 01 Aug 2010 09:02:47
Message-Id: 20100801085437.36DA32CE15@corvid.gentoo.org
1 pacho 10/08/01 08:54:37
2
3 Modified: ChangeLog
4 Added: gupnp-igd-0.1.7.ebuild
5 Log:
6 Version bump with simple bug fixes and also letting tests to work.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 net-libs/gupnp-igd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 19 Feb 2010 19:03:05 -0000 1.14
23 +++ ChangeLog 1 Aug 2010 08:54:36 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/gupnp-igd
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.14 2010/02/19 19:03:05 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.15 2010/08/01 08:54:36 pacho Exp $
29 +
30 +*gupnp-igd-0.1.7 (01 Aug 2010)
31 +
32 + 01 Aug 2010; Pacho Ramos <pacho@g.o> +gupnp-igd-0.1.7.ebuild:
33 + Version bump with simple bug fixes and also letting tests to work.
34
35 19 Feb 2010; Raúl Porcel <armin76@g.o> gupnp-igd-0.1.3.ebuild:
36 ia64/sparc stable
37
38
39
40 1.1 net-libs/gupnp-igd/gupnp-igd-0.1.7.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gupnp-igd-0.1.7.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.1.7.ebuild,v 1.1 2010/08/01 08:54:36 pacho Exp $
50
51 EAPI=2
52
53 DESCRIPTION="This is a library to handle UPnP IGD port mapping for GUPnP."
54 HOMEPAGE="http://gupnp.org"
55 SRC_URI="http://www.gupnp.org/sites/all/files/sources/${P}.tar.gz"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="python"
61
62 RDEPEND=">=net-libs/gupnp-0.13.2
63 >=dev-libs/glib-2.16:2
64 python? ( >=dev-python/pygobject-2.16 )"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 sys-devel/gettext"
68
69 src_configure() {
70 econf \
71 --disable-dependency-tracking \
72 --disable-gtk-doc \
73 $(use_enable python) \
74 --with-html-dir=/usr/share/doc/${PF}/html
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die
79 dodoc AUTHORS NEWS README TODO
80 }