diff options
author | 2003-10-30 04:57:33 +0000 | |
---|---|---|
committer | 2003-10-30 04:57:33 +0000 | |
commit | d3faceffcba8d1625aac809abaeb41503794edd5 (patch) | |
tree | 5acffa25578afb8dcee793e05c1280e4844794fc /net-misc/dyndnsupdate | |
parent | fix wrappers (diff) | |
download | historical-d3faceffcba8d1625aac809abaeb41503794edd5.tar.gz historical-d3faceffcba8d1625aac809abaeb41503794edd5.tar.bz2 historical-d3faceffcba8d1625aac809abaeb41503794edd5.zip |
update #24099
Diffstat (limited to 'net-misc/dyndnsupdate')
-rw-r--r-- | net-misc/dyndnsupdate/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild | 24 | ||||
-rw-r--r-- | net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.15 | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-misc/dyndnsupdate/ChangeLog b/net-misc/dyndnsupdate/ChangeLog new file mode 100644 index 000000000000..5a2315ae8d3a --- /dev/null +++ b/net-misc/dyndnsupdate/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for net-misc/dyndnsupdate +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/ChangeLog,v 1.7 2003/10/30 04:57:33 vapier Exp $ + +*dyndnsupdate-0.6.14 (23 Oct 2002) + + 25 May 2003; Tavis Ormandy <taviso@gentoo.org> dyndnsupdate-0.6.14.ebuild: + removing gcc hardcode + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Maurizio Disimino <maurizio@iridium.aetheric.org> diff --git a/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild b/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild new file mode 100644 index 000000000000..7758fb910ab6 --- /dev/null +++ b/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild,v 1.1 2003/10/30 04:57:33 vapier Exp $ + +DESCRIPTION="updates the DNS for your hostname/hostnames and other variables at dyndns.org" +HOMEPAGE="http://xzabite.org/dyndnsupdate/" +SRC_URI="http://xzabite.org/dyndnsupdate/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha" + +DEPEND="" + +src_compile() { + emake CFLAGS="${CFLAGS}" || die "Failed to compile." +} + +src_install() { + dobin dyndnsupdate + dodir /var/dyndnsupdate + doman man/dyndnsupdate.8.gz + dodoc ChangeLog INSTALL README +} diff --git a/net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.15 b/net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.15 new file mode 100644 index 000000000000..dc7d760c9c6b --- /dev/null +++ b/net-misc/dyndnsupdate/files/digest-dyndnsupdate-0.6.15 @@ -0,0 +1 @@ +MD5 47495b8af11244ea8a42d91d15c9a257 dyndnsupdate-0.6.15.tar.gz 15720 |