diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-09-18 10:41:56 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-09-18 10:41:56 +0000 |
commit | 29f065470b9eef31a2dde0eccd890e37402d8b68 (patch) | |
tree | ec73ff84beb5aedfb05ebbf8e6b93dc227535bd1 /dev-php/php-texttemplate | |
parent | rephrase changelog entry (diff) | |
download | gentoo-2-29f065470b9eef31a2dde0eccd890e37402d8b68.tar.gz gentoo-2-29f065470b9eef31a2dde0eccd890e37402d8b68.tar.bz2 gentoo-2-29f065470b9eef31a2dde0eccd890e37402d8b68.zip |
Moved from dev-php5/PEAR_Text_Template
(Portage version: 2.1.10.3/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/php-texttemplate')
-rw-r--r-- | dev-php/php-texttemplate/ChangeLog | 18 | ||||
-rw-r--r-- | dev-php/php-texttemplate/metadata.xml | 5 | ||||
-rw-r--r-- | dev-php/php-texttemplate/php-texttemplate-1.0.0.ebuild | 19 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-php/php-texttemplate/ChangeLog b/dev-php/php-texttemplate/ChangeLog new file mode 100644 index 000000000000..4b449a060d39 --- /dev/null +++ b/dev-php/php-texttemplate/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for dev-php5/PEAR-Text_Template +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-texttemplate/ChangeLog,v 1.1 2011/09/18 10:41:56 olemarkus Exp $ + + 24 May 2011; Markos Chandras <hwoarang@gentoo.org> + PEAR-Text_Template-1.0.0.ebuild: + Stable on amd64 wrt bug #368293 + + 23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + PEAR-Text_Template-1.0.0.ebuild: + x86 stable wrt bug #368293 + +*PEAR-Text_Template-1.0.0 (04 Oct 2010) + + 04 Oct 2010; Markus Ullmann <jokey@gentoo.org> + +PEAR-Text_Template-1.0.0.ebuild, +metadata.xml: + Initial import for phpunit-3.5 + diff --git a/dev-php/php-texttemplate/metadata.xml b/dev-php/php-texttemplate/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/php-texttemplate/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-texttemplate/php-texttemplate-1.0.0.ebuild b/dev-php/php-texttemplate/php-texttemplate-1.0.0.ebuild new file mode 100644 index 000000000000..eea929af780b --- /dev/null +++ b/dev-php/php-texttemplate/php-texttemplate-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-texttemplate/php-texttemplate-1.0.0.ebuild,v 1.1 2011/09/18 10:41:56 olemarkus Exp $ + +EAPI="4" + +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_URI="pear.phpunit.de" +PHP_PEAR_PN="Text_Template" + +inherit php-pear-lib-r1 + +HOMEPAGE="http://pear.phpunit.de" + +DESCRIPTION="Simple template engine" +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" |