net-dns/updatedd: Clean up old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 17 Apr 2018 08:38:49 +0000 (11:38 +0300)
committerDavid Seifert <soap@gentoo.org>
Tue, 17 Apr 2018 20:26:36 +0000 (22:26 +0200)
Package-Manager: Portage-2.3.29, Repoman-2.3.9

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

diff --git a/net-dns/updatedd/updatedd-2.6.ebuild b/net-dns/updatedd/updatedd-2.6.ebuild
deleted file mode 100644 (file)
index 351f873..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-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=""
-
-RDEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       epatch "${FILESDIR}"/${P}-options.patch
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
-       dodoc AUTHORS
-}