diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:22:44 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:22:44 +0000 |
commit | 36f686c1aeebd026cc80ada086177388df25aeca (patch) | |
tree | b539aca635f50ddaa820d4e8dac0a235f147ea59 /dev-php/php-tokenstream | |
parent | x86 stable, bug 359059 (diff) | |
download | gentoo-2-36f686c1aeebd026cc80ada086177388df25aeca.tar.gz gentoo-2-36f686c1aeebd026cc80ada086177388df25aeca.tar.bz2 gentoo-2-36f686c1aeebd026cc80ada086177388df25aeca.zip |
Copied from dev-php5/PEAR-PHP_TokenStream
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/php-tokenstream')
-rw-r--r-- | dev-php/php-tokenstream/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/php-tokenstream/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php/php-tokenstream/php-tokenstream-1.0.0.ebuild | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-php/php-tokenstream/ChangeLog b/dev-php/php-tokenstream/ChangeLog new file mode 100644 index 000000000000..af6a56bf86a1 --- /dev/null +++ b/dev-php/php-tokenstream/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/PEAR-PHP_TokenStream +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/ChangeLog,v 1.1 2011/03/26 10:22:44 olemarkus Exp $ + +*PEAR-PHP_TokenStream-1.0.0 (04 Oct 2010) + + 04 Oct 2010; Markus Ullmann <jokey@gentoo.org> + +PEAR-PHP_TokenStream-1.0.0.ebuild, +metadata.xml: + Initial import for phpunit-3.5 + diff --git a/dev-php/php-tokenstream/metadata.xml b/dev-php/php-tokenstream/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/php-tokenstream/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> diff --git a/dev-php/php-tokenstream/php-tokenstream-1.0.0.ebuild b/dev-php/php-tokenstream/php-tokenstream-1.0.0.ebuild new file mode 100644 index 000000000000..848c6954aac3 --- /dev/null +++ b/dev-php/php-tokenstream/php-tokenstream-1.0.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 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.0.0.ebuild,v 1.1 2011/03/26 10:22:44 olemarkus Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Wrapper around PHP's tokenizer extension" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-${PV}.tgz" +RDEPEND="${RDEPEND} + >=dev-php5/ezc-ConsoleTools-1.6" |