commit:     bbfeb7dccc89d6317f8ffc2938de7f37ca968f50
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 19:42:33 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 19:48:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfeb7dc

net-dns/ddclient: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dns/ddclient/Manifest                 |  1 -
 net-dns/ddclient/ddclient-3.9.0-r3.ebuild | 62 -------------------------------
 2 files changed, 63 deletions(-)

diff --git a/net-dns/ddclient/Manifest b/net-dns/ddclient/Manifest
index 0fec07b28d7..5de0f53b774 100644
--- a/net-dns/ddclient/Manifest
+++ b/net-dns/ddclient/Manifest
@@ -1,2 +1 @@
-DIST ddclient-3.9.0.tar.gz 59018 BLAKE2B 
b9b58108d9f124fcd5a72cc57bfb0e6a5bc2e115edc27a1d5950a929670d67d5c703b09f51e7e82e977ccfb544d115da177b0ac8dc06a76a800aa207cde5a42d
 SHA512 
ae314c96a37dd90256d6acf62f4a4523b72f540194131e351a032239b00b4520351f6549d3b20a9209fe49ccc6de7ce158ffa8635d341066ea71b789dc667438
 DIST ddclient-3.9.1.tar.gz 63469 BLAKE2B 
8ae6543353d96f76d926117ae53d74da6e8bc8f116fa15b8b0d39bc29a4c334bfc3d673b8f1c57139213b91414d1b9a2063fde9e1015f03fb76ba70a60956a7e
 SHA512 
a8a4d6cb94e4239a7b7b4fc7d9ebef703cbd6c45fc3394b644694a053b5b8aa8d109410b5b8b3676a5f30b18474d24c7feb16c65c30b28bd7d941d8a214b1346

diff --git a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild 
b/net-dns/ddclient/ddclient-3.9.0-r3.ebuild
deleted file mode 100644
index e9bb2440f64..00000000000
--- a/net-dns/ddclient/ddclient-3.9.0-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Perl client used to update dynamic DNS entries"
-HOMEPAGE="https://sourceforge.net/projects/ddclient/";
-SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="examples iproute2"
-
-RDEPEND="
-       acct-group/ddclient
-       acct-user/ddclient
-       dev-lang/perl
-       dev-perl/Data-Validate-IP
-       dev-perl/Digest-SHA1
-       dev-perl/IO-Socket-INET6
-       dev-perl/IO-Socket-SSL
-       virtual/perl-Digest-SHA
-       virtual/perl-JSON-PP
-       iproute2? ( sys-apps/iproute2 )
-"
-
-src_prepare() {
-       # Remove PID setting, to reliably setup the environment for the init 
script
-       sed -e '/^pid/d' -i sample-etc_ddclient.conf || die
-
-       # Remove windows executable
-       if use examples; then
-               rm sample-etc_dhcpc_dhcpcd-eth0.exe || die
-       fi
-
-       # Use sys-apps/iproute2 instead of sys-apps/net-tools
-       use iproute2 && eapply "${FILESDIR}"/${P}-use_iproute2.patch
-
-       default
-}
-
-src_install() {
-       dobin ddclient
-
-       insinto /etc/ddclient
-       insopts -m 0600 -o ddclient -g ddclient
-       newins sample-etc_ddclient.conf ddclient.conf
-
-       newinitd "${FILESDIR}"/ddclient.initd-r6 ddclient
-       systemd_newunit "${FILESDIR}"/ddclient.service-r1 ddclient.service
-       systemd_newtmpfilesd "${FILESDIR}"/ddclient.tmpfiles ddclient.conf
-
-       dodoc Change* README* RELEASENOTE TODO UPGRADE
-
-       if use examples; then
-               docinto examples
-               dodoc sample-*
-       fi
-}

Reply via email to