public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/
Date: Sun, 23 Apr 2023 19:30:11 +0000 (UTC)	[thread overview]
Message-ID: <1682278203.58e3ac3887cdd2783e48d702b3570d8b425cf2c6.mgorny@gentoo> (raw)

commit:     58e3ac3887cdd2783e48d702b3570d8b425cf2c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 18:17:39 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 19:30:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e3ac38

net-libs/libnatpmp: Bump to 20230423

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/libnatpmp/Manifest                  |  1 +
 net-libs/libnatpmp/libnatpmp-20230423.ebuild | 32 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/net-libs/libnatpmp/Manifest b/net-libs/libnatpmp/Manifest
index 3e9e60233fc8..4bb2fd37431d 100644
--- a/net-libs/libnatpmp/Manifest
+++ b/net-libs/libnatpmp/Manifest
@@ -1 +1,2 @@
 DIST libnatpmp-20150609.tar.gz 24392 BLAKE2B 0a8df6badf222328a24ae94a97386593c42bcda58cada97d37a2cf74f6f6b5e27189753590552187ed7afce66d34d204b9d18ecd38ac0bcbadf8c8129a3b44ad SHA512 e50b1f68ce9254bb2f068ddc37417a3c417b80f7b3fb3d84e3e9af4a144d89e204ab993b54c01657335e855d0124a8fcbbf96ce78db7b9ae0b03b6eb79de2e09
+DIST libnatpmp-20230423.tar.gz 26506 BLAKE2B 01386509e410312d5063038a4a929e2c838d8e6061f693cd43144f98dc4725deff459cb476842e6fab78323fb87ac0ce0f74efe3837031d89ea846932dc4fdcf SHA512 1697a414f0ff73876c177d8e09242c8da6fd4bc9b1c3a893bfb082420bfdac30f455507b81937042caaf6b30756d2055c073ee1de1ac73f7ef31e4c68e5c4ed7

diff --git a/net-libs/libnatpmp/libnatpmp-20230423.ebuild b/net-libs/libnatpmp/libnatpmp-20230423.ebuild
new file mode 100644
index 000000000000..45eb3613da14
--- /dev/null
+++ b/net-libs/libnatpmp/libnatpmp-20230423.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}


             reply	other threads:[~2023-04-23 19:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23 19:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-10  9:10 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/ Sam James
2024-09-15  9:51 Petr Vaněk
2023-05-28 19:10 Arthur Zamarin
2023-05-27 10:51 Arthur Zamarin
2023-05-27 10:47 Sam James
2023-05-25  8:00 Arthur Zamarin
2023-05-25  7:56 Arthur Zamarin
2023-05-25  7:56 Arthur Zamarin
2023-04-24 20:20 Mike Gilbert
2022-10-22  6:22 Michał Górny
2022-04-04 11:11 Yixun Lan
2020-02-11 11:44 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-10 18:10 Agostino Sarubbo
2020-02-09 18:54 David Seifert
2020-02-09 18:50 David Seifert
2018-03-31 19:01 Mart Raudsepp
2017-02-11 10:07 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682278203.58e3ac3887cdd2783e48d702b3570d8b425cf2c6.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox