Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-php/PEAR-Net_DNS
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.32 2007/12/06 00:39:10 jokey Exp $
06 Dec 2007; Markus Ullmann
-PEAR-Net_DNS-0.03-r1.ebuild, PEAR-Net_DNS-1.0.0.ebuild:
LICENSE fix from project overlay
02 Dec 2007; Jakub Moc
Fix LICENSE
22 Oct 2007; Raúl Porcel
ia64 stable wrt #192247
05 Oct 2007; Raúl Porcel
alpha/sparc stable wrt #192247
28 Sep 2007; Christoph Mende
PEAR-Net_DNS-1.0.0.ebuild:
Stable on amd64 wrt bug #192247
26 Sep 2007; Brent Baude
Marking PEAR-Net_DNS-1.0.0 ppc64 stable for bug 192247
25 Sep 2007; Lars Weiler
stable ppc, bug #192247
21 Sep 2007; Christian Faulhammer
PEAR-Net_DNS-1.0.0.ebuild:
x86 stable, bug 192247
16 Sep 2007; Jeroen Roovers
Stable for HPPA (bug #192247).
*PEAR-Net_DNS-1.0.0 (18 Aug 2007)
18 Aug 2007; Christian Hoffmann
+PEAR-Net_DNS-1.0.0.ebuild:
version bump wrt bug 158633, thanks to Jakub Moc
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
21 May 2006; Luca Longinotti
-PEAR-Net_DNS-0.03.ebuild:
Remove old-style PHP packages.
30 Mar 2006; Joseph Jezak
Marked ppc stable for bug #119722.
18 Mar 2006; Jeroen Roovers
Stable on hppa (bug #119722).
17 Feb 2006; Aron Griffis
PEAR-Net_DNS-0.03-r1.ebuild:
Mark 0.03-r1 stable on alpha/ia64. #119722
28 Jan 2006; Jeroen Roovers
Marked ~hppa (bug #119722).
23 Jan 2006; Bryan Østergaard
Add ~ia64 keyword, bug 119722.
22 Jan 2006; Simon Stelling
PEAR-Net_DNS-0.03-r1.ebuild:
stable on amd64 wrt bug 119722
22 Jan 2006; Jason Wever
Stable on SPARC wrt bug #119722.
22 Jan 2006; Mark Loeser
Stable on x86; bug #119722
21 Jan 2006; Markus Rothe
PEAR-Net_DNS-0.03-r1.ebuild:
Stable on ppc64; bug #119722
22 Nov 2005; Markus Rothe
PEAR-Net_DNS-0.03-r1.ebuild:
Added ~ppc64 keyword; bug #105385
21 Nov 2005; Joseph Jezak
Marked ~ppc for bug #105385.
24 Oct 2005; Sebastian Bergmann
PEAR-Net_DNS-0.03-r1.ebuild:
Add ~amd64.
11 Sep 2005; Jason Wever
Added ~sparc keyword.
*PEAR-Net_DNS-0.03-r1 (08 Sep 2005)
08 Sep 2005; Sebastian Bergmann
+PEAR-Net_DNS-0.03-r1.ebuild:
Use new PEAR eclass.
06 Apr 2005; Markus Rothe
Stable on ppc64
27 Mar 2005; Bryan Østergaard
PEAR-Net_DNS-0.03.ebuild:
Stable on alpha.
12 Mar 2005; Sebastian Bergmann
PEAR-Net_DNS-0.03.ebuild:
Stable on x86 and amd64, see bug 84525.
09 Mar 2005; Markus Rothe
Added ~ppc64 to KEYWORDS; bug #84525
09 Mar 2005; Sebastian Bergmann
PEAR-Net_DNS-0.03.ebuild:
This package was previously bundled with www-apps/horde-pear. Mark unstable
for ARCHes that www-apps/horde-pear-r2 is marked stable for.
19 Feb 2005; Sebastian Bergmann
PEAR-Net_DNS-0.03.ebuild:
Mask ~amd64.
*PEAR-Net_DNS-0.03 (16 Feb 2005)
16 Feb 2005; Sebastian Bergmann
+PEAR-Net_DNS-0.03.ebuild:
Initial ebuild for the Net_DNS PEAR package.
DIST Net_DNS-1.0.0.tgz 27260 RMD160 9210140a268a1809263819f38af597ff3ab870ed SHA1 424ad5a8f33e0bb38c5b35a17ca0fa0f371df721 SHA256 efd9aafa60e2e2e5825fa66d7c2820fc142ddfcaf3286d7b66584f7c75ad10a9
EBUILD PEAR-Net_DNS-1.0.0.ebuild 487 RMD160 00dd05e22181d29b78da802d3b47c0f08b07894c SHA1 29e987350aa442cda8200bd9ef32ccfd92b4ebde SHA256 0e03097dfcf68f03e95f141da1a540eba40f924ff18107f8de03b7489b2243a5
MISC ChangeLog 4146 RMD160 1600c197abcc71b3beb127f561a564fd983e7152 SHA1 8ca74c5afdef25baa36885e15e016b6007268939 SHA256 9b0fa1ba6d4523edfa28b4069337cfcdefa0e2d56c196d26b2891f37438ae5f2
MISC metadata.xml 156 RMD160 a3a59cdc3ac33d711123b2d7e2b1deb2984aa101 SHA1 1f452f476317b4634c684eabfd8840d06d35b414 SHA256 f6d70434415ff7294f2a64e7870f32318c5fab9153fe63a58841b12d897da6ba
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.0.ebuild,v 1.9 2007/12/06 00:39:10 jokey Exp $
inherit php-pear-r1 depend.php
DESCRIPTION="Resolver library used to communicate with a DNS server."
LICENSE="PHP-3.01 || ( LGPL-2.1 LGPL-3 )"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
pkg_setup() {
require_php_with_use mhash
}