diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-22 17:34:42 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-22 17:34:42 +0000 |
commit | f93766ee6501696c452a7d3256c32dbfa227f9d6 (patch) | |
tree | e4985d928bc38b997d18fe6ab218392e657407c3 /dev-php/PHP_TokenStream | |
parent | version bump (diff) | |
download | historical-f93766ee6501696c452a7d3256c32dbfa227f9d6.tar.gz historical-f93766ee6501696c452a7d3256c32dbfa227f9d6.tar.bz2 historical-f93766ee6501696c452a7d3256c32dbfa227f9d6.zip |
version bump, epear import
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PHP_TokenStream')
-rw-r--r-- | dev-php/PHP_TokenStream/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-php/PHP_TokenStream/ChangeLog b/dev-php/PHP_TokenStream/ChangeLog index 100e0201dda2..11705f77d3d7 100644 --- a/dev-php/PHP_TokenStream/ChangeLog +++ b/dev-php/PHP_TokenStream/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/php-tokenstream -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.1 2012/03/10 15:27:49 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.2 2012/06/22 17:34:42 mabi Exp $ + +*PHP_TokenStream-1.1.3 (22 Jun 2012) + + 22 Jun 2012; Matti Bickel <mabi@gentoo.org> +PHP_TokenStream-1.1.3.ebuild: + version bump, epear import 14 Dec 2011; Matti Bickel <mabi@gentoo.org> php-tokenstream-1.0.1.ebuild, php-tokenstream-1.1.0.ebuild: diff --git a/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild b/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild new file mode 100644 index 000000000000..50078251af0f --- /dev/null +++ b/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.1 2012/06/22 17:34:42 mabi Exp $ + +EAPI=4 + +PEAR_PV="1.1.3" +PHP_PEAR_PKG_NAME="PHP_TokenStream" + +inherit php-pear-r1 + +DESCRIPTION="Wrapper around PHP's tokenizer extension." +HOMEPAGE="pear.phpunit.de" +SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-1.1.3.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/php[tokenizer] + >=dev-lang/php-5.2.7 + >=dev-php/pear-1.9.4" +RDEPEND="${DEPEND}" |