diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-11-15 18:58:31 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-11-15 18:58:31 +0000 |
commit | c301691fecc2ad4449294ca2f0aedd483e1d11ae (patch) | |
tree | f65a2588b64c2ff4fcf89ae2775bd6b00efda7e9 /dev-php | |
parent | Initial import from project overlay (diff) | |
download | gentoo-2-c301691fecc2ad4449294ca2f0aedd483e1d11ae.tar.gz gentoo-2-c301691fecc2ad4449294ca2f0aedd483e1d11ae.tar.bz2 gentoo-2-c301691fecc2ad4449294ca2f0aedd483e1d11ae.zip |
Version bump from project overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php')
3 files changed, 39 insertions, 1 deletions
diff --git a/dev-php/PEAR-PHP_CompatInfo/ChangeLog b/dev-php/PEAR-PHP_CompatInfo/ChangeLog index 4b826f6f4742..d849e829abf2 100644 --- a/dev-php/PEAR-PHP_CompatInfo/ChangeLog +++ b/dev-php/PEAR-PHP_CompatInfo/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-php/PEAR-PHP_CompatInfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v 1.1 2007/08/30 12:33:18 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v 1.2 2007/11/15 18:58:30 jokey Exp $ + +*PEAR-PHP_CompatInfo-1.5.0 (15 Nov 2007) + + 15 Nov 2007; Markus Ullmann <jokey@gentoo.org> + +PEAR-PHP_CompatInfo-1.5.0.ebuild: + Version bump from project overlay + + 15 Nov 2007; Jakub Moc <jakub@gentoo.org> + +PEAR-PHP_CompatInfo-1.5.0.ebuild: + Version bump; fix DOS line breaks. *PEAR-PHP_CompatInfo-1.4.3 (30 Aug 2007) diff --git a/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild new file mode 100644 index 000000000000..c9a712e77992 --- /dev/null +++ b/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.0.ebuild,v 1.1 2007/11/15 18:58:30 jokey Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run." + +LICENSE="PHP" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5 + >=dev-php/PEAR-Console_Getargs-1.3.3 )" + +src_unpack() { + unpack ${A} + cd "${S}" + edos2unix $(find . -type f -print) +} + +pkg_setup() { + require_php_with_use tokenizer +} diff --git a/dev-php/PEAR-PHP_CompatInfo/files/digest-PEAR-PHP_CompatInfo-1.5.0 b/dev-php/PEAR-PHP_CompatInfo/files/digest-PEAR-PHP_CompatInfo-1.5.0 new file mode 100644 index 000000000000..b4a763259f6d --- /dev/null +++ b/dev-php/PEAR-PHP_CompatInfo/files/digest-PEAR-PHP_CompatInfo-1.5.0 @@ -0,0 +1,3 @@ +MD5 42f2eab3fd5e51d366f6711b4f4bb7e1 PHP_CompatInfo-1.5.0.tgz 119525 +RMD160 86e9a2d9a19bcda19f9914de865fe9db9bda70fe PHP_CompatInfo-1.5.0.tgz 119525 +SHA256 3d8391a54857f1846dd881fdea42bbf4417089f8082658c2f080400cc6a43d22 PHP_CompatInfo-1.5.0.tgz 119525 |