diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:13:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:13:36 +0300 |
commit | 1d4ef4ac2ba683fc93836394ed78a34089690124 (patch) | |
tree | e9b488a74255825ea1b24d16e793f923d6a3873c /net-analyzer | |
parent | net-fs/s3backer: fix compile on musl (diff) | |
download | gentoo-1d4ef4ac2ba683fc93836394ed78a34089690124.tar.gz gentoo-1d4ef4ac2ba683fc93836394ed78a34089690124.tar.bz2 gentoo-1d4ef4ac2ba683fc93836394ed78a34089690124.zip |
net-analyzer/odhcploc: drop 20111021-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/odhcploc/odhcploc-20111021-r1.ebuild | 23 |
1 files changed, 0 insertions, 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 -} |