summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-10-28 16:01:29 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-10-30 11:34:26 +0100
commit008c5aeadcd3a5b33ffa52402ae1adcdff600179 (patch)
treea1e461fc8f3d772afc79a63303132d439450ff20 /net-dns/ddclient/ddclient-3.8.2.ebuild
parentmedia-sound/teamspeak-client: drop old version. (diff)
downloadgentoo-008c5aeadcd3a5b33ffa52402ae1adcdff600179.tar.gz
gentoo-008c5aeadcd3a5b33ffa52402ae1adcdff600179.tar.bz2
gentoo-008c5aeadcd3a5b33ffa52402ae1adcdff600179.zip
net-dns/ddclient: drop old version
Also changed order of elements in metadata.xml. Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10267 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-dns/ddclient/ddclient-3.8.2.ebuild')
-rw-r--r--net-dns/ddclient/ddclient-3.8.2.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-dns/ddclient/ddclient-3.8.2.ebuild b/net-dns/ddclient/ddclient-3.8.2.ebuild
deleted file mode 100644
index 512df84b706c..000000000000
--- a/net-dns/ddclient/ddclient-3.8.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit systemd user
-
-DESCRIPTION="Perl updater client for dynamic DNS services"
-HOMEPAGE="http://ddclient.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="hardened"
-
-RDEPEND=">=dev-lang/perl-5.1
- virtual/perl-Digest-SHA
- dev-perl/IO-Socket-SSL
- hardened? ( sys-apps/iproute2 )
-"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
- # Remove pid setting because we can't leave it user configurable and
- # reliably setup the environment for the init script to stop ${PN}
- ebegin "Removing PID setting from ${PN}.conf"
- sed '/^pid/d' -i "sample-etc_${PN}.conf"
- eend $?
-}
-
-src_install() {
- dosbin ${PN}
- dodoc Change* COPYRIGHT README* RELEASENOTE sample*
-
- newinitd "${FILESDIR}/${PN}.initd-r4" ${PN}
- systemd_dounit "${FILESDIR}"/${PN}.service
-
- insopts -m 0600 -o ${PN} -g ${PN}
- insinto /etc/${PN}
- newins sample-etc_${PN}.conf ${PN}.conf
- newins sample-etc_${PN}.conf ${PN}.conf.sample
-}