diff --git a/net-dns/asdig/asdig-9999.ebuild b/net-dns/asdig/asdig-9999.ebuild deleted file mode 100644 index ab64985..0000000 --- a/net-dns/asdig/asdig-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit git-r3 - -DESCRIPTION="Simple client for retrieving AS from IP published via DNS" -HOMEPAGE="https://github.com/Rezopole/asdig" -EGIT_REPO_URI="https://github.com/Rezopole/asdig.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - insinto /usr/bin/ - doins "${S}"/asdig || die "Install failed!" - dodoc README.md -} - -pkg_preinst() { - chmod a+x "${D}"/usr/bin/asdig || die "chmod failed" -}