diff options
author | Harri Nieminen <moikkis@gmail.com> | 2018-04-17 11:38:49 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-17 22:26:36 +0200 |
commit | 9cffb5132dd9de700eb1033db6d9072addadd9c8 (patch) | |
tree | 82d4c1030d4097623b5ce84b5ec6e959d32a8e85 | |
parent | net-irc/dccserver: Clean up old (diff) | |
download | gentoo-9cffb5132dd9de700eb1033db6d9072addadd9c8.tar.gz gentoo-9cffb5132dd9de700eb1033db6d9072addadd9c8.tar.bz2 gentoo-9cffb5132dd9de700eb1033db6d9072addadd9c8.zip |
net-dns/updatedd: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
-rw-r--r-- | net-dns/updatedd/updatedd-2.6.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-dns/updatedd/updatedd-2.6.ebuild b/net-dns/updatedd/updatedd-2.6.ebuild deleted file mode 100644 index 351f873c1738..000000000000 --- a/net-dns/updatedd/updatedd-2.6.ebuild +++ /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 -} |