diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-03 12:32:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-03 12:32:49 +0000 |
commit | f84c50181d8de99b26b8aa66078f7bcbab0cd86d (patch) | |
tree | e3e29fe467a6dfcda18c7722bda668d773e2494a /net-libs/libnatpmp | |
parent | Version bump. (diff) | |
download | gentoo-2-f84c50181d8de99b26b8aa66078f7bcbab0cd86d.tar.gz gentoo-2-f84c50181d8de99b26b8aa66078f7bcbab0cd86d.tar.bz2 gentoo-2-f84c50181d8de99b26b8aa66078f7bcbab0cd86d.zip |
Remove older versions.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/libnatpmp')
-rw-r--r-- | net-libs/libnatpmp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnatpmp/libnatpmp-20110808-r1.ebuild | 29 | ||||
-rw-r--r-- | net-libs/libnatpmp/libnatpmp-20131126.ebuild | 29 |
3 files changed, 5 insertions, 59 deletions
diff --git a/net-libs/libnatpmp/ChangeLog b/net-libs/libnatpmp/ChangeLog index 3ba536cc4470..75363e3224a4 100644 --- a/net-libs/libnatpmp/ChangeLog +++ b/net-libs/libnatpmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnatpmp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.32 2015/06/10 13:31:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.33 2015/07/03 12:32:49 blueness Exp $ + + 03 Jul 2015; Anthony G. Basile <blueness@gentoo.org> + -libnatpmp-20110808-r1.ebuild, -libnatpmp-20131126.ebuild: + Remove older versions. 10 Jun 2015; Anthony G. Basile <blueness@gentoo.org> ChangeLog: Fix gpg signature. diff --git a/net-libs/libnatpmp/libnatpmp-20110808-r1.ebuild b/net-libs/libnatpmp/libnatpmp-20110808-r1.ebuild deleted file mode 100644 index 01e32adcbc0e..000000000000 --- a/net-libs/libnatpmp/libnatpmp-20110808-r1.ebuild +++ /dev/null @@ -1,29 +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/libnatpmp/libnatpmp-20110808-r1.ebuild,v 1.9 2012/12/16 18:23:58 armin76 Exp $ - -EAPI=4 -inherit eutils toolchain-funcs multilib - -DESCRIPTION="An alternative protocol to UPnP IGD specification" -HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html" -SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="static-libs" - -src_prepare() { - epatch "${FILESDIR}"/respect-FLAGS.patch - epatch "${FILESDIR}"/respect-libdir.patch - use static-libs || epatch "${FILESDIR}"/remove-static-lib.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}" GENTOO_LIBDIR="$(get_libdir)" install - - dodoc Changelog.txt README - doman natpmpc.1 -} diff --git a/net-libs/libnatpmp/libnatpmp-20131126.ebuild b/net-libs/libnatpmp/libnatpmp-20131126.ebuild deleted file mode 100644 index 483b07cde8a8..000000000000 --- a/net-libs/libnatpmp/libnatpmp-20131126.ebuild +++ /dev/null @@ -1,29 +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/libnatpmp/libnatpmp-20131126.ebuild,v 1.1 2013/11/27 14:54:07 blueness Exp $ - -EAPI="5" -inherit eutils toolchain-funcs multilib - -DESCRIPTION="An alternative protocol to UPnP IGD specification" -HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html" -SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="static-libs" - -src_prepare() { - epatch "${FILESDIR}"/respect-FLAGS-20130911.patch - epatch "${FILESDIR}"/respect-libdir-20120821.patch - use static-libs || epatch "${FILESDIR}"/remove-static-lib-20130911.patch - tc-export CC -} - -src_install() { - emake PREFIX="${D}" GENTOO_LIBDIR="$(get_libdir)" install - - dodoc Changelog.txt README - doman natpmpc.1 -} |