diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2007-10-07 16:44:06 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2007-10-07 16:44:06 +0000 |
commit | 59337beb6e43dacd2f7e7d4f22b5bcec54d5fa6c (patch) | |
tree | 12fe41c90ed9fcbc9773c6992be5c14aecfd9b96 /net-dns | |
parent | Remove redundant virtual/emacs dependency. Quote FILESDIR variable. (diff) | |
download | gentoo-2-59337beb6e43dacd2f7e7d4f22b5bcec54d5fa6c.tar.gz gentoo-2-59337beb6e43dacd2f7e7d4f22b5bcec54d5fa6c.tar.bz2 gentoo-2-59337beb6e43dacd2f7e7d4f22b5bcec54d5fa6c.zip |
removed obsolete unstable revisions
(Portage version: 2.1.3.12)
Diffstat (limited to 'net-dns')
5 files changed, 5 insertions, 208 deletions
diff --git a/net-dns/ez-ipupdate/ChangeLog b/net-dns/ez-ipupdate/ChangeLog index 1b65dc3fefba..b6ee8699fa5e 100644 --- a/net-dns/ez-ipupdate/ChangeLog +++ b/net-dns/ez-ipupdate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/ez-ipupdate # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.23 2007/10/07 16:38:52 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.24 2007/10/07 16:44:06 sbriesen Exp $ + + 07 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org> + -ez-ipupdate-3.0.11_beta8-r2.ebuild, -ez-ipupdate-3.0.11_beta8-r3.ebuild: + removed obsolete unstable revisions 07 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org> files/ez-ipupdate.initd, ez-ipupdate-3.0.11_beta8-r4.ebuild: diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r2.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r2.ebuild deleted file mode 100644 index 3915ce7ab477..000000000000 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2005 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-r2.ebuild,v 1.2 2005/10/25 04:10:45 flameeyes Exp $ - -inherit eutils - -PATCH_VERSION="8.1" -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="~x86 ~ppc ~sparc ~amd64" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}/${PN}_${MY_PV}-${PATCH_VERSION}.diff" -} - -src_compile() { - econf --bindir=/usr/sbin || "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make 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 - - einfo - einfo "Please create one or more config files in" - einfo "/etc/ez-ipupdate/. A bunch of samples can" - einfo "be found in the doc directory." - einfo - einfo "All config files must have a '.conf' extension." - einfo - einfo "Please do not use the 'run-as-user', 'run-as-euser'," - einfo "'cache-file' and 'pidfile' options, since these are" - einfo "handled internally by the init-script!" - einfo - einfo "If you want to use ez-ipupdate in daemon mode," - einfo "please add 'daemon' to the config file(s) and" - einfo "add the ez-ipupdate init-script to the default" - einfo "runlevel." - einfo - einfo "Without the 'daemon' option, you can run the" - einfo "init-script with the 'update' parameter inside" - einfo "your PPP ip-up script." - einfo - - if [ -f /etc/ez-ipupdate.conf ]; then - ewarn "!!! IMPORTANT UPDATE NOTICE !!!" - ewarn - ewarn "The ez-ipupdate init-script can now handle more" - ewarn "than one config file. New config file location is" - ewarn "/etc/ez-ipupdate/*.conf" - ewarn - if [ ! -f /etc/ez-ipupdate/default.conf ]; then - mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf - einfo "Your old configuration has been moved to" - einfo "/etc/ez-ipupdate/default.conf" - einfo - fi - ebeep - fi -} diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r3.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r3.ebuild deleted file mode 100644 index 4da70a7b03e4..000000000000 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r3.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2006 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-r3.ebuild,v 1.1 2006/02/10 21:00:04 sbriesen 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="~x86 ~ppc ~sparc ~amd64" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}/${PN}_${MY_PV}-${PATCH_VERSION}.diff" - epatch "${FILESDIR}/${P}-dnsexit.diff" - - # comment out obsolete options - sed -i -e "s:^\(run-as-user.*\):#\1:g" \ - -e "s:^\(cache-file.*\):#\1:g" ex*conf -} - -src_compile() { - econf --bindir=/usr/sbin || "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make 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 - - einfo - einfo "Please create one or more config files in" - einfo "/etc/ez-ipupdate/. A bunch of samples can" - einfo "be found in the doc directory." - einfo - einfo "All config files must have a '.conf' extension." - einfo - einfo "Please do not use the 'run-as-user', 'run-as-euser'," - einfo "'cache-file' and 'pidfile' options, since these are" - einfo "handled internally by the init-script!" - einfo - einfo "If you want to use ez-ipupdate in daemon mode," - einfo "please add 'daemon' to the config file(s) and" - einfo "add the ez-ipupdate init-script to the default" - einfo "runlevel." - einfo - einfo "Without the 'daemon' option, you can run the" - einfo "init-script with the 'update' parameter inside" - einfo "your PPP ip-up script." - einfo - - if [ -f /etc/ez-ipupdate.conf ]; then - ewarn "!!! IMPORTANT UPDATE NOTICE !!!" - ewarn - ewarn "The ez-ipupdate init-script can now handle more" - ewarn "than one config file. New config file location is" - ewarn "/etc/ez-ipupdate/*.conf" - ewarn - if [ ! -f /etc/ez-ipupdate/default.conf ]; then - mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf - einfo "Your old configuration has been moved to" - einfo "/etc/ez-ipupdate/default.conf" - einfo - fi - ebeep - fi -} diff --git a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r2 b/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r2 deleted file mode 100644 index 0a6cd9f7a307..000000000000 --- a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 42b3cc116dcfd90066b747545dfde465 ez-ipupdate_3.0.11b8-8.1.diff.gz 54073 -RMD160 ab6c759fd47ef83ebb647109d11ed611f4478ddc ez-ipupdate_3.0.11b8-8.1.diff.gz 54073 -SHA256 70fe4a2bfc8629cce251ba10db5895510b51ca6835c14cc315459d8b871862fb ez-ipupdate_3.0.11b8-8.1.diff.gz 54073 -MD5 000211add4c4845ffa4211841bff4fb0 ez-ipupdate_3.0.11b8.orig.tar.gz 81975 -RMD160 f193969c5d3c9faa1b6fec41d530557614d62c55 ez-ipupdate_3.0.11b8.orig.tar.gz 81975 -SHA256 bf5b8d11ffe055c5891d0ab64bbfa86e99cbda645d40f346146b939fec8d962d ez-ipupdate_3.0.11b8.orig.tar.gz 81975 diff --git a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r3 b/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r3 deleted file mode 100644 index d6b35e999ba1..000000000000 --- a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r3 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 e400c9c8d594922e394806b717250c35 ez-ipupdate_3.0.11b8-10.diff.gz 58420 -RMD160 916da2553c2901bae62de43a09ee4ad9da492c95 ez-ipupdate_3.0.11b8-10.diff.gz 58420 -SHA256 a380abc3173ef49be5cf8600278e1bc941b4503129dd9e682707bb79e1538175 ez-ipupdate_3.0.11b8-10.diff.gz 58420 -MD5 000211add4c4845ffa4211841bff4fb0 ez-ipupdate_3.0.11b8.orig.tar.gz 81975 -RMD160 f193969c5d3c9faa1b6fec41d530557614d62c55 ez-ipupdate_3.0.11b8.orig.tar.gz 81975 -SHA256 bf5b8d11ffe055c5891d0ab64bbfa86e99cbda645d40f346146b939fec8d962d ez-ipupdate_3.0.11b8.orig.tar.gz 81975 |