diff options
author | Jason Wever <weeve@gentoo.org> | 2005-09-11 19:54:46 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-09-11 19:54:46 +0000 |
commit | 9ef1a877d4e83c57d8074712684fbdaa385e1296 (patch) | |
tree | 3d00c1c2b0b99ef4d3af9e397bc8abef88aaca5b /dev-php/PEAR-Net_DNSBL | |
parent | remove whitespace in pcap.h (diff) | |
download | gentoo-2-9ef1a877d4e83c57d8074712684fbdaa385e1296.tar.gz gentoo-2-9ef1a877d4e83c57d8074712684fbdaa385e1296.tar.bz2 gentoo-2-9ef1a877d4e83c57d8074712684fbdaa385e1296.zip |
Added ~sparc keyword.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-php/PEAR-Net_DNSBL')
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/Manifest | 16 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild | 4 |
3 files changed, 10 insertions, 16 deletions
diff --git a/dev-php/PEAR-Net_DNSBL/ChangeLog b/dev-php/PEAR-Net_DNSBL/ChangeLog index 83c33a4f4cb2..7f7b7466eec2 100644 --- a/dev-php/PEAR-Net_DNSBL/ChangeLog +++ b/dev-php/PEAR-Net_DNSBL/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_DNSBL # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.2 2005/09/08 07:54:52 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.3 2005/09/11 19:54:46 weeve Exp $ + + 11 Sep 2005; Jason Wever <weeve@gentoo.org> + PEAR-Net_DNSBL-1.0.0-r1.ebuild: + Added ~sparc keyword. *PEAR-Net_DNSBL-1.0.0-r1 (08 Sep 2005) diff --git a/dev-php/PEAR-Net_DNSBL/Manifest b/dev-php/PEAR-Net_DNSBL/Manifest index ba0d13eb03be..e2d087e18e9d 100644 --- a/dev-php/PEAR-Net_DNSBL/Manifest +++ b/dev-php/PEAR-Net_DNSBL/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a95bf06cbb9c1c1bead73b113e02bceb PEAR-Net_DNSBL-1.0.0-r1.ebuild 457 MD5 9e78f72844d00849c836d455c06137dc ChangeLog 537 -MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 07359f9fc3e78f8228ca555bd3d5b47e PEAR-Net_DNSBL-1.0.0.ebuild 502 -MD5 cf155caff4d61879d64275d4ec89ac16 files/digest-PEAR-Net_DNSBL-1.0.0-r1 62 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 7dfa2b494d6c048cbb01f7116fb03020 PEAR-Net_DNSBL-1.0.0-r1.ebuild 464 MD5 cf155caff4d61879d64275d4ec89ac16 files/digest-PEAR-Net_DNSBL-1.0.0 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDIZrUaGfFFLhbXWkRAgB3AJ0buwxSWUMvLbWrYcx31yYbw6Pk8gCfVJqE -iavSCYOMS8ko4KHzHlM0Glg= -=Z/GV ------END PGP SIGNATURE----- +MD5 cf155caff4d61879d64275d4ec89ac16 files/digest-PEAR-Net_DNSBL-1.0.0-r1 62 diff --git a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild index 870868bccc65..a912e094d271 100644 --- a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild +++ b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild,v 1.2 2005/09/09 14:21:31 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.0.0-r1.ebuild,v 1.3 2005/09/11 19:54:46 weeve Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="DNSBL Checker" LICENSE="PHP" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" IUSE="" RDEPEND="${RDEPEND} >=dev-php/PEAR-Cache_Lite-1.3.1 |