From 1a1353113578ca4d15fa86059a115c1e34091c6e Mon Sep 17 00:00:00 2001 From: Stefan Briesenick Date: Sun, 23 Jan 2011 20:21:09 +0000 Subject: removed old revisions, added RDEPEND Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64 --- net-dns/ez-ipupdate/ChangeLog | 7 +- .../ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild | 103 -------------------- .../ez-ipupdate/ez-ipupdate-3.0.11_beta8-r5.ebuild | 104 --------------------- .../ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild | 5 +- 4 files changed, 9 insertions(+), 210 deletions(-) delete mode 100644 net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild delete mode 100644 net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r5.ebuild (limited to 'net-dns/ez-ipupdate') diff --git a/net-dns/ez-ipupdate/ChangeLog b/net-dns/ez-ipupdate/ChangeLog index 215d865d62b4..62f5598ba184 100644 --- a/net-dns/ez-ipupdate/ChangeLog +++ b/net-dns/ez-ipupdate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/ez-ipupdate # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.32 2011/01/23 20:19:26 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.33 2011/01/23 20:21:09 sbriesen Exp $ + + 23 Jan 2011; Stefan Briesenick + -ez-ipupdate-3.0.11_beta8-r4.ebuild, -ez-ipupdate-3.0.11_beta8-r5.ebuild, + ez-ipupdate-3.0.11_beta8-r6.ebuild: + removed old revisions, added RDEPEND *ez-ipupdate-3.0.11.13.3_beta8 (23 Jan 2011) diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild deleted file mode 100644 index 8d72b0800091..000000000000 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild,v 1.9 2009/09/23 18:28:39 patrick Exp $ - -inherit eutils - -PATCH_VERSION="10" -MY_PV="${PV/_beta/b}" -S="${WORKDIR}/${PN}-${MY_PV}" - -DESCRIPTION="Dynamic DNS client for lots of dynamic dns services" -HOMEPAGE="http://ez-ipupdate.com/" -SRC_URI="mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}.orig.tar.gz - mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}-${PATCH_VERSION}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}/${PN}_${MY_PV}-${PATCH_VERSION}.diff" - epatch "${FILESDIR}/${P}-dnsexit.diff" - epatch "${FILESDIR}/${P}-3322.diff" - - # comment out obsolete options - sed -i -e "s:^\(run-as-user.*\):#\1:g" \ - -e "s:^\(cache-file.*\):#\1:g" ex*conf - - # make 'missing' executable (bug #103480) - chmod +x missing -} - -src_compile() { - econf --bindir=/usr/sbin || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate - keepdir /etc/ez-ipupdate /var/cache/ez-ipupdate - - # install docs - dodoc README - newdoc debian/README.Debian README.debian - newdoc debian/changelog ChangeLog.debian - newdoc CHANGELOG ChangeLog - - # install example configs - docinto examples - dodoc ex*conf -} - -pkg_preinst() { - enewgroup ez-ipupd - enewuser ez-ipupd -1 -1 /var/cache/ez-ipupdate ez-ipupd -} - -pkg_postinst() { - chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate - chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate - - elog - elog "Please create one or more config files in" - elog "/etc/ez-ipupdate/. A bunch of samples can" - elog "be found in the doc directory." - elog - elog "All config files must have a '.conf' extension." - elog - elog "Please do not use the 'run-as-user', 'run-as-euser'," - elog "'cache-file' and 'pidfile' options, since these are" - elog "handled internally by the init-script!" - elog - elog "If you want to use ez-ipupdate in daemon mode," - elog "please add 'daemon' to the config file(s) and" - elog "add the ez-ipupdate init-script to the default" - elog "runlevel." - elog - elog "Without the 'daemon' option, you can run the" - elog "init-script with the 'update' parameter inside" - elog "your PPP ip-up script." - elog - - if [ -f /etc/ez-ipupdate.conf ]; then - elog "!!! IMPORTANT UPDATE NOTICE !!!" - elog - elog "The ez-ipupdate init-script can now handle more" - elog "than one config file. New config file location is" - elog "/etc/ez-ipupdate/*.conf" - elog - if [ ! -f /etc/ez-ipupdate/default.conf ]; then - mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf - elog "Your old configuration has been moved to" - elog "/etc/ez-ipupdate/default.conf" - elog - fi - fi -} diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r5.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r5.ebuild deleted file mode 100644 index 6e88d23eb4f1..000000000000 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r5.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r5.ebuild,v 1.2 2009/09/23 18:28:39 patrick Exp $ - -inherit eutils - -PATCH_VERSION="10" -MY_PV="${PV/_beta/b}" -S="${WORKDIR}/${PN}-${MY_PV}" - -DESCRIPTION="Dynamic DNS client for lots of dynamic dns services" -HOMEPAGE="http://ez-ipupdate.com/" -SRC_URI="mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}.orig.tar.gz - mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}-${PATCH_VERSION}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}/${PN}_${MY_PV}-${PATCH_VERSION}.diff" - epatch "${FILESDIR}/${P}-zoneedit.diff" - epatch "${FILESDIR}/${P}-dnsexit.diff" - epatch "${FILESDIR}/${P}-3322.diff" - - # comment out obsolete options - sed -i -e "s:^\(run-as-user.*\):#\1:g" \ - -e "s:^\(cache-file.*\):#\1:g" ex*conf - - # make 'missing' executable (bug #103480) - chmod +x missing -} - -src_compile() { - econf --bindir=/usr/sbin || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate - keepdir /etc/ez-ipupdate /var/cache/ez-ipupdate - - # install docs - dodoc README - newdoc debian/README.Debian README.debian - newdoc debian/changelog ChangeLog.debian - newdoc CHANGELOG ChangeLog - - # install example configs - docinto examples - dodoc ex*conf -} - -pkg_preinst() { - enewgroup ez-ipupd - enewuser ez-ipupd -1 -1 /var/cache/ez-ipupdate ez-ipupd -} - -pkg_postinst() { - chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate - chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate - - elog - elog "Please create one or more config files in" - elog "/etc/ez-ipupdate/. A bunch of samples can" - elog "be found in the doc directory." - elog - elog "All config files must have a '.conf' extension." - elog - elog "Please do not use the 'run-as-user', 'run-as-euser'," - elog "'cache-file' and 'pidfile' options, since these are" - elog "handled internally by the init-script!" - elog - elog "If you want to use ez-ipupdate in daemon mode," - elog "please add 'daemon' to the config file(s) and" - elog "add the ez-ipupdate init-script to the default" - elog "runlevel." - elog - elog "Without the 'daemon' option, you can run the" - elog "init-script with the 'update' parameter inside" - elog "your PPP ip-up script." - elog - - if [ -f /etc/ez-ipupdate.conf ]; then - elog "!!! IMPORTANT UPDATE NOTICE !!!" - elog - elog "The ez-ipupdate init-script can now handle more" - elog "than one config file. New config file location is" - elog "/etc/ez-ipupdate/*.conf" - elog - if [ ! -f /etc/ez-ipupdate/default.conf ]; then - mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf - elog "Your old configuration has been moved to" - elog "/etc/ez-ipupdate/default.conf" - elog - fi - fi -} diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild index 71857e53f53f..52013fcdc548 100644 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild +++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild,v 1.2 2010/09/29 23:12:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r6.ebuild,v 1.3 2011/01/23 20:21:09 sbriesen Exp $ EAPI="2" @@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="" +RDEPEND="" src_prepare() { epatch "${WORKDIR}/${PN}_${MY_PV}-${PATCH_VERSION}.diff" -- cgit v1.2.3-65-gdbad