net-dns/updatedd: remove unused version 2.6-r4.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 13 Aug 2017 18:14:52 +0000 (14:14 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 13 Aug 2017 18:15:12 +0000 (14:15 -0400)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

net-dns/updatedd/updatedd-2.6-r4.ebuild [deleted file]

diff --git a/net-dns/updatedd/updatedd-2.6-r4.ebuild b/net-dns/updatedd/updatedd-2.6-r4.ebuild
deleted file mode 100644 (file)
index ff62882..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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"
-
-PATCHES=(
-       "${FILESDIR}/${P}-options.patch"
-       "${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
-       "${FILESDIR}/respect-docdir.patch"
-)
-
-src_configure() {
-       econf --disable-static --docdir="/usr/share/doc/${PF}"
-}