diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:57:20 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:57:20 +0000 |
commit | 37185de2eff1409dc7abe39ac6aa5087fcd20136 (patch) | |
tree | d0c227d9d72631cf8cf14a810d13ae41a6abaef1 /dev-php/ezc-AuthenticationDatabaseTiein | |
parent | Merging categories dev-php5 and dev-php (bug #324665) (diff) | |
download | historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.tar.gz historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.tar.bz2 historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.zip |
Moving package from dev-php5 to dev-php category (bug #324665)
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'dev-php/ezc-AuthenticationDatabaseTiein')
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-php/ezc-AuthenticationDatabaseTiein/ChangeLog b/dev-php/ezc-AuthenticationDatabaseTiein/ChangeLog new file mode 100644 index 000000000000..7f05d77cee1c --- /dev/null +++ b/dev-php/ezc-AuthenticationDatabaseTiein/ChangeLog @@ -0,0 +1,36 @@ +# ChangeLog for dev-php5/ezc-AuthenticationDatabaseTiein +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-AuthenticationDatabaseTiein/ChangeLog,v 1.1 2011/12/14 22:02:30 mabi Exp $ + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-AuthenticationDatabaseTiein-1.0.ebuild: + Drop old + +*ezc-AuthenticationDatabaseTiein-1.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-AuthenticationDatabaseTiein-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-AuthenticationDatabaseTiein-1.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-AuthenticationDatabaseTiein-1.0.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-AuthenticationDatabaseTiein-1.0.ebuild: + Marked ~hppa (bug #190787). + +*ezc-AuthenticationDatabaseTiein-1.0 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-AuthenticationDatabaseTiein-1.0.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-AuthenticationDatabaseTiein-1.0.ebuild: + New ebuild for eZC 2007.1.1 + diff --git a/dev-php/ezc-AuthenticationDatabaseTiein/ezc-AuthenticationDatabaseTiein-1.1.ebuild b/dev-php/ezc-AuthenticationDatabaseTiein/ezc-AuthenticationDatabaseTiein-1.1.ebuild new file mode 100644 index 000000000000..4723de6835ff --- /dev/null +++ b/dev-php/ezc-AuthenticationDatabaseTiein/ezc-AuthenticationDatabaseTiein-1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-AuthenticationDatabaseTiein/ezc-AuthenticationDatabaseTiein-1.1.ebuild,v 1.1 2011/12/14 22:02:30 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component contains database writer backend for the Authentication component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Authentication-1.1 + >=dev-php/ezc-Database-1.3" diff --git a/dev-php/ezc-AuthenticationDatabaseTiein/metadata.xml b/dev-php/ezc-AuthenticationDatabaseTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-AuthenticationDatabaseTiein/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> |