diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-25 15:21:55 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-25 15:21:55 +0000 |
commit | f44542b3b17a56d7141c768feb566ba9d77b6128 (patch) | |
tree | dd16d38751e23e20433eb13f337b32a597b5bf9e /dev-php4/pecl-tidy | |
parent | Sync with overlay. (diff) | |
download | gentoo-2-f44542b3b17a56d7141c768feb566ba9d77b6128.tar.gz gentoo-2-f44542b3b17a56d7141c768feb566ba9d77b6128.tar.bz2 gentoo-2-f44542b3b17a56d7141c768feb566ba9d77b6128.zip |
Fix var ordering.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-php4/pecl-tidy')
-rw-r--r-- | dev-php4/pecl-tidy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-tidy/Manifest | 6 | ||||
-rw-r--r-- | dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/dev-php4/pecl-tidy/ChangeLog b/dev-php4/pecl-tidy/ChangeLog index 7be301d495e7..2ffe50fa2ec1 100644 --- a/dev-php4/pecl-tidy/ChangeLog +++ b/dev-php4/pecl-tidy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-tidy # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/ChangeLog,v 1.3 2005/11/19 20:50:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/ChangeLog,v 1.4 2005/11/25 15:21:55 chtekk Exp $ + + 25 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-tidy-1.1.ebuild: + Fix var ordering. 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-tidy-1.1.ebuild: Added ~ppc64 keyword; bug #102649 diff --git a/dev-php4/pecl-tidy/Manifest b/dev-php4/pecl-tidy/Manifest index d39d4d2dc863..ca74fa1b5ef4 100644 --- a/dev-php4/pecl-tidy/Manifest +++ b/dev-php4/pecl-tidy/Manifest @@ -1,4 +1,4 @@ -MD5 376a20908697a25f89c47b067c1a3180 ChangeLog 511 -MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 -MD5 49df34128f248ae6f2e0832f8408107e pecl-tidy-1.1.ebuild 616 +MD5 abc4eff23be8f9b35d8322d205f73ef5 ChangeLog 605 MD5 d83ea8c3886577c14d5dec3608e13d78 files/digest-pecl-tidy-1.1 55 +MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 +MD5 f62494d4bf7814dde1583852763f6012 pecl-tidy-1.1.ebuild 592 diff --git a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild b/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild index 6768086e36fc..a969fc8a1e8b 100644 --- a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild +++ b/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild,v 1.3 2005/11/19 20:50:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild,v 1.4 2005/11/25 15:21:55 chtekk Exp $ -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_PKG="tidy" PHP_EXT_NAME="tidy" PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 +KEYWORDS="~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="Tidy is a binding for the Tidy HTML clean and repair utility." LICENSE="PHP" SLOT="0" -KEYWORDS="~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="${DEPEND} |