diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-15 11:44:02 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-15 11:44:02 +0200 |
commit | e281cd285154e928ba0d87f2ec6e9d47a155eadb (patch) | |
tree | 06269042dd0fb7d20e479ec115b939959a4f1854 /net-libs/libnatpmp/libnatpmp-20150609.ebuild | |
parent | net-misc/libteam: drop 1.23, 1.31-r1 (diff) | |
download | gentoo-e281cd285154e928ba0d87f2ec6e9d47a155eadb.tar.gz gentoo-e281cd285154e928ba0d87f2ec6e9d47a155eadb.tar.bz2 gentoo-e281cd285154e928ba0d87f2ec6e9d47a155eadb.zip |
net-libs/libnatpmp: drop 20150609
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-libs/libnatpmp/libnatpmp-20150609.ebuild')
-rw-r--r-- | net-libs/libnatpmp/libnatpmp-20150609.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-libs/libnatpmp/libnatpmp-20150609.ebuild b/net-libs/libnatpmp/libnatpmp-20150609.ebuild deleted file mode 100644 index e52252b93031..000000000000 --- a/net-libs/libnatpmp/libnatpmp-20150609.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="An alternative protocol to UPnP IGD specification" -HOMEPAGE=" - http://miniupnp.free.fr/libnatpmp.html - https://miniupnp.tuxfamily.org/libnatpmp.html - https://github.com/miniupnp/libnatpmp/ -" -SRC_URI="https://miniupnp.tuxfamily.org/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" - -PATCHES=( "${FILESDIR}"/${PN}-20150609-gentoo.patch ) - -src_configure() { - tc-export CC -} - -src_install() { - # Override HEADERS for missing declspec.h wrt #506832 - emake HEADERS='declspec.h natpmp.h' PREFIX="${ED}" GENTOO_LIBDIR="$(get_libdir)" install - - dodoc Changelog.txt README - doman natpmpc.1 -} |