summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Briesenick <sbriesen@gentoo.org>2008-06-30 10:16:33 +0000
committerStefan Briesenick <sbriesen@gentoo.org>2008-06-30 10:16:33 +0000
commit50819de8bc5635b06b0a49faa0cf383c105dbf7b (patch)
tree0ab16da3d73ec396a4c1be2bebd2cc875d45e1db /net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r1.ebuild
parentMake it compile with gcc-4.3, bug #228891 (diff)
downloadhistorical-50819de8bc5635b06b0a49faa0cf383c105dbf7b.tar.gz
historical-50819de8bc5635b06b0a49faa0cf383c105dbf7b.tar.bz2
historical-50819de8bc5635b06b0a49faa0cf383c105dbf7b.zip
*** empty log message ***
Diffstat (limited to 'net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r1.ebuild')
-rw-r--r--net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r1.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r1.ebuild
deleted file mode 100644
index e07e36cf3f3d..000000000000
--- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 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-r1.ebuild,v 1.2 2004/12/11 20:18:38 swegener Exp $
-
-inherit eutils
-
-MY_PV=${PV/_beta/b}
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Dynamic DNS client for lots of dynamic dns services"
-HOMEPAGE="http://gusnet.cx/proj/ez-ipupdate"
-SRC_URI="http://gusnet.cx/proj/ez-ipupdate/dist/${PN}-${MY_PV}.tar.gz
- mirror://gentoo/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch $FILESDIR/${PN}-3.0.11_beta8-syslog.patch
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- sed -i 's#/usr/local/bin/ez-ipupdate#/usr/bin/ez-ipupdate#g' *.conf
- dodoc *.conf CHANGELOG README
-
- newinitd ${FILESDIR}/ez-ipupdate.rc6 ez-ipupdate
-}