summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-14 18:58:51 +0000
committerSam James <sam@gentoo.org>2021-01-14 18:58:51 +0000
commita6936a85665b508739b61d10deb1601b841ad1ab (patch)
tree01237f03ef5891575ed289e19282587b250763f2 /dev-libs/libdnsres
parentprofiles/arch/{amd64, x86}/package.use.mask: drop old app-admin/salt mask (diff)
downloadgentoo-a6936a85665b508739b61d10deb1601b841ad1ab.tar.gz
gentoo-a6936a85665b508739b61d10deb1601b841ad1ab.tar.bz2
gentoo-a6936a85665b508739b61d10deb1601b841ad1ab.zip
dev-libs/libdnsres: cleanup old (EAPI 5)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libdnsres')
-rw-r--r--dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild b/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild
deleted file mode 100644
index 2811d24833bf..000000000000
--- a/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="A non-blocking DNS resolver library"
-HOMEPAGE="https://www.monkey.org/~provos/libdnsres/"
-SRC_URI="https://www.monkey.org/~provos/${P}.tar.gz"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-
-DEPEND="dev-libs/libevent"
-RDEPEND="${DEPEND}"
-
-DOCS=( README )
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-autotools.patch"
- sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
- eautoreconf
-}