commit:     5ea99ec77f081af1d260b280f94eaaddb03f0ece
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 18:32:34 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 18:35:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea99ec7

net-misc/autoupnp: Remove old

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

 net-misc/autoupnp/Manifest              |  1 -
 net-misc/autoupnp/autoupnp-0.4.7.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
index d026c72ad173..c9eac0b07a43 100644
--- a/net-misc/autoupnp/Manifest
+++ b/net-misc/autoupnp/Manifest
@@ -1,2 +1 @@
-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.4.7.ebuild 
b/net-misc/autoupnp/autoupnp-0.4.7.ebuild
deleted file mode 100644
index 787951d2ea25..000000000000
--- a/net-misc/autoupnp/autoupnp-0.4.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Automatic open port forwarder using UPnP"
-HOMEPAGE="https://github.com/projg2/autoupnp/";
-SRC_URI="https://github.com/projg2/autoupnp/releases/download/v${PV}/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-RDEPEND="net-libs/miniupnpc:0=
-       libnotify? ( x11-libs/libtinynotify:0= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local myconf=(
-               $(use_with libnotify)
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to