jlec 14/11/11 21:13:55 Modified: metadata.xml ChangeLog Added: libupnp-1.6.18-r1.ebuild Log: net-libs/libupnp: Use Suse patch to fo compilation problem with latest gcc/glibc, #526562 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.5 net-libs/libupnp/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 17 Mar 2013 16:19:46 -0000 1.4 +++ metadata.xml 11 Nov 2014 21:13:55 -0000 1.5 @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>proxy-maintainers</herd> -<maintainer> - <email>[email protected]</email> - <name>Marcus Stjärnås</name> -</maintainer> -<maintainer> - <email>[email protected]</email> - <name>Bjarke Istrup Pedersen</name> -</maintainer> + <herd>proxy-maintainers</herd> + <maintainer> + <email>[email protected]</email> + <name>Marcus Stjärnås</name> + </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Bjarke Istrup Pedersen</name> + </maintainer> </pkgmetadata> 1.52 net-libs/libupnp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 23 Mar 2014 12:18:17 -0000 1.51 +++ ChangeLog 11 Nov 2014 21:13:55 -0000 1.52 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libupnp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.51 2014/03/23 12:18:17 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.52 2014/11/11 21:13:55 jlec Exp $ + +*libupnp-1.6.18-r1 (11 Nov 2014) + + 11 Nov 2014; Justin Lecher <[email protected]> +libupnp-1.6.18-r1.ebuild, + +files/libupnp-1.6.18-suse.patch, metadata.xml: + Use Suse patch to fo compilation problem with latest gcc/glibc, #526562 23 Mar 2014; Mikle Kolyada <[email protected]> -libupnp-1.6.17.ebuild: Drop insecure version 1.1 net-libs/libupnp/libupnp-1.6.18-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.18-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libupnp/libupnp-1.6.18-r1.ebuild?rev=1.1&content-type=text/plain Index: libupnp-1.6.18-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.18-r1.ebuild,v 1.1 2014/11/11 21:13:55 jlec Exp $ EAPI=5 inherit eutils flag-o-matic autotools DESCRIPTION="An Portable Open Source UPnP Development Kit" HOMEPAGE="http://pupnp.sourceforge.net/" SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="debug doc ipv6 static-libs" DOCS="NEWS README ChangeLog" src_prepare() { epatch "${FILESDIR}"/${P}-suse.patch # fix tests chmod +x ixml/test/test_document.sh || die eautoreconf } src_configure() { use x86-fbsd && append-flags -O1 # w/o docdir to avoid sandbox violations econf \ $(use_enable debug) \ $(use_enable ipv6) \ $(use_enable static-libs static) \ $(use_with doc documentation "${EPREFIX}/usr/share/doc/${PF}") } src_install () { default dobin upnp/sample/.libs/tv_{combo,ctrlpt,device} use static-libs || prune_libtool_files } pkg_postinst() { ewarn "Please remember to run revdep-rebuild when upgrading" ewarn "from libupnp 1.4.x to libupnp 1.6.x , so packages" ewarn "gets linked with the new library." echo "" ewarn "The revdep-rebuild script is part of the" ewarn "app-portage/gentoolkit package." }
