From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A42315817D for ; Tue, 11 Jun 2024 18:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F915E2B87; Tue, 11 Jun 2024 18:35:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3227DE2B87 for ; Tue, 11 Jun 2024 18:35:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79FB8335D60 for ; Tue, 11 Jun 2024 18:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05C21769 for ; Tue, 11 Jun 2024 18:35:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718130903.5ea99ec77f081af1d260b280f94eaaddb03f0ece.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autoupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/autoupnp/Manifest net-misc/autoupnp/autoupnp-0.4.7.ebuild X-VCS-Directories: net-misc/autoupnp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5ea99ec77f081af1d260b280f94eaaddb03f0ece X-VCS-Branch: master Date: Tue, 11 Jun 2024 18:35:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1655859a-094e-4c5e-b672-ed8f42ef1be1 X-Archives-Hash: ec11807f727ac4451df0354b7c483d5c commit: 5ea99ec77f081af1d260b280f94eaaddb03f0ece Author: Michał Górny gentoo org> AuthorDate: Tue Jun 11 18:32:34 2024 +0000 Commit: Michał Górny gentoo 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 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 -}