summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-29 00:55:03 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-29 00:55:03 +0000
commitd19f63797573f43ce392be56bf42e6ac3217c32e (patch)
tree1248b0606c23a939a46398eadcce97d8f1223c92 /net-dns/ez-ipupdate
parentnew category: net-dns (diff)
downloadhistorical-d19f63797573f43ce392be56bf42e6ac3217c32e.tar.gz
historical-d19f63797573f43ce392be56bf42e6ac3217c32e.tar.bz2
historical-d19f63797573f43ce392be56bf42e6ac3217c32e.zip
new category: net-dns. initial import
Diffstat (limited to 'net-dns/ez-ipupdate')
-rw-r--r--net-dns/ez-ipupdate/ChangeLog27
-rw-r--r--net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild33
-rw-r--r--net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta71
3 files changed, 61 insertions, 0 deletions
diff --git a/net-dns/ez-ipupdate/ChangeLog b/net-dns/ez-ipupdate/ChangeLog
new file mode 100644
index 000000000000..b03c3cd5604b
--- /dev/null
+++ b/net-dns/ez-ipupdate/ChangeLog
@@ -0,0 +1,27 @@
+# ChangeLog for net-dns/ez-ipupdate
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.1 2002/06/29 00:55:03 bangert Exp $
+
+*ez-ipupdate-3.0.11_beta7 (08 May 2002)
+
+ 08 May 2002; Thilo Bangert <bangert@gentoo.org> :
+
+ version bump - Added license
+
+
+*ez-ipupdate-3.0.11_beta6 (25 Feb 2002)
+
+ 25 Feb 2002; G.Bevin <gbevin@gentoo.org> :
+
+ Renamed package to the correct version number and added the docs to the
+ installation.
+
+*ez-ipupdate-3.0.11 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild
new file mode 100644
index 000000000000..1006f444d453
--- /dev/null
+++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Bart Verwilst <verwilst@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $
+
+S="${WORKDIR}/${PN}-3.0.11b7"
+SRC_URI="http://gusnet.cx/proj/ez-ipupdate/dist/${PN}-3.0.11b7.tar.gz"
+HOMEPAGE="http://gusnet.cx/proj/ez-ipupdate"
+DESCRIPTION="Dynamic DNS client for lots of dynamic dns services"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+
+ cd ${S}
+ ./configure --host=${CHOST} --prefix=/usr || die
+ emake || die
+}
+
+src_install(){
+
+ make DESTDIR=${D} install || die
+ for f in example*.conf
+ do
+ mv ${f} ${f}_orig
+ sed -e "s#/usr/local/bin/ez-ipupdate#/usr/bin/ez-ipupdate#g" \
+ ${f}_orig > ${f}
+ dodoc ${f}
+ done
+ dodoc CHANGELOG COPYING INSTALL README
+}
diff --git a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta7 b/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta7
new file mode 100644
index 000000000000..480e316bb847
--- /dev/null
+++ b/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta7
@@ -0,0 +1 @@
+MD5 525be4550b4461fdf105aed8e753b020 ez-ipupdate-3.0.11b7.tar.gz 82481