summaryrefslogtreecommitdiff
path: root/net-dns/hesiod
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /net-dns/hesiod
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r--net-dns/hesiod/Manifest4
-rw-r--r--net-dns/hesiod/hesiod-3.1.0.ebuild35
-rw-r--r--net-dns/hesiod/metadata.xml5
3 files changed, 0 insertions, 44 deletions
diff --git a/net-dns/hesiod/Manifest b/net-dns/hesiod/Manifest
deleted file mode 100644
index 73f8b51eb8a4..000000000000
--- a/net-dns/hesiod/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST hesiod-3.1.0-patches.tgz 2389 BLAKE2B 61e99b3139044d5e83edfa6811886fd62de14bf4cb7414715c4fa38bf227a81646ea36d5704bf7364ad3461cc139c072a600d3c8c9d90d23441b2e9e889eff3a SHA512 e2cc00aa38069f52fe9e38d34c42c8edae8e8e0a25702d3cd4b4a5a4fa96e098c7f62f13be69b8f91b92e1c5d18fc8eaedcd19d1946ce3319554d34e94f7b84c
-DIST hesiod-3.1.0.tar.gz 224294 BLAKE2B 969f6771340327356637a77420b99a043f808c7021fa93e34fad04ea6d528c14863e9805ea770acb6d2dadf7f04af4cc7a125f1c0952a7bfecda309bdaec63ac SHA512 a224702378e950216633b0a54e6299bb04b473a65455eb302a3b8435e9d718ad21aa2de03d2865ca2ef96a1d6aa240b2b5c957f065755a0d1c2ad627385f3f9b
-EBUILD hesiod-3.1.0.ebuild 994 BLAKE2B 8e43113681a9c4d3212c673c4e5f49ca3f046a1fe329c39db82117f0b36965cbef3bacbc1b4f6c58f412c6503dd9854b263432cd9090db25f7fcc01d14ca87c9 SHA512 f3784537081bf7409e71372b424aa841bc264cf40f701b2850218cdb53e5c30b13dabd22b4db481dab89b336dfb9b24e2ac2316cd9eafc0a95589afc16d57cf3
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-dns/hesiod/hesiod-3.1.0.ebuild b/net-dns/hesiod/hesiod-3.1.0.ebuild
deleted file mode 100644
index f56fd27b9498..000000000000
--- a/net-dns/hesiod/hesiod-3.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="DNS functionality to access to DB of information that changes infrequently"
-HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod"
-SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz
- mirror://gentoo/${P}-patches.tgz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
- # Bug #26332
- filter-flags -fstack-protector
-
- # Patches stolen from Fedora hesiod-3.1.0-19.fc14.src.rpm
- rm -f aclocal.m4 || die "rm failed"
- EPATCH_SOURCE="${WORKDIR}/files/${PV}" EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc NEWS README || die
-}
-
-pkg_postinst() {
- elog "hesinfo tools are no longer part of hesiod. Use net-dns/hesinfo
- instead"
-}
diff --git a/net-dns/hesiod/metadata.xml b/net-dns/hesiod/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/net-dns/hesiod/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>