Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dns/updatedd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/ChangeLog,v 1.9 2008/04/01 10:36:52 dragonheart Exp $
*updatedd-2.6 (01 Apr 2008)
*updatedd-2.5-r1 (01 Apr 2008)
01 Apr 2008; Daniel Black
+files/updatedd-2.6-options.patch, -updatedd-2.3.ebuild,
-updatedd-2.4.ebuild, +updatedd-2.5-r1.ebuild, +updatedd-2.6.ebuild:
fix SEGV thanks to patch supplied by Alexandre Ferreir in bug #195709. also
added version bump
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
23 Nov 2006;
stable on amd64
23 Nov 2006; Tobias Scherbaum
ppc stable, bug #155878
23 Nov 2006; Christian Faulhammer
stable x86, bug #155878
*updatedd-2.5 (15 May 2005)
15 May 2005; Daniel Black
Version bump as per author email.
*updatedd-2.4 (02 Mar 2005)
02 Mar 2005; Daniel Black
Version bump as requested by author Philipp Benner
31 Jan 2005; Simon Stelling
added ~amd64
*updatedd-2.3 (08 Jan 2005)
08 Jan 2005; Daniel Black
+files/updatedd-2.3-makefile.patch, +updatedd-2.3.ebuild:
Initial import as per bug #76941 by
Lars Geiger
AUX updatedd-2.3-makefile.patch 3527 RMD160 c4a43e5ec00947643bd2961fb32acf369f285cbe SHA1 7facf1d0102f35781eaccad14345e6e832940507 SHA256 b267c2a83f2a0cce6dd97c0193e189052edf098efe12a05acb3b77f75089db3d
AUX updatedd-2.6-options.patch 385 RMD160 aa69ea2e2d99bc6d54e1765249d9d235510229cc SHA1 4c389ba05c2d679daf2a1d096a25845f5a44778d SHA256 86c9b58df432cdec5689d0c3255dcd30f60e444fd61771986c512b8ae9f4019c
DIST updatedd_2.5.tar.gz 364788 RMD160 5b13fa3a0d360fc481a09f0e324b481b22b550a5 SHA1 ae3752892738c7a17864ec62e9b58e0b8e32b5c2 SHA256 d67db9c6b3e03f1a9801e9279a606ff516eba4c8c44d3fe71e923c18a1e5ed09
DIST updatedd_2.6.tar.gz 667104 RMD160 c7f8635964a7abe3dd1199120b8ed3a9d476899c SHA1 02a40e70d72c98b339861c41692f9c22fda26716 SHA256 9d240c7e9fcc3f6cb1d32410ca2dee10d359c53f1a5a30d8f3ec49b18b73f1d0
EBUILD updatedd-2.5-r1.ebuild 745 RMD160 1d7face5ecd128ad3c550f358bfda231295fd742 SHA1 94c9a767506b107014411e55b5c9be71d526da55 SHA256 26169c867faf01dfde88b59e48c83f1a0c218c09123df96d9ef12a9e30e635c2
EBUILD updatedd-2.5.ebuild 638 RMD160 a8782c20a5825c8373059158b0ebd6f83344a501 SHA1 02f52ae0fe22925a15f8fe1e43c53aca076a16c7 SHA256 127b05ef7f4dea6fbb684d1151d85d92bebcba08585ca45ce37d4cbb19a3d8f1
EBUILD updatedd-2.6.ebuild 729 RMD160 70d2b1b0486ab8294aa50f43e6daaca1a0a9d2a9 SHA1 2d56499df56585bf2ce952f4678663e2290fdda6 SHA256 2d2712ebf777784b57eaeeb4242fe786f95b70da89cec47a12e9f322b2e18e74
MISC ChangeLog 1571 RMD160 5e6146f395a06800565fa4db345646016e0274e8 SHA1 846b1b77b9fa22b0bf113b4548850bb5579fb1f6 SHA256 bb8b0d9263f5fe937deb489f17953d72d093ea0748571e8937b42aac0e4c8362
MISC metadata.xml 403 RMD160 48afb924f8ddebfd4ea31a43eca3b277a30b62b6 SHA1 ec604212b5eb7dde6256c827184a228eaa8161d5 SHA256 148b8bb5514a7787fab372ad8a71c93c67db9ce84ed2aa5953691c2104ca788a
it
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild,v 1.2 2008/04/01 10:39:00 dragonheart Exp $
inherit eutils
DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
HOMEPAGE="http://updatedd.philipp-benner.de/"
SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.6-options.patch
}
src_install() {
emake DESTDIR="${D}" install || die
mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
dodoc AUTHORS
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v 1.5 2008/04/01 10:39:00 dragonheart Exp $
DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
HOMEPAGE="http://updatedd.philipp-benner.de/"
SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="virtual/libc"
src_install() {
emake DESTDIR="${D}" install || die
mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
dodoc AUTHORS
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v 1.2 2008/04/01 10:39:00 dragonheart Exp $
inherit eutils
DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
HOMEPAGE="http://updatedd.philipp-benner.de/"
SRC_URI="http://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="virtual/libc"
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${P}-options.patch
}
src_install() {
emake DESTDIR="${D}" install || die
mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
dodoc AUTHORS
}