From e2e3949677929d02567b58cc41af116846a2775f Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Tue, 6 Mar 2007 21:14:48 +0000 Subject: Vbump. (Portage version: 2.1.2.1) --- dev-php4/pecl-tidy/ChangeLog | 8 +++++++- dev-php4/pecl-tidy/files/digest-pecl-tidy-1.1 | 3 --- dev-php4/pecl-tidy/files/digest-pecl-tidy-1.2 | 3 +++ dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild | 26 -------------------------- dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild | 21 +++++++++++++++++++++ 5 files changed, 31 insertions(+), 30 deletions(-) delete mode 100644 dev-php4/pecl-tidy/files/digest-pecl-tidy-1.1 create mode 100644 dev-php4/pecl-tidy/files/digest-pecl-tidy-1.2 delete mode 100644 dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild create mode 100644 dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild (limited to 'dev-php4/pecl-tidy') 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 -pecl-tidy-1.1.ebuild, + +pecl-tidy-1.2.ebuild: + Version bump, cleanup. 21 Feb 2007; Piotr JaroszyƄski 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.1.ebuild deleted file mode 100644 index bf6a2875461b..000000000000 --- a/dev-php4/pecl-tidy/pecl-tidy-1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 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 $ - -PHP_EXT_NAME="tidy" -PHP_EXT_INI="yes" -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." -LICENSE="PHP" -SLOT="0" -IUSE="" - -DEPEND="${DEPEND} - app-text/htmltidy" - -need_php_by_category - -src_compile() { - has_php - my_conf="--with-tidy" - php-ext-pecl-r1_src_compile -} diff --git a/dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild b/dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild new file mode 100644 index 000000000000..5c83e45493ae --- /dev/null +++ b/dev-php4/pecl-tidy/pecl-tidy-1.2.ebuild @@ -0,0 +1,21 @@ +# 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.2.ebuild,v 1.1 2007/03/06 21:14:48 chtekk Exp $ + +PHP_EXT_NAME="tidy" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="Bindings for the Tidy HTML clean and repair utility." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND="app-text/htmltidy" +RDEPEND="${DEPEND}" + +need_php_by_category -- cgit v1.2.3-65-gdbad