diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 21:14:48 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 21:14:48 +0000 |
commit | e2e3949677929d02567b58cc41af116846a2775f (patch) | |
tree | c341acf6ab325a4ed994625179dd3d1f59b74969 /dev-php4/pecl-tidy | |
parent | Cleanup. (diff) | |
download | gentoo-2-e2e3949677929d02567b58cc41af116846a2775f.tar.gz gentoo-2-e2e3949677929d02567b58cc41af116846a2775f.tar.bz2 gentoo-2-e2e3949677929d02567b58cc41af116846a2775f.zip |
Vbump.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4/pecl-tidy')
-rw-r--r-- | dev-php4/pecl-tidy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php4/pecl-tidy/files/digest-pecl-tidy-1.1 | 3 | ||||
-rw-r--r-- | dev-php4/pecl-tidy/files/digest-pecl-tidy-1.2 | 3 | ||||
-rw-r--r-- | dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild (renamed from dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild) | 17 |
4 files changed, 16 insertions, 15 deletions
diff --git a/dev-php4/pecl-tidy/ChangeLog b/dev-php4/pecl-tidy/ChangeLog index 06a471c1cacf..2eb0e093d6cf 100644 --- a/dev-php4/pecl-tidy/ChangeLog +++ b/dev-php4/pecl-tidy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php4/pecl-tidy # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/ChangeLog,v 1.7 2007/02/21 23:49:13 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/ChangeLog,v 1.8 2007/03/06 21:14:48 chtekk Exp $ + +*pecl-tidy-1.2 (06 Mar 2007) + + 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -pecl-tidy-1.1.ebuild, + +pecl-tidy-1.2.ebuild: + Version bump, cleanup. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-php4/pecl-tidy/files/digest-pecl-tidy-1.1 b/dev-php4/pecl-tidy/files/digest-pecl-tidy-1.1 deleted file mode 100644 index 8aaccb4d6aef..000000000000 --- a/dev-php4/pecl-tidy/files/digest-pecl-tidy-1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ecb2d3c62e1d720265a65dfb7e00e081 tidy-1.1.tgz 9128 -RMD160 6fc4b5c19077eae4128e86951e1b0ca8ad4d1857 tidy-1.1.tgz 9128 -SHA256 5839ffcbcda206f869826afd9384f6d6e3689662937e30bc16a51cd8b66ca935 tidy-1.1.tgz 9128 diff --git a/dev-php4/pecl-tidy/files/digest-pecl-tidy-1.2 b/dev-php4/pecl-tidy/files/digest-pecl-tidy-1.2 new file mode 100644 index 000000000000..66f5fbf0e4e3 --- /dev/null +++ b/dev-php4/pecl-tidy/files/digest-pecl-tidy-1.2 @@ -0,0 +1,3 @@ +MD5 8c1c92d9386c56d483b1115d207c0293 tidy-1.2.tgz 9602 +RMD160 744b885651695391b25a227b3446f26a14349a35 tidy-1.2.tgz 9602 +SHA256 5420f3ce10e52bcc62ccb3554834ded1dbd3db00b9d19c627d0650505429ad2c tidy-1.2.tgz 9602 diff --git a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild b/dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild index bf6a2875461b..5c83e45493ae 100644 --- a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild +++ b/dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.5 2006/04/10 21:25:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild,v 1.1 2007/03/06 21:14:48 chtekk Exp $ PHP_EXT_NAME="tidy" PHP_EXT_INI="yes" @@ -9,18 +9,13 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -DESCRIPTION="Tidy is a binding for the Tidy HTML clean and repair utility." + +DESCRIPTION="Bindings for the Tidy HTML clean and repair utility." LICENSE="PHP" SLOT="0" IUSE="" -DEPEND="${DEPEND} - app-text/htmltidy" +DEPEND="app-text/htmltidy" +RDEPEND="${DEPEND}" need_php_by_category - -src_compile() { - has_php - my_conf="--with-tidy" - php-ext-pecl-r1_src_compile -} |