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 15CA21581E7 for ; Tue, 23 Apr 2024 10:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D5D7E29E3; Tue, 23 Apr 2024 10:17:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 28074E29E3 for ; Tue, 23 Apr 2024 10:17:54 +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 39A9E3431F8 for ; Tue, 23 Apr 2024 10:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF541721 for ; Tue, 23 Apr 2024 10:17:51 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713867216.1d4ef4ac2ba683fc93836394ed78a34089690124.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild X-VCS-Directories: net-analyzer/odhcploc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1d4ef4ac2ba683fc93836394ed78a34089690124 X-VCS-Branch: master Date: Tue, 23 Apr 2024 10:17:51 +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: f654741a-1642-4abb-bd43-0852a8602a6e X-Archives-Hash: 02caeae01e3ddea7b5defd1d370899e4 commit: 1d4ef4ac2ba683fc93836394ed78a34089690124 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 23 10:13:36 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 23 10:13:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4ef4ac net-analyzer/odhcploc: drop 20111021-r1 Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild deleted file mode 100644 index 5c4e1b3c9e95..000000000000 --- a/net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Open DHCP Locator" -HOMEPAGE="https://odhcploc.sourceforge.io" -SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" - -src_configure() { - tc-export CC -} - -src_install() { - dobin ${PN} - doman ${PN}.8 - dodoc AUTHORS -}