summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-30 00:14:21 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-30 00:14:21 +0000
commit0398f50798e70afc70d0cd7eb5e0594d1f1ed0c2 (patch)
treed792ccf880e66ec9f4b23f444a9d98332bea574a /net-dns
parentRemove old. (diff)
downloadgentoo-2-0398f50798e70afc70d0cd7eb5e0594d1f1ed0c2.tar.gz
gentoo-2-0398f50798e70afc70d0cd7eb5e0594d1f1ed0c2.tar.bz2
gentoo-2-0398f50798e70afc70d0cd7eb5e0594d1f1ed0c2.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/ddclient/ChangeLog8
-rw-r--r--net-dns/ddclient/ddclient-3.7.3-r1.ebuild77
-rw-r--r--net-dns/ddclient/ddclient-3.8.0.ebuild77
-rw-r--r--net-dns/ddclient/ddclient-3.8.1-r4.ebuild56
4 files changed, 6 insertions, 212 deletions
diff --git a/net-dns/ddclient/ChangeLog b/net-dns/ddclient/ChangeLog
index 9fc8152d39f0..3321f1a11fe7 100644
--- a/net-dns/ddclient/ChangeLog
+++ b/net-dns/ddclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/ddclient
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.67 2014/01/30 12:33:29 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.68 2015/05/30 00:14:21 mrueg Exp $
+
+ 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -ddclient-3.7.3-r1.ebuild,
+ -ddclient-3.8.0.ebuild, -ddclient-3.8.1-r4.ebuild:
+ Remove old.
*ddclient-3.8.2 (30 Jan 2014)
diff --git a/net-dns/ddclient/ddclient-3.7.3-r1.ebuild b/net-dns/ddclient/ddclient-3.7.3-r1.ebuild
deleted file mode 100644
index 386c3f70e5c5..000000000000
--- a/net-dns/ddclient/ddclient-3.7.3-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.7.3-r1.ebuild,v 1.11 2012/06/14 02:02:30 zmedico Exp $
-
-inherit eutils 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="ssl"
-
-RDEPEND=">=dev-lang/perl-5.1
- ssl? ( dev-perl/IO-Socket-SSL )"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-reasonable-security.patch"
-
- einfo "Applying version string fix"
- if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then
- eerror "Failed to update ddclient's internal version string"
- eerror 'ddclient 3.7.2 will erroneously report a version of 3.7.1'
- fi
-
- # Remove pid line, because it is specified in /etc/conf.d/ddclient
- einfo "Applying PID setup"
- if ! sed -i "/^pid=*/d" "sample-etc_${PN}.conf"; then
- eerror "Failed to remove pid from /etc/$PN/$PN.conf"
- eerror "Please set the PID in /etc/conf.d/$PN, not /etc/$PN/$PN.conf"
- fi
-
- if ! use ssl; then
- einfo "Disabling ssl per your useflags"
- sed -i "/^ssl=*/d" "sample-etc_${PN}.conf" ||
- eerror "Failed to remove ssl from /etc/$PN/$PN.conf"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- dodoc README* Change* COPYRIGHT sample*
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- keepdir /var/{cache,run}/${PN}
-
- # Filename of sample conf - use live filename if available
- local sample=${PN}.conf
- [[ -e "/etc/${PN}/${sample}" ]] && sample="${sample}.sample"
- insinto /etc/${PN}
- insopts -m 0640 -o root -g ${PN}
- newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed"
-}
-
-pkg_postinst() {
- # ensure the directories are owned by the user:group for this pkg
- chown ${PN}:${PN} /var/{cache,run}/${PN}
-
- use ssl && return
- ewarn
- ewarn "$PN will not have support for ssl, which means your dynamic DNS account"
- ewarn "information -- including your password -- will be sent over the Internet in the"
- ewarn "clear. To secure your information, add 'ssl' to your USEflags,"
- ewarn "emerge -N ddclient, and add 'ssl=yes' to /etc/$PN/$PN.conf"
- ewarn
-}
diff --git a/net-dns/ddclient/ddclient-3.8.0.ebuild b/net-dns/ddclient/ddclient-3.8.0.ebuild
deleted file mode 100644
index 3f4df4582b79..000000000000
--- a/net-dns/ddclient/ddclient-3.8.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.8.0.ebuild,v 1.3 2012/06/14 02:02:30 zmedico Exp $
-
-inherit eutils 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="ssl"
-
-RDEPEND=">=dev-lang/perl-5.1
- ssl? ( dev-perl/IO-Socket-SSL )"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-reasonable-security.patch"
-
- einfo "Applying version string fix"
- if ! sed -i "s/3\.7\.1/$PV/" "$PN"; then
- eerror "Failed to update ddclient's internal version string"
- eerror 'ddclient 3.7.2 will erroneously report a version of 3.7.1'
- fi
-
- # Remove pid line, because it is specified in /etc/conf.d/ddclient
- einfo "Applying PID setup"
- if ! sed -i "/^pid=*/d" "sample-etc_${PN}.conf"; then
- eerror "Failed to remove pid from /etc/$PN/$PN.conf"
- eerror "Please set the PID in /etc/conf.d/$PN, not /etc/$PN/$PN.conf"
- fi
-
- if ! use ssl; then
- einfo "Disabling ssl per your useflags"
- sed -i "/^ssl=*/d" "sample-etc_${PN}.conf" ||
- eerror "Failed to remove ssl from /etc/$PN/$PN.conf"
- fi
-}
-
-src_install() {
- dosbin ${PN} || die "dosbin failed"
- dodoc README* Change* COPYRIGHT sample*
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- keepdir /var/{cache,run}/${PN}
-
- # Filename of sample conf - use live filename if available
- local sample=${PN}.conf
- [[ -e "/etc/${PN}/${sample}" ]] && sample="${sample}.sample"
- insinto /etc/${PN}
- insopts -m 0640 -o root -g ${PN}
- newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed"
-}
-
-pkg_postinst() {
- # ensure the directories are owned by the user:group for this pkg
- chown ${PN}:${PN} /var/{cache,run}/${PN}
-
- use ssl && return
- ewarn
- ewarn "$PN will not have support for ssl, which means your dynamic DNS account"
- ewarn "information -- including your password -- will be sent over the Internet in the"
- ewarn "clear. To secure your information, add 'ssl' to your USEflags,"
- ewarn "emerge -N ddclient, and add 'ssl=yes' to /etc/$PN/$PN.conf"
- ewarn
-}
diff --git a/net-dns/ddclient/ddclient-3.8.1-r4.ebuild b/net-dns/ddclient/ddclient-3.8.1-r4.ebuild
deleted file mode 100644
index b3473013279a..000000000000
--- a/net-dns/ddclient/ddclient-3.8.1-r4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.8.1-r4.ebuild,v 1.8 2012/06/14 02:02:30 zmedico Exp $
-
-EAPI="4"
-
-inherit eutils 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
- dev-perl/Digest-SHA1
- dev-perl/IO-Socket-SSL
- hardened? ( sys-apps/iproute2 )
-"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
- # Remove pid line, because it is specified in /etc/init.d/ddclient
- ebegin "Removing PID setup from ${PN}.conf"
- if ! sed '/^pid/d' -i "sample-etc_${PN}.conf"; then
- eerror "Failed to remove pid from /etc/${PN}/${PN}.conf"
- fi
- eend $?
-
- use hardened && epatch "${FILESDIR}/iproute2.patch"
-
- epatch "${FILESDIR}/cmd-over-cfg.patch"
-}
-
-src_install() {
- dosbin ${PN}
- dodoc Change* COPYRIGHT README* RELEASENOTE sample*
-
- newinitd "${FILESDIR}/${PN}.initd-r3" ${PN}
- newconfd "${FILESDIR}/${PN}.confd-r1" ${PN}
- keepdir /var/cache/${PN}
- fowners -R ${PN}:${PN} /var/cache/${PN}
-
- insinto /etc/${PN}
- insopts -m 0600 -o ${PN} -g ${PN}
- newins sample-etc_${PN}.conf ${PN}.conf
- newins sample-etc_${PN}.conf ${PN}.conf.sample
- fowners -R ${PN}:${PN} /etc/${PN}
-}