From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1045281-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C2D5D138334
	for <garchives@archives.gentoo.org>; Tue,  4 Sep 2018 09:48:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BE3B5E078A;
	Tue,  4 Sep 2018 09:48:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 911BFE078A
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Sep 2018 09:48:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3BA13335C07
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Sep 2018 09:48:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E780392
	for <gentoo-commits@lists.gentoo.org>; Tue,  4 Sep 2018 09:48:16 +0000 (UTC)
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" <titanofold@gentoo.org>
Message-ID: <1536054482.187c14f6f70409652a9a6a5c1a4bdeb7902257ff.titanofold@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/ddclient/ddclient-3.9.0.ebuild
X-VCS-Directories: net-dns/ddclient/
X-VCS-Committer: titanofold
X-VCS-Committer-Name: Aaron Swenson
X-VCS-Revision: 187c14f6f70409652a9a6a5c1a4bdeb7902257ff
X-VCS-Branch: master
Date: Tue,  4 Sep 2018 09:48:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 07ef7254-9734-404e-9aef-d1f6948f39d2
X-Archives-Hash: 07e322538bef2b556474cac5a476e5f9

commit:     187c14f6f70409652a9a6a5c1a4bdeb7902257ff
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 09:48:02 2018 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep  4 09:48:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187c14f6

net-dns/ddclient: Remove broken

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-dns/ddclient/ddclient-3.9.0.ebuild | 65 ----------------------------------
 1 file changed, 65 deletions(-)

diff --git a/net-dns/ddclient/ddclient-3.9.0.ebuild b/net-dns/ddclient/ddclient-3.9.0.ebuild
deleted file mode 100644
index 850df0d4444..00000000000
--- a/net-dns/ddclient/ddclient-3.9.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit systemd user
-
-DESCRIPTION="Perl client used to update dynamic DNS entries"
-HOMEPAGE="https://sourceforge.net/projects/ddclient/"
-SRC_URI="mirror://sourceforge/ddclient/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="examples iproute2"
-
-RDEPEND="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 )"
-
-pkg_setup() {
-	enewgroup ddclient
-	enewuser ddclient -1 -1 -1 ddclient
-}
-
-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
-
-	newinitd "${FILESDIR}"/ddclient.initd-r5 ddclient
-	systemd_newunit "${FILESDIR}"/ddclient.service-r1 ddclient
-
-	insinto /etc/ddclient
-	insopts -m 0600 -o ddclient -g ddclient
-	newins sample-etc_ddclient.conf ddclient.conf
-
-	newinitd "${FILESDIR}"/ddclient.initd-r5 ddclient
-	systemd_dounit "${FILESDIR}"/ddclient.service
-
-	dodoc Change* README* RELEASENOTE TODO UPGRADE
-
-	if use examples; then
-		docinto examples
-		dodoc sample-*
-	fi
-}