diff options
author | Peter Volkov <pva@gentoo.org> | 2010-05-20 04:25:14 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-05-20 04:25:14 +0000 |
commit | 8ea2c83c70fefdd6f04b6d1728c625a744c6dd49 (patch) | |
tree | 3cd3b8e6c2e487c0f8cb4d00b5621bc991a97846 /dev-php5/ezc-MvcAuthenticationTiein | |
parent | Version bump, bug #320547 (diff) | |
download | gentoo-2-8ea2c83c70fefdd6f04b6d1728c625a744c6dd49.tar.gz gentoo-2-8ea2c83c70fefdd6f04b6d1728c625a744c6dd49.tar.bz2 gentoo-2-8ea2c83c70fefdd6f04b6d1728c625a744c6dd49.zip |
New component for ezc-eZcomponents 2009.2.1, bug #320547
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/ezc-MvcAuthenticationTiein')
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-php5/ezc-MvcAuthenticationTiein/ChangeLog b/dev-php5/ezc-MvcAuthenticationTiein/ChangeLog new file mode 100644 index 000000000000..874bbbbd5dd3 --- /dev/null +++ b/dev-php5/ezc-MvcAuthenticationTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-MvcAuthenticationTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-MvcAuthenticationTiein/ChangeLog,v 1.1 2010/05/20 04:25:14 pva Exp $ + +*ezc-MvcAuthenticationTiein-1.0 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-MvcAuthenticationTiein-1.0.ebuild, +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php5/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild b/dev-php5/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild new file mode 100644 index 000000000000..9e3733e20f4d --- /dev/null +++ b/dev-php5/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild,v 1.1 2010/05/20 04:25:14 pva Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides authentication filters for the MvcTools component" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php5/ezc-MvcAuthenticationTiein/metadata.xml b/dev-php5/ezc-MvcAuthenticationTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php5/ezc-MvcAuthenticationTiein/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> |