diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2013-01-30 19:24:44 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2013-01-30 19:24:44 +0000 |
commit | e5e60ecdf04657c0daeb442a7fadfdb30770f8af (patch) | |
tree | 15e67317913cbdd516f292240d4f6e58a259828a /net-libs/libupnp | |
parent | Version bump #454554. Don't require inotify or fam. Bug #452192 (diff) | |
download | gentoo-2-e5e60ecdf04657c0daeb442a7fadfdb30770f8af.tar.gz gentoo-2-e5e60ecdf04657c0daeb442a7fadfdb30770f8af.tar.bz2 gentoo-2-e5e60ecdf04657c0daeb442a7fadfdb30770f8af.zip |
Removing old versions.
(Portage version: 2.2.0_alpha161/cvs/Linux i686, signed Manifest commit with key 15AE484C)
Diffstat (limited to 'net-libs/libupnp')
-rw-r--r-- | net-libs/libupnp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libupnp/files/libupnp-1.6.6-patch-statevar-query.patch | 14 | ||||
-rw-r--r-- | net-libs/libupnp/libupnp-1.6.14.ebuild | 57 | ||||
-rw-r--r-- | net-libs/libupnp/libupnp-1.6.6.ebuild | 51 |
4 files changed, 5 insertions, 123 deletions
diff --git a/net-libs/libupnp/ChangeLog b/net-libs/libupnp/ChangeLog index 39823b85efd3..9d90df560509 100644 --- a/net-libs/libupnp/ChangeLog +++ b/net-libs/libupnp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libupnp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.39 2013/01/30 18:59:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/ChangeLog,v 1.40 2013/01/30 19:24:44 gurligebis Exp $ + + 30 Jan 2013; <gurligebis@gentoo.org> -libupnp-1.6.6.ebuild, + -files/libupnp-1.6.6-patch-statevar-query.patch, -libupnp-1.6.14.ebuild: + Removing old versions 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libupnp-1.6.17.ebuild: Stable for x86, wrt bug #433645 diff --git a/net-libs/libupnp/files/libupnp-1.6.6-patch-statevar-query.patch b/net-libs/libupnp/files/libupnp-1.6.6-patch-statevar-query.patch deleted file mode 100644 index 28d02e6c5ce8..000000000000 --- a/net-libs/libupnp/files/libupnp-1.6.6-patch-statevar-query.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ru libupnp-1.6.6/upnp/src/soap/soap_ctrlpt.c libupnp-1.6.6-patched/upnp/src/soap/soap_ctrlpt.c ---- libupnp-1.6.6/upnp/src/soap/soap_ctrlpt.c 2008-02-10 02:55:33.000000000 +0100 -+++ libupnp-1.6.6-patched/upnp/src/soap/soap_ctrlpt.c 2009-01-29 21:09:41.000000000 +0100 -@@ -931,7 +931,7 @@ - content_length = strlen( xml_start ) + strlen( var_name ) + strlen( xml_end ); - if (http_MakeMessage( - &request, 1, 1, -- "Q" "sbc" "N" "s" "s" "Ucc" "sss", -+ "Q" "sbc" "N" "s" "sc" "Ucc" "sss", - SOAPMETHOD_POST, path.buf, path.length, - "HOST: ", host.buf, host.length, - content_length, - - diff --git a/net-libs/libupnp/libupnp-1.6.14.ebuild b/net-libs/libupnp/libupnp-1.6.14.ebuild deleted file mode 100644 index 6f3821d507d8..000000000000 --- a/net-libs/libupnp/libupnp-1.6.14.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.14.ebuild,v 1.3 2012/07/04 03:18:16 jdhore Exp $ - -EAPI="4" -WANT_AUTOMAKE=1.9 - -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" -IUSE="debug doc ipv6 static-libs" - -RDEPEND="" -DEPEND="${RDEPEND}" - -DOCS="NEWS README ChangeLog" - -src_prepare() { - sed -e '/AX_CFLAGS_GCC_OPTION/s:-Os::g' \ - -i "${S}/configure.ac" || die - - # 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 || find "${ED}" -type f -name '*.la' -delete -} - -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." - ewarn "" - ewarn "The revdep-rebuild script is part of the" - ewarn "app-portage/gentoolkit package." -} diff --git a/net-libs/libupnp/libupnp-1.6.6.ebuild b/net-libs/libupnp/libupnp-1.6.6.ebuild deleted file mode 100644 index 7970f77616bb..000000000000 --- a/net-libs/libupnp/libupnp-1.6.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.6.ebuild,v 1.7 2010/10/11 10:53:24 hwoarang Exp $ - -WANT_AUTOMAKE=1.9 - -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 hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug" - -src_unpack() { - unpack ${A} - cd "${S}" - - AT_M4DIR="m4" eautoreconf - - # fix tests - chmod +x ixml/test/test_document.sh -} - -src_compile() { - use x86-fbsd && append-flags -O1 - # w/o docdir to avoid sandbox violations - econf \ - $(use_enable debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dobin upnp/sample/upnp_tv_{ctrlpt,device,combo} - dodoc NEWS README ChangeLog -} - -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." - ewarn "" - ewarn "The revdep-rebuild script is part of the" - ewarn "app-portage/gentoolkit package." - ebeep -} |