Gentoo Archives: gentoo-commits

From: "Bjarke Istrup Pedersen (gurligebis)" <gurligebis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libupnp: ChangeLog libupnp-1.6.5.ebuild libupnp-1.6.3.ebuild
Date: Wed, 12 Mar 2008 19:38:08
Message-Id: E1JZWm4-0002Us-F5@stork.gentoo.org
1 gurligebis 08/03/12 19:38:04
2
3 Modified: ChangeLog
4 Added: libupnp-1.6.5.ebuild
5 Removed: libupnp-1.6.3.ebuild
6 Log:
7 Bumping to version 1.6.5
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.14 net-libs/libupnp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libupnp/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 4 Mar 2008 10:31:31 -0000 1.13
24 +++ ChangeLog 12 Mar 2008 19:38:03 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libupnp
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.13 2008/03/04 10:31:31 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.14 2008/03/12 19:38:03 gurligebis Exp $
30 +
31 +*libupnp-1.6.5 (12 Mar 2008)
32 +
33 + 12 Mar 2008; Bjarke Istrup Pedersen <gurligebis@g.o>
34 + -libupnp-1.6.3.ebuild, +libupnp-1.6.5.ebuild:
35 + Bumping to version 1.6.5
36
37 04 Mar 2008; Raúl Porcel <armin76@g.o> libupnp-1.6.3.ebuild:
38 Add ~alpha
39
40
41
42 1.1 net-libs/libupnp/libupnp-1.6.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libupnp/libupnp-1.6.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libupnp/libupnp-1.6.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libupnp-1.6.5.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/net-libs/libupnp/libupnp-1.6.5.ebuild,v 1.1 2008/03/12 19:38:03 gurligebis Exp $
52
53 WANT_AUTOMAKE=1.9
54
55 inherit eutils flag-o-matic autotools
56
57 DESCRIPTION="An Portable Open Source UPnP Development Kit"
58 HOMEPAGE="http://pupnp.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 IUSE="debug"
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69
70 AT_M4DIR="m4" eautoreconf
71
72 # fix tests
73 chmod +x ixml/test/test_document.sh
74 }
75
76 src_compile() {
77 use x86-fbsd && append-flags -O1
78 # w/o docdir to avoid sandbox violations
79 econf \
80 $(use_enable debug) \
81 --without-docdir \
82 || die "econf failed"
83 emake || die "emake failed"
84 }
85
86 src_install () {
87 emake DESTDIR="${D}" install || die "emake install failed"
88 dobin upnp/sample/upnp_tv_{ctrlpt,device,combo}
89 dodoc NEWS README ChangeLog
90 }
91
92 pkg_postinst() {
93 ewarn "Please remember to run revdep-rebuild when upgrading"
94 ewarn "from libupnp 1.4.x to libupnp 1.6.x , so packages"
95 ewarn "gets linked with the new library."
96 ewarn ""
97 ewarn "The revdep-rebuild script is part of the"
98 ewarn "app-portage/gentoolkit package."
99 ebeep
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list