diff options
author | Jason Wever <weeve@gentoo.org> | 2005-05-07 19:08:13 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-05-07 19:08:13 +0000 |
commit | 26b92d4c8e2df89e6543d3d7581d224143cd79fc (patch) | |
tree | 9aabe5729e58b8799589c9ed7c147b129ae2e796 /dev-php/PEAR-PhpDocumentor | |
parent | Marked x86 (diff) | |
download | gentoo-2-26b92d4c8e2df89e6543d3d7581d224143cd79fc.tar.gz gentoo-2-26b92d4c8e2df89e6543d3d7581d224143cd79fc.tar.bz2 gentoo-2-26b92d4c8e2df89e6543d3d7581d224143cd79fc.zip |
Added ~sparc keyword wrt bug #91533.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-php/PEAR-PhpDocumentor')
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog index 0a9e1f400afa..7f80f665c7a6 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.7 2005/04/22 14:46:29 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.8 2005/05/07 19:08:13 weeve Exp $ + + 07 May 2005; Jason Wever <weeve@gentoo.org> + PEAR-PhpDocumentor-1.3.0_rc3.ebuild: + Added ~sparc keyword wrt bug #91533. 22 Apr 2005; Simon Stelling <blubb@gentoo.org> PEAR-PhpDocumentor-1.3.0_rc3.ebuild: diff --git a/dev-php/PEAR-PhpDocumentor/Manifest b/dev-php/PEAR-PhpDocumentor/Manifest index 44d2ca5f156a..e0cb58da8f21 100644 --- a/dev-php/PEAR-PhpDocumentor/Manifest +++ b/dev-php/PEAR-PhpDocumentor/Manifest @@ -1,6 +1,6 @@ MD5 f718d870eb8f3a35215f69b78f01a287 ChangeLog 1130 -MD5 8b1e682b8a6b40153f85b5ead488439c PEAR-PhpDocumentor-1.2.3.ebuild 425 -MD5 01e9a9770d95825a04b461dbd633f7b1 PEAR-PhpDocumentor-1.3.0_rc3.ebuild 427 MD5 ba001f830d728b8ce150553c2e553a6c metadata.xml 219 +MD5 073a04057297b27406c9acb7012e8042 PEAR-PhpDocumentor-1.3.0_rc3.ebuild 434 +MD5 8b1e682b8a6b40153f85b5ead488439c PEAR-PhpDocumentor-1.2.3.ebuild 425 MD5 7536fefe11615d250f572cc8e9ba2834 files/digest-PEAR-PhpDocumentor-1.2.3 69 MD5 9bb1bf8f50fd8264985669f08a332d5b files/digest-PEAR-PhpDocumentor-1.3.0_rc3 72 diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild index 15536c845121..a6c04b7edcc4 100644 --- a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild +++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild @@ -1,11 +1,11 @@ # 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_rc3.ebuild,v 1.6 2005/04/22 14:46:29 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild,v 1.7 2005/05/07 19:08:13 weeve Exp $ inherit php-pear DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source." LICENSE="PHP" SLOT="0" -KEYWORDS="x86 ~ppc amd64" +KEYWORDS="x86 ~ppc amd64 ~sparc" IUSE="" |