diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-05 13:14:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-05 13:14:05 +0000 |
commit | e9febe0a3b0d231cb674aa8c2471292e28fb5031 (patch) | |
tree | 25df7b12aa5489c9d145ce29577d93a935abc563 /net-libs | |
parent | Install declspec.h because natpmp.h is including it wrt #506832 by Hans Nieser (diff) | |
download | gentoo-2-e9febe0a3b0d231cb674aa8c2471292e28fb5031.tar.gz gentoo-2-e9febe0a3b0d231cb674aa8c2471292e28fb5031.tar.bz2 gentoo-2-e9febe0a3b0d231cb674aa8c2471292e28fb5031.zip |
Punt the version with missing declspec.h as useless.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnatpmp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnatpmp/libnatpmp-20140401.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/net-libs/libnatpmp/ChangeLog b/net-libs/libnatpmp/ChangeLog index badc0d6d4732..cdc508159ae0 100644 --- a/net-libs/libnatpmp/ChangeLog +++ b/net-libs/libnatpmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnatpmp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.29 2014/04/05 13:13:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.30 2014/04/05 13:14:05 ssuominen Exp $ + + 05 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> + -libnatpmp-20140401.ebuild: + Punt the version with missing declspec.h as useless. *libnatpmp-20140401-r1 (05 Apr 2014) diff --git a/net-libs/libnatpmp/libnatpmp-20140401.ebuild b/net-libs/libnatpmp/libnatpmp-20140401.ebuild deleted file mode 100644 index 909474e7125e..000000000000 --- a/net-libs/libnatpmp/libnatpmp-20140401.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401.ebuild,v 1.1 2014/04/02 14:06:00 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-20140401.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 -} |