commit:     a2e7467898e33559a28b489989b08d34aa14bdc9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 05:00:12 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 05:01:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e74678

net-misc/autoupnp: Bump to 0.5.0

Closes: https://bugs.gentoo.org/881029
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/autoupnp/Manifest              |  1 +
 net-misc/autoupnp/autoupnp-0.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 net-misc/autoupnp/metadata.xml          |  8 ++------
 3 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
index 6d27e598d7a6..d026c72ad173 100644
--- a/net-misc/autoupnp/Manifest
+++ b/net-misc/autoupnp/Manifest
@@ -1 +1,2 @@
 DIST autoupnp-0.4.7.tar.bz2 264916 BLAKE2B 
3542c577a32f5ba3a8ea60c6f2ebb3d5cea76fa440d281e6895c246252d3ba70720aaafa4d843f06a23f1b022942cddb2a0b37b41eff91919db55fbbd87f28b5
 SHA512 
2c6bb3421fecbffea2a63ea1e930b7c789459d4626a0f281abe0e9bb62e5efc772475d4bf0c9f13fe2e9e13417940c6eb17408e6aae28bc24a4fc2e16d4dc8de
+DIST autoupnp-0.5.0.tar.gz 7402 BLAKE2B 
b6de76a45e6811e57cfb15bf41d3305ad4e8ed9b1459270426724b016d33a9a398bae5bca4d3d87360d712614fcad0fa5d8571db88ce632afd43220539ba992d
 SHA512 
0118b20fdb225673348c3ba469bfde6c37e79fba42e7dbf7bca6a0c25dd9f853b0ee73860c5dbb8165e97125cb71b2794d4e88ece0a1155c85f4c83390131dbc

diff --git a/net-misc/autoupnp/autoupnp-0.5.0.ebuild 
b/net-misc/autoupnp/autoupnp-0.5.0.ebuild
new file mode 100644
index 000000000000..9f5acac5c152
--- /dev/null
+++ b/net-misc/autoupnp/autoupnp-0.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Automatic open port forwarder using UPnP"
+HOMEPAGE="https://github.com/projg2/autoupnp/";
+SRC_URI="
+       https://github.com/projg2/autoupnp/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+DEPEND="
+       net-libs/miniupnpc:0=
+       libnotify? ( x11-libs/libtinynotify:0= )
+"
+RDEPEND="
+       ${DEPEND}
+"
+
+src_configure() {
+       local emesonargs=(
+               $(meson_feature libnotify)
+       )
+       meson_src_configure
+}

diff --git a/net-misc/autoupnp/metadata.xml b/net-misc/autoupnp/metadata.xml
index 2b97f05c8032..ff2e8e5125ef 100644
--- a/net-misc/autoupnp/metadata.xml
+++ b/net-misc/autoupnp/metadata.xml
@@ -6,11 +6,7 @@
                <name>Michał Górny</name>
        </maintainer>
        <upstream>
-               <maintainer status="active">
-                       <email>[email protected]</email>
-                       <name>Michał Górny</name>
-               </maintainer>
-               <bugs-to>https://github.com/mgorny/autoupnp/issues/</bugs-to>
-               <remote-id type="github">mgorny/autoupnp</remote-id>
+               <bugs-to>https://github.com/projg2/autoupnp/issues/</bugs-to>
+               <remote-id type="github">projg2/autoupnp</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to