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 | f26ac5cd6483ecd16cde84e7d97f3faffdfc32f3 (patch) | |
tree | 34729b1f0a691f2acd05fd530e66ce8d12704a9b /dev-php | |
parent | Marked x86 (diff) | |
download | historical-f26ac5cd6483ecd16cde84e7d97f3faffdfc32f3.tar.gz historical-f26ac5cd6483ecd16cde84e7d97f3faffdfc32f3.tar.bz2 historical-f26ac5cd6483ecd16cde84e7d97f3faffdfc32f3.zip |
Added ~sparc keyword wrt bug #91533.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/Manifest | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.3.0_rc3.ebuild | 4 |
3 files changed, 10 insertions, 6 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..3ea2bbbe43b3 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 5701bf5501522b5827072368d7d97599 ChangeLog 1255 MD5 ba001f830d728b8ce150553c2e553a6c metadata.xml 219 +MD5 437838d87c820af7b8599e0c1405bc5c 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="" |