diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-23 12:18:18 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-23 12:18:18 +0000 |
commit | 9257c0d2f00a4f25bce8d600d093b8a00804a538 (patch) | |
tree | 15ae922ec190975dd7c089f92911ab60b5052373 /net-libs | |
parent | Stable for x86, wrt bug #503112 (diff) | |
download | gentoo-2-9257c0d2f00a4f25bce8d600d093b8a00804a538.tar.gz gentoo-2-9257c0d2f00a4f25bce8d600d093b8a00804a538.tar.bz2 gentoo-2-9257c0d2f00a4f25bce8d600d093b8a00804a538.zip |
Drop insecure version
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libupnp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libupnp/libupnp-1.6.17.ebuild | 57 |
2 files changed, 5 insertions, 59 deletions
diff --git a/net-libs/libupnp/ChangeLog b/net-libs/libupnp/ChangeLog index f6fc092e06ad..86e2a07facf5 100644 --- a/net-libs/libupnp/ChangeLog +++ b/net-libs/libupnp/ChangeLog @@ -1,6 +1,9 @@ # 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.50 2013/04/04 22:19:49 vapier Exp $ +# 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 $ + + 23 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -libupnp-1.6.17.ebuild: + Drop insecure version 04 Apr 2013; Mike Frysinger <vapier@gentoo.org> libupnp-1.6.18.ebuild: Drop automake-1.9 requirement #454750 by Alphat-PC. diff --git a/net-libs/libupnp/libupnp-1.6.17.ebuild b/net-libs/libupnp/libupnp-1.6.17.ebuild deleted file mode 100644 index 324b8e29686b..000000000000 --- a/net-libs/libupnp/libupnp-1.6.17.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v 1.10 2013/01/30 18:59:43 ago 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 ~amd64-linux" -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." -} |