summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-08-13 14:14:52 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-08-13 14:15:12 -0400
commitd1923971effa270346d435cc7a3073fbb96117ce (patch)
tree2da344b791cf90177ca47da798c1e3e776c5c1c9 /net-dns/updatedd
parentsys-kernel/gentoo-sources: Linux patch 4.9.43 (diff)
downloadgentoo-d1923971effa270346d435cc7a3073fbb96117ce.tar.gz
gentoo-d1923971effa270346d435cc7a3073fbb96117ce.tar.bz2
gentoo-d1923971effa270346d435cc7a3073fbb96117ce.zip
net-dns/updatedd: remove unused version 2.6-r4.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-dns/updatedd')
-rw-r--r--net-dns/updatedd/updatedd-2.6-r4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-dns/updatedd/updatedd-2.6-r4.ebuild b/net-dns/updatedd/updatedd-2.6-r4.ebuild
deleted file mode 100644
index ff62882f4ad2..000000000000
--- a/net-dns/updatedd/updatedd-2.6-r4.ebuild
+++ /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}"
-}