summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 20:01:37 +0100
committerSam James <sam@gentoo.org>2022-04-17 20:16:44 +0100
commitee6ba65285be9ad69b6914245ac6bf090d3ac60c (patch)
tree0462d05cda73356c2455da0e2643e054c6f6f19e /net-dns/updatedd
parentmedia-video/webcamoid: drop 8.7.1, 8.7.1-r1 (diff)
downloadgentoo-ee6ba65285be9ad69b6914245ac6bf090d3ac60c.tar.gz
gentoo-ee6ba65285be9ad69b6914245ac6bf090d3ac60c.tar.bz2
gentoo-ee6ba65285be9ad69b6914245ac6bf090d3ac60c.zip
net-dns/updatedd: drop 2.6-r5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/updatedd')
-rw-r--r--net-dns/updatedd/updatedd-2.6-r5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild b/net-dns/updatedd/updatedd-2.6-r5.ebuild
deleted file mode 100644
index 681a56e9575c..000000000000
--- a/net-dns/updatedd/updatedd-2.6-r5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
-HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/"
-SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
- dev-perl/IO-Socket-Timeout"
-
-PATCHES=(
- "${FILESDIR}/${P}-options.patch"
- "${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
- "${FILESDIR}/respect-docdir.patch"
- "${FILESDIR}/set-socket-timeouts-for-ipserv.patch"
-)
-
-src_configure() {
- econf --disable-static
-}