diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-11-29 20:17:41 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-11-29 20:17:41 +0000 |
commit | b7ec42682714f37f5e878347b35df249c2e9e753 (patch) | |
tree | 9c291823d9be60fcb346a6234557b385397e8aa1 /dev-php | |
parent | revision bump (diff) | |
download | historical-b7ec42682714f37f5e878347b35df249c2e9e753.tar.gz historical-b7ec42682714f37f5e878347b35df249c2e9e753.tar.bz2 historical-b7ec42682714f37f5e878347b35df249c2e9e753.zip |
Overriding SRC_URI is no longer necessary.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-php')
4 files changed, 13 insertions, 10 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog index 36fa3ba75c29..f36ccb5525dc 100644 --- a/dev-php/PEAR-PhpDocumentor/ChangeLog +++ b/dev-php/PEAR-PhpDocumentor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-PhpDocumentor # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.14 2005/11/29 06:27:11 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.15 2005/11/29 20:17:41 sebastian Exp $ + + 29 Nov 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-PhpDocumentor-1.3.0_rc4.ebuild: + Overriding SRC_URI is no longer necessary. *PEAR-PhpDocumentor-1.3.0_rc4 (29 Nov 2005) diff --git a/dev-php/PEAR-PhpDocumentor/Manifest b/dev-php/PEAR-PhpDocumentor/Manifest index 2f1931313620..c634753b8434 100644 --- a/dev-php/PEAR-PhpDocumentor/Manifest +++ b/dev-php/PEAR-PhpDocumentor/Manifest @@ -1,20 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 91679401eb6267c6ca9e8f6b2d3014ca ChangeLog 2068 +MD5 55d7c866e59b8d367846f1ab40f8e57f ChangeLog 2210 MD5 8b1e682b8a6b40153f85b5ead488439c PEAR-PhpDocumentor-1.2.3.ebuild 425 MD5 9f4cc81920079773efacb962d42a7f59 PEAR-PhpDocumentor-1.3.0_rc3-r1.ebuild 451 MD5 437838d87c820af7b8599e0c1405bc5c PEAR-PhpDocumentor-1.3.0_rc3.ebuild 434 -MD5 ba037fa02ba5af9de8be0b18680ae53f PEAR-PhpDocumentor-1.3.0_rc4.ebuild 517 +MD5 14c51a73f6128445579ede4052098d04 PEAR-PhpDocumentor-1.3.0_rc4.ebuild 450 MD5 7536fefe11615d250f572cc8e9ba2834 files/digest-PEAR-PhpDocumentor-1.2.3 69 MD5 9bb1bf8f50fd8264985669f08a332d5b files/digest-PEAR-PhpDocumentor-1.3.0_rc3 72 MD5 9bb1bf8f50fd8264985669f08a332d5b files/digest-PEAR-PhpDocumentor-1.3.0_rc3-r1 72 -MD5 ef51a65752f9f2cb6627b418f20ef5d4 files/digest-PEAR-PhpDocumentor-1.3.0_rc4 72 +MD5 62298020afd7e17d0e8e2d2355c33eb8 files/digest-PEAR-PhpDocumentor-1.3.0_rc4 72 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDi/U/aGfFFLhbXWkRArdzAKCAnZYZvTOIh/r7Yu0Ka9a0acrlMQCgn2DD -HYQcl8alsB3mbYaQdKSkGYk= -=1Cu8 +iD8DBQFDjLffaGfFFLhbXWkRAsomAJsF/ASSeVoHv8OtyHBobRvCIneDVwCgoKiM +/gjhHGtekZA58KEq4htHLBI= +=iFBz -----END PGP SIGNATURE----- diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc4.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc4.ebuild index f710f63b8f85..f7ce0e2afefc 100644 --- a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc4.ebuild +++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc4.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-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc4.ebuild,v 1.1 2005/11/29 06:27:11 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc4.ebuild,v 1.2 2005/11/29 20:17:41 sebastian Exp $ inherit php-pear-r1 @@ -9,4 +9,3 @@ LICENSE="PHP" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -SRC_URI="http://www.phpdoc.org/~cellog/PhpDocumentor-1.3.0RC4.tgz" diff --git a/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc4 b/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc4 index 4a621d00e28c..7f492bde3b39 100644 --- a/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc4 +++ b/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.3.0_rc4 @@ -1 +1 @@ -MD5 6a8a917808d091f465275598b1846f61 PhpDocumentor-1.3.0RC4.tgz 2727956 +MD5 93a3cc12a0be603089de6bf847b572d5 PhpDocumentor-1.3.0RC4.tgz 2727920 |