diff options
317 files changed, 8571 insertions, 0 deletions
diff --git a/dev-php/SabreAMF/ChangeLog b/dev-php/SabreAMF/ChangeLog new file mode 100644 index 000000000000..d0d7ad861d57 --- /dev/null +++ b/dev-php/SabreAMF/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for dev-php5/SabreAMF +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/ChangeLog,v 1.1 2011/12/14 22:56:00 mabi Exp $ + +*SabreAMF-1.1.187 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> +SabreAMF-1.1.187.ebuild: + Version bump, import from the php overlay + + 19 Feb 2008; Jakub Moc <jakub@gentoo.org> + +SabreAMF-1.1.187.ebuild: + Version bump + +*SabreAMF-1.0.174 (04 Jan 2008) + + 04 Jan 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +SabreAMF-1.0.174.ebuild: + Initial import from project overlay + + 19 Dec 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +SabreAMF-1.0.174.ebuild: + New ebuild, Bug 202753 + diff --git a/dev-php/SabreAMF/SabreAMF-1.0.174.ebuild b/dev-php/SabreAMF/SabreAMF-1.0.174.ebuild new file mode 100644 index 000000000000..2cf0eca59e02 --- /dev/null +++ b/dev-php/SabreAMF/SabreAMF-1.0.174.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/SabreAMF-1.0.174.ebuild,v 1.1 2011/12/14 22:56:00 mabi Exp $ + +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="SabreAMF is a Flash Remoting server and client for PHP." +HOMEPAGE="http://osflash.org/sabreamf" +SRC_URI="http://sabreamf.googlecode.com/files/${P}.tgz" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND=">=dev-lang/php-5.2.0" diff --git a/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild b/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild new file mode 100644 index 000000000000..1cb51d06af98 --- /dev/null +++ b/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/SabreAMF/SabreAMF-1.1.187.ebuild,v 1.1 2011/12/14 22:56:00 mabi Exp $ + +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="SabreAMF is a Flash Remoting server and client for PHP." +HOMEPAGE="http://osflash.org/sabreamf" +SRC_URI="http://sabreamf.googlecode.com/files/${P}.tgz" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND=">=dev-lang/php-5.2.0" diff --git a/dev-php/SabreAMF/metadata.xml b/dev-php/SabreAMF/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/SabreAMF/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/Savant3-Plugin-Form/ChangeLog b/dev-php/Savant3-Plugin-Form/ChangeLog new file mode 100644 index 000000000000..f4a887a749e0 --- /dev/null +++ b/dev-php/Savant3-Plugin-Form/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/Savant3-Plugin-Form +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3-Plugin-Form/ChangeLog,v 1.1 2011/12/14 22:57:20 mabi Exp $ + +*Savant3-Plugin-Form-0.2.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +Savant3-Plugin-Form-0.2.1.ebuild: + Port from project overlay + diff --git a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild b/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild new file mode 100644 index 000000000000..595a4e063c47 --- /dev/null +++ b/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild,v 1.1 2011/12/14 22:57:20 mabi Exp $ + +inherit php-pear-lib-r1 +MY_P="${PN//-/_}-${PV}" + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="The Form Plugin for Savant3." +HOMEPAGE="http://phpsavant.com/" +SRC_URI="http://phpsavant.com/${MY_P}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-php/Savant3-3.0.0" + +S="${WORKDIR}/${MY_P}" + +need_php_by_category diff --git a/dev-php/Savant3-Plugin-Form/metadata.xml b/dev-php/Savant3-Plugin-Form/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/Savant3-Plugin-Form/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/Savant3/ChangeLog b/dev-php/Savant3/ChangeLog new file mode 100644 index 000000000000..3c1f5b6b0e3c --- /dev/null +++ b/dev-php/Savant3/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for dev-php5/Savant3 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3/ChangeLog,v 1.1 2011/12/14 22:56:40 mabi Exp $ + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> Savant3-3.0.0.ebuild: + Update IUSE + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +Savant3-3.0.0.ebuild: + Port from project overlay + +*Savant3-3.0.0 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +Savant3-3.0.0.ebuild: + Port from project overlay + diff --git a/dev-php/Savant3/Savant3-3.0.0.ebuild b/dev-php/Savant3/Savant3-3.0.0.ebuild new file mode 100644 index 000000000000..bb78c932c28d --- /dev/null +++ b/dev-php/Savant3/Savant3-3.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3/Savant3-3.0.0.ebuild,v 1.1 2011/12/14 22:56:40 mabi Exp $ + +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="The simple PHP template alternative to Smarty." +HOMEPAGE="http://phpsavant.com/yawiki/index.php?area=Savant3" +SRC_URI="http://phpsavant.com/${P}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="minimal" + +DEPEND="" +RDEPEND="!minimal? ( >=dev-php/Savant3-Plugin-Form-0.2.1 )" + +need_php_by_category diff --git a/dev-php/Savant3/metadata.xml b/dev-php/Savant3/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/Savant3/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/ezc-Authentication/ChangeLog b/dev-php/ezc-Authentication/ChangeLog new file mode 100644 index 000000000000..facc1e9f7d1f --- /dev/null +++ b/dev-php/ezc-Authentication/ChangeLog @@ -0,0 +1,42 @@ +# ChangeLog for dev-php5/ezc-Authentication +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Authentication/ChangeLog,v 1.1 2011/12/14 22:01:48 mabi Exp $ + +*ezc-Authentication-1.3.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-Authentication-1.3.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-Authentication-1.0.ebuild: + Drop old + +*ezc-Authentication-1.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-Authentication-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-Authentication-1.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-Authentication-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-Authentication-1.0.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Authentication-1.0 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-Authentication-1.0.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-Authentication-1.0.ebuild: + New ebuild for eZC 2007.1.1 + diff --git a/dev-php/ezc-Authentication/ezc-Authentication-1.1.ebuild b/dev-php/ezc-Authentication/ezc-Authentication-1.1.ebuild new file mode 100644 index 000000000000..ab4036cdc46c --- /dev/null +++ b/dev-php/ezc-Authentication/ezc-Authentication-1.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Authentication/ezc-Authentication-1.1.ebuild,v 1.1 2011/12/14 22:01:48 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to provide support for different means of identification and authentication of users." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Authentication/ezc-Authentication-1.3.1.ebuild b/dev-php/ezc-Authentication/ezc-Authentication-1.3.1.ebuild new file mode 100644 index 000000000000..b4d226f17da8 --- /dev/null +++ b/dev-php/ezc-Authentication/ezc-Authentication-1.3.1.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-php/ezc-Authentication/ezc-Authentication-1.3.1.ebuild,v 1.1 2011/12/14 22:01:48 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides support for different means of identification and authentication of users" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Authentication/metadata.xml b/dev-php/ezc-Authentication/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Authentication/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/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> diff --git a/dev-php/ezc-Base/ChangeLog b/dev-php/ezc-Base/ChangeLog new file mode 100644 index 000000000000..218a6035022b --- /dev/null +++ b/dev-php/ezc-Base/ChangeLog @@ -0,0 +1,96 @@ +# ChangeLog for dev-php5/ezc-Base +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Base/ChangeLog,v 1.1 2011/12/14 22:03:05 mabi Exp $ + + 05 Nov 2010; Jeroen Roovers <jer@gentoo.org> ezc-Base-1.8.ebuild: + Stable for HPPA (bug #336869). + + 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> ezc-Base-1.8.ebuild: + Marked ppc stable for bug #330481. + + 01 Aug 2010; Christian Faulhammer <fauli@gentoo.org> ezc-Base-1.8.ebuild: + stable x86, security bug 330481 + + 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> ezc-Base-1.8.ebuild: + Stable on amd64 wrt bug #330481 + +*ezc-Base-1.8 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Base-1.8.ebuild: + Version bump, bug #320547 + + 13 May 2010; Joseph Jezak <josejx@gentoo.org> ezc-Base-1.4.1.ebuild: + Marked ~ppc for bug #319263. + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Base-1.0.ebuild, + -ezc-Base-1.1.ebuild, -ezc-Base-1.1.1.ebuild, -ezc-Base-1.3.1.ebuild, + -ezc-Base-1.4.ebuild: + Drop old + +*ezc-Base-1.4.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +ezc-Base-1.4.1.ebuild: + Version bump, from the php overlay + +*ezc-Base-1.4 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Base-1.4.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +ezc-Base-1.4.ebuild: + Version bump to 2007.2. Switch to using php-ezc eclass. + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Base-1.3.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Base-1.3.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Base-1.3.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-Base-1.3.1.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-Base-1.1.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Base-1.1.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Base-1.1.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Base-1.1.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Base-1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Base-1.0.ebuild, ezc-Base-1.1.ebuild: + Keyword ~amd64. + +*ezc-Base-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Base-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> ezc-Base-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Base-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-Base-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Base-1.0_rc1.ebuild, +ezc-Base-1.0.ebuild: + Version bump. + +*ezc-Base-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Base-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Base/ezc-Base-1.4.1.ebuild b/dev-php/ezc-Base/ezc-Base-1.4.1.ebuild new file mode 100644 index 000000000000..04baa1716960 --- /dev/null +++ b/dev-php/ezc-Base/ezc-Base-1.4.1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Base/ezc-Base-1.4.1.ebuild,v 1.1 2011/12/14 22:03:05 mabi Exp $ + +inherit php-ezc + +DESCRIPTION="The Base package provides the basic infrastructure that all eZ component packages rely on." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Base/ezc-Base-1.8.ebuild b/dev-php/ezc-Base/ezc-Base-1.8.ebuild new file mode 100644 index 000000000000..9f9999e49784 --- /dev/null +++ b/dev-php/ezc-Base/ezc-Base-1.8.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Base/ezc-Base-1.8.ebuild,v 1.1 2011/12/14 22:03:05 mabi Exp $ + +inherit php-ezc + +DESCRIPTION="The Base package provides the basic infrastructure that all eZ component packages rely on." +SLOT="0" +KEYWORDS="amd64 hppa ppc ~sparc x86" +IUSE="" diff --git a/dev-php/ezc-Base/metadata.xml b/dev-php/ezc-Base/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Base/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/ezc-Cache/ChangeLog b/dev-php/ezc-Cache/ChangeLog new file mode 100644 index 000000000000..d34db9af964c --- /dev/null +++ b/dev-php/ezc-Cache/ChangeLog @@ -0,0 +1,99 @@ +# ChangeLog for dev-php5/ezc-Cache +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Cache/ChangeLog,v 1.1 2011/12/14 22:03:41 mabi Exp $ + +*ezc-Cache-1.5 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Cache-1.5.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Cache-1.0.1.ebuild, + -ezc-Cache-1.1.ebuild, -ezc-Cache-1.1.1.ebuild, -ezc-Cache-1.1.2.ebuild, + -ezc-Cache-1.1.3.ebuild, -ezc-Cache-1.2.ebuild: + Drop old + +*ezc-Cache-1.3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Cache-1.3.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +ezc-Cache-1.3.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Cache-1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Cache-1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Cache-1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-Cache-1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-Cache-1.1.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-Cache-1.1.3 (20 Nov 2006) + + 20 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Cache-1.1.3.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Cache-1.1.2.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Cache-1.1.2 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Cache-1.1.2.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Cache-1.1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + +*ezc-Cache-1.1.1 (07 Aug 2006) + + 07 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Cache-1.1.1.ebuild: + Version bump. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Cache-1.0.1.ebuild, ezc-Cache-1.1.ebuild: + Keyword ~amd64. + +*ezc-Cache-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Cache-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Cache-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Cache-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Cache-1.0.ebuild: + Pull old version. + +*ezc-Cache-1.0.1 (27 Feb 2006) + + 27 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Cache-1.0.1.ebuild: + Version bump. + +*ezc-Cache-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Cache-1.0_rc1.ebuild, +ezc-Cache-1.0.ebuild: + Version bump. + +*ezc-Cache-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Cache-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Cache/ezc-Cache-1.3.ebuild b/dev-php/ezc-Cache/ezc-Cache-1.3.ebuild new file mode 100644 index 000000000000..0ce070c79793 --- /dev/null +++ b/dev-php/ezc-Cache/ezc-Cache-1.3.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Cache/ezc-Cache-1.3.ebuild,v 1.1 2011/12/14 22:03:41 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component provides a solution for caching, supporting multiple backends." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Cache/ezc-Cache-1.5.ebuild b/dev-php/ezc-Cache/ezc-Cache-1.5.ebuild new file mode 100644 index 000000000000..616a45a8f6d6 --- /dev/null +++ b/dev-php/ezc-Cache/ezc-Cache-1.5.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-php/ezc-Cache/ezc-Cache-1.5.ebuild,v 1.1 2011/12/14 22:03:41 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a solution for caching, supporting multiple backends." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Cache/metadata.xml b/dev-php/ezc-Cache/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Cache/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/ezc-Configuration/ChangeLog b/dev-php/ezc-Configuration/ChangeLog new file mode 100644 index 000000000000..01b42d465f4d --- /dev/null +++ b/dev-php/ezc-Configuration/ChangeLog @@ -0,0 +1,103 @@ +# ChangeLog for dev-php5/ezc-Configuration +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Configuration/ChangeLog,v 1.1 2011/12/14 22:04:17 mabi Exp $ + +*ezc-Configuration-1.3.5 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-Configuration-1.3.5.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-Configuration-1.0.1.ebuild, -ezc-Configuration-1.0.2.ebuild, + -ezc-Configuration-1.0.3.ebuild, -ezc-Configuration-1.0.4.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-Configuration-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + ezc-Configuration-1.2.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-Configuration-1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Configuration-1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Configuration-1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-Configuration-1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-Configuration-1.0.4.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-Configuration-1.0.4 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Configuration-1.0.4.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-Configuration-1.0.3.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Configuration-1.0.3 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Configuration-1.0.3.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-Configuration-1.0.2.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Configuration-1.0.1.ebuild, ezc-Configuration-1.0.2.ebuild: + Keyword ~amd64. + +*ezc-Configuration-1.0.2 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Configuration-1.0.2.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Configuration-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-Configuration-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Configuration-1.0.ebuild: + Pull old version. + + 27 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest: + Fixing SHA256 digest, pass four + +*ezc-Configuration-1.0.1 (20 Feb 2006) + + 20 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Configuration-1.0.1.ebuild: + Version bump. + +*ezc-Configuration-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Configuration-1.0_rc1.ebuild, +ezc-Configuration-1.0.ebuild: + Version bump. + +*ezc-Configuration-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Configuration-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Configuration/ezc-Configuration-1.2.ebuild b/dev-php/ezc-Configuration/ezc-Configuration-1.2.ebuild new file mode 100644 index 000000000000..58cd0b860c49 --- /dev/null +++ b/dev-php/ezc-Configuration/ezc-Configuration-1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Configuration/ezc-Configuration-1.2.ebuild,v 1.1 2011/12/14 22:04:17 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to use configuration files in different formats." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Configuration/ezc-Configuration-1.3.5.ebuild b/dev-php/ezc-Configuration/ezc-Configuration-1.3.5.ebuild new file mode 100644 index 000000000000..05b22628182a --- /dev/null +++ b/dev-php/ezc-Configuration/ezc-Configuration-1.3.5.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-php/ezc-Configuration/ezc-Configuration-1.3.5.ebuild,v 1.1 2011/12/14 22:04:17 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to use configuration files in different formats." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Configuration/metadata.xml b/dev-php/ezc-Configuration/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Configuration/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/ezc-ConsoleTools/ChangeLog b/dev-php/ezc-ConsoleTools/ChangeLog new file mode 100644 index 000000000000..4ce77f71dfb8 --- /dev/null +++ b/dev-php/ezc-ConsoleTools/ChangeLog @@ -0,0 +1,124 @@ +# ChangeLog for dev-php5/ezc-ConsoleTools +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ConsoleTools/ChangeLog,v 1.1 2011/12/14 22:04:54 mabi Exp $ + + 05 Nov 2010; Jeroen Roovers <jer@gentoo.org> + ezc-ConsoleTools-1.6.1-r1.ebuild: + Stable for HPPA (bug #336869). + + 20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + ezc-ConsoleTools-1.6.1-r1.ebuild: + Stable on amd64 wrt bug #336869 + + 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + ezc-ConsoleTools-1.6.1-r1.ebuild: + x86 stable, bug 336869 + +*ezc-ConsoleTools-1.6.1-r1 (29 May 2010) + + 29 May 2010; <mabi@gentoo.org> +ezc-ConsoleTools-1.6.1-r1.ebuild: + update for php-5.3 USE changes (bug #301159) + +*ezc-ConsoleTools-1.6.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-ConsoleTools-1.6.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-ConsoleTools-1.0.ebuild, -ezc-ConsoleTools-1.1.ebuild, + -ezc-ConsoleTools-1.1.1.ebuild, -ezc-ConsoleTools-1.1.2.ebuild, + -ezc-ConsoleTools-1.1.3.ebuild, -ezc-ConsoleTools-1.3.ebuild, + -ezc-ConsoleTools-1.3.1.ebuild: + Drop old + +*ezc-ConsoleTools-1.3.2 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-ConsoleTools-1.3.2.ebuild: + Version bump, from the php overlay + +*ezc-ConsoleTools-1.3.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-ConsoleTools-1.3.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-ConsoleTools-1.3.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-ConsoleTools-1.3.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-ConsoleTools-1.3.ebuild: + Marked ~hppa (bug #190787). + +*ezc-ConsoleTools-1.3 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-ConsoleTools-1.3.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-ConsoleTools-1.1.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-ConsoleTools-1.1.3 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ConsoleTools-1.1.3.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-ConsoleTools-1.1.2.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-ConsoleTools-1.1.2 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ConsoleTools-1.1.2.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-ConsoleTools-1.1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + +*ezc-ConsoleTools-1.1.1 (07 Aug 2006) + + 07 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ConsoleTools-1.1.1.ebuild: + Version bump. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-ConsoleTools-1.0.ebuild, ezc-ConsoleTools-1.1.ebuild: + Keyword ~amd64. + +*ezc-ConsoleTools-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ConsoleTools-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-ConsoleTools-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-ConsoleTools-1.0.ebuild: + Added ~ppc64; bug #134717 + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-ConsoleTools-1.0.ebuild: + Require SPL extension. + +*ezc-ConsoleTools-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-ConsoleTools-1.0_rc1.ebuild, +ezc-ConsoleTools-1.0.ebuild: + Version bump. + +*ezc-ConsoleTools-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-ConsoleTools-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild b/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild new file mode 100644 index 000000000000..daf04a62ea16 --- /dev/null +++ b/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.3.2.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-ConsoleTools/ezc-ConsoleTools-1.3.2.ebuild,v 1.1 2011/12/14 22:04:54 mabi Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component provides a set of classes to do different actions with the console." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use spl +} diff --git a/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1-r1.ebuild b/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1-r1.ebuild new file mode 100644 index 000000000000..836f02a19d92 --- /dev/null +++ b/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1-r1.ebuild,v 1.1 2011/12/14 22:04:54 mabi Exp $ + +EAPI="2" + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a set of classes to do different actions with the console." +SLOT="0" +KEYWORDS="amd64 hppa ~sparc x86" +IUSE="" + +DEPEND="|| ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 )" +RDEPEND="${DEPEND}" diff --git a/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1.ebuild b/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1.ebuild new file mode 100644 index 000000000000..1ac93306e7d5 --- /dev/null +++ b/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ConsoleTools/ezc-ConsoleTools-1.6.1.ebuild,v 1.1 2011/12/14 22:04:54 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component provides a set of classes to do different actions with the console." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use spl +} diff --git a/dev-php/ezc-ConsoleTools/metadata.xml b/dev-php/ezc-ConsoleTools/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-ConsoleTools/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/ezc-Database/ChangeLog b/dev-php/ezc-Database/ChangeLog new file mode 100644 index 000000000000..2aa88e1054ef --- /dev/null +++ b/dev-php/ezc-Database/ChangeLog @@ -0,0 +1,118 @@ +# ChangeLog for dev-php5/ezc-Database +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ChangeLog,v 1.1 2011/12/14 22:05:31 mabi Exp $ + +*ezc-Database-1.4.7 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Database-1.4.7.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Database-1.0.1.ebuild, + -ezc-Database-1.1.ebuild, -ezc-Database-1.1.1.ebuild, + -ezc-Database-1.1.2.ebuild, -ezc-Database-1.1.3.ebuild, + -ezc-Database-1.1.4.ebuild, -ezc-Database-1.3.ebuild, + -ezc-Database-1.3.3.ebuild: + Drop old + +*ezc-Database-1.3.4 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +ezc-Database-1.3.4.ebuild: + Version bump, from the php overlay + +*ezc-Database-1.3.3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Database-1.3.3.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-Database-1.3.3.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Database-1.3.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Database-1.3.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Database-1.3 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-Database-1.3.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-Database-1.1.4.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-Database-1.1.4 (24 Oct 2006) + + 24 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Database-1.1.4.ebuild: + Version bump. + +*ezc-Database-1.1.3 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Database-1.1.3.ebuild: + Version bump. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Database-1.1.2.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Database-1.1.2 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Database-1.1.2.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Database-1.1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + +*ezc-Database-1.1.1 (07 Aug 2006) + + 07 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Database-1.1.1.ebuild: + Version bump. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Database-1.0.1.ebuild, ezc-Database-1.1.ebuild: + Keyword ~amd64. + +*ezc-Database-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Database-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Database-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Database-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Database-1.0.ebuild: + Pull old version. + +*ezc-Database-1.0.1 (20 Feb 2006) + + 20 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Database-1.0.1.ebuild: + Version bump. + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Database-1.0.ebuild: + Require PDO. + +*ezc-Database-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Database-1.0_rc1.ebuild, +ezc-Database-1.0.ebuild: + Version bump. + +*ezc-Database-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Database-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Database/ezc-Database-1.3.4.ebuild b/dev-php/ezc-Database/ezc-Database-1.3.4.ebuild new file mode 100644 index 000000000000..783877b755e8 --- /dev/null +++ b/dev-php/ezc-Database/ezc-Database-1.3.4.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-Database/ezc-Database-1.3.4.ebuild,v 1.1 2011/12/14 22:05:31 mabi Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use pdo +} diff --git a/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild b/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild new file mode 100644 index 000000000000..b26004a3907f --- /dev/null +++ b/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Database/ezc-Database-1.4.7.ebuild,v 1.1 2011/12/14 22:05:31 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component provides a lightweight database layer on top of PDO." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use pdo +} diff --git a/dev-php/ezc-Database/metadata.xml b/dev-php/ezc-Database/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Database/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/ezc-DatabaseSchema/ChangeLog b/dev-php/ezc-DatabaseSchema/ChangeLog new file mode 100644 index 000000000000..fa8fefebcba7 --- /dev/null +++ b/dev-php/ezc-DatabaseSchema/ChangeLog @@ -0,0 +1,76 @@ +# ChangeLog for dev-php5/ezc-DatabaseSchema +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-DatabaseSchema/ChangeLog,v 1.1 2011/12/14 22:06:07 mabi Exp $ + +*ezc-DatabaseSchema-1.4.4 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-DatabaseSchema-1.4.4.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-DatabaseSchema-1.0.ebuild, -ezc-DatabaseSchema-1.0.2.ebuild, + -ezc-DatabaseSchema-1.2.ebuild, -ezc-DatabaseSchema-1.3.ebuild: + Drop old + +*ezc-DatabaseSchema-1.3.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-DatabaseSchema-1.3.1.ebuild: + Version bump, from the php overlay + +*ezc-DatabaseSchema-1.3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-DatabaseSchema-1.3.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-DatabaseSchema-1.3.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-DatabaseSchema-1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-DatabaseSchema-1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-DatabaseSchema-1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-DatabaseSchema-1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-DatabaseSchema-1.0.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-DatabaseSchema-1.0.2.ebuild: + Added ~hppa to KEYWORDS. + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-DatabaseSchema-1.0.2.ebuild: + Added ~ppc64 + +*ezc-DatabaseSchema-1.0.2 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-DatabaseSchema-1.0.2.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-DatabaseSchema-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-DatabaseSchema-1.0.ebuild: + Keyword ~amd64. + +*ezc-DatabaseSchema-1.0 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-DatabaseSchema-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild b/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild new file mode 100644 index 000000000000..e36444bd11dd --- /dev/null +++ b/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.3.1.ebuild,v 1.1 2011/12/14 22:06:07 mabi Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component provides a set of classes that allow you to extract information from a database schema, +compare database schemas and apply a set of changes to a database schema." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.4.4.ebuild b/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.4.4.ebuild new file mode 100644 index 000000000000..7a14c70b8f6c --- /dev/null +++ b/dev-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.4.4.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-php/ezc-DatabaseSchema/ezc-DatabaseSchema-1.4.4.ebuild,v 1.1 2011/12/14 22:06:07 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows to manipulate with a database schema" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-DatabaseSchema/metadata.xml b/dev-php/ezc-DatabaseSchema/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-DatabaseSchema/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/ezc-Debug/ChangeLog b/dev-php/ezc-Debug/ChangeLog new file mode 100644 index 000000000000..7c653521dd63 --- /dev/null +++ b/dev-php/ezc-Debug/ChangeLog @@ -0,0 +1,74 @@ +# ChangeLog for dev-php5/ezc-Debug +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Debug/ChangeLog,v 1.1 2011/12/14 22:06:44 mabi Exp $ + +*ezc-Debug-1.2.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Debug-1.2.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Debug-1.0.ebuild, + -ezc-Debug-1.0.1.ebuild, -ezc-Debug-1.0.3.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> ezc-Debug-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> ezc-Debug-1.1.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Debug-1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Debug-1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Debug-1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-Debug-1.1.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-Debug-1.0.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-Debug-1.0.3 (20 Nov 2006) + + 20 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Debug-1.0.3.ebuild: + Version bump. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Debug-1.0.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Debug-1.0.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Debug-1.0.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Debug-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Debug-1.0.ebuild: + Keyword ~amd64. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Debug-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Debug-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-Debug-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Debug-1.0_rc1.ebuild, +ezc-Debug-1.0.ebuild: + Version bump. + +*ezc-Debug-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Debug-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Debug/ezc-Debug-1.1.ebuild b/dev-php/ezc-Debug/ezc-Debug-1.1.ebuild new file mode 100644 index 000000000000..0fa5a9bac506 --- /dev/null +++ b/dev-php/ezc-Debug/ezc-Debug-1.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Debug/ezc-Debug-1.1.ebuild,v 1.1 2011/12/14 22:06:44 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component contains a set of classes that help you debug an application" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Debug/ezc-Debug-1.2.1.ebuild b/dev-php/ezc-Debug/ezc-Debug-1.2.1.ebuild new file mode 100644 index 000000000000..60cab1e3d4c1 --- /dev/null +++ b/dev-php/ezc-Debug/ezc-Debug-1.2.1.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-php/ezc-Debug/ezc-Debug-1.2.1.ebuild,v 1.1 2011/12/14 22:06:44 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component contains a set of classes that help you debug an application" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Debug/metadata.xml b/dev-php/ezc-Debug/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Debug/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/ezc-Document/ChangeLog b/dev-php/ezc-Document/ChangeLog new file mode 100644 index 000000000000..97340606f298 --- /dev/null +++ b/dev-php/ezc-Document/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-Document +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Document/ChangeLog,v 1.1 2011/12/14 22:07:20 mabi Exp $ + +*ezc-Document-1.3.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Document-1.3.1.ebuild, + +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547. + diff --git a/dev-php/ezc-Document/ezc-Document-1.3.1.ebuild b/dev-php/ezc-Document/ezc-Document-1.3.1.ebuild new file mode 100644 index 000000000000..90271555cf97 --- /dev/null +++ b/dev-php/ezc-Document/ezc-Document-1.3.1.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-php/ezc-Document/ezc-Document-1.3.1.ebuild,v 1.1 2011/12/14 22:07:20 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a conversion framework for different markup languages" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/ezc-Document/metadata.xml b/dev-php/ezc-Document/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Document/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/ezc-EventLog/ChangeLog b/dev-php/ezc-EventLog/ChangeLog new file mode 100644 index 000000000000..a5258cc447f4 --- /dev/null +++ b/dev-php/ezc-EventLog/ChangeLog @@ -0,0 +1,79 @@ +# ChangeLog for dev-php5/ezc-EventLog +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-EventLog/ChangeLog,v 1.1 2011/12/14 22:07:55 mabi Exp $ + +*ezc-EventLog-1.4 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-EventLog-1.4.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-EventLog-1.0.ebuild, + -ezc-EventLog-1.0.1.ebuild, -ezc-EventLog-1.0.2.ebuild, + -ezc-EventLog-1.1.ebuild: + Drop old + +*ezc-EventLog-1.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-EventLog-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-EventLog-1.2.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-EventLog-1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-EventLog-1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-EventLog-1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-EventLog-1.1.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-EventLog-1.0.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-EventLog-1.0.2.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-EventLog-1.0.2 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-EventLog-1.0.2.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-EventLog-1.0.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-EventLog-1.0.ebuild, ezc-EventLog-1.0.1.ebuild: + Keyword ~amd64. + +*ezc-EventLog-1.0.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-EventLog-1.0.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-EventLog-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-EventLog-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-EventLog-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-EventLog-1.0_rc1.ebuild, +ezc-EventLog-1.0.ebuild: + Version bump. + +*ezc-EventLog-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-EventLog-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-EventLog/ezc-EventLog-1.2.ebuild b/dev-php/ezc-EventLog/ezc-EventLog-1.2.ebuild new file mode 100644 index 000000000000..711f555e5325 --- /dev/null +++ b/dev-php/ezc-EventLog/ezc-EventLog-1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-EventLog/ezc-EventLog-1.2.ebuild,v 1.1 2011/12/14 22:07:55 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to log events or audit trails into files or other storage spaces." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-EventLog/ezc-EventLog-1.4.ebuild b/dev-php/ezc-EventLog/ezc-EventLog-1.4.ebuild new file mode 100644 index 000000000000..1192e92bfbcb --- /dev/null +++ b/dev-php/ezc-EventLog/ezc-EventLog-1.4.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-php/ezc-EventLog/ezc-EventLog-1.4.ebuild,v 1.1 2011/12/14 22:07:55 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to log events or audit trails into files or other storage spaces." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-EventLog/metadata.xml b/dev-php/ezc-EventLog/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-EventLog/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/ezc-EventLogDatabaseTiein/ChangeLog b/dev-php/ezc-EventLogDatabaseTiein/ChangeLog new file mode 100644 index 000000000000..8040495ce69d --- /dev/null +++ b/dev-php/ezc-EventLogDatabaseTiein/ChangeLog @@ -0,0 +1,60 @@ +# ChangeLog for dev-php5/ezc-EventLogDatabaseTiein +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-EventLogDatabaseTiein/ChangeLog,v 1.1 2011/12/14 22:08:31 mabi Exp $ + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-EventLogDatabaseTiein-1.0.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.2.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-EventLogDatabaseTiein-1.0.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-EventLogDatabaseTiein-1.0.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.ebuild: + Added ~hppa to KEYWORDS. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.ebuild: + Keyword ~amd64. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-EventLogDatabaseTiein-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-EventLogDatabaseTiein-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-EventLogDatabaseTiein-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild b/dev-php/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild new file mode 100644 index 000000000000..4649b0f8494b --- /dev/null +++ b/dev-php/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-EventLogDatabaseTiein/ezc-EventLogDatabaseTiein-1.0.2.ebuild,v 1.1 2011/12/14 22:08:31 mabi Exp $ + +EZC_BASE_MIN="1.2" +inherit php-ezc + +DESCRIPTION="This eZ component contains the database writer backend for the EventLog component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" +RDEPEND="${RDEPEND} + >=dev-php/ezc-Database-1.2 + >=dev-php/ezc-EventLog-1.0.3" diff --git a/dev-php/ezc-EventLogDatabaseTiein/metadata.xml b/dev-php/ezc-EventLogDatabaseTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-EventLogDatabaseTiein/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/ezc-Execution/ChangeLog b/dev-php/ezc-Execution/ChangeLog new file mode 100644 index 000000000000..98c8a2ba9245 --- /dev/null +++ b/dev-php/ezc-Execution/ChangeLog @@ -0,0 +1,73 @@ +# ChangeLog for dev-php5/ezc-Execution +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Execution/ChangeLog,v 1.1 2011/12/14 22:09:06 mabi Exp $ + +*ezc-Execution-1.1.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Execution-1.1.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Execution-1.0.ebuild, + -ezc-Execution-1.0.1.ebuild, -ezc-Execution-1.0.4.ebuild: + Drop old + +*ezc-Execution-1.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Execution-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-Execution-1.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Execution-1.0.4.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Execution-1.0.4.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Execution-1.0.4 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-Execution-1.0.4.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-Execution-1.0.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Execution-1.0.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Execution-1.0.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Execution-1.0.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Execution-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Execution-1.0.ebuild: + Keyword ~amd64. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Execution-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Execution-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-Execution-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Execution-1.0_rc1.ebuild, +ezc-Execution-1.0.ebuild: + Version bump. + +*ezc-Execution-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Execution-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Execution/ezc-Execution-1.1.1.ebuild b/dev-php/ezc-Execution/ezc-Execution-1.1.1.ebuild new file mode 100644 index 000000000000..1bd5d2d210d6 --- /dev/null +++ b/dev-php/ezc-Execution/ezc-Execution-1.1.1.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-php/ezc-Execution/ezc-Execution-1.1.1.ebuild,v 1.1 2011/12/14 22:09:06 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides functionality to give feedback on fatal errors or uncaught exceptions." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Execution/ezc-Execution-1.1.ebuild b/dev-php/ezc-Execution/ezc-Execution-1.1.ebuild new file mode 100644 index 000000000000..acf1558cf901 --- /dev/null +++ b/dev-php/ezc-Execution/ezc-Execution-1.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Execution/ezc-Execution-1.1.ebuild,v 1.1 2011/12/14 22:09:06 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component provides functionality to give feedback on fatal errors or uncaught exceptions." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Execution/metadata.xml b/dev-php/ezc-Execution/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Execution/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/ezc-Feed/ChangeLog b/dev-php/ezc-Feed/ChangeLog new file mode 100644 index 000000000000..13268db85321 --- /dev/null +++ b/dev-php/ezc-Feed/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-Feed +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Feed/ChangeLog,v 1.1 2011/12/14 22:10:18 mabi Exp $ + +*ezc-Feed-1.3 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Feed-1.3.ebuild, + +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-Feed/ezc-Feed-1.3.ebuild b/dev-php/ezc-Feed/ezc-Feed-1.3.ebuild new file mode 100644 index 000000000000..48f1f63d59ed --- /dev/null +++ b/dev-php/ezc-Feed/ezc-Feed-1.3.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-php/ezc-Feed/ezc-Feed-1.3.ebuild,v 1.1 2011/12/14 22:10:18 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="A component for parsing and creating RSS1, RSS2 and ATOM feeds" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/ezc-Feed/metadata.xml b/dev-php/ezc-Feed/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Feed/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/ezc-File/ChangeLog b/dev-php/ezc-File/ChangeLog new file mode 100644 index 000000000000..2d68e6557ef2 --- /dev/null +++ b/dev-php/ezc-File/ChangeLog @@ -0,0 +1,55 @@ +# ChangeLog for dev-php5/ezc-File +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-File/ChangeLog,v 1.1 2011/12/14 22:10:54 mabi Exp $ + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-File-1.0.ebuild, + -ezc-File-1.0.1.ebuild, -ezc-File-1.1.1.ebuild: + Drop old + +*ezc-File-1.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-File-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +ezc-File-1.2.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-File-1.1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-File-1.1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-File-1.1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-File-1.1.1.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-File-1.0.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-File-1.0.1 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-File-1.0.1.ebuild: + Version bump. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-File-1.0.ebuild: + Added ~hppa to KEYWORDS. + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> ezc-File-1.0.ebuild: + Added ~ppc64 + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-File-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-File-1.0.ebuild: + Keyword ~amd64. + +*ezc-File-1.0 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-File-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-File/ezc-File-1.2.ebuild b/dev-php/ezc-File/ezc-File-1.2.ebuild new file mode 100644 index 000000000000..e3f409b6ac9a --- /dev/null +++ b/dev-php/ezc-File/ezc-File-1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-File/ezc-File-1.2.ebuild,v 1.1 2011/12/14 22:10:54 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component provides support for file operations which are not covered by PHP or are just missing." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-File/metadata.xml b/dev-php/ezc-File/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-File/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/ezc-Graph/ChangeLog b/dev-php/ezc-Graph/ChangeLog new file mode 100644 index 000000000000..f980eddb0651 --- /dev/null +++ b/dev-php/ezc-Graph/ChangeLog @@ -0,0 +1,53 @@ +# ChangeLog for dev-php5/ezc-Graph +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Graph/ChangeLog,v 1.1 2011/12/14 22:11:29 mabi Exp $ + + 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> ezc-Graph-1.5.ebuild: + Marked ppc stable for bug #330481. + + 01 Aug 2010; Christian Faulhammer <fauli@gentoo.org> ezc-Graph-1.5.ebuild: + stable x86, security bug 330481 + + 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> ezc-Graph-1.5.ebuild: + Stable on amd64 wrt bug #330481 + +*ezc-Graph-1.5 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Graph-1.5.ebuild: + Version bump, bug #320547 + + 13 May 2010; Joseph Jezak <josejx@gentoo.org> ezc-Graph-1.2.ebuild: + Marked ~ppc for bug #319263. + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Graph-1.1.ebuild: + Drop old + +*ezc-Graph-1.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Graph-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +ezc-Graph-1.2.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Graph-1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Graph-1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Graph-1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-Graph-1.1.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +ezc-Graph-1.1.ebuild: + Version bump for eZC 2007.1.1 + +*ezc-Graph-1.0 (23 Jan 2006) + + 23 Jan 2006; Tobias Schlitt <toby@php.net> +metadata.xml, + +ezc-Graph-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Graph/ezc-Graph-1.2.ebuild b/dev-php/ezc-Graph/ezc-Graph-1.2.ebuild new file mode 100644 index 000000000000..3683ddccbeb2 --- /dev/null +++ b/dev-php/ezc-Graph/ezc-Graph-1.2.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-php/ezc-Graph/ezc-Graph-1.2.ebuild,v 1.1 2011/12/14 22:11:29 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="A component for creating pie charts, line graphs and other kinds of diagrams." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Graph/ezc-Graph-1.5.ebuild b/dev-php/ezc-Graph/ezc-Graph-1.5.ebuild new file mode 100644 index 000000000000..4df34f727874 --- /dev/null +++ b/dev-php/ezc-Graph/ezc-Graph-1.5.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-php/ezc-Graph/ezc-Graph-1.5.ebuild,v 1.1 2011/12/14 22:11:29 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="A component for creating pie charts, line graphs and other kinds of diagrams." +SLOT="0" +KEYWORDS="amd64 ~hppa ppc ~sparc x86" +IUSE="" diff --git a/dev-php/ezc-Graph/metadata.xml b/dev-php/ezc-Graph/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Graph/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/ezc-GraphDatabaseTiein/ChangeLog b/dev-php/ezc-GraphDatabaseTiein/ChangeLog new file mode 100644 index 000000000000..35c43b402c43 --- /dev/null +++ b/dev-php/ezc-GraphDatabaseTiein/ChangeLog @@ -0,0 +1,39 @@ +# ChangeLog for dev-php5/ezc-GraphDatabaseTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-GraphDatabaseTiein/ChangeLog,v 1.1 2011/12/14 22:12:05 mabi Exp $ + +*ezc-GraphDatabaseTiein-1.0.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-GraphDatabaseTiein-1.0.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog: + Regen Manifest + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-GraphDatabaseTiein-1.0.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + ezc-GraphDatabaseTiein-1.0.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-GraphDatabaseTiein-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-GraphDatabaseTiein-1.0.ebuild: + Marked ~hppa (bug #190787). + +*ezc-GraphDatabaseTiein-1.0 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-GraphDatabaseTiein-1.0.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-GraphDatabaseTiein-1.0.ebuild: + New ebuild for eZC 2007.1.1 + diff --git a/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild b/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild new file mode 100644 index 000000000000..e1abd3c64612 --- /dev/null +++ b/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.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/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.1.ebuild,v 1.1 2011/12/14 22:12:05 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component contains a database writer backend for the Graph component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Graph-1.1" diff --git a/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.ebuild b/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.ebuild new file mode 100644 index 000000000000..517c54495b80 --- /dev/null +++ b/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-GraphDatabaseTiein/ezc-GraphDatabaseTiein-1.0.ebuild,v 1.1 2011/12/14 22:12:05 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component contains a database writer backend for the Graph component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Graph-1.1" diff --git a/dev-php/ezc-GraphDatabaseTiein/metadata.xml b/dev-php/ezc-GraphDatabaseTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-GraphDatabaseTiein/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/ezc-ImageAnalysis/ChangeLog b/dev-php/ezc-ImageAnalysis/ChangeLog new file mode 100644 index 000000000000..b1d55bf42428 --- /dev/null +++ b/dev-php/ezc-ImageAnalysis/ChangeLog @@ -0,0 +1,82 @@ +# ChangeLog for dev-php5/ezc-ImageAnalysis +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ImageAnalysis/ChangeLog,v 1.1 2011/12/14 22:12:42 mabi Exp $ + +*ezc-ImageAnalysis-1.1.3 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-ImageAnalysis-1.1.3.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-ImageAnalysis-1.0.1.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-ImageAnalysis-1.1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-ImageAnalysis-1.1.2.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-ImageAnalysis-1.1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-ImageAnalysis-1.1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-ImageAnalysis-1.1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-ImageAnalysis-1.1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-ImageAnalysis-1.0.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-ImageAnalysis-1.0.1.ebuild: + Added ~hppa to KEYWORDS. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-ImageAnalysis-1.0.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-ImageAnalysis-1.0.1.ebuild: + Keyword ~amd64. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-ImageAnalysis-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-ImageAnalysis-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-ImageAnalysis-1.0.ebuild: + Pull old version. + +*ezc-ImageAnalysis-1.0.1 (27 Feb 2006) + + 27 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ImageAnalysis-1.0.1.ebuild: + Version bump. + +*ezc-ImageAnalysis-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-ImageAnalysis-1.0_rc1.ebuild, +ezc-ImageAnalysis-1.0.ebuild: + Version bump. + +*ezc-ImageAnalysis-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-ImageAnalysis-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.2.ebuild b/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.2.ebuild new file mode 100644 index 000000000000..dda04b075047 --- /dev/null +++ b/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.2.ebuild,v 1.1 2011/12/14 22:12:42 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to analyse image files in different ways." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.3.ebuild b/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.3.ebuild new file mode 100644 index 000000000000..ea8a4da3df98 --- /dev/null +++ b/dev-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.3.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-php/ezc-ImageAnalysis/ezc-ImageAnalysis-1.1.3.ebuild,v 1.1 2011/12/14 22:12:42 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to analyse image files in different ways." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-ImageAnalysis/metadata.xml b/dev-php/ezc-ImageAnalysis/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-ImageAnalysis/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/ezc-ImageConversion/ChangeLog b/dev-php/ezc-ImageConversion/ChangeLog new file mode 100644 index 000000000000..6bc9cbeefe36 --- /dev/null +++ b/dev-php/ezc-ImageConversion/ChangeLog @@ -0,0 +1,104 @@ +# ChangeLog for dev-php5/ezc-ImageConversion +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ImageConversion/ChangeLog,v 1.1 2011/12/14 22:13:19 mabi Exp $ + +*ezc-ImageConversion-1.3.8 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-ImageConversion-1.3.8.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-ImageConversion-1.0.1.ebuild, -ezc-ImageConversion-1.1.ebuild, + -ezc-ImageConversion-1.1.1.ebuild, -ezc-ImageConversion-1.1.2.ebuild, + -ezc-ImageConversion-1.3.ebuild: + Drop old + +*ezc-ImageConversion-1.3.3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-ImageConversion-1.3.3.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-ImageConversion-1.3.3.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-ImageConversion-1.3.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-ImageConversion-1.3.ebuild: + Marked ~hppa (bug #190787). + +*ezc-ImageConversion-1.3 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-ImageConversion-1.3.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-ImageConversion-1.1.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-ImageConversion-1.1.2 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ImageConversion-1.1.2.ebuild: + Version bump. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-ImageConversion-1.1.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-ImageConversion-1.1.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ImageConversion-1.1.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-ImageConversion-1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-ImageConversion-1.0.1.ebuild, ezc-ImageConversion-1.1.ebuild: + Keyword ~amd64. + +*ezc-ImageConversion-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ImageConversion-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-ImageConversion-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-ImageConversion-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-ImageConversion-1.0.ebuild: + Pull old version. + +*ezc-ImageConversion-1.0.1 (27 Feb 2006) + + 27 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-ImageConversion-1.0.1.ebuild: + Version bump. + +*ezc-ImageConversion-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-ImageConversion-1.0_rc1.ebuild, +ezc-ImageConversion-1.0.ebuild: + Version bump. + +*ezc-ImageConversion-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-ImageConversion-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.3.ebuild b/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.3.ebuild new file mode 100644 index 000000000000..d95564f0fc68 --- /dev/null +++ b/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.3.ebuild,v 1.1 2011/12/14 22:13:19 mabi Exp $ + +EZC_BASE_MIN="1.3.1" +inherit php-ezc + +DESCRIPTION="This eZ component provides a set of classes to apply different filters on images." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-ImageAnalysis-1.1.2" diff --git a/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.8.ebuild b/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.8.ebuild new file mode 100644 index 000000000000..b586bad8404e --- /dev/null +++ b/dev-php/ezc-ImageConversion/ezc-ImageConversion-1.3.8.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/ezc-ImageConversion/ezc-ImageConversion-1.3.8.ebuild,v 1.1 2011/12/14 22:13:19 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a set of classes to apply different filters on images." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-ImageAnalysis-1.1.3" diff --git a/dev-php/ezc-ImageConversion/metadata.xml b/dev-php/ezc-ImageConversion/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-ImageConversion/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/ezc-Mail/ChangeLog b/dev-php/ezc-Mail/ChangeLog new file mode 100644 index 000000000000..f305575dc031 --- /dev/null +++ b/dev-php/ezc-Mail/ChangeLog @@ -0,0 +1,112 @@ +# ChangeLog for dev-php5/ezc-Mail +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Mail/ChangeLog,v 1.1 2011/12/14 22:13:56 mabi Exp $ + +*ezc-Mail-1.7.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Mail-1.7.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Mail-1.0.1.ebuild, + -ezc-Mail-1.1.ebuild, -ezc-Mail-1.1.1.ebuild, -ezc-Mail-1.1.2.ebuild, + -ezc-Mail-1.1.3.ebuild, -ezc-Mail-1.3.1.ebuild, -ezc-Mail-1.4.ebuild: + Drop old + +*ezc-Mail-1.4.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +ezc-Mail-1.4.1.ebuild: + Version bump, from the php overlay + +*ezc-Mail-1.4 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Mail-1.4.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +ezc-Mail-1.4.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Mail-1.3.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Mail-1.3.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Mail-1.3.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-Mail-1.3.1.ebuild: + Version bump for eZC 2007.1.1 + + 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-Mail-1.1.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 10 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Mail-1.0.1.ebuild, ezc-Mail-1.1.ebuild, ezc-Mail-1.1.1.ebuild, + ezc-Mail-1.1.2.ebuild, ezc-Mail-1.1.3.ebuild: + Add missing USE flag dependencies. + +*ezc-Mail-1.1.3 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Mail-1.1.3.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Mail-1.1.2.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Mail-1.1.2 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Mail-1.1.2.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Mail-1.1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + +*ezc-Mail-1.1.1 (07 Aug 2006) + + 07 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Mail-1.1.1.ebuild: + Version bump. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Mail-1.0.1.ebuild, ezc-Mail-1.1.ebuild: + Keyword ~amd64. + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Mail-1.0.1.ebuild, ezc-Mail-1.1.ebuild: + Mark ~ppc on behalf of Tobias Scherbaum <dertobi123@gentoo.org>. + +*ezc-Mail-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Mail-1.1.ebuild: + Version bump. + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Mail-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Mail-1.0.ebuild: + Pull old version. + +*ezc-Mail-1.0.1 (20 Feb 2006) + + 20 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Mail-1.0.1.ebuild: + Version bump. + +*ezc-Mail-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Mail-1.0_rc1.ebuild, +ezc-Mail-1.0.ebuild: + Version bump. + +*ezc-Mail-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Mail-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Mail/ezc-Mail-1.4.1.ebuild b/dev-php/ezc-Mail/ezc-Mail-1.4.1.ebuild new file mode 100644 index 000000000000..827e9349f135 --- /dev/null +++ b/dev-php/ezc-Mail/ezc-Mail-1.4.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Mail/ezc-Mail-1.4.1.ebuild,v 1.1 2011/12/14 22:13:56 mabi Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component allows you construct Mail messages conforming to the RFCs." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Mail/ezc-Mail-1.7.1.ebuild b/dev-php/ezc-Mail/ezc-Mail-1.7.1.ebuild new file mode 100644 index 000000000000..dfe4da0b341c --- /dev/null +++ b/dev-php/ezc-Mail/ezc-Mail-1.7.1.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-php/ezc-Mail/ezc-Mail-1.7.1.ebuild,v 1.1 2011/12/14 22:13:56 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows you construct Mail messages conforming to the RFCs." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Mail/metadata.xml b/dev-php/ezc-Mail/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Mail/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/ezc-MvcAuthenticationTiein/ChangeLog b/dev-php/ezc-MvcAuthenticationTiein/ChangeLog new file mode 100644 index 000000000000..314a42a99cd2 --- /dev/null +++ b/dev-php/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-php/ezc-MvcAuthenticationTiein/ChangeLog,v 1.1 2011/12/14 22:14:32 mabi 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-php/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild b/dev-php/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild new file mode 100644 index 000000000000..a7927f37e8eb --- /dev/null +++ b/dev-php/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-php/ezc-MvcAuthenticationTiein/ezc-MvcAuthenticationTiein-1.0.ebuild,v 1.1 2011/12/14 22:14:32 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides authentication filters for the MvcTools component" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/ezc-MvcAuthenticationTiein/metadata.xml b/dev-php/ezc-MvcAuthenticationTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/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> diff --git a/dev-php/ezc-MvcFeedTiein/ChangeLog b/dev-php/ezc-MvcFeedTiein/ChangeLog new file mode 100644 index 000000000000..4c448b7f96d4 --- /dev/null +++ b/dev-php/ezc-MvcFeedTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-MvcFeedTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcFeedTiein/ChangeLog,v 1.1 2011/12/14 22:15:07 mabi Exp $ + +*ezc-MvcFeedTiein-1.0 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-MvcFeedTiein-1.0.ebuild, + +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-MvcFeedTiein/ezc-MvcFeedTiein-1.0.ebuild b/dev-php/ezc-MvcFeedTiein/ezc-MvcFeedTiein-1.0.ebuild new file mode 100644 index 000000000000..96d83d431fdf --- /dev/null +++ b/dev-php/ezc-MvcFeedTiein/ezc-MvcFeedTiein-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcFeedTiein/ezc-MvcFeedTiein-1.0.ebuild,v 1.1 2011/12/14 22:15:07 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a view handler that renders result data as an ATOM or RSS feed" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-MvcTools-1.1 + >=dev-php/ezc-Feed-1.2.1" diff --git a/dev-php/ezc-MvcFeedTiein/metadata.xml b/dev-php/ezc-MvcFeedTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-MvcFeedTiein/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/ezc-MvcMailTiein/ChangeLog b/dev-php/ezc-MvcMailTiein/ChangeLog new file mode 100644 index 000000000000..aea92b825218 --- /dev/null +++ b/dev-php/ezc-MvcMailTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-MvcMailTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcMailTiein/ChangeLog,v 1.1 2011/12/14 22:15:42 mabi Exp $ + +*ezc-MvcMailTiein-1.0.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-MvcMailTiein-1.0.1.ebuild, + +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-MvcMailTiein/ezc-MvcMailTiein-1.0.1.ebuild b/dev-php/ezc-MvcMailTiein/ezc-MvcMailTiein-1.0.1.ebuild new file mode 100644 index 000000000000..f49cb1d85835 --- /dev/null +++ b/dev-php/ezc-MvcMailTiein/ezc-MvcMailTiein-1.0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcMailTiein/ezc-MvcMailTiein-1.0.1.ebuild,v 1.1 2011/12/14 22:15:42 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a request parser that extracts request data from e-mail" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-MvcTools-1.0 + >=dev-php/ezc-Mail-1.7" diff --git a/dev-php/ezc-MvcMailTiein/metadata.xml b/dev-php/ezc-MvcMailTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-MvcMailTiein/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/ezc-MvcTemplateTiein/ChangeLog b/dev-php/ezc-MvcTemplateTiein/ChangeLog new file mode 100644 index 000000000000..a589cc6ddff3 --- /dev/null +++ b/dev-php/ezc-MvcTemplateTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-MvcTemplateTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcTemplateTiein/ChangeLog,v 1.1 2011/12/14 22:16:17 mabi Exp $ + +*ezc-MvcTemplateTiein-1.0 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-MvcTemplateTiein-1.0.ebuild, +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-MvcTemplateTiein/ezc-MvcTemplateTiein-1.0.ebuild b/dev-php/ezc-MvcTemplateTiein/ezc-MvcTemplateTiein-1.0.ebuild new file mode 100644 index 000000000000..6fa8ba6cb712 --- /dev/null +++ b/dev-php/ezc-MvcTemplateTiein/ezc-MvcTemplateTiein-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcTemplateTiein/ezc-MvcTemplateTiein-1.0.ebuild,v 1.1 2011/12/14 22:16:17 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a view handler that renders result data with the Template component" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-MvcTools-1.0 + >=dev-php/ezc-Template-1.3.1" diff --git a/dev-php/ezc-MvcTemplateTiein/metadata.xml b/dev-php/ezc-MvcTemplateTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-MvcTemplateTiein/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/ezc-MvcTools/ChangeLog b/dev-php/ezc-MvcTools/ChangeLog new file mode 100644 index 000000000000..2f568b6a30d3 --- /dev/null +++ b/dev-php/ezc-MvcTools/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-MvcTools +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-MvcTools/ChangeLog,v 1.1 2011/12/14 22:16:52 mabi Exp $ + +*ezc-MvcTools-1.1.3 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-MvcTools-1.1.3.ebuild, + +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-MvcTools/ezc-MvcTools-1.1.3.ebuild b/dev-php/ezc-MvcTools/ezc-MvcTools-1.1.3.ebuild new file mode 100644 index 000000000000..6e17ff8a1eb0 --- /dev/null +++ b/dev-php/ezc-MvcTools/ezc-MvcTools-1.1.3.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-php/ezc-MvcTools/ezc-MvcTools-1.1.3.ebuild,v 1.1 2011/12/14 22:16:52 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows to request parsing, routing, dispatching, views and response writing" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/ezc-MvcTools/metadata.xml b/dev-php/ezc-MvcTools/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-MvcTools/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/ezc-PersistentObject/ChangeLog b/dev-php/ezc-PersistentObject/ChangeLog new file mode 100644 index 000000000000..e5ec439a21c2 --- /dev/null +++ b/dev-php/ezc-PersistentObject/ChangeLog @@ -0,0 +1,97 @@ +# ChangeLog for dev-php5/ezc-PersistentObject +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-PersistentObject/ChangeLog,v 1.1 2011/12/14 22:17:27 mabi Exp $ + +*ezc-PersistentObject-1.7.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-PersistentObject-1.7.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-PersistentObject-1.0.1.ebuild, -ezc-PersistentObject-1.1.ebuild, + -ezc-PersistentObject-1.3.ebuild, -ezc-PersistentObject-1.3.3.ebuild: + Drop old + +*ezc-PersistentObject-1.3.4 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-PersistentObject-1.3.4.ebuild: + Version bump, from the php overlay + +*ezc-PersistentObject-1.3.3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-PersistentObject-1.3.3.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-PersistentObject-1.3.3.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-PersistentObject-1.3.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-PersistentObject-1.3.ebuild: + Marked ~hppa (bug #190787). + +*ezc-PersistentObject-1.3 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-PersistentObject-1.3.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-PersistentObject-1.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-PersistentObject-1.1.ebuild: + Added ~hppa to KEYWORDS. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-PersistentObject-1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-PersistentObject-1.0.1.ebuild, ezc-PersistentObject-1.1.ebuild: + Keyword ~amd64. + +*ezc-PersistentObject-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-PersistentObject-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-PersistentObject-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-PersistentObject-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-PersistentObject-1.0.ebuild: + Pull old version. + +*ezc-PersistentObject-1.0.1 (20 Feb 2006) + + 20 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-PersistentObject-1.0.1.ebuild: + Version bump. + +*ezc-PersistentObject-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-PersistentObject-1.0_rc1.ebuild, +ezc-PersistentObject-1.0.ebuild: + Version bump. + +*ezc-PersistentObject-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-PersistentObject-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild b/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild new file mode 100644 index 000000000000..6bcc3dd538ea --- /dev/null +++ b/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.3.4.ebuild,v 1.1 2011/12/14 22:17:27 mabi Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to store an arbitrary data structures to a fixed database table." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Database-1.3" diff --git a/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.7.1.ebuild b/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.7.1.ebuild new file mode 100644 index 000000000000..d19162cce3b6 --- /dev/null +++ b/dev-php/ezc-PersistentObject/ezc-PersistentObject-1.7.1.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/ezc-PersistentObject/ezc-PersistentObject-1.7.1.ebuild,v 1.1 2011/12/14 22:17:27 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows you to store an arbitrary data structures to a fixed database table." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Database-1.3" diff --git a/dev-php/ezc-PersistentObject/metadata.xml b/dev-php/ezc-PersistentObject/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-PersistentObject/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/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog new file mode 100644 index 000000000000..493cb9486086 --- /dev/null +++ b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog @@ -0,0 +1,65 @@ +# ChangeLog for dev-php5/ezc-PersistentObjectDatabaseSchemaTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ChangeLog,v 1.1 2011/12/14 22:18:03 mabi Exp $ + +*ezc-PersistentObjectDatabaseSchemaTiein-1.3 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-PersistentObjectDatabaseSchemaTiein-1.3.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild, + -ezc-PersistentObjectDatabaseSchemaTiein-1.2.ebuild: + Drop old + +*ezc-PersistentObjectDatabaseSchemaTiein-1.2.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-PersistentObjectDatabaseSchemaTiein-1.2.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-PersistentObjectDatabaseSchemaTiein-1.2.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-PersistentObjectDatabaseSchemaTiein-1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-PersistentObjectDatabaseSchemaTiein-1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Added ~hppa to KEYWORDS. + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Added ~ppc64 + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Keyword ~amd64. + +*ezc-PersistentObjectDatabaseSchemaTiein-1.0 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-PersistentObjectDatabaseSchemaTiein-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.2.1.ebuild b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.2.1.ebuild new file mode 100644 index 000000000000..c02c44ef9c5f --- /dev/null +++ b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.2.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-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.2.1.ebuild,v 1.1 2011/12/14 22:18:03 mabi Exp $ + +EZC_BASE_MIN="1.3.1" +inherit php-ezc + +DESCRIPTION="This eZ component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" +RDEPEND="${RDEPEND} + >=dev-php/ezc-PersistentObject-1.3 + >=dev-php/ezc-DatabaseSchema-1.2 + >=dev-php/ezc-ConsoleTools-1.3" diff --git a/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.3.ebuild b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.3.ebuild new file mode 100644 index 000000000000..515144832adb --- /dev/null +++ b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/ezc-PersistentObjectDatabaseSchemaTiein-1.3.ebuild,v 1.1 2011/12/14 22:18:03 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows the automatic generation of PersistentObject definition files" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-PersistentObject-1.3 + >=dev-php/ezc-DatabaseSchema-1.2 + >=dev-php/ezc-ConsoleTools-1.3" diff --git a/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/metadata.xml b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-PersistentObjectDatabaseSchemaTiein/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/ezc-PhpGenerator/ChangeLog b/dev-php/ezc-PhpGenerator/ChangeLog new file mode 100644 index 000000000000..9ca534a37cc6 --- /dev/null +++ b/dev-php/ezc-PhpGenerator/ChangeLog @@ -0,0 +1,82 @@ +# ChangeLog for dev-php5/ezc-PhpGenerator +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-PhpGenerator/ChangeLog,v 1.1 2011/12/14 22:18:39 mabi Exp $ + +*ezc-PhpGenerator-1.0.6 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-PhpGenerator-1.0.6.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-PhpGenerator-1.0.ebuild, -ezc-PhpGenerator-1.0.1.ebuild, + -ezc-PhpGenerator-1.0.2.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-PhpGenerator-1.0.4.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + ezc-PhpGenerator-1.0.4.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-PhpGenerator-1.0.4.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-PhpGenerator-1.0.4.ebuild: + Marked ~hppa (bug #190787). + +*ezc-PhpGenerator-1.0.4 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-PhpGenerator-1.0.4.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-PhpGenerator-1.0.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-PhpGenerator-1.0.2 (20 Nov 2006) + + 20 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-PhpGenerator-1.0.2.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-PhpGenerator-1.0.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-PhpGenerator-1.0.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-PhpGenerator-1.0.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-PhpGenerator-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-PhpGenerator-1.0.ebuild: + Keyword ~amd64. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-PhpGenerator-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-PhpGenerator-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-PhpGenerator-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-PhpGenerator-1.0_rc1.ebuild, +ezc-PhpGenerator-1.0.ebuild: + Version bump. + +*ezc-PhpGenerator-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-PhpGenerator-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.4.ebuild b/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.4.ebuild new file mode 100644 index 000000000000..e82e124f7ec1 --- /dev/null +++ b/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.4.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.4.ebuild,v 1.1 2011/12/14 22:18:39 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component provides a simple interface for creating PHP files and executing PHP code." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.6.ebuild b/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.6.ebuild new file mode 100644 index 000000000000..ec174d5fd0c5 --- /dev/null +++ b/dev-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.6.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-php/ezc-PhpGenerator/ezc-PhpGenerator-1.0.6.ebuild,v 1.1 2011/12/14 22:18:39 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a simple interface for creating PHP files and executing PHP code." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-PhpGenerator/metadata.xml b/dev-php/ezc-PhpGenerator/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-PhpGenerator/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/ezc-Search/ChangeLog b/dev-php/ezc-Search/ChangeLog new file mode 100644 index 000000000000..0e6aa7f873de --- /dev/null +++ b/dev-php/ezc-Search/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-Search +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Search/ChangeLog,v 1.1 2011/12/14 22:19:14 mabi Exp $ + +*ezc-Search-1.0.9 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Search-1.0.9.ebuild, + +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-Search/ezc-Search-1.0.9.ebuild b/dev-php/ezc-Search/ezc-Search-1.0.9.ebuild new file mode 100644 index 000000000000..96a938e5556a --- /dev/null +++ b/dev-php/ezc-Search/ezc-Search-1.0.9.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-php/ezc-Search/ezc-Search-1.0.9.ebuild,v 1.1 2011/12/14 22:19:14 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows to index and query documents with different search engine backends" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-php/ezc-Search/metadata.xml b/dev-php/ezc-Search/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Search/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/ezc-SignalSlot/ChangeLog b/dev-php/ezc-SignalSlot/ChangeLog new file mode 100644 index 000000000000..72710eb626b6 --- /dev/null +++ b/dev-php/ezc-SignalSlot/ChangeLog @@ -0,0 +1,40 @@ +# ChangeLog for dev-php5/ezc-SignalSlot +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-SignalSlot/ChangeLog,v 1.1 2011/12/14 22:19:50 mabi Exp $ + +*ezc-SignalSlot-1.1.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-SignalSlot-1.1.1.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog: + Regen Manifest + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> ezc-SignalSlot-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-SignalSlot-1.1.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-SignalSlot-1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-SignalSlot-1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-SignalSlot-1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-SignalSlot-1.1.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +ezc-SignalSlot-1.1.ebuild: + Version bump for eZC 2007.1.1 + +*ezc-SignalSlot-1.0 (23 Jan 2006) + + 23 Jan 2006; Tobias Schlitt <toby@php.net> +metadata.xml, + +ezc-SignalSlot-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.1.ebuild b/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.1.ebuild new file mode 100644 index 000000000000..487b7514ed7d --- /dev/null +++ b/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.1.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-php/ezc-SignalSlot/ezc-SignalSlot-1.1.1.ebuild,v 1.1 2011/12/14 22:19:50 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component implements a mechanism for inter- and intra-object communication" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.ebuild b/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.ebuild new file mode 100644 index 000000000000..bab00a92d35e --- /dev/null +++ b/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-SignalSlot/ezc-SignalSlot-1.1.ebuild,v 1.1 2011/12/14 22:19:50 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component implements a mechanism for inter- and intra-object communication +through the use of signals and slots." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-SignalSlot/metadata.xml b/dev-php/ezc-SignalSlot/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-SignalSlot/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/ezc-SystemInformation/ChangeLog b/dev-php/ezc-SystemInformation/ChangeLog new file mode 100644 index 000000000000..fafd0d62331b --- /dev/null +++ b/dev-php/ezc-SystemInformation/ChangeLog @@ -0,0 +1,75 @@ +# ChangeLog for dev-php5/ezc-SystemInformation +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-SystemInformation/ChangeLog,v 1.1 2011/12/14 22:20:27 mabi Exp $ + +*ezc-SystemInformation-1.0.8 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-SystemInformation-1.0.8.ebuild: + Version bump, bug #320547 + + 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-SystemInformation-1.0.ebuild, -ezc-SystemInformation-1.0.1.ebuild, + -ezc-SystemInformation-1.0.2.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-SystemInformation-1.0.5.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + ezc-SystemInformation-1.0.5.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-SystemInformation-1.0.5.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-SystemInformation-1.0.5.ebuild: + Marked ~hppa (bug #190787). + +*ezc-SystemInformation-1.0.5 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-SystemInformation-1.0.5.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-SystemInformation-1.0.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-SystemInformation-1.0.2 (20 Nov 2006) + + 20 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-SystemInformation-1.0.2.ebuild: + Version bump. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-SystemInformation-1.0.1.ebuild: + Added ~hppa to KEYWORDS. + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-SystemInformation-1.0.1.ebuild: + Added ~ppc64 + +*ezc-SystemInformation-1.0.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-SystemInformation-1.0.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-SystemInformation-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-SystemInformation-1.0.ebuild: + Keyword ~amd64. + +*ezc-SystemInformation-1.0 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-SystemInformation-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.5.ebuild b/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.5.ebuild new file mode 100644 index 000000000000..6101762f2d0a --- /dev/null +++ b/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.5.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.5.ebuild,v 1.1 2011/12/14 22:20:27 mabi Exp $ + +EZC_BASE_MIN="1.2" +inherit php-ezc + +DESCRIPTION="This eZ component provides access to common system variables, such as CPU type and speed, and the available RAM." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild b/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild new file mode 100644 index 000000000000..f0482e742f24 --- /dev/null +++ b/dev-php/ezc-SystemInformation/ezc-SystemInformation-1.0.8.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-php/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild,v 1.1 2011/12/14 22:20:27 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides access to common system variables (CPU type, speed, RAM)" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-SystemInformation/metadata.xml b/dev-php/ezc-SystemInformation/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-SystemInformation/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/ezc-Template/ChangeLog b/dev-php/ezc-Template/ChangeLog new file mode 100644 index 000000000000..2ad8b0b81850 --- /dev/null +++ b/dev-php/ezc-Template/ChangeLog @@ -0,0 +1,56 @@ +# ChangeLog for dev-php5/ezc-Template +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Template/ChangeLog,v 1.1 2011/12/14 22:21:03 mabi Exp $ + +*ezc-Template-1.4.2 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Template-1.4.2.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Template-1.0.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> ezc-Template-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> ezc-Template-1.2.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Template-1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Template-1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Template-1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +ezc-Template-1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-Template-1.0.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Template-1.0.ebuild: + Added ~hppa to KEYWORDS. + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> ezc-Template-1.0.ebuild: + Added ~ppc64 + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Template-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Template-1.0.ebuild: + Keyword ~amd64. + + 17 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Template-1.0.ebuild: + Shorten DESCRIPTION. + +*ezc-Template-1.0 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Template-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Template/ezc-Template-1.2.ebuild b/dev-php/ezc-Template/ezc-Template-1.2.ebuild new file mode 100644 index 000000000000..d44acfe58437 --- /dev/null +++ b/dev-php/ezc-Template/ezc-Template-1.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Template/ezc-Template-1.2.ebuild,v 1.1 2011/12/14 22:21:03 mabi Exp $ + +EZC_BASE_MIN="1.3" +inherit php-ezc + +DESCRIPTION="This eZ component provides a compiling and optimizing templating +system." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Template/ezc-Template-1.4.2.ebuild b/dev-php/ezc-Template/ezc-Template-1.4.2.ebuild new file mode 100644 index 000000000000..b5e4a22ec38d --- /dev/null +++ b/dev-php/ezc-Template/ezc-Template-1.4.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Template/ezc-Template-1.4.2.ebuild,v 1.1 2011/12/14 22:21:03 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides a compiling and optimizing templating +system." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Template/metadata.xml b/dev-php/ezc-Template/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Template/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/ezc-TemplateTranslationTiein/ChangeLog b/dev-php/ezc-TemplateTranslationTiein/ChangeLog new file mode 100644 index 000000000000..a5acbb6c4388 --- /dev/null +++ b/dev-php/ezc-TemplateTranslationTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-TemplateTranslationTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TemplateTranslationTiein/ChangeLog,v 1.1 2011/12/14 22:21:45 mabi Exp $ + +*ezc-TemplateTranslationTiein-1.1.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-TemplateTranslationTiein-1.1.1.ebuild, +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-TemplateTranslationTiein/ezc-TemplateTranslationTiein-1.1.1.ebuild b/dev-php/ezc-TemplateTranslationTiein/ezc-TemplateTranslationTiein-1.1.1.ebuild new file mode 100644 index 000000000000..2a245eaec5df --- /dev/null +++ b/dev-php/ezc-TemplateTranslationTiein/ezc-TemplateTranslationTiein-1.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TemplateTranslationTiein/ezc-TemplateTranslationTiein-1.1.1.ebuild,v 1.1 2011/12/14 22:21:45 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides functionality to use translations inside templates" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Template-1.4 + >=dev-php/ezc-Translation-1.3 + >=dev-php/ezc-ConsoleTools-1.5" diff --git a/dev-php/ezc-TemplateTranslationTiein/metadata.xml b/dev-php/ezc-TemplateTranslationTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-TemplateTranslationTiein/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/ezc-Translation/ChangeLog b/dev-php/ezc-Translation/ChangeLog new file mode 100644 index 000000000000..471a7468094c --- /dev/null +++ b/dev-php/ezc-Translation/ChangeLog @@ -0,0 +1,89 @@ +# ChangeLog for dev-php5/ezc-Translation +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ChangeLog,v 1.1 2011/12/14 22:22:20 mabi Exp $ + +*ezc-Translation-1.3.2 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Translation-1.3.2.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-Translation-1.0.ebuild, -ezc-Translation-1.1.ebuild, + -ezc-Translation-1.1.1.ebuild, -ezc-Translation-1.1.2.ebuild, + -ezc-Translation-1.1.4.ebuild: + Drop old + +*ezc-Translation-1.1.6 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-Translation-1.1.6.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-Translation-1.1.6.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-Translation-1.1.4.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Translation-1.1.4.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Translation-1.1.4 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-Translation-1.1.4.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-Translation-1.1.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-Translation-1.1.2 (20 Nov 2006) + + 20 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Translation-1.1.2.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-Translation-1.1.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-Translation-1.1.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Translation-1.1.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-Translation-1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-Translation-1.0.ebuild, ezc-Translation-1.1.ebuild: + Keyword ~amd64. + +*ezc-Translation-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-Translation-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-Translation-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-Translation-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-Translation-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-Translation-1.0_rc1.ebuild, +ezc-Translation-1.0.ebuild: + Version bump. + +*ezc-Translation-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Translation-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild b/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild new file mode 100644 index 000000000000..651800977655 --- /dev/null +++ b/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ezc-Translation-1.1.6.ebuild,v 1.1 2011/12/14 22:22:20 mabi Exp $ + +EZC_BASE_MIN="1.3.1" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component reads XML translation definitions (the Qt Linguist format) +and presents you with a class to apply translations to strings." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use xml +} diff --git a/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild b/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild new file mode 100644 index 000000000000..e997ee8e4665 --- /dev/null +++ b/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Translation/ezc-Translation-1.3.2.ebuild,v 1.1 2011/12/14 22:22:20 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component presents you with a class to apply XML translations (QT) to strings" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use xml +} diff --git a/dev-php/ezc-Translation/metadata.xml b/dev-php/ezc-Translation/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Translation/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/ezc-TranslationCacheTiein/ChangeLog b/dev-php/ezc-TranslationCacheTiein/ChangeLog new file mode 100644 index 000000000000..76ed82777fd7 --- /dev/null +++ b/dev-php/ezc-TranslationCacheTiein/ChangeLog @@ -0,0 +1,75 @@ +# ChangeLog for dev-php5/ezc-TranslationCacheTiein +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TranslationCacheTiein/ChangeLog,v 1.1 2011/12/14 22:23:00 mabi Exp $ + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-TranslationCacheTiein-1.0.ebuild, + -ezc-TranslationCacheTiein-1.1.ebuild, + -ezc-TranslationCacheTiein-1.1.1.ebuild: + Drop old + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-TranslationCacheTiein-1.1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-TranslationCacheTiein-1.1.2.ebuild: + Pinpoint ezc-Base dependency + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-TranslationCacheTiein-1.1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-TranslationCacheTiein-1.1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-TranslationCacheTiein-1.1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-TranslationCacheTiein-1.1.2.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-TranslationCacheTiein-1.1.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-TranslationCacheTiein-1.1.1 (20 Nov 2006) + + 20 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-TranslationCacheTiein-1.1.1.ebuild: + Version bump. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> + ezc-TranslationCacheTiein-1.1.ebuild: + Added ~hppa to KEYWORDS. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> + ezc-TranslationCacheTiein-1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-TranslationCacheTiein-1.0.ebuild, + ezc-TranslationCacheTiein-1.1.ebuild: + Keyword ~amd64. + +*ezc-TranslationCacheTiein-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-TranslationCacheTiein-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-TranslationCacheTiein-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-TranslationCacheTiein-1.0.ebuild: + Added ~ppc64; bug #134717 + +*ezc-TranslationCacheTiein-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-TranslationCacheTiein-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.2.ebuild b/dev-php/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.2.ebuild new file mode 100644 index 000000000000..caf5744f451e --- /dev/null +++ b/dev-php/ezc-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.2.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-TranslationCacheTiein/ezc-TranslationCacheTiein-1.1.2.ebuild,v 1.1 2011/12/14 22:23:00 mabi Exp $ + +EZC_BASE_MIN="1.2" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component adds the TranslationCache backend to the Translation component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Translation-1.1.4 + >=dev-php/ezc-Cache-1.1.2" diff --git a/dev-php/ezc-TranslationCacheTiein/metadata.xml b/dev-php/ezc-TranslationCacheTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-TranslationCacheTiein/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/ezc-Tree/ChangeLog b/dev-php/ezc-Tree/ChangeLog new file mode 100644 index 000000000000..fc377e29ca92 --- /dev/null +++ b/dev-php/ezc-Tree/ChangeLog @@ -0,0 +1,28 @@ +# ChangeLog for dev-php5/ezc-Tree +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Tree/ChangeLog,v 1.1 2011/12/14 22:23:42 mabi Exp $ + +*ezc-Tree-1.1.4 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Tree-1.1.4.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog: + Regen Manifest + + 21 Jan 2008; Jeroen Roovers <jer@gentoo.org> ezc-Tree-1.0.ebuild: + Marked ~hppa (bug #205645). + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> ezc-Tree-1.0.ebuild: + Add ~sparc per bug #205645 + +*ezc-Tree-1.0 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-Tree-1.0.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-Tree-1.0.ebuild: + New ebuild for ezc-eZcomponents-2007.2 + diff --git a/dev-php/ezc-Tree/ezc-Tree-1.0.ebuild b/dev-php/ezc-Tree/ezc-Tree-1.0.ebuild new file mode 100644 index 000000000000..b6cd136e2a6c --- /dev/null +++ b/dev-php/ezc-Tree/ezc-Tree-1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Tree/ezc-Tree-1.0.ebuild,v 1.1 2011/12/14 22:23:42 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component handles the creating, manipulating and querying of tree structures." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-lang/php-5.2.1" diff --git a/dev-php/ezc-Tree/ezc-Tree-1.1.4.ebuild b/dev-php/ezc-Tree/ezc-Tree-1.1.4.ebuild new file mode 100644 index 000000000000..8b91c3a3368f --- /dev/null +++ b/dev-php/ezc-Tree/ezc-Tree-1.1.4.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/ezc-Tree/ezc-Tree-1.1.4.ebuild,v 1.1 2011/12/14 22:23:42 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component handles the creating, manipulating and querying of tree structures." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-lang/php-5.2.1" diff --git a/dev-php/ezc-Tree/metadata.xml b/dev-php/ezc-Tree/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Tree/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/ezc-TreeDatabaseTiein/ChangeLog b/dev-php/ezc-TreeDatabaseTiein/ChangeLog new file mode 100644 index 000000000000..0667221325e9 --- /dev/null +++ b/dev-php/ezc-TreeDatabaseTiein/ChangeLog @@ -0,0 +1,31 @@ +# ChangeLog for dev-php5/ezc-TreeDatabaseTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TreeDatabaseTiein/ChangeLog,v 1.1 2011/12/14 22:24:17 mabi Exp $ + +*ezc-TreeDatabaseTiein-1.1.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-TreeDatabaseTiein-1.1.1.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog: + Regen Manifest + + 21 Jan 2008; Jeroen Roovers <jer@gentoo.org> + ezc-TreeDatabaseTiein-1.0.ebuild: + Marked ~hppa (bug #205645). + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-TreeDatabaseTiein-1.0.ebuild: + Add ~sparc per bug #205645 + +*ezc-TreeDatabaseTiein-1.0 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-TreeDatabaseTiein-1.0.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-TreeDatabaseTiein-1.0.ebuild: + New ebuild for ezc-eZcomponents-2007.2 + diff --git a/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.0.ebuild b/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.0.ebuild new file mode 100644 index 000000000000..2c09ebae6bfa --- /dev/null +++ b/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.0.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-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.0.ebuild,v 1.1 2011/12/14 22:24:17 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component implements the database related backends and data stores for the Tree component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Database-1.3 + >=dev-php/ezc-Tree-1.0" diff --git a/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild b/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild new file mode 100644 index 000000000000..b65045e193b7 --- /dev/null +++ b/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TreeDatabaseTiein/ezc-TreeDatabaseTiein-1.1.1.ebuild,v 1.1 2011/12/14 22:24:17 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component implements the database related backends and data stores for the Tree component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Database-1.3 + >=dev-php/ezc-Tree-1.1" diff --git a/dev-php/ezc-TreeDatabaseTiein/metadata.xml b/dev-php/ezc-TreeDatabaseTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-TreeDatabaseTiein/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/ezc-TreePersistentObjectTiein/ChangeLog b/dev-php/ezc-TreePersistentObjectTiein/ChangeLog new file mode 100644 index 000000000000..0aacd436137e --- /dev/null +++ b/dev-php/ezc-TreePersistentObjectTiein/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for dev-php5/ezc-TreePersistentObjectTiein +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TreePersistentObjectTiein/ChangeLog,v 1.1 2011/12/14 22:24:54 mabi Exp $ + + 21 Jan 2008; Jeroen Roovers <jer@gentoo.org> + ezc-TreePersistentObjectTiein-1.0.ebuild: + Marked ~hppa (bug #205645). + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + ezc-TreePersistentObjectTiein-1.0.ebuild: + Add ~sparc per bug #205645 + +*ezc-TreePersistentObjectTiein-1.0 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-TreePersistentObjectTiein-1.0.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-TreePersistentObjectTiein-1.0.ebuild: + New ebuild for ezc-eZcomponents-2007.2 + diff --git a/dev-php/ezc-TreePersistentObjectTiein/ezc-TreePersistentObjectTiein-1.0.ebuild b/dev-php/ezc-TreePersistentObjectTiein/ezc-TreePersistentObjectTiein-1.0.ebuild new file mode 100644 index 000000000000..49dd614af3d9 --- /dev/null +++ b/dev-php/ezc-TreePersistentObjectTiein/ezc-TreePersistentObjectTiein-1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-TreePersistentObjectTiein/ezc-TreePersistentObjectTiein-1.0.ebuild,v 1.1 2011/12/14 22:24:54 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component uses persistent objects as data storage for the +data elements of the tree nodes of the Tree component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Tree-1.0 + >=dev-php/ezc-PersistentObject-1.3" diff --git a/dev-php/ezc-TreePersistentObjectTiein/metadata.xml b/dev-php/ezc-TreePersistentObjectTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-TreePersistentObjectTiein/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/ezc-Url/ChangeLog b/dev-php/ezc-Url/ChangeLog new file mode 100644 index 000000000000..59bab6bf809d --- /dev/null +++ b/dev-php/ezc-Url/ChangeLog @@ -0,0 +1,41 @@ +# ChangeLog for dev-php5/ezc-Url +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Url/ChangeLog,v 1.1 2011/12/14 22:25:31 mabi Exp $ + +*ezc-Url-1.2.2 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Url-1.2.2.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Url-1.1.ebuild: + Drop old + +*ezc-Url-1.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Url-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +ezc-Url-1.2.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Url-1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Url-1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Url-1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-Url-1.1.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +ezc-Url-1.1.ebuild: + Version bump for eZC 2007.1.1 + +*ezc-Url-1.0 (23 Jan 2006) + + 23 Jan 2006; Tobias Schlitt <toby@php.net> +metadata.xml, + +ezc-Url-1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-Url/ezc-Url-1.2.2.ebuild b/dev-php/ezc-Url/ezc-Url-1.2.2.ebuild new file mode 100644 index 000000000000..de844072472d --- /dev/null +++ b/dev-php/ezc-Url/ezc-Url-1.2.2.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-php/ezc-Url/ezc-Url-1.2.2.ebuild,v 1.1 2011/12/14 22:25:31 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides operations to handle URLs (parse, build, get/set path, get/set query)" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Url/ezc-Url-1.2.ebuild b/dev-php/ezc-Url/ezc-Url-1.2.ebuild new file mode 100644 index 000000000000..d3629b5cb52a --- /dev/null +++ b/dev-php/ezc-Url/ezc-Url-1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Url/ezc-Url-1.2.ebuild,v 1.1 2011/12/14 22:25:31 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component provides basic operations to handle URLs (parse, build, get/set path, get/set query)." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Url/metadata.xml b/dev-php/ezc-Url/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Url/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/ezc-UserInput/ChangeLog b/dev-php/ezc-UserInput/ChangeLog new file mode 100644 index 000000000000..66240459709c --- /dev/null +++ b/dev-php/ezc-UserInput/ChangeLog @@ -0,0 +1,81 @@ +# ChangeLog for dev-php5/ezc-UserInput +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-UserInput/ChangeLog,v 1.1 2011/12/14 22:26:07 mabi Exp $ + +*ezc-UserInput-1.4 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-UserInput-1.4.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-UserInput-1.0.ebuild, + -ezc-UserInput-1.0.1.ebuild, -ezc-UserInput-1.1.2.ebuild: + Drop old + +*ezc-UserInput-1.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-UserInput-1.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-UserInput-1.2.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-UserInput-1.1.2.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-UserInput-1.1.2.ebuild: + Marked ~hppa (bug #190787). + +*ezc-UserInput-1.1.2 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-UserInput-1.1.2.ebuild: + Version bump for eZC 2007.1.1 + + 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> ezc-UserInput-1.0.ebuild, + ezc-UserInput-1.0.1.ebuild: + Remove filter dep. + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-UserInput-1.0.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + + 01 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-UserInput-1.0.1.ebuild: + Added ~hppa to KEYWORDS. + +*ezc-UserInput-1.0.1 (28 Aug 2006) + + 28 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-UserInput-1.0.1.ebuild: + Version bump. + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-UserInput-1.0.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-UserInput-1.0.ebuild: + Keyword ~amd64. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-UserInput-1.0.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> ezc-UserInput-1.0.ebuild: + Added ~ppc64; bug #134717 + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-UserInput-1.0.ebuild: + RDEPEND on dev-php5/pecl-filter. + +*ezc-UserInput-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-UserInput-1.0_rc1.ebuild, +ezc-UserInput-1.0.ebuild: + Version bump. + +*ezc-UserInput-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-UserInput-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild b/dev-php/ezc-UserInput/ezc-UserInput-1.2.ebuild new file mode 100644 index 000000000000..008ef14c8e07 --- /dev/null +++ b/dev-php/ezc-UserInput/ezc-UserInput-1.2.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-UserInput/ezc-UserInput-1.2.ebuild,v 1.1 2011/12/14 22:26:07 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component assists you to safely import user input variables into your application." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use filter +} diff --git a/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild b/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild new file mode 100644 index 000000000000..7b8c7c3a55f5 --- /dev/null +++ b/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-UserInput/ezc-UserInput-1.4.ebuild,v 1.1 2011/12/14 22:26:07 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc depend.php + +DESCRIPTION="This eZ component assists you to safely import user input variables into your application." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use filter +} diff --git a/dev-php/ezc-UserInput/metadata.xml b/dev-php/ezc-UserInput/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-UserInput/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/ezc-Webdav/ChangeLog b/dev-php/ezc-Webdav/ChangeLog new file mode 100644 index 000000000000..8b50cfcad5dd --- /dev/null +++ b/dev-php/ezc-Webdav/ChangeLog @@ -0,0 +1,28 @@ +# ChangeLog for dev-php5/ezc-Webdav +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Webdav/ChangeLog,v 1.1 2011/12/14 22:26:46 mabi Exp $ + +*ezc-Webdav-1.1.4 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Webdav-1.1.4.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> ChangeLog: + Regen Manifest + + 21 Jan 2008; Jeroen Roovers <jer@gentoo.org> ezc-Webdav-1.0.ebuild: + Marked ~hppa (bug #205645). + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> ezc-Webdav-1.0.ebuild: + Add ~sparc per bug #205645 + +*ezc-Webdav-1.0 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-Webdav-1.0.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-Webdav-1.0.ebuild: + New ebuild for ezc-eZcomponents-2007.2 + diff --git a/dev-php/ezc-Webdav/ezc-Webdav-1.0.ebuild b/dev-php/ezc-Webdav/ezc-Webdav-1.0.ebuild new file mode 100644 index 000000000000..29d6d4bc1ce7 --- /dev/null +++ b/dev-php/ezc-Webdav/ezc-Webdav-1.0.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-Webdav/ezc-Webdav-1.0.ebuild,v 1.1 2011/12/14 22:26:46 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component allows to set up and run your own WebDAV (RFC 2518) server, +to enable online content editing for the users of your system through the WebDAV HTTP extension." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-lang/php-5.2.1" diff --git a/dev-php/ezc-Webdav/ezc-Webdav-1.1.4.ebuild b/dev-php/ezc-Webdav/ezc-Webdav-1.1.4.ebuild new file mode 100644 index 000000000000..f85955589d80 --- /dev/null +++ b/dev-php/ezc-Webdav/ezc-Webdav-1.1.4.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/ezc-Webdav/ezc-Webdav-1.1.4.ebuild,v 1.1 2011/12/14 22:26:46 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component allows to set up and run WebDAV (RFC 2518) server (content editing)" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-lang/php-5.2.1" diff --git a/dev-php/ezc-Webdav/metadata.xml b/dev-php/ezc-Webdav/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Webdav/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/ezc-Workflow/ChangeLog b/dev-php/ezc-Workflow/ChangeLog new file mode 100644 index 000000000000..df0b9658a621 --- /dev/null +++ b/dev-php/ezc-Workflow/ChangeLog @@ -0,0 +1,37 @@ +# ChangeLog for dev-php5/ezc-Workflow +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Workflow/ChangeLog,v 1.1 2011/12/14 22:27:21 mabi Exp $ + +*ezc-Workflow-1.4.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> +ezc-Workflow-1.4.1.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-Workflow-1.0.1.ebuild: + Drop old + +*ezc-Workflow-1.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> +ezc-Workflow-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-Workflow-1.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> ezc-Workflow-1.0.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> ezc-Workflow-1.0.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-Workflow-1.0.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-Workflow-1.0.1.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-Workflow-1.0.1.ebuild: + New ebuild for eZC 2007.1.1 + diff --git a/dev-php/ezc-Workflow/ezc-Workflow-1.1.ebuild b/dev-php/ezc-Workflow/ezc-Workflow-1.1.ebuild new file mode 100644 index 000000000000..229152ffe4ac --- /dev/null +++ b/dev-php/ezc-Workflow/ezc-Workflow-1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-Workflow/ezc-Workflow-1.1.ebuild,v 1.1 2011/12/14 22:27:21 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component provides the core functionality of an activity-based workflow system +including the definition and execution of workflow specifications." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Workflow/ezc-Workflow-1.4.1.ebuild b/dev-php/ezc-Workflow/ezc-Workflow-1.4.1.ebuild new file mode 100644 index 000000000000..4f157911e6cd --- /dev/null +++ b/dev-php/ezc-Workflow/ezc-Workflow-1.4.1.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-php/ezc-Workflow/ezc-Workflow-1.4.1.ebuild,v 1.1 2011/12/14 22:27:21 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides the core functionality of an activity-based workflow system" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" diff --git a/dev-php/ezc-Workflow/metadata.xml b/dev-php/ezc-Workflow/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-Workflow/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/ezc-WorkflowDatabaseTiein/ChangeLog b/dev-php/ezc-WorkflowDatabaseTiein/ChangeLog new file mode 100644 index 000000000000..43d2334a5747 --- /dev/null +++ b/dev-php/ezc-WorkflowDatabaseTiein/ChangeLog @@ -0,0 +1,42 @@ +# ChangeLog for dev-php5/ezc-WorkflowDatabaseTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-WorkflowDatabaseTiein/ChangeLog,v 1.1 2011/12/14 22:27:56 mabi Exp $ + +*ezc-WorkflowDatabaseTiein-1.4 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-WorkflowDatabaseTiein-1.4.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-WorkflowDatabaseTiein-1.0.ebuild: + Drop old + +*ezc-WorkflowDatabaseTiein-1.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-WorkflowDatabaseTiein-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-WorkflowDatabaseTiein-1.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-WorkflowDatabaseTiein-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-WorkflowDatabaseTiein-1.0.ebuild: + Marked ~hppa (bug #190787). + +*ezc-WorkflowDatabaseTiein-1.0 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-WorkflowDatabaseTiein-1.0.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-WorkflowDatabaseTiein-1.0.ebuild: + New ebuild for eZC 2007.1.1 + diff --git a/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.1.ebuild b/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.1.ebuild new file mode 100644 index 000000000000..f70a938b5d68 --- /dev/null +++ b/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-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-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.1.ebuild,v 1.1 2011/12/14 22:27:56 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component contains the database backend for the Workflow component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Workflow-1.1 + >=dev-php/ezc-Database-1.3" diff --git a/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.4.ebuild b/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.4.ebuild new file mode 100644 index 000000000000..01be7968f464 --- /dev/null +++ b/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-WorkflowDatabaseTiein/ezc-WorkflowDatabaseTiein-1.4.ebuild,v 1.1 2011/12/14 22:27:56 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component contains the database backend for the Workflow component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Workflow-1.4 + >=dev-php/ezc-Database-1.3" diff --git a/dev-php/ezc-WorkflowDatabaseTiein/metadata.xml b/dev-php/ezc-WorkflowDatabaseTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-WorkflowDatabaseTiein/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/ezc-WorkflowEventLogTiein/ChangeLog b/dev-php/ezc-WorkflowEventLogTiein/ChangeLog new file mode 100644 index 000000000000..5ca3fcbb3afc --- /dev/null +++ b/dev-php/ezc-WorkflowEventLogTiein/ChangeLog @@ -0,0 +1,36 @@ +# ChangeLog for dev-php5/ezc-WorkflowEventLogTiein +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-WorkflowEventLogTiein/ChangeLog,v 1.1 2011/12/14 22:28:32 mabi Exp $ + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-WorkflowEventLogTiein-1.0.ebuild: + Drop old + +*ezc-WorkflowEventLogTiein-1.1 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-WorkflowEventLogTiein-1.1.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-WorkflowEventLogTiein-1.1.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-WorkflowEventLogTiein-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-WorkflowEventLogTiein-1.0.ebuild: + Marked ~hppa (bug #190787). + +*ezc-WorkflowEventLogTiein-1.0 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ezc-WorkflowEventLogTiein-1.0.ebuild: + Version bump for eZC 2007.1.1 + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +ezc-WorkflowEventLogTiein-1.0.ebuild: + New ebuild for eZC 2007.1.1 + diff --git a/dev-php/ezc-WorkflowEventLogTiein/ezc-WorkflowEventLogTiein-1.1.ebuild b/dev-php/ezc-WorkflowEventLogTiein/ezc-WorkflowEventLogTiein-1.1.ebuild new file mode 100644 index 000000000000..905609e02764 --- /dev/null +++ b/dev-php/ezc-WorkflowEventLogTiein/ezc-WorkflowEventLogTiein-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-WorkflowEventLogTiein/ezc-WorkflowEventLogTiein-1.1.ebuild,v 1.1 2011/12/14 22:28:32 mabi Exp $ + +EZC_BASE_MIN="1.4" +inherit php-ezc + +DESCRIPTION="This eZ component contains the EventLog listener for the Workflow component." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-EventLog-1.1 + >=dev-php/ezc-Workflow-1.0.1" diff --git a/dev-php/ezc-WorkflowEventLogTiein/metadata.xml b/dev-php/ezc-WorkflowEventLogTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-WorkflowEventLogTiein/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/ezc-WorkflowSignalSlotTiein/ChangeLog b/dev-php/ezc-WorkflowSignalSlotTiein/ChangeLog new file mode 100644 index 000000000000..2c3702299c89 --- /dev/null +++ b/dev-php/ezc-WorkflowSignalSlotTiein/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-WorkflowSignalSlotTiein +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-WorkflowSignalSlotTiein/ChangeLog,v 1.1 2011/12/14 22:29:07 mabi Exp $ + +*ezc-WorkflowSignalSlotTiein-1.0 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-WorkflowSignalSlotTiein-1.0.ebuild, +metadata.xml: + New component for ezc-eZcomponents 2009.2.1, bug #320547 + diff --git a/dev-php/ezc-WorkflowSignalSlotTiein/ezc-WorkflowSignalSlotTiein-1.0.ebuild b/dev-php/ezc-WorkflowSignalSlotTiein/ezc-WorkflowSignalSlotTiein-1.0.ebuild new file mode 100644 index 000000000000..d76c2851eed4 --- /dev/null +++ b/dev-php/ezc-WorkflowSignalSlotTiein/ezc-WorkflowSignalSlotTiein-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-WorkflowSignalSlotTiein/ezc-WorkflowSignalSlotTiein-1.0.ebuild,v 1.1 2011/12/14 22:29:07 mabi Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component contains the SignalSlot links for the Workflow component" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=dev-php/ezc-Workflow-1.2 + >=dev-php/ezc-SignalSlot-1.1" diff --git a/dev-php/ezc-WorkflowSignalSlotTiein/metadata.xml b/dev-php/ezc-WorkflowSignalSlotTiein/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-WorkflowSignalSlotTiein/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/ezc-eZcomponents/ChangeLog b/dev-php/ezc-eZcomponents/ChangeLog new file mode 100644 index 000000000000..2944a61fe305 --- /dev/null +++ b/dev-php/ezc-eZcomponents/ChangeLog @@ -0,0 +1,127 @@ +# ChangeLog for dev-php5/ezc-eZcomponents +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-eZcomponents/ChangeLog,v 1.1 2011/12/14 22:09:42 mabi Exp $ + + 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> + ezc-eZcomponents-2007.2.1.ebuild: + Drop sparc keywords + + 16 Aug 2010; Jeroen Roovers <jer@gentoo.org> + ezc-eZcomponents-2007.2.1.ebuild: + Remove HPPA keywording (bug #320679). + +*ezc-eZcomponents-2009.2.1 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-eZcomponents-2009.2.1.ebuild: + Version bump, bug #320547 + + 19 Mar 2008; Markus Ullmann <jokey@gentoo.org> + -ezc-eZcomponents-1.0.1.ebuild, -ezc-eZcomponents-1.1.ebuild, + -ezc-eZcomponents-1.1.2.ebuild, -ezc-eZcomponents-2007.1.1.ebuild, + -ezc-eZcomponents-2007.2.ebuild: + Drop old + +*ezc-eZcomponents-2007.2.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +ezc-eZcomponents-2007.2.1.ebuild: + Version bump, from the php overlay + +*ezc-eZcomponents-2007.2 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +ezc-eZcomponents-2007.2.ebuild: + Add eZ Components 2007.2 from project overlay + + 12 Jan 2008; Jakub Moc <jakub@gentoo.org> + +ezc-eZcomponents-2007.2.ebuild: + Version bump to 2007.2 + + 08 Oct 2007; Markus Ullmann <jokey@gentoo.org> + ezc-eZcomponents-2007.1.1.ebuild: + Rekeyword sparc per bug #190787 thanks to Tiago Cunha for digging into it + + 31 Aug 2007; Jeroen Roovers <jer@gentoo.org> + ezc-eZcomponents-2007.1.1.ebuild: + Marked ~hppa (bug #190787). + +*ezc-eZcomponents-2007.1.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +ezc-eZcomponents-2007.1.1.ebuild: + Version bump for eZC 2007.1.1 + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + ezc-eZcomponents-1.1.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. + +*ezc-eZcomponents-1.1.2 (09 Oct 2006) + + 09 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-eZcomponents-1.1.2.ebuild: + Version bump. + + 02 Oct 2006; Guy Martin <gmsoft@gentoo.org> ezc-eZcomponents-1.1.ebuild: + Added ~hppa to KEYWORDS. + + 30 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-eZcomponents-1.0.1.ebuild, ezc-eZcomponents-1.1.ebuild: + It is safe again to pull in the UserInput component. + + 29 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-eZcomponents-1.0.1.ebuild, ezc-eZcomponents-1.1.ebuild: + Do not pull in the UserInput component until a new version of the filter + extension is out, closes bug #149534. + + 16 Sep 2006; Markus Rothe <corsair@gentoo.org> + ezc-eZcomponents-1.1.ebuild: + Added ~ppc64 + + 24 Aug 2006; Jason Wever <weeve@gentoo.org> ezc-eZcomponents-1.1.ebuild: + Added ~sparc keyword wrt bug #134717. + + 12 Jul 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-eZcomponents-1.0.1.ebuild, ezc-eZcomponents-1.1.ebuild: + Keyword ~amd64. + +*ezc-eZcomponents-1.1 (12 Jun 2006) + + 12 Jun 2006; Sebastian Bergmann <sebastian@gentoo.org> + +ezc-eZcomponents-1.1.ebuild: + Version bump. + + 06 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ezc-eZcomponents-1.0.1.ebuild: + Added ~ppc, bug #134717 + + 30 May 2006; Markus Rothe <corsair@gentoo.org> + ezc-eZcomponents-1.0.1.ebuild: + Added ~ppc64; bug #134717 + + 01 May 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-eZcomponents-1.0.ebuild: + Pull old version. + + 27 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-eZcomponents-1.0.1.ebuild: + Add more 1.0.1 packages. + +*ezc-eZcomponents-1.0.1 (20 Feb 2006) + + 20 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> + ezc-eZcomponents-1.0.ebuild, +ezc-eZcomponents-1.0.1.ebuild: + Version bump. + +*ezc-eZcomponents-1.0 (30 Jan 2006) + + 30 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + -ezc-eZcomponents-1.0_rc1.ebuild, +ezc-eZcomponents-1.0.ebuild: + Version bump. + +*ezc-eZcomponents-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-eZcomponents-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild b/dev-php/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild new file mode 100644 index 000000000000..3cbee07496c2 --- /dev/null +++ b/dev-php/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-eZcomponents/ezc-eZcomponents-2007.2.1.ebuild,v 1.1 2011/12/14 22:09:42 mabi Exp $ + +DESCRIPTION="eZ components is an enterprise ready general purpose PHP platform." +HOMEPAGE="http://ez.no/products/ez_components" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-php/ezc-Archive-1.2.4 + >=dev-php/ezc-Authentication-1.1 + >=dev-php/ezc-AuthenticationDatabaseTiein-1.1 + >=dev-php/ezc-Base-1.4.1 + >=dev-php/ezc-Cache-1.3 + >=dev-php/ezc-Configuration-1.2 + >=dev-php/ezc-ConsoleTools-1.3.2 + >=dev-php/ezc-Database-1.3.4 + >=dev-php/ezc-DatabaseSchema-1.3.1 + >=dev-php/ezc-Debug-1.1 + >=dev-php/ezc-EventLog-1.2 + >=dev-php/ezc-EventLogDatabaseTiein-1.0.2 + >=dev-php/ezc-Execution-1.1 + >=dev-php/ezc-File-1.2 + >=dev-php/ezc-Graph-1.2 + >=dev-php/ezc-GraphDatabaseTiein-1.0 + >=dev-php/ezc-ImageAnalysis-1.1.2 + >=dev-php/ezc-ImageConversion-1.3.3 + >=dev-php/ezc-Mail-1.4.1 + >=dev-php/ezc-PersistentObject-1.3.4 + >=dev-php/ezc-PersistentObjectDatabaseSchemaTiein-1.2.1 + >=dev-php/ezc-PhpGenerator-1.0.4 + >=dev-php/ezc-SignalSlot-1.1 + >=dev-php/ezc-SystemInformation-1.0.5 + >=dev-php/ezc-Template-1.2 + >=dev-php/ezc-Translation-1.1.6 + >=dev-php/ezc-TranslationCacheTiein-1.1.2 + >=dev-php/ezc-Tree-1.0 + >=dev-php/ezc-TreeDatabaseTiein-1.0 + >=dev-php/ezc-TreePersistentObjectTiein-1.0 + >=dev-php/ezc-Url-1.2 + >=dev-php/ezc-UserInput-1.2 + >=dev-php/ezc-Webdav-1.0 + >=dev-php/ezc-Workflow-1.1 + >=dev-php/ezc-WorkflowDatabaseTiein-1.1 + >=dev-php/ezc-WorkflowEventLogTiein-1.1" diff --git a/dev-php/ezc-eZcomponents/ezc-eZcomponents-2009.2.1.ebuild b/dev-php/ezc-eZcomponents/ezc-eZcomponents-2009.2.1.ebuild new file mode 100644 index 000000000000..d9571630fc35 --- /dev/null +++ b/dev-php/ezc-eZcomponents/ezc-eZcomponents-2009.2.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ezc-eZcomponents/ezc-eZcomponents-2009.2.1.ebuild,v 1.1 2011/12/14 22:09:42 mabi Exp $ + +DESCRIPTION="eZ components is an enterprise ready general purpose PHP platform." +HOMEPAGE="http://ez.no/products/ez_components" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-php/ezc-Archive-1.4.1 + >=dev-php/ezc-Authentication-1.3.1 + >=dev-php/ezc-AuthenticationDatabaseTiein-1.1 + >=dev-php/ezc-Base-1.8 + >=dev-php/ezc-Cache-1.5 + >=dev-php/ezc-Configuration-1.3.5 + >=dev-php/ezc-ConsoleTools-1.6.1 + >=dev-php/ezc-Database-1.4.7 + >=dev-php/ezc-DatabaseSchema-1.4.4 + >=dev-php/ezc-Debug-1.2.1 + >=dev-php/ezc-Document-1.3.1 + >=dev-php/ezc-EventLog-1.4 + >=dev-php/ezc-EventLogDatabaseTiein-1.0.2 + >=dev-php/ezc-Execution-1.1.1 + >=dev-php/ezc-Feed-1.3 + >=dev-php/ezc-File-1.2 + >=dev-php/ezc-Graph-1.5 + >=dev-php/ezc-GraphDatabaseTiein-1.0.1 + >=dev-php/ezc-ImageAnalysis-1.1.3 + >=dev-php/ezc-ImageConversion-1.3.8 + >=dev-php/ezc-Mail-1.7.1 + >=dev-php/ezc-MvcAuthenticationTiein-1.0 + >=dev-php/ezc-MvcFeedTiein-1.0 + >=dev-php/ezc-MvcMailTiein-1.0.1 + >=dev-php/ezc-MvcTemplateTiein-1.0 + >=dev-php/ezc-MvcTools-1.1.3 + >=dev-php/ezc-PersistentObject-1.7.1 + >=dev-php/ezc-PersistentObjectDatabaseSchemaTiein-1.3 + >=dev-php/ezc-PhpGenerator-1.0.6 + >=dev-php/ezc-Search-1.0.9 + >=dev-php/ezc-SignalSlot-1.1.1 + >=dev-php/ezc-SystemInformation-1.0.8 + >=dev-php/ezc-Template-1.4.2 + >=dev-php/ezc-TemplateTranslationTiein-1.1.1 + >=dev-php/ezc-Translation-1.3.2 + >=dev-php/ezc-TranslationCacheTiein-1.1.2 + >=dev-php/ezc-Tree-1.1.4 + >=dev-php/ezc-TreeDatabaseTiein-1.1.1 + >=dev-php/ezc-TreePersistentObjectTiein-1.0 + >=dev-php/ezc-Url-1.2.2 + >=dev-php/ezc-UserInput-1.4 + >=dev-php/ezc-Webdav-1.1.4 + >=dev-php/ezc-Workflow-1.4.1 + >=dev-php/ezc-WorkflowDatabaseTiein-1.4 + >=dev-php/ezc-WorkflowEventLogTiein-1.1 + >=dev-php/ezc-WorkflowSignalSlotTiein-1.0" diff --git a/dev-php/ezc-eZcomponents/metadata.xml b/dev-php/ezc-eZcomponents/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/ezc-eZcomponents/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/ffmpeg-php/ChangeLog b/dev-php/ffmpeg-php/ChangeLog new file mode 100644 index 000000000000..1daaedcbe3c2 --- /dev/null +++ b/dev-php/ffmpeg-php/ChangeLog @@ -0,0 +1,58 @@ +# ChangeLog for dev-php5/ffmpeg-php +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.1 2011/12/14 22:29:48 mabi Exp $ + + 31 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -ffmpeg-php-0.6.0.ebuild, ffmpeg-php-0.6.0-r1.ebuild: + Depend on virtual/ffmpeg instead of media-video/ffmpeg. Drop older + overshadowed ebuild. + + 11 Jan 2011; Markus Meier <maekke@gentoo.org> ffmpeg-php-0.6.0-r1.ebuild: + x86 stable, bug #345891 + + 05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + ffmpeg-php-0.6.0-r1.ebuild: + Stable on amd64 wrt bug #345891 + + 04 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + ffmpeg-php-0.6.0-r1.ebuild: + The test movie seems corrupt, so skipping tests + +*ffmpeg-php-0.6.0-r1 (03 Nov 2010) + + 03 Nov 2010; Matti Bickel <mabi@gentoo.org> +ffmpeg-php-0.6.0-r1.ebuild: + create minor slotting compatible version + + 22 Sep 2009; Alexis Ballier <aballier@gentoo.org> ffmpeg-php-0.6.0.ebuild, + +files/ffmpeg-php-0.6.0-avutil50.patch: + Fix build with latest ffmpeg, by Thomas Scheiblauer + <thomas.scheiblauer@hauptversammlung.at>, bug #283998 + +*ffmpeg-php-0.6.0 (11 Dec 2008) + + 11 Dec 2008; <ssuominen@gentoo.org> +ffmpeg-php-0.6.0.ebuild: + Version bump wrt #250636 and #242050, thanks to enyawix at yahoo.com and + b3hzat at gmail.com. + +*ffmpeg-php-0.5.3 (03 Jun 2008) + + 03 Jun 2008; Luca Longinotti <chtekk@gentoo.org> -ffmpeg-php-0.5.1.ebuild, + +ffmpeg-php-0.5.3.ebuild: + Version bump. + +*ffmpeg-php-0.5.2.1 (09 May 2008) + + 09 May 2008; Christian Hoffmann <hoffie@gentoo.org> + +ffmpeg-php-0.5.2.1.ebuild: + version bump to allow to compile against newer ffmpeg (bug 218097) + +*ffmpeg-php-0.5.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +ffmpeg-php-0.5.1.ebuild: + Port from project overlay + + 15 Aug 2007; Jakub Moc <jakub@gentoo.org> -ffmpeg-php-0.5.0.ebuild, + +ffmpeg-php-0.5.0.ebuild: + Version bump, check for gd support in PHP + diff --git a/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild b/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild new file mode 100644 index 000000000000..3f6738a5a9e3 --- /dev/null +++ b/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild,v 1.1 2011/12/14 22:29:48 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="ffmpeg" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-source-r2 eutils + +KEYWORDS="amd64 x86" + +DESCRIPTION="PHP extension that provides access to movie info." +HOMEPAGE="http://sourceforge.net/projects/ffmpeg-php/" +SRC_URI="mirror://sourceforge/ffmpeg-php/${P}.tbz2" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/ffmpeg + || ( dev-lang/php[gd] dev-lang/php[gd-external] )" +RDEPEND="${DEPEND}" + +# The test breaks with the test movie, but it the same code works fine with +# other movies + +RESTRICT="test" + +DOCS="CREDITS ChangeLog EXPERIMENTAL TODO" + +src_prepare() { + for slot in $(php_get_slots) ; do + cd "${WORKDIR}/${slot}" + epatch "${FILESDIR}/${P}-avutil50.patch" + done + php-ext-source-r2_src_prepare +} diff --git a/dev-php/ffmpeg-php/files/ffmpeg-php-0.6.0-avutil50.patch b/dev-php/ffmpeg-php/files/ffmpeg-php-0.6.0-avutil50.patch new file mode 100644 index 000000000000..070b5275d4d9 --- /dev/null +++ b/dev-php/ffmpeg-php/files/ffmpeg-php-0.6.0-avutil50.patch @@ -0,0 +1,31 @@ +Index: ffmpeg-php-0.6.0/ffmpeg_frame.c +=================================================================== +--- ffmpeg-php-0.6.0.orig/ffmpeg_frame.c ++++ ffmpeg-php-0.6.0/ffmpeg_frame.c +@@ -333,7 +333,7 @@ FFMPEG_PHP_METHOD(ffmpeg_frame, toGDImag + + GET_FRAME_RESOURCE(getThis(), ff_frame); + +- _php_convert_frame(ff_frame, PIX_FMT_RGBA32); ++ _php_convert_frame(ff_frame, PIX_FMT_RGB32); + + return_value->value.lval = _php_get_gd_image(ff_frame->width, + ff_frame->height); +@@ -418,7 +418,7 @@ FFMPEG_PHP_METHOD(ffmpeg_frame, ffmpeg_f + + /* create a an av_frame and allocate space for it */ + frame = avcodec_alloc_frame(); +- avpicture_alloc((AVPicture*)frame, PIX_FMT_RGBA32, width, height); ++ avpicture_alloc((AVPicture*)frame, PIX_FMT_RGB32, width, height); + + /* copy the gd image to the av_frame */ + _php_gd_image_to_avframe(gd_img, frame, width, height); +@@ -429,7 +429,7 @@ FFMPEG_PHP_METHOD(ffmpeg_frame, ffmpeg_f + /* set the ffpmeg_frame's properties */ + ff_frame->width = width; + ff_frame->height = height; +- ff_frame->pixel_format = PIX_FMT_RGBA32; ++ ff_frame->pixel_format = PIX_FMT_RGB32; + break; + default: + zend_error(E_ERROR, "Invalid argument\n"); diff --git a/dev-php/ffmpeg-php/metadata.xml b/dev-php/ffmpeg-php/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/ffmpeg-php/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/libvirt-php/ChangeLog b/dev-php/libvirt-php/ChangeLog new file mode 100644 index 000000000000..c840f1805123 --- /dev/null +++ b/dev-php/libvirt-php/ChangeLog @@ -0,0 +1,28 @@ +# ChangeLog for dev-php5/libvirt-php +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/ChangeLog,v 1.1 2011/12/14 22:30:25 mabi Exp $ + + 13 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> libvirt-php-9999.ebuild: + Migrated to new git-2.eclass. + +*libvirt-php-0.4.2 (10 Jul 2011) + + 10 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> +libvirt-php-0.4.2.ebuild, + libvirt-php-9999.ebuild: + Version bump. + + 06 Jun 2011; Mark Loeser <halcy0n@gentoo.org> libvirt-php-9999.ebuild: + Live ebuilds don't get keywords; bug #370235 + + 11 Apr 2011; Tiziano Müller <dev-zero@gentoo.org> libvirt-php-0.4.1.ebuild, + libvirt-php-9999.ebuild: + Removed examples USE flag. + +*libvirt-php-9999 (11 Apr 2011) +*libvirt-php-0.4.1 (11 Apr 2011) + + 11 Apr 2011; Tiziano Müller <dev-zero@gentoo.org> +libvirt-php-0.4.1.ebuild, + +libvirt-php-9999.ebuild, +metadata.xml: + Initial commit (ebuild written by me). Added php as herd as discussed with + Ole Markus. + diff --git a/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild b/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild new file mode 100644 index 000000000000..660b5fd4b43e --- /dev/null +++ b/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.1.ebuild,v 1.1 2011/12/14 22:30:25 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="php-libvirt" +USE_PHP="php5-3 php5-2" + +inherit php-ext-source-r2 eutils + +DESCRIPTION="PHP 5 bindings for libvirt." +HOMEPAGE="http://libvirt.org/php/" +SRC_URI="http://libvirt.org/sources/php/${P}.tar.gz" + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +RDEPEND="app-emulation/libvirt + dev-libs/libxml2" +DEPEND="${DEPEND} + doc? ( app-text/xhtml1 dev-libs/libxslt )" + +src_unpack() { + default + # create the default modules directory to be able + # to use the php-ext-source-r2 eclass to install + ln -s src "${S}/modules" + + for slot in $(php_get_slots); do + cp -r "${S}" "${WORKDIR}/${slot}" + done +} + +src_install() { + php-ext-source-r2_src_install + use doc && dohtml docs/* docs/graphics/* +} diff --git a/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild b/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild new file mode 100644 index 000000000000..ad0b2459d28a --- /dev/null +++ b/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-0.4.2.ebuild,v 1.1 2011/12/14 22:30:25 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="libvirt-php" + +inherit php-ext-source-r2 eutils + +DESCRIPTION="PHP 5 bindings for libvirt." +HOMEPAGE="http://libvirt.org/php/" +SRC_URI="http://libvirt.org/sources/php/${P}.tar.gz" + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +RDEPEND="app-emulation/libvirt + dev-libs/libxml2" +DEPEND="${DEPEND} + doc? ( app-text/xhtml1 dev-libs/libxslt )" + +src_unpack() { + default + # create the default modules directory to be able + # to use the php-ext-source-r2 eclass to install + ln -s src "${S}/modules" + + for slot in $(php_get_slots); do + cp -r "${S}" "${WORKDIR}/${slot}" + done +} + +src_install() { + php-ext-source-r2_src_install + use doc && dohtml docs/* docs/graphics/* +} diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild new file mode 100644 index 000000000000..0750880d971b --- /dev/null +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/libvirt-php/libvirt-php-9999.ebuild,v 1.1 2011/12/14 22:30:25 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="libvirt-php" + +inherit php-ext-source-r2 git-2 + +DESCRIPTION="PHP 5 bindings for libvirt." +HOMEPAGE="http://libvirt.org/php/" +EGIT_REPO_URI="git://libvirt.org/libvirt-php.git" + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="" +IUSE="doc" + +RDEPEND="app-emulation/libvirt + dev-libs/libxml2" +DEPEND="${DEPEND} + doc? ( app-text/xhtml1 dev-libs/libxslt )" + +src_unpack() { + git-2_src_unpack + # create the default modules directory to be able + # to use the php-ext-source-r2 eclass to install + ln -s src "${S}/modules" + + for slot in $(php_get_slots); do + cp -r "${S}" "${WORKDIR}/${slot}" + done +} + +src_install() { + php-ext-source-r2_src_install + use doc && dohtml docs/* docs/graphics/* +} diff --git a/dev-php/libvirt-php/metadata.xml b/dev-php/libvirt-php/metadata.xml new file mode 100644 index 000000000000..f093bc851879 --- /dev/null +++ b/dev-php/libvirt-php/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <maintainer> + <email>dev-zero@gentoo.org</email> + <name>Tiziano Müller</name> + </maintainer> +</pkgmetadata> diff --git a/dev-php/pecl-bbcode/ChangeLog b/dev-php/pecl-bbcode/ChangeLog new file mode 100644 index 000000000000..6cd01dd94261 --- /dev/null +++ b/dev-php/pecl-bbcode/ChangeLog @@ -0,0 +1,50 @@ +# ChangeLog for dev-php5/pecl-bbcode +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-bbcode/ChangeLog,v 1.1 2011/12/14 22:31:08 mabi Exp $ + +*pecl-bbcode-1.0.3_beta1 (14 Nov 2010) + + 14 Nov 2010; <olemarkus@gentoo.org> +pecl-bbcode-1.0.3_beta1.ebuild: + Version bump. Fixes bug #341367 + +*pecl-bbcode-1.0.2-r1 (18 Oct 2010) + + 18 Oct 2010; <olemarkus@gentoo.org> +pecl-bbcode-1.0.2-r1.ebuild: + Added version suitable for minor version slotting + + 18 Oct 2010; <olemarkus@gentoo.org> -pecl-bbcode-0.10.4.ebuild, + -pecl-bbcode-1.0.0.ebuild, pecl-bbcode-1.0.2.ebuild: + Removing older versions. Made the remaining version block php 5.3 (bug 341367) + +*pecl-bbcode-1.0.2 (19 Aug 2008) + + 19 Aug 2008; Christian Hoffmann <hoffie@gentoo.org> + +pecl-bbcode-1.0.2.ebuild: + version bump (bug 235188), previous versions apparently no longer compile + against latest php + + 23 Feb 2008; Sven Wegener <swegener@gentoo.org> pecl-bbcode-1.0.0.ebuild: + Add ~amd64 keyword. + +*pecl-bbcode-1.0.0 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +pecl-bbcode-1.0.0.ebuild: + Version bump, from the php overlay + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-bbcode-0.10.4.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + pecl-bbcode-0.10.4.ebuild: + Fix license + +*pecl-bbcode-0.10.4 (15 Nov 2007) + + 15 Nov 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +pecl-bbcode-0.10.4.ebuild: + Initial import from project overlay + + 13 Nov 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-bbcode-0.10.4.ebuild: + New ebuild + diff --git a/dev-php/pecl-bbcode/metadata.xml b/dev-php/pecl-bbcode/metadata.xml new file mode 100644 index 000000000000..89ceacf36dc5 --- /dev/null +++ b/dev-php/pecl-bbcode/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +<longdescription> +This is a quick and efficient BBCode Parsing Library.It provides various tag types, +high speed one pass parsing, callback system, tag position restriction. +It will force closing BBCode tags in the good order, and closing terminating tags +at the end of the string this is in order to ensure HTML Validity in all cases. +</longdescription> +</pkgmetadata> diff --git a/dev-php/pecl-bbcode/pecl-bbcode-1.0.2-r1.ebuild b/dev-php/pecl-bbcode/pecl-bbcode-1.0.2-r1.ebuild new file mode 100644 index 000000000000..6e76924c126b --- /dev/null +++ b/dev-php/pecl-bbcode/pecl-bbcode-1.0.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-bbcode/pecl-bbcode-1.0.2-r1.ebuild,v 1.1 2011/12/14 22:31:08 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="bbcode" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +USE_PHP="php5-2" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="A quick and efficient BBCode Parsing Library." +LICENSE="PHP-3.01 BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" diff --git a/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1.ebuild b/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1.ebuild new file mode 100644 index 000000000000..965e659228fd --- /dev/null +++ b/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1.ebuild,v 1.1 2011/12/14 22:31:08 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="bbcode" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +USE_PHP="php5-2 php5-3" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +MY_PV="${PV/_beta/b}" +PECL_PKG_V="${PECL_PKG}-${MY_PV}" +FILENAME="${PECL_PKG_V}.tgz" +SRC_URI="http://pecl.php.net/get/${FILENAME}" +HOMEPAGE="http://pecl.php.net/${PECL_PKG}" + +DESCRIPTION="A quick and efficient BBCode Parsing Library." +LICENSE="PHP-3.01 BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${PECL_PKG_V}" diff --git a/dev-php/pecl-cairo/ChangeLog b/dev-php/pecl-cairo/ChangeLog new file mode 100644 index 000000000000..5f8f68585df1 --- /dev/null +++ b/dev-php/pecl-cairo/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php5/pecl-cairo +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-cairo/ChangeLog,v 1.1 2011/12/14 22:31:50 mabi Exp $ + +*pecl-cairo-0.2.0-r1 (31 Oct 2010) + + 31 Oct 2010; <olemarkus@gentoo.org> +pecl-cairo-0.2.0-r1.ebuild: + Added a version that supports minor version slotting + +*pecl-cairo-0.2.0 (27 Sep 2010) + + 27 Sep 2010; <olemarkus@gentoo.org> +pecl-cairo-0.2.0.ebuild, + +metadata.xml: + Added pecl-cairo-0.2.0 + diff --git a/dev-php/pecl-cairo/metadata.xml b/dev-php/pecl-cairo/metadata.xml new file mode 100644 index 000000000000..b98253a81102 --- /dev/null +++ b/dev-php/pecl-cairo/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <longdescription lang="en">The Cairo PHP Extension aims to provide support + for all officially supported font backends and surface backends, as well + as expose all available functionality in cairo to PHP users. + </longdescription> +</pkgmetadata> + diff --git a/dev-php/pecl-cairo/pecl-cairo-0.2.0-r1.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.2.0-r1.ebuild new file mode 100644 index 000000000000..da2820b839ba --- /dev/null +++ b/dev-php/pecl-cairo/pecl-cairo-0.2.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-cairo/pecl-cairo-0.2.0-r1.ebuild,v 1.1 2011/12/14 22:31:50 mabi Exp $ + +PHP_EXT_NAME="cairo" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +EAPI="2" +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Cairo bindings for PHP" +LICENSE="PHP-3.01" +SLOT="0" + +DEPEND=">=dev-lang/php-5.2 >=x11-libs/cairo-1.4[svg]" +RDEPEND="${DEPEND}" + +IUSE="" + +S="${WORKDIR}/Cairo-${PV}" diff --git a/dev-php/pecl-crack/ChangeLog b/dev-php/pecl-crack/ChangeLog new file mode 100644 index 000000000000..178d85e50ded --- /dev/null +++ b/dev-php/pecl-crack/ChangeLog @@ -0,0 +1,100 @@ +# ChangeLog for dev-php5/pecl-crack +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/ChangeLog,v 1.1 2011/12/14 22:32:31 mabi Exp $ + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-crack-0.4.ebuild: + Drop sparc keywords + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-crack-0.4-r1.ebuild: + Marking pecl-crack-0.4-r1 ~ppc for bug 349659 + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pecl-crack-0.4-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-crack-0.4-r1.ebuild: + stable x86, bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-crack-0.4-r1.ebuild: + Marking pecl-crack-0.4-r1 ~ppc64 for bug 349659 + +*pecl-crack-0.4-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-crack-0.4-r1.ebuild: + add version that supports minor version slotting + + 09 May 2008; Christian Hoffmann <hoffie@gentoo.org> pecl-crack-0.4.ebuild: + explicitly call phpize, not src_unpack (bug 220519) + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> pecl-crack-0.4.ebuild: + calling php-ext-source-r1_src_unpack explicitly, bug 220519 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-crack-0.4.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-crack-0.4.ebuild: + Fix LICENSE + + 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> pecl-crack-0.4.ebuild: + Stable on x86 wrt bug #187234 + + 14 Aug 2007; Markus Rothe <corsair@gentoo.org> pecl-crack-0.4.ebuild: + Stable on ppc64; bug #187234 + + 10 Aug 2007; Steve Dibb <beandog@gentoo.org> pecl-crack-0.4.ebuild: + amd64 stable, bug 187234 + + 07 Aug 2007; nixnut <nixnut@gentoo.org> pecl-crack-0.4.ebuild: + Stable on ppc wrt bug 187234 + + 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-crack-0.4.ebuild: + Cleanup. + + 08 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + +files/fix-pecl-bug-5765.patch, pecl-crack-0.4.ebuild: + Fix for http://pecl.php.net/bugs/bug.php?id=5765. Patch by Lars Strojny + <lars@strojny.net>. + +*pecl-crack-0.4 (29 Sep 2006) + + 29 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + -pecl-crack-0.2.ebuild, -pecl-crack-0.3.ebuild, +pecl-crack-0.4.ebuild: + Version bump. + + 10 Apr 2006; Simon Stelling <blubb@gentoo.org> pecl-crack-0.3.ebuild: + added ~amd64 keyword + + 03 Feb 2006; <nixnut@gentoo.org> pecl-crack-0.3.ebuild: + Added ~ppc keyword. bug 121024 + + 26 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-crack-0.2.ebuild, + pecl-crack-0.3.ebuild: + Fix var ordering. + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-crack-0.2.ebuild, + pecl-crack-0.3.ebuild: + Added ~ppc64 keyword; bug #102649 + + 24 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-crack-0.3.ebuild: + Added ~sparc keyword back into pecl-crack because it got dropped. :( + + 15 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> + pecl-crack-0.2.ebuild: + dekeyword for amd64 until php5 is keyworded as well + +*pecl-crack-0.3 (10 Sep 2005) + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + +pecl-crack-0.3.ebuild: + Version bump, DEPEND on cracklib no longer needed. + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-crack-0.2.ebuild: + Added ~sparc keyword. + + 07 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + pecl-crack-0.2.ebuild: + Marked ~amd64 per bug 99551. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-crack/files/fix-pecl-bug-5765.patch b/dev-php/pecl-crack/files/fix-pecl-bug-5765.patch new file mode 100644 index 000000000000..c180d5310b1b --- /dev/null +++ b/dev-php/pecl-crack/files/fix-pecl-bug-5765.patch @@ -0,0 +1,11 @@ +--- crack-0.4/libcrack/src/cracklib.h 2005-09-21 11:00:06.000000000 +0200 ++++ crack-0.4-new/libcrack/src/cracklib.h 2006-10-08 20:44:00.618783250 +0200 +@@ -46,7 +46,7 @@ + + typedef unsigned char int8; + typedef unsigned short int int16; +-typedef unsigned long int int32; ++typedef unsigned int int32; + + #ifndef NUMWORDS + # define NUMWORDS 16 diff --git a/dev-php/pecl-crack/metadata.xml b/dev-php/pecl-crack/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-crack/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/pecl-crack/pecl-crack-0.4-r1.ebuild b/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild new file mode 100644 index 000000000000..1dbf677722b0 --- /dev/null +++ b/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r1.ebuild,v 1.1 2011/12/14 22:32:31 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="crack" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="EXPERIMENTAL" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 ~ppc ~ppc64 x86" + +DESCRIPTION="PHP interface to the cracklib libraries." +LICENSE="PHP-3 CRACKLIB" +SLOT="0" +IUSE="" + +src_prepare() { + for slot in $(php_get_slots) ; do + cd "${WORKDIR}/${slot}" + # Patch for http://pecl.php.net/bugs/bug.php?id=5765 + epatch "${FILESDIR}/fix-pecl-bug-5765.patch" + done + php-ext-source-r2_src_prepare +} diff --git a/dev-php/pecl-dbx/ChangeLog b/dev-php/pecl-dbx/ChangeLog new file mode 100644 index 000000000000..acfbb8e8fcd2 --- /dev/null +++ b/dev-php/pecl-dbx/ChangeLog @@ -0,0 +1,51 @@ +# ChangeLog for dev-php5/pecl-dbx +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dbx/ChangeLog,v 1.1 2011/12/14 22:33:12 mabi Exp $ + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-dbx-1.1.0.ebuild: + Drop sparc keywords + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-dbx-1.1.0-r1.ebuild: + Marking pecl-dbx-1.1.0-r1 ~ppc for bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-dbx-1.1.0-r1.ebuild: + Marking pecl-dbx-1.1.0-r1 ~ppc64 for bug 349659 + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> pecl-dbx-1.1.0-r1.ebuild: + fix USE_PHP placement + +*pecl-dbx-1.1.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-dbx-1.1.0-r1.ebuild: + add version that supports minor version slotting + + 03 Jul 2010; Matti Bickel <mabi@gentoo.org> pecl-dbx-1.1.0.ebuild: + does not compile with php-5.3 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-dbx-1.1.0.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-dbx-1.1.0.ebuild: + Fix LICENSE + + 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-dbx-1.1.0.ebuild: + Cleanup. + + 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 27 May 2006; Luca Longinotti <chtekk@gentoo.org> pecl-dbx-1.1.0.ebuild: + Added to ~amd64. + + 26 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-dbx-1.1.0.ebuild: + Fix var ordering. + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-dbx-1.1.0.ebuild: + Added ~ppc64 keyword; bug #102649 + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-dbx-1.1.0.ebuild: + Added ~sparc keyword. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-dbx/metadata.xml b/dev-php/pecl-dbx/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-dbx/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/pecl-dbx/pecl-dbx-1.1.0-r1.ebuild b/dev-php/pecl-dbx/pecl-dbx-1.1.0-r1.ebuild new file mode 100644 index 000000000000..a64f9983c9f9 --- /dev/null +++ b/dev-php/pecl-dbx/pecl-dbx-1.1.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dbx/pecl-dbx-1.1.0-r1.ebuild,v 1.1 2011/12/14 22:33:12 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="dbx" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +# package does not support php5.3, version 1.1.1 will +USE_PHP="php5-2" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="The dbx module is a database abstraction layer." +LICENSE="PHP-3" +SLOT="0" +IUSE="" diff --git a/dev-php/pecl-dio/ChangeLog b/dev-php/pecl-dio/ChangeLog new file mode 100644 index 000000000000..65e4c1a23e24 --- /dev/null +++ b/dev-php/pecl-dio/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for dev-php5/pecl-dio +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dio/ChangeLog,v 1.1 2011/12/14 22:33:52 mabi Exp $ + +*pecl-dio-0.0.4_rc4-r2 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-dio-0.0.4_rc4-r1.ebuild, +pecl-dio-0.0.4_rc4-r2.ebuild: + Fixed bug 350741. Thanks to Daniel T. + +*pecl-dio-0.0.4_rc4-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-dio-0.0.4_rc4-r1.ebuild: + add version that supports minor version slotting + +*pecl-dio-0.0.4_rc4 (05 Jul 2010) + + 05 Jul 2010; Matti Bickel <mabi@gentoo.org> +pecl-dio-0.0.4_rc4.ebuild, + +metadata.xml: + initial import (bug #272017) + diff --git a/dev-php/pecl-dio/metadata.xml b/dev-php/pecl-dio/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/pecl-dio/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/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild b/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild new file mode 100644 index 000000000000..4cb4915f3192 --- /dev/null +++ b/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild,v 1.1 2011/12/14 22:33:52 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="dio" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Direct I/O functions for PHP." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +MY_PV=${PV/_rc/RC} +S="${WORKDIR}/${PN/pecl-/}-${MY_PV}" + +src_configure() { + my_conf="--enable-dio --enable-shared" + + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-enchant/ChangeLog b/dev-php/pecl-enchant/ChangeLog new file mode 100644 index 000000000000..44a08c8fe23b --- /dev/null +++ b/dev-php/pecl-enchant/ChangeLog @@ -0,0 +1,44 @@ +# ChangeLog for dev-php5/pecl-enchant +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-enchant/ChangeLog,v 1.1 2011/12/14 22:34:32 mabi Exp $ + +*pecl-enchant-1.1.0-r2 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-enchant-1.1.0-r1.ebuild, +pecl-enchant-1.1.0-r2.ebuild: + Fixed bug 350741. Thanks to Daniel T. + +*pecl-enchant-1.1.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-enchant-1.1.0-r1.ebuild: + add version that supports minor version slotting + +*pecl-enchant-1.1.0 (04 Jul 2010) + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> -pecl-enchant-1.0.1.ebuild, + +pecl-enchant-1.1.0.ebuild: + version bump thanks to Ole Markus With (bug #324837) + + 23 Feb 2008; Sven Wegener <swegener@gentoo.org> pecl-enchant-1.0.1.ebuild: + Add ~amd64 keyword. + + 26 Dec 2007; Christian Heim <phreak@gentoo.org> + +files/digest-pecl-enchant-1.0.1: + Adding the missing digest. + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-enchant-1.0.1.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-enchant-1.0.1.ebuild: + Fix LICENSE + +*pecl-enchant-1.0.1 (15 Nov 2007) + + 15 Nov 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +pecl-enchant-1.0.1.ebuild: + Initial import from project overlay + + 13 Nov 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-enchant-1.0.1.ebuild: + New ebuild + diff --git a/dev-php/pecl-enchant/metadata.xml b/dev-php/pecl-enchant/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-enchant/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/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild b/dev-php/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild new file mode 100644 index 000000000000..18b04666fb82 --- /dev/null +++ b/dev-php/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-enchant/pecl-enchant-1.1.0-r2.ebuild,v 1.1 2011/12/14 22:34:32 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="enchant" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="docs/examples/example1.php" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP bindings for the Enchant spellchecking wrapper library." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND=">=app-text/enchant-1.1.3" +RDEPEND="${DEPEND}" + +src_configure() { + my_conf="--with-enchant=/usr" + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-fileinfo/ChangeLog b/dev-php/pecl-fileinfo/ChangeLog new file mode 100644 index 000000000000..c78a84da941c --- /dev/null +++ b/dev-php/pecl-fileinfo/ChangeLog @@ -0,0 +1,145 @@ +# ChangeLog for dev-php5/pecl-fileinfo +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-fileinfo/ChangeLog,v 1.1 2011/12/14 22:35:12 mabi Exp $ + + 05 Jun 2011; <olemarkus@gentoo.org> -pecl-fileinfo-1.0.4.ebuild, + -pecl-fileinfo-1.0.4-r1.ebuild: + Removed versions support major version slotting. Includes dropping keyword + for ppc/ppc64 + + 14 May 2011; Thomas Kahle <tomka@gentoo.org> pecl-fileinfo-1.0.4-r2.ebuild: + x86 stable per bug 363811 + + 02 May 2011; Jeroen Roovers <jer@gentoo.org> pecl-fileinfo-1.0.4-r2.ebuild: + Stable for HPPA (bug #363811). + + 16 Apr 2011; Christoph Mende <angelos@gentoo.org> + pecl-fileinfo-1.0.4-r2.ebuild: + Stable on amd64 wrt bug #363811 + + 09 Nov 2010; Jeroen Roovers <jer@gentoo.org> + pecl-fileinfo-1.0.4-r2.ebuild: + Marked ~hppa (bug #344093). + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> pecl-fileinfo-1.0.4-r2.ebuild: + fix USE_PHP placement + +*pecl-fileinfo-1.0.4-r2 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> + +pecl-fileinfo-1.0.4-r2.ebuild: + add version that supports minor version slotting + + 09 Feb 2010; Pacho Ramos <pacho@gentoo.org> pecl-fileinfo-1.0.4-r1.ebuild: + amd64 stable, bug 288043 + + 19 Jan 2010; nixnut <nixnut@gentoo.org> pecl-fileinfo-1.0.4-r1.ebuild: + ppc stable #288043 + + 05 Jan 2010; Jeroen Roovers <jer@gentoo.org> + pecl-fileinfo-1.0.4-r1.ebuild: + Stable for HPPA (bug #288043). + + 02 Jan 2010; Brent Baude <ranger@gentoo.org> + pecl-fileinfo-1.0.4-r1.ebuild: + Marking pecl-fileinfo-1.0.4-r1 ppc64 for bug 288043 + + 29 Dec 2009; Raúl Porcel <armin76@gentoo.org> + pecl-fileinfo-1.0.4-r1.ebuild: + sparc stable wrt #288043 + + 16 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + pecl-fileinfo-1.0.4-r1.ebuild: + stable x86, bug 288043 + +*pecl-fileinfo-1.0.4-r1 (16 Dec 2009) + + 16 Dec 2009; Christian Hoffmann <hoffie@gentoo.org> + +pecl-fileinfo-1.0.4-r1.ebuild, + +files/fileinfo-1.0.4-file-5.0-compat.patch: + adding -r1 for >=file-5 compatibility per bug 288043, thanks to Cyril + Pascal <cyril.pascal_gentoobugs@m4x.org> + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-fileinfo-1.0.4.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-fileinfo-1.0.4.ebuild: + Fix LICENSE + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> + -pecl-fileinfo-1.0.3.ebuild: + Cleanup + + 01 Jun 2007; nixnut <nixnut@gentoo.org> pecl-fileinfo-1.0.4.ebuild: + Stable on ppc wrt bug 176542 + + 25 May 2007; Brent Baude <ranger@gentoo.org> pecl-fileinfo-1.0.4.ebuild: + Marking pecl-fileinfo-1.0.4 ppc64 stable for bug 176542 + + 24 May 2007; Christian Faulhammer <opfer@gentoo.org> + pecl-fileinfo-1.0.4.ebuild: + x86/amd64 stable, bug 176542 + + 21 May 2007; Jeroen Roovers <jer@gentoo.org> pecl-fileinfo-1.0.4.ebuild: + Stable for HPPA (bug #176542). + + 08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> + pecl-fileinfo-1.0.4.ebuild: + Stable on sparc + +*pecl-fileinfo-1.0.4 (07 Mar 2007) + + 07 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-fileinfo-1.0.3.ebuild, +pecl-fileinfo-1.0.4.ebuild: + Version bump, cleanup. + + 22 Jul 2006; Luca Longinotti <chtekk@gentoo.org> + files/digest-pecl-fileinfo-1.0.3, Manifest: + Fix Manifest. + + 03 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> + pecl-fileinfo-1.0.3.ebuild: + Stable on hppa + + 28 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + pecl-fileinfo-1.0.3.ebuild: + Keyworded ~hppa + + 08 Feb 2006; Mark Loeser <halcy0n@gentoo.org> pecl-fileinfo-1.0.3.ebuild: + Stable on x86; bug #120460 + + 03 Feb 2006; <nixnut@gentoo.org> pecl-fileinfo-1.0.3.ebuild: + Added ppc keyword. bug 121460 + + 28 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-fileinfo-1.0.3.ebuild: + Stable on ppc64; bug #120460 + + 27 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-fileinfo-1.0.3.ebuild: + stable on amd64 + + 26 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> + pecl-fileinfo-1.0.3.ebuild: + Stable on sparc wrt #120460 + + 15 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + pecl-fileinfo-1.0.3.ebuild: + Marked ~amd64, bug 107647. + +*pecl-fileinfo-1.0.3 (05 Jan 2006) + + 05 Jan 2006; Luca Longinotti <chtekk@gentoo.org> + -pecl-fileinfo-1.0.ebuild, +pecl-fileinfo-1.0.3.ebuild: + Bump to 1.0.3 to work correctly with PHP 5.1.1, fixes bug #117808. + + 26 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-fileinfo-1.0.ebuild: + Fix var ordering. + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-fileinfo-1.0.ebuild: + Added ~ppc64 keyword; bug #102649 + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-fileinfo-1.0.ebuild: + Added ~sparc keyword. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-fileinfo/files/fileinfo-1.0.4-file-5.0-compat.patch b/dev-php/pecl-fileinfo/files/fileinfo-1.0.4-file-5.0-compat.patch new file mode 100644 index 000000000000..76e5616b6ca2 --- /dev/null +++ b/dev-php/pecl-fileinfo/files/fileinfo-1.0.4-file-5.0-compat.patch @@ -0,0 +1,11 @@ +--- Fileinfo-1.0.4/config.m4.old 2009-10-16 19:45:10.000000000 +0200 ++++ Fileinfo-1.0.4/config.m4 2009-10-16 19:45:24.000000000 +0200 +@@ -48,7 +48,7 @@ + ]) + + MAGIC_MIME_DIRS="/usr/local/share/file /usr/share/file /usr/share/misc/file /etc /usr/share/misc" +- MAGIC_MIME_FILENAMES="magic magic.mime" ++ MAGIC_MIME_FILENAMES="magic magic.mime magic.mgc" + + for i in $MAGIC_MIME_DIRS; do + for j in $MAGIC_MIME_FILENAMES; do diff --git a/dev-php/pecl-fileinfo/metadata.xml b/dev-php/pecl-fileinfo/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-fileinfo/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/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild b/dev-php/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild new file mode 100644 index 000000000000..0609987a78e3 --- /dev/null +++ b/dev-php/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild,v 1.1 2011/12/14 22:35:12 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="fileinfo" +PHP_EXT_PECL_PKG="Fileinfo" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +# fileinfo is bundled with php5.3 +USE_PHP="php5-2" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 hppa x86" + +DESCRIPTION="libmagic bindings for PHP." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="sys-apps/file" +RDEPEND="${DEPEND}" + +src_prepare() { + for slot in $(php_get_slots) ; do + cd "${WORKDIR}/${slot}" + epatch "${FILESDIR}"/fileinfo-1.0.4-file-5.0-compat.patch + done + php-ext-source-r2_src_prepare +} diff --git a/dev-php/pecl-geoip/ChangeLog b/dev-php/pecl-geoip/ChangeLog new file mode 100644 index 000000000000..8b582f2d16d2 --- /dev/null +++ b/dev-php/pecl-geoip/ChangeLog @@ -0,0 +1,54 @@ +# ChangeLog for dev-php5/pecl-geoip +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-geoip/ChangeLog,v 1.1 2011/12/14 22:35:53 mabi Exp $ + +*pecl-geoip-1.0.8 (12 Dec 2011) + + 12 Dec 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-geoip-1.0.8.ebuild: + Version bump (bug 391813) + + 10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + pecl-geoip-1.0.7-r1.ebuild: + Stable on amd64 wrt bug #351208 + + 10 Feb 2011; Thomas Kahle <tomka@gentoo.org> pecl-geoip-1.0.7-r1.ebuild: + x86 stable per bug 351208 + +*pecl-geoip-1.0.7-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-geoip-1.0.2.ebuild, + +pecl-geoip-1.0.7-r1.ebuild: + add version that supports minor version slotting + +*pecl-geoip-1.0.7 (27 Jun 2009) + + 27 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + +pecl-geoip-1.0.7.ebuild: + Bug #275649: version bump. + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -pecl-geoip-1.0.1.ebuild, + pecl-geoip-1.0.2.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-geoip-1.0.2.ebuild: + Fix LICENSE + +*pecl-geoip-1.0.2 (29 Nov 2007) + + 29 Nov 2007; Markus Ullmann <jokey@gentoo.org> +pecl-geoip-1.0.2.ebuild: + Version bump from project overlay + + 22 Nov 2007; Jakub Moc <jakub@gentoo.org> + +pecl-geoip-1.0.2.ebuild: + Version bump + +*pecl-geoip-1.0.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> + +pecl-geoip-1.0.1.ebuild: + Port from project overlay + + 28 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-geoip-1.0.1.ebuild: + New ebuild, Bug 187405 + diff --git a/dev-php/pecl-geoip/metadata.xml b/dev-php/pecl-geoip/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-geoip/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/pecl-geoip/pecl-geoip-1.0.7-r1.ebuild b/dev-php/pecl-geoip/pecl-geoip-1.0.7-r1.ebuild new file mode 100644 index 000000000000..1e4f8cd0045a --- /dev/null +++ b/dev-php/pecl-geoip/pecl-geoip-1.0.7-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-geoip/pecl-geoip-1.0.7-r1.ebuild,v 1.1 2011/12/14 22:35:53 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="geoip" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README ChangeLog" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 x86" + +DESCRIPTION="PHP extension to map IP address to geographic places" +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/geoip-1.4.0" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-geoip/pecl-geoip-1.0.8.ebuild b/dev-php/pecl-geoip/pecl-geoip-1.0.8.ebuild new file mode 100644 index 000000000000..c1702e765c40 --- /dev/null +++ b/dev-php/pecl-geoip/pecl-geoip-1.0.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-geoip/pecl-geoip-1.0.8.ebuild,v 1.1 2011/12/14 22:35:53 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="geoip" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README ChangeLog" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP extension to map IP address to geographic places" +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/geoip-1.4.0" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-gnupg/ChangeLog b/dev-php/pecl-gnupg/ChangeLog new file mode 100644 index 000000000000..d7fe42b321f7 --- /dev/null +++ b/dev-php/pecl-gnupg/ChangeLog @@ -0,0 +1,35 @@ +# ChangeLog for dev-php5/pecl-gnupg +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.1 2011/12/14 22:36:34 mabi Exp $ + + 26 Jan 2011; Matti Bickel <mabi@gentoo.org> + +files/1.3.2/01-large_file_system.patch, pecl-gnupg-1.3.2-r1.ebuild: + fix compile failure (largefile issue, thanks to Diego for this, bug #350018) + +*pecl-gnupg-1.3.2-r1 (04 Nov 2010) +*pecl-gnupg-1.3.2 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-gnupg-1.3.1.ebuild, + +pecl-gnupg-1.3.2.ebuild, +pecl-gnupg-1.3.2-r1.ebuild: + add version that supports minor version slotting, version bump, remove old + +*pecl-gnupg-1.3.1-r1 (28 Mar 2010) + + 28 Mar 2010; <mabi@gentoo.org> +files/1.3.1/01-large_file_system.patch, + +pecl-gnupg-1.3.1-r1.ebuild, +files/1.3.1/02-gpgme_new_seg_fault.patch: + fix segfault and build error with gpgme-1.2 (bug #302446) thanks to Jamie + Learmonth + + 09 Jun 2008; Sven Wegener <swegener@gentoo.org> pecl-gnupg-1.3.1.ebuild: + Set RDEPEND="${DEPEND}" + +*pecl-gnupg-1.3.1 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +pecl-gnupg-1.3.1.ebuild: + Port from project overlay + + 28 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-gnupg-1.3.1.ebuild: + New ebuild, Bug 121212 + diff --git a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch new file mode 100644 index 000000000000..4e64e3ccef1a --- /dev/null +++ b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch @@ -0,0 +1,9 @@ +--- config.m4 2007-05-04 13:23:41.000000000 +0000 ++++ config.m4.new 2010-03-28 01:13:10.000000000 +0000 +@@ -41,4 +41,6 @@ + PHP_SUBST(GNUPG_SHARED_LIBADD) + + PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared) ++ ++ AC_SYS_LARGEFILE + fi diff --git a/dev-php/pecl-gnupg/metadata.xml b/dev-php/pecl-gnupg/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/pecl-gnupg/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/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild new file mode 100644 index 000000000000..b1fb8733b0f4 --- /dev/null +++ b/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.2-r1.ebuild,v 1.1 2011/12/14 22:36:34 mabi Exp $ + +PHP_EXT_NAME="gnupg" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +EAPI="3" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" +DESCRIPTION="PHP wrapper around the gpgme library" +LICENSE="BSD-2" +SLOT="0" +IUSE="" + +DEPEND="app-crypt/gpgme" +RDEPEND="${DEPEND}" + +src_prepare() { + for slot in $(php_get_slots); do + php_init_slot_env ${slot} + epatch "${FILESDIR}/${PV}"/01-large_file_system.patch + done + + php-ext-source-r2_src_prepare +} diff --git a/dev-php/pecl-haru/ChangeLog b/dev-php/pecl-haru/ChangeLog new file mode 100644 index 000000000000..7319cb4adab8 --- /dev/null +++ b/dev-php/pecl-haru/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php5/pecl-haru +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-haru/ChangeLog,v 1.1 2011/12/14 22:37:15 mabi Exp $ + +*pecl-haru-1.0.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-haru-1.0.0-r1.ebuild: + add version that supports minor version slotting + +*pecl-haru-1.0.0 (26 Sep 2010) + + 26 Sep 2010; <olemarkus@gentoo.org> +pecl-haru-1.0.0.ebuild, + +metadata.xml: + Added pecl-haru (bug #249443) + diff --git a/dev-php/pecl-haru/metadata.xml b/dev-php/pecl-haru/metadata.xml new file mode 100644 index 000000000000..0c93320ef0b0 --- /dev/null +++ b/dev-php/pecl-haru/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <longdescription lang="en">These functions allow you to create PDF documents + using the Haru Free PDF Library. + </longdescription> +</pkgmetadata> + diff --git a/dev-php/pecl-haru/pecl-haru-1.0.0-r1.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.0-r1.ebuild new file mode 100644 index 000000000000..921c599460ad --- /dev/null +++ b/dev-php/pecl-haru/pecl-haru-1.0.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-haru/pecl-haru-1.0.0-r1.ebuild,v 1.1 2011/12/14 22:37:15 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="haru" + +inherit php-ext-pecl-r2 + +DESCRIPTION="An interface to libharu, a PDF generator" + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="png zlib" + +DEPEND="media-libs/libharu[png?,zlib?]" +RDEPEND="${DEPEND}" + +src_configure() { + # config.m4 is broken checking paths, so we need to override it + my_conf="--with-haru=/usr" + use png && my_conf+=" --with-png-dir=/usr" + use zlib && my_conf+=" --with-zlib-dir=/usr" + + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-htscanner/ChangeLog b/dev-php/pecl-htscanner/ChangeLog new file mode 100644 index 000000000000..919566fd3bbc --- /dev/null +++ b/dev-php/pecl-htscanner/ChangeLog @@ -0,0 +1,74 @@ +# ChangeLog for dev-php5/pecl-htscanner +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/ChangeLog,v 1.1 2011/12/14 22:37:55 mabi Exp $ + +*pecl-htscanner-1.0.0 (01 Feb 2011) + + 01 Feb 2011; <olemarkus@gentoo.org> +pecl-htscanner-1.0.0.ebuild: + Version bump + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + pecl-htscanner-0.9.0-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-htscanner-0.9.0-r1.ebuild: + stable x86, bug 349659 + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> + pecl-htscanner-0.9.0-r1.ebuild: + fix USE_PHP placement + +*pecl-htscanner-0.9.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> + +pecl-htscanner-0.9.0-r1.ebuild: + add version that supports minor version slotting + + 17 Jun 2010; <mabi@gentoo.org> pecl-htscanner-0.9.0.ebuild: + restrict to <php-5.3, as the functionality is included in 5.3 and the + package segfaults with 5.3 (tested by Dessa) + +*pecl-htscanner-0.9.0 (09 Apr 2009) + + 09 Apr 2009; Christian Hoffmann <hoffie@gentoo.org> + +pecl-htscanner-0.9.0.ebuild: + version bump wrt bug 264216, thanks to Michael Huber <mikki111@gmx.de> for + reporting + + 09 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-htscanner-0.8.1.ebuild: + explicitly call phpize, not src_unpack (bug 220519) + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-htscanner-0.8.1.ebuild: + calling php-ext-source-r1_src_unpack explicitly, bug 220519 + + 16 Jan 2008; Hanno Boeck <hanno@gentoo.org> pecl-htscanner-0.8.1.ebuild: + Stable on amd64. + + 09 Jan 2008; Markus Meier <maekke@gentoo.org> pecl-htscanner-0.8.1.ebuild: + x86 stable, bug #205110 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + pecl-htscanner-0.8.1.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-htscanner-0.8.1.ebuild: + Fix LICENSE + + 30 Nov 2007; Markus Ullmann <jokey@gentoo.org> + pecl-htscanner-0.8.1.ebuild: + This is actually cgi only + +*pecl-htscanner-0.8.1 (29 Nov 2007) + + 29 Nov 2007; Markus Ullmann <jokey@gentoo.org> + +files/pecl-htscanner-0.8.1-bug11959.patch, +metadata.xml, + +pecl-htscanner-0.8.1.ebuild: + Initial import from project overlay + + 24 Nov 2007; Jakub Moc <jakub@gentoo.org> + +files/pecl-htscanner-0.8.1-bug11959.patch, +pecl-htscanner-0.8.1.ebuild: + New ebuild, Bug 200209 by hanno + diff --git a/dev-php/pecl-htscanner/metadata.xml b/dev-php/pecl-htscanner/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/pecl-htscanner/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/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild new file mode 100644 index 000000000000..d4e2b903987d --- /dev/null +++ b/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-0.9.0-r1.ebuild,v 1.1 2011/12/14 22:37:55 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="htscanner" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" +PHPSAPILIST="cgi" + +# functionality is included in >=php-5.3 +USE_PHP="php5-2" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 x86" + +DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="dev-lang/php[cgi]" +RDEPEND="${DEPEND}" + +my_conf="--enable-htscanner" + +src_install() { + php-ext-pecl-r2_src_install + + php-ext-source-r2_addtoinifiles "config_file" ".htaccess" + php-ext-source-r2_addtoinifiles "default_docroot" "/" + php-ext-source-r2_addtoinifiles "default_ttl" "300" + php-ext-source-r2_addtoinifiles "stop_on_error" "0" +} diff --git a/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild b/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild new file mode 100644 index 000000000000..0fcc07adf234 --- /dev/null +++ b/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-htscanner/pecl-htscanner-1.0.0.ebuild,v 1.1 2011/12/14 22:37:55 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="htscanner" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" +PHPSAPILIST="cgi" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="dev-lang/php[cgi]" +RDEPEND="${DEPEND}" + +my_conf="--enable-htscanner" + +src_install() { + php-ext-pecl-r2_src_install + + php-ext-source-r2_addtoinifiles "config_file" ".htaccess" + php-ext-source-r2_addtoinifiles "default_docroot" "/" + php-ext-source-r2_addtoinifiles "default_ttl" "300" + php-ext-source-r2_addtoinifiles "stop_on_error" "0" +} diff --git a/dev-php/pecl-http/ChangeLog b/dev-php/pecl-http/ChangeLog new file mode 100644 index 000000000000..9008c14fd1d5 --- /dev/null +++ b/dev-php/pecl-http/ChangeLog @@ -0,0 +1,98 @@ +# ChangeLog for dev-php5/pecl-http +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.1 2011/12/14 22:38:36 mabi Exp $ + +*pecl-http-1.7.1 (05 May 2011) + + 05 May 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-http-1.7.1.ebuild: + Version bump + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pecl-http-1.7.0-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-http-1.7.0-r1.ebuild: + stable x86, bug 349659 + +*pecl-http-1.7.0-r1 (04 Nov 2010) +*pecl-http-1.7.0 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-http-1.6.0.ebuild, + +pecl-http-1.7.0.ebuild, +pecl-http-1.7.0-r1.ebuild: + add version that supports minor version slotting, version bump, cleanup + + 20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pecl-http-1.6.6.ebuild: + Stable on amd64 wrt bug #336869 + + 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + pecl-http-1.6.6.ebuild: + x86 stable, bug 336869 + + 13 Sep 2010; Matti Bickel <mabi@gentoo.org> pecl-http-1.6.6.ebuild: + fix DEPEND for php-5.3 (bug #332489) + +*pecl-http-1.6.6 (05 Apr 2010) + + 05 Apr 2010; <mabi@gentoo.org> +pecl-http-1.6.6.ebuild: + bump (bug #266977) + + 05 May 2008; Markus Meier <maekke@gentoo.org> pecl-http-1.6.0.ebuild: + amd64/x86 stable, bug #213566 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -pecl-http-1.5.6.ebuild, + pecl-http-1.6.0.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-http-1.6.0.ebuild: + Fix LICENSE + +*pecl-http-1.6.0 (29 Nov 2007) + + 29 Nov 2007; Markus Ullmann <jokey@gentoo.org> -pecl-http-1.5.4.ebuild, + +pecl-http-1.6.0.ebuild: + Version bump from project overlay + + 26 Nov 2007; Jakub Moc <jakub@gentoo.org> +pecl-http-1.6.0.ebuild: + Version bump. Add defaults to ini file. + +*pecl-http-1.5.6 (11 Oct 2007) + + 11 Oct 2007; Anant Narayanan <anant@gentoo.org> +pecl-http-1.5.6.ebuild: + bump to 1.5.6 (from overlay) + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-http-1.5.2.ebuild: + Cleanup + + 28 Aug 2007; Jakub Moc <jakub@gentoo.org> pecl-http-1.5.4.ebuild: + Check for hash, not mhash in postinst. + +*pecl-http-1.5.4 (27 Aug 2007) + + 27 Aug 2007; Markus Ullmann <jokey@gentoo.org> +pecl-http-1.5.4.ebuild: + version bump for bug #190381 + + 27 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-http-1.5.4.ebuild: + Version bump, Bug 190381 + +*pecl-http-1.5.2 (17 Mar 2007) + + 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -pecl-http-1.3.1.ebuild, + +pecl-http-1.5.2.ebuild: + Version bump. + +*pecl-http-1.3.1 (02 Oct 2006) + + 02 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> + -pecl-http-1.2.1.ebuild, +pecl-http-1.3.1.ebuild: + Version bump. + + 17 Sep 2006; Konstantin Arkhipov <voxus@gentoo.org> pecl-http-1.2.1.ebuild: + Keyworded ~amd64 wrt bug #147529./ + +*pecl-http-1.2.1 (26 Aug 2006) + + 26 Aug 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +pecl-http-1.2.1.ebuild: + Initial ebuild. + diff --git a/dev-php/pecl-http/metadata.xml b/dev-php/pecl-http/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-http/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/pecl-http/pecl-http-1.7.0-r1.ebuild b/dev-php/pecl-http/pecl-http-1.7.0-r1.ebuild new file mode 100644 index 000000000000..11729f989583 --- /dev/null +++ b/dev-php/pecl-http/pecl-http-1.7.0-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.0-r1.ebuild,v 1.1 2011/12/14 22:38:36 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="http" +PHP_EXT_PECL_PKG="pecl_http" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" + +inherit php-ext-pecl-r2 php-ext-source-r2 + +KEYWORDS="amd64 x86" + +DESCRIPTION="Extended HTTP Support for PHP." +LICENSE="BSD-2 MIT" +SLOT="0" +IUSE="" + +DEPEND=">=net-misc/curl-7.19.4 + sys-libs/zlib + dev-libs/libevent + || ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 ) + >=dev-lang/php-5[hash,session,iconv] + " +RDEPEND="${DEPEND}" + +my_conf="--enable-http \ + --with-http-curl-requests \ + --with-http-zlib-compression \ + --with-http-curl-libevent \ + --with-http-magic-mime" + +src_install() { + php-ext-pecl-r2_src_install + + php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5" + php-ext-source-r2_addtoinifiles "http.force_exit" "1" + php-ext-source-r2_addtoinifiles "http.log.allowed_methods" "" + php-ext-source-r2_addtoinifiles "http.log.cache" "" + php-ext-source-r2_addtoinifiles "http.log.composite" "" + php-ext-source-r2_addtoinifiles "http.log.not_found" "" + php-ext-source-r2_addtoinifiles "http.log.redirect" "" + php-ext-source-r2_addtoinifiles "http.only_exceptions" "0" + php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL" + php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1" + php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0" + php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0" + php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1" + php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0" + php-ext-source-r2_addtoinifiles "http.request.methods.allowed" "" + php-ext-source-r2_addtoinifiles "http.request.methods.custom" "" + php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0" + php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0" + php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0" + php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0" + php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1" +} diff --git a/dev-php/pecl-http/pecl-http-1.7.1.ebuild b/dev-php/pecl-http/pecl-http-1.7.1.ebuild new file mode 100644 index 000000000000..b955fb422025 --- /dev/null +++ b/dev-php/pecl-http/pecl-http-1.7.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.1.ebuild,v 1.1 2011/12/14 22:38:36 mabi Exp $ + +EAPI="3" + +PHP_EXT_NAME="http" +PHP_EXT_PECL_PKG="pecl_http" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" + +inherit php-ext-pecl-r2 php-ext-source-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Extended HTTP Support for PHP." +LICENSE="BSD-2 MIT" +SLOT="0" +IUSE="" + +DEPEND=">=net-misc/curl-7.19.4 + sys-libs/zlib + dev-libs/libevent + || ( <dev-lang/php-5.3[spl] >=dev-lang/php-5.3 ) + >=dev-lang/php-5[hash,session,iconv] + " +RDEPEND="${DEPEND}" + +my_conf="--enable-http \ + --with-http-curl-requests \ + --with-http-zlib-compression \ + --with-http-curl-libevent \ + --with-http-magic-mime" + +src_install() { + php-ext-pecl-r2_src_install + + php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5" + php-ext-source-r2_addtoinifiles "http.force_exit" "1" + php-ext-source-r2_addtoinifiles "http.log.allowed_methods" "" + php-ext-source-r2_addtoinifiles "http.log.cache" "" + php-ext-source-r2_addtoinifiles "http.log.composite" "" + php-ext-source-r2_addtoinifiles "http.log.not_found" "" + php-ext-source-r2_addtoinifiles "http.log.redirect" "" + php-ext-source-r2_addtoinifiles "http.only_exceptions" "0" + php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL" + php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1" + php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0" + php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0" + php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1" + php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0" + php-ext-source-r2_addtoinifiles "http.request.methods.allowed" "" + php-ext-source-r2_addtoinifiles "http.request.methods.custom" "" + php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0" + php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0" + php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0" + php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0" + php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1" +} diff --git a/dev-php/pecl-idn/ChangeLog b/dev-php/pecl-idn/ChangeLog new file mode 100644 index 000000000000..ccc2dee59f3b --- /dev/null +++ b/dev-php/pecl-idn/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php5/pecl-idn +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-idn/ChangeLog,v 1.1 2011/12/14 22:39:17 mabi Exp $ + +*pecl-idn-0.2.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-idn-0.2.0-r1.ebuild: + add version supporting minor version slotting + +*pecl-idn-0.2.0 (05 Jul 2010) + + 05 Jul 2010; Matti Bickel <mabi@gentoo.org> +pecl-idn-0.2.0.ebuild, + +metadata.xml: + initial import (bug #223807) + diff --git a/dev-php/pecl-idn/metadata.xml b/dev-php/pecl-idn/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/pecl-idn/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/pecl-idn/pecl-idn-0.2.0-r1.ebuild b/dev-php/pecl-idn/pecl-idn-0.2.0-r1.ebuild new file mode 100644 index 000000000000..b433e7daca71 --- /dev/null +++ b/dev-php/pecl-idn/pecl-idn-0.2.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-idn/pecl-idn-0.2.0-r1.ebuild,v 1.1 2011/12/14 22:39:17 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="idn" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README ChangeLog" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Binding to the GNU libidn for using Internationalized Domain Names." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="net-dns/libidn" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-imagick/ChangeLog b/dev-php/pecl-imagick/ChangeLog new file mode 100644 index 000000000000..e3396e1f8b66 --- /dev/null +++ b/dev-php/pecl-imagick/ChangeLog @@ -0,0 +1,188 @@ +# ChangeLog for dev-php5/pecl-imagick +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.1 2011/12/14 22:39:57 mabi Exp $ + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-imagick-3.0.0-r1.ebuild: + Marking pecl-imagick-3.0.0-r1 ~ppc for bug 349659 + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + pecl-imagick-3.0.0-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-imagick-3.0.1-r1.ebuild: + stable x86, bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-imagick-3.0.0-r1.ebuild: + Marking pecl-imagick-3.0.0-r1 ~ppc64 for bug 349659 + + 21 Nov 2010; Markus Meier <maekke@gentoo.org> pecl-imagick-3.0.0.ebuild: + x86 stable, bug #343005 + + 20 Nov 2010; Markos Chandras <hwoarang@gentoo.org> pecl-imagick-3.0.0.ebuild: + Stable on amd64 wrt bug #343005 + +*pecl-imagick-3.0.1-r1 (19 Nov 2010) +*pecl-imagick-3.0.1 (19 Nov 2010) + + 19 Nov 2010; Ole Markus With <olemarkus@gentoo.org> + +pecl-imagick-3.0.1.ebuild, +pecl-imagick-3.0.1-r1.ebuild: + Version bump + +*pecl-imagick-3.0.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-imagick-3.0.0-r1.ebuild: + add version supporting minor version slotting + +*pecl-imagick-3.0.0 (27 Jul 2010) + + 27 Jul 2010; Matti Bickel <mabi@gentoo.org> -pecl-imagick-2.1.1.ebuild, + +pecl-imagick-3.0.0.ebuild: + version bump, remove old (bug #330089) + + 10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + pecl-imagick-2.3.0.ebuild: + stable x86, bug 319111 + + 18 Jun 2010; <mabi@gentoo.org> pecl-imagick-2.3.0.ebuild: + amd64 stable with permission from angelos (bug #319111) + + 12 Jun 2010; <mabi@gentoo.org> -pecl-imagick-2.0.1.ebuild, + -pecl-imagick-2.2.2.ebuild, -pecl-imagick-2.3.0_beta1.ebuild: + remove old + +*pecl-imagick-2.3.0 (16 Dec 2009) + + 16 Dec 2009; Christian Hoffmann <hoffie@gentoo.org> + +pecl-imagick-2.3.0.ebuild: + version bump per bug 288440, thanks to Daniel T. <dane.tschi@gmx.at> + +*pecl-imagick-2.3.0_beta1 (09 Apr 2009) +*pecl-imagick-2.2.2 (09 Apr 2009) + + 09 Apr 2009; Christian Hoffmann <hoffie@gentoo.org> + +pecl-imagick-2.2.2.ebuild, +pecl-imagick-2.3.0_beta1.ebuild: + version bump to 2.2.2 (stable) and 2.3.0_beta1, might fix bug 260578 + + 06 Jul 2008; Markus Meier <maekke@gentoo.org> pecl-imagick-2.1.1.ebuild: + x86 stable, bug #230896 + + 06 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-imagick-2.1.1.ebuild: + stable on amd64, bug 230896 + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> + -pecl-imagick-2.1.0.ebuild, -pecl-imagick-2.1.1_rc1.ebuild: + removing old (_rc1 would have needed fixing because of bug 220519 anyway) + +*pecl-imagick-2.1.1 (17 Mar 2008) + + 17 Mar 2008; <jokey@gentoo.org> +pecl-imagick-2.1.1.ebuild: + Version bump from project overlay + + 09 Mar 2008; Jakub Moc <jakub@gentoo.org> + pecl-imagick-2.1.1.ebuild: + Version bump + +*pecl-imagick-2.1.1_rc1 (03 Mar 2008) + + 03 Mar 2008; Markus Ullmann <jokey@gentoo.org> + +pecl-imagick-2.1.1_rc1.ebuild: + Version bump from project overlay + + 26 Feb 2008; Jakub Moc <jakub@gentoo.org> + +pecl-imagick-2.1.1_rc1.ebuild: + Version bump, fixed building against ImageMagick 6.3.8.x + +*pecl-imagick-2.1.0 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> + -pecl-imagick-2.1.0_rc2.ebuild, -pecl-imagick-2.1.0_rc3.ebuild, + +pecl-imagick-2.1.0.ebuild: + Version bump, from the php overlay + + 16 Jan 2008; Hanno Boeck <hanno@gentoo.org> pecl-imagick-2.0.1.ebuild: + Stable on amd64. + +*pecl-imagick-2.1.0_rc3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +pecl-imagick-2.1.0_rc3.ebuild: + Version bump from project overlay + + 13 Jan 2008; Jakub Moc <jakub@gentoo.org> + +pecl-imagick-2.1.0_rc3.ebuild: + Version bump + +*pecl-imagick-2.1.0_rc2 (27 Dec 2007) + + 27 Dec 2007; Markus Ullmann <jokey@gentoo.org> + +pecl-imagick-2.1.0_rc2.ebuild: + Version bump from project overlay + + 25 Dec 2007; Jakub Moc <jakub@gentoo.org> + +pecl-imagick-2.1.0_rc2.ebuild: + Version bump + + 19 Dec 2007; Markus Meier <maekke@gentoo.org> pecl-imagick-2.0.1.ebuild: + x86 stable, bug #202641 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-imagick-2.0.1.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-imagick-2.0.1.ebuild: + Fix LICENSE + +*pecl-imagick-2.0.1 (28 Oct 2007) + + 28 Oct 2007; Markus Ullmann <jokey@gentoo.org> + -pecl-imagick-0.9.13.ebuild, -pecl-imagick-2.0.0_rc1.ebuild, + -pecl-imagick-2.0.0.ebuild, +pecl-imagick-2.0.1.ebuild: + Version bump from php project overlay + +*pecl-imagick-2.0.0 (11 Oct 2007) + + 11 Oct 2007; Anant Narayanan <anant@gentoo.org> + +pecl-imagick-2.0.0.ebuild: + bump to 2.0.0 (from overlay) + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> + -pecl-imagick-0.9.11.ebuild: + Cleanup + +*pecl-imagick-2.0.0_rc1 (17 Aug 2007) + + 17 Aug 2007; Christian Hoffmann <hoffie@gentoo.org> + +pecl-imagick-2.0.0_rc1.ebuild: + version bump wrt bug 177852, thanks to Niklas Närhinen and Jakub Moc + +*pecl-imagick-0.9.13 (17 Apr 2007) + + 17 Apr 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-imagick-0.9.11.ebuild, +pecl-imagick-0.9.13.ebuild: + Version bump, delete graphicsmagick dep. + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-imagick-0.9.11.ebuild: + Cleanup. + + 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 27 May 2006; Luca Longinotti <chtekk@gentoo.org> + pecl-imagick-0.9.11.ebuild: + Added to ~amd64. + + 26 Nov 2005; Luca Longinotti <chtekk@gentoo.org> + pecl-imagick-0.9.11.ebuild: + Fix var ordering. + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-imagick-0.9.11.ebuild: + Added ~ppc64 keyword; bug #102649 + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-imagick-0.9.11.ebuild: + Added ~sparc keyword. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-imagick/metadata.xml b/dev-php/pecl-imagick/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-imagick/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/pecl-imagick/pecl-imagick-3.0.0-r1.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.0.0-r1.ebuild new file mode 100644 index 000000000000..450f986dc1b2 --- /dev/null +++ b/dev-php/pecl-imagick/pecl-imagick-3.0.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.0.0-r1.ebuild,v 1.1 2011/12/14 22:39:57 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="imagick" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="PHP wrapper for the ImageMagick library." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="examples" + +DEPEND=">=media-gfx/imagemagick-6.2.4" +RDEPEND="${DEPEND}" + +MY_PV="${PV/_/}" +PECL_PKG_V="${PECL_PKG}-${MY_PV}" +FILENAME="${PECL_PKG_V}.tgz" +SRC_URI="http://pecl.php.net/get/${FILENAME}" +S="${WORKDIR}/${PECL_PKG_V}" + +my_conf="--with-imagick=/usr" diff --git a/dev-php/pecl-imagick/pecl-imagick-3.0.1-r1.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.0.1-r1.ebuild new file mode 100644 index 000000000000..1cb761dbaf9b --- /dev/null +++ b/dev-php/pecl-imagick/pecl-imagick-3.0.1-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.0.1-r1.ebuild,v 1.1 2011/12/14 22:39:57 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="imagick" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 x86" + +DESCRIPTION="PHP wrapper for the ImageMagick library." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="examples" + +DEPEND=">=media-gfx/imagemagick-6.2.4" +RDEPEND="${DEPEND}" + +MY_PV="${PV/_/}" +PECL_PKG_V="${PECL_PKG}-${MY_PV}" +FILENAME="${PECL_PKG_V}.tgz" +SRC_URI="http://pecl.php.net/get/${FILENAME}" +S="${WORKDIR}/${PECL_PKG_V}" + +my_conf="--with-imagick=/usr" diff --git a/dev-php/pecl-lzf/ChangeLog b/dev-php/pecl-lzf/ChangeLog new file mode 100644 index 000000000000..c7adeb0b4437 --- /dev/null +++ b/dev-php/pecl-lzf/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php5/pecl-lzf +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-lzf/ChangeLog,v 1.1 2011/12/14 22:40:38 mabi Exp $ + +*pecl-lzf-1.5.2-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-lzf-1.5.2-r1.ebuild: + add version supporting minor version slotting + +*pecl-lzf-1.5.2 (05 Jul 2010) + + 05 Jul 2010; Matti Bickel <mabi@gentoo.org> +pecl-lzf-1.5.2.ebuild, + +metadata.xml: + initial import (bug #223809) + diff --git a/dev-php/pecl-lzf/metadata.xml b/dev-php/pecl-lzf/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/pecl-lzf/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/pecl-lzf/pecl-lzf-1.5.2-r1.ebuild b/dev-php/pecl-lzf/pecl-lzf-1.5.2-r1.ebuild new file mode 100644 index 000000000000..d4836f8f2a97 --- /dev/null +++ b/dev-php/pecl-lzf/pecl-lzf-1.5.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-lzf/pecl-lzf-1.5.2-r1.ebuild,v 1.1 2011/12/14 22:40:38 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="lzf" +PHP_EXT_PECL_PKG="LZF" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README ChangeLog" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="This package handles LZF de/compression." +LICENSE="PHP-3" +SLOT="0" +IUSE="" diff --git a/dev-php/pecl-mailparse/ChangeLog b/dev-php/pecl-mailparse/ChangeLog new file mode 100644 index 000000000000..145e39fdfbfd --- /dev/null +++ b/dev-php/pecl-mailparse/ChangeLog @@ -0,0 +1,127 @@ +# ChangeLog for dev-php5/pecl-mailparse +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.1 2011/12/14 22:41:18 mabi Exp $ + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-mailparse-2.1.5.ebuild: + Drop sparc keywords + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> + pecl-mailparse-2.1.5-r1.ebuild: + Marking pecl-mailparse-2.1.5-r1 ~ppc for bug 349659 + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + pecl-mailparse-2.1.5-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-mailparse-2.1.5-r1.ebuild: + stable x86, bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> + pecl-mailparse-2.1.5-r1.ebuild: + Marking pecl-mailparse-2.1.5-r1 ~ppc64 for bug 349659 + + 27 Dec 2010; Jeremy Olexa <darkside@gentoo.org> + pecl-mailparse-2.1.5.ebuild, pecl-mailparse-2.1.5-r1.ebuild: + Add dev-util/re2c to DEPEND, bug 345241 by Jung Tae-young + +*pecl-mailparse-2.1.5-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-mailparse-2.1.2.ebuild, + -pecl-mailparse-2.1.3.ebuild, +pecl-mailparse-2.1.5-r1.ebuild: + add version supporting minor version slotting, remove old + + 06 Oct 2010; Markus Meier <maekke@gentoo.org> pecl-mailparse-2.1.5.ebuild: + x86 stable, bug #338734 + + 02 Oct 2010; <olemarkus@gentoo.org> pecl-mailparse-2.1.5.ebuild: + Ebuilds inheriting pecl-ext-source-r1 cannot use EAPI2 (bug #339408) + + 30 Sep 2010; Markos Chandras <hwoarang@gentoo.org> + pecl-mailparse-2.1.5.ebuild: + Stable on amd64 wrt bug #338734 + +*pecl-mailparse-2.1.5 (11 Jun 2010) + + 11 Jun 2010; <mabi@gentoo.org> +pecl-mailparse-2.1.5.ebuild: + version bump (bug #300893) + +*pecl-mailparse-2.1.3 (13 Jan 2008) + + 13 Jan 2008; Markus Ullmann <jokey@gentoo.org> + +pecl-mailparse-2.1.3.ebuild: + Version bump from project overlay + + 08 Jan 2008; Jakub Moc <jakub@gentoo.org> + +pecl-mailparse-2.1.3.ebuild: + Version bump + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + -files/mailparse-c-64bit-segfault.diff, -files/cvs-mailparse.c-fix.diff, + -files/mailparse_mime-rfc2231.diff, pecl-mailparse-2.1.2.ebuild: + nuke unused patches + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + -pecl-mailparse-2.1.1-r1.ebuild, pecl-mailparse-2.1.2.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-mailparse-2.1.2.ebuild: + Fix LICENSE + +*pecl-mailparse-2.1.2 (15 Nov 2007) + + 15 Nov 2007; Markus Ullmann <jokey@gentoo.org> + +pecl-mailparse-2.1.2.ebuild: + Version bump from project overlay + + 09 Nov 2007; Jakub Moc <jakub@gentoo.org> +pecl-mailparse-2.1.2.ebuild: + Version bump - bugfix release + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> + -pecl-mailparse-2.1.1.ebuild: + Cleanup + + 05 Sep 2007; Markus Ullmann <jokey@gentoo.org> + +files/mailparse-c-64bit-segfault.diff, + +files/mailparse_mime-rfc2231.diff: + Add missing patches to fix bug #191377 + +*pecl-mailparse-2.1.1-r1 (04 Sep 2007) + + 04 Sep 2007; Markus Ullmann <jokey@gentoo.org> + +pecl-mailparse-2.1.1-r1.ebuild: + Rev bump from project overlay; Fix segfaults on 64bit platforms + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-mailparse-2.1.1.ebuild: + Cleanup. + + 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 18 Apr 2006; Luca Longinotti <chtekk@gentoo.org> + pecl-mailparse-2.1.1.ebuild: + nls use flag changed to unicode for mbstring extension. + + 10 Apr 2006; Simon Stelling <blubb@gentoo.org> + pecl-mailparse-2.1.1.ebuild: + added ~amd64 keyword + + 17 Dec 2005; Luca Longinotti <chtekk@gentoo.org> + pecl-mailparse-2.1.1.ebuild: + Fix var ordering, sync with overlay. + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> + pecl-mailparse-2.1.1.ebuild: + Added ~ppc64 keyword; bug #102649 + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-mailparse-2.1.1.ebuild: + Added ~sparc keyword. + + 06 Sep 2005; Stuart Herbert <stuart@gentoo.org> + +files/cvs-mailparse.c-fix.diff: + Replaced corrupted patch file + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-mailparse/metadata.xml b/dev-php/pecl-mailparse/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-mailparse/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/pecl-mailparse/pecl-mailparse-2.1.5-r1.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.5-r1.ebuild new file mode 100644 index 000000000000..054d61193d5c --- /dev/null +++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.5-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.5-r1.ebuild,v 1.1 2011/12/14 22:41:18 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="mailparse" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 ~ppc ~ppc64 x86" + +DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages." +LICENSE="PHP-2.02" +SLOT="0" +IUSE="" + +RDEPEND="dev-lang/php[unicode]" +DEPEND="${RDEPEND} + dev-util/re2c" diff --git a/dev-php/pecl-mcve/ChangeLog b/dev-php/pecl-mcve/ChangeLog new file mode 100644 index 000000000000..81ee4facb6ea --- /dev/null +++ b/dev-php/pecl-mcve/ChangeLog @@ -0,0 +1,156 @@ +# ChangeLog for dev-php5/pecl-mcve +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mcve/ChangeLog,v 1.1 2011/12/14 22:41:59 mabi Exp $ + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + ia64/s390/sh/sparc stable + + 08 Jan 2011; Markus Meier <maekke@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + arm stable, bug #349659 + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + Marking pecl-mcve-7.0.3-r1 ~ppc for bug 349659 + + 06 Jan 2011; Markus Meier <maekke@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + add ~arm, bug #349659 + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-mcve-7.0.3-r1.ebuild: + stable x86, bug 349659 + + 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> + pecl-mcve-7.0.3-r1.ebuild: + Stable on alpha, bug #349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + Marking pecl-mcve-7.0.3-r1 ~ppc64 for bug 349659 + + 25 Dec 2010; Jeroen Roovers <jer@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + Stable for HPPA (bug #349659). + + 09 Nov 2010; Jeroen Roovers <jer@gentoo.org> pecl-mcve-7.0.3-r1.ebuild: + Marked ~hppa (bug #344127). + +*pecl-mcve-7.0.3-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-mcve-7.0.3-r1.ebuild: + add version supporting minor version slotting + +*pecl-mcve-7.0.3 (04 Jul 2010) + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> -pecl-mcve-5.2.0.ebuild, + +pecl-mcve-7.0.3.ebuild: + version bump thanks to Ole Markus With (bug #324835) + + 09 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-mcve-5.2.2-r1.ebuild: + explicitly call phpize, not src_unpack (bug 220519) + + 07 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-mcve-5.2.2-r1.ebuild: + calling php-ext-source-r1_src_unpack explicitly, bug 220519 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-mcve-5.2.0.ebuild, + pecl-mcve-5.2.2-r1.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> + pecl-mcve-5.2.0.ebuild, pecl-mcve-5.2.2-r1.ebuild: + Fix LICENSE + + 14 Nov 2007; Jeroen Roovers <jer@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + Stable for HPPA (bug #198560). + + 11 Nov 2007; Raúl Porcel <armin76@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + alpha/ia64/sparc stable wrt #198560 + + 11 Nov 2007; Samuli Suominen <drac@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + amd64 stable wrt #198560 + + 11 Nov 2007; Dawid Węgliński <cla@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + Stable on x86 (bug #198560) + + 11 Nov 2007; Dawid Węgliński <cla@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + Stable on x86 (bug #198560) + + 10 Nov 2007; Markus Rothe <corsair@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + Stable on ppc64; bug #198560 + + 10 Nov 2007; nixnut <nixnut@gentoo.org> pecl-mcve-5.2.2-r1.ebuild: + Stable on ppc wrt bug 198560 + +*pecl-mcve-5.2.2-r1 (19 Mar 2007) + + 19 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + +files/pecl-mcve-5.2.2-ldflagsfix.patch, -pecl-mcve-5.2.2.ebuild, + +pecl-mcve-5.2.2-r1.ebuild: + Fix wrong LDFLAGS usage. + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-mcve-5.2.0.ebuild, + pecl-mcve-5.2.2.ebuild: + Cleanup. + + 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-mcve-5.2.0.ebuild, + pecl-mcve-5.2.2.ebuild: + Cleanup. + +*pecl-mcve-5.2.2 (07 Feb 2007) + + 07 Feb 2007; Doug Goldstein <cardoe@gentoo.org> -pecl-mcve-5.2.1.ebuild, + +pecl-mcve-5.2.2.ebuild: + Upstream fixed a big gapping error with 64 bit machine support + +*pecl-mcve-5.2.1 (10 Jan 2007) + + 10 Jan 2007; Doug Goldstein <cardoe@gentoo.org> +pecl-mcve-5.2.1.ebuild: + upstream fixes for ssl path and krb5 path issues in the configure script + + 24 Feb 2006; Jeroen Roovers <jer@gentoo.org> pecl-mcve-5.2.0.ebuild: + Stable on hppa. + + 25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org pecl-mcve-5.2.0.ebuild: + Stable on alpha. + + 25 Jan 2006; Jeroen Roovers <jer@gentoo.org> pecl-mcve-5.2.0.ebuild: + Marked ~hppa (preparation for bug #119461). + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-mcve-5.2.0.ebuild: + stable on amd64 + + 21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-mcve-5.2.0.ebuild: + Stable on SPARC wrt bug #119444. + + 21 Jan 2006; <nixnut@gentoo.org> pecl-mcve-5.2.0.ebuild: + Added ppc keyword. bug 119444 + + 19 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> pecl-mcve-5.2.0.ebuild: + Stable on x86. + + 18 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-mcve-5.2.0.ebuild: + Stable on ppc64; bug #119444 + + 28 Dec 2005; Simon Stelling <blubb@gentoo.org> pecl-mcve-5.2.0.ebuild: + added ~amd64 keyword + + 27 Dec 2005; Bryan Østergaard <kloeri@gentoo.org pecl-mcve-5.2.0.ebuild: + ~alpha and ~ia64 keywords. + + 26 Dec 2005; Jason Wever <weeve@gentoo.org> pecl-mcve-5.2.0.ebuild: + Added ~sparc keyword wrt bug #115887. + + 22 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> + pecl-mcve-5.2.0.ebuild: + Added to ~ppc. + + 21 Dec 2005; Markus Rothe <corsair@gentoo.org> pecl-mcve-5.2.0.ebuild: + Added ~ppc64; bug #115887 + +*pecl-mcve-5.2.0 (17 Dec 2005) + + 17 Dec 2005; Luca Longinotti <chtekk@gentoo.org> +metadata.xml, + +pecl-mcve-5.2.0.ebuild: + Initial version of pecl-mcve. + diff --git a/dev-php/pecl-mcve/metadata.xml b/dev-php/pecl-mcve/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-mcve/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/pecl-mcve/pecl-mcve-7.0.3-r1.ebuild b/dev-php/pecl-mcve/pecl-mcve-7.0.3-r1.ebuild new file mode 100644 index 000000000000..260eb7cc7c1a --- /dev/null +++ b/dev-php/pecl-mcve/pecl-mcve-7.0.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mcve/pecl-mcve-7.0.3-r1.ebuild,v 1.1 2011/12/14 22:41:59 mabi Exp $ + +PHP_EXT_NAME="mcve" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +EAPI="2" + +inherit php-ext-pecl-r2 + +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" + +DESCRIPTION="Interface to the MCVE/Monetra API, allowing you to work directly with MCVE/Monetra from PHP." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND="dev-libs/openssl + net-libs/libmonetra" +RDEPEND="${DEPEND} + dev-lang/php[ssl] +" + +my_conf="--with-mcve --with-openssl-dir=/usr" diff --git a/dev-php/pecl-memcached/ChangeLog b/dev-php/pecl-memcached/ChangeLog new file mode 100644 index 000000000000..b65c4c8f05fc --- /dev/null +++ b/dev-php/pecl-memcached/ChangeLog @@ -0,0 +1,41 @@ +# ChangeLog for dev-php5/pecl-memcached +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.1 2011/12/14 22:42:40 mabi Exp $ + +*pecl-memcached-2.0.0_beta2 (19 Aug 2011) + + 19 Aug 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-memcached-2.0.0_beta2.ebuild, metadata.xml: + Added 2.0.0 beta2. Bug 365707 + + 10 Apr 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-memcached-1.0.2-r1.ebuild: + stable x86, bug 349898 + + 01 Jan 2011; Markos Chandras <hwoarang@gentoo.org> + pecl-memcached-1.0.2-r1.ebuild: + Stable on amd64 wrt bug #349898 + +*pecl-memcached-1.0.2-r1 (05 Nov 2010) + + 05 Nov 2010; <olemarkus@gentoo.org> +pecl-memcached-1.0.2-r1.ebuild: + Revbump supporting minor version slotting + +*pecl-memcached-1.0.2 (18 Jun 2010) + + 18 Jun 2010; Robin H. Johnson <robbat2@gentoo.org> + +pecl-memcached-1.0.2.ebuild: + Bug #324049: version bump. + +*pecl-memcached-1.0.1 (24 Mar 2010) + + 24 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> + +pecl-memcached-1.0.1.ebuild: + Bug #309837: version bump. + +*pecl-memcached-1.0.0 (30 Nov 2009) + + 30 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +pecl-memcached-1.0.0.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-php/pecl-memcached/metadata.xml b/dev-php/pecl-memcached/metadata.xml new file mode 100644 index 000000000000..a8433c064259 --- /dev/null +++ b/dev-php/pecl-memcached/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + </maintainer> + <use> + <flag name="igbinary">Enable support for the igbinary serializer</flag> + </use> +</pkgmetadata> diff --git a/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild new file mode 100644 index 000000000000..3d64914cc2ed --- /dev/null +++ b/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-1.0.2-r1.ebuild,v 1.1 2011/12/14 22:42:40 mabi Exp $ + +EAPI="2" +PHP_EXT_NAME="memcached" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +USE_PHP="php5-2 php5-3" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 x86" + +DESCRIPTION="PHP extension for interfacing with memcached via libmemcached library" +LICENSE="PHP-3" +SLOT="0" +IUSE="+session" + +DEPEND=">=dev-libs/libmemcached-0.38 sys-libs/zlib + dev-lang/php[session?]" +RDEPEND="${DEPEND}" + +src_configure() { + my_conf="--enable-memcached + --with-zlib-dir=/usr + $(use_enable session memcached-session)" + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-memcached/pecl-memcached-2.0.0_beta2.ebuild b/dev-php/pecl-memcached/pecl-memcached-2.0.0_beta2.ebuild new file mode 100644 index 000000000000..4e55d2127d7b --- /dev/null +++ b/dev-php/pecl-memcached/pecl-memcached-2.0.0_beta2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.0.0_beta2.ebuild,v 1.1 2011/12/14 22:42:40 mabi Exp $ + +EAPI="2" +PHP_EXT_NAME="memcached" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +USE_PHP="php5-2 php5-3" + +MY_PV="2.0.0b2" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP extension for interfacing with memcached via libmemcached library" +LICENSE="PHP-3" +SLOT="0" +IUSE="+session igbinary" + +DEPEND=">=dev-libs/libmemcached-0.38 sys-libs/zlib + dev-lang/php[session?] + igbinary? ( dev-php/igbinary[php_targets_php5-3?,php_targets_php5-2?] )" +RDEPEND="${DEPEND}" + +src_configure() { + my_conf="--enable-memcached + --with-zlib-dir=/usr + $(use_enable session memcached-session) + $(use_enable igbinary memcached-igbinary)" + + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-mogilefs/ChangeLog b/dev-php/pecl-mogilefs/ChangeLog new file mode 100644 index 000000000000..689a57ea8147 --- /dev/null +++ b/dev-php/pecl-mogilefs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/pecl-mogilefs +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mogilefs/ChangeLog,v 1.1 2011/12/14 22:43:21 mabi Exp $ + +*pecl-mogilefs-0.8.1 (23 Feb 2011) + + 23 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> + +pecl-mogilefs-0.8.1.ebuild, +metadata.xml: + Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-php/pecl-mogilefs/metadata.xml b/dev-php/pecl-mogilefs/metadata.xml new file mode 100644 index 000000000000..c12d48c2ae64 --- /dev/null +++ b/dev-php/pecl-mogilefs/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-php/pecl-mogilefs/pecl-mogilefs-0.8.1.ebuild b/dev-php/pecl-mogilefs/pecl-mogilefs-0.8.1.ebuild new file mode 100644 index 000000000000..1ee86e636cdc --- /dev/null +++ b/dev-php/pecl-mogilefs/pecl-mogilefs-0.8.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mogilefs/pecl-mogilefs-0.8.1.ebuild,v 1.1 2011/12/14 22:43:21 mabi Exp $ + +EAPI="2" +PHP_EXT_NAME="mogilefs" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +USE_PHP="php5-2 php5-3" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP client library to communicate with the MogileFS storage" +# this is the old homepage, but it has documentation which the PECL page +# doesn't... +HOMEPAGE="http://projects.usrportage.de/index.fcgi/php-mogilefs" +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="net-libs/neon" +RDEPEND="${DEPEND}" + +src_prepare() { + # config.m4 looks for xml2-config but doesn't actually use it... + sed -i -e '/Cannot find libxml2/d' \ + "${S}"/config.m4 + + php-ext-source-r2_src_prepare +} + +src_configure() { + my_conf="--with-mogilefs" + php-ext-source-r2_src_configure +} diff --git a/dev-php/pecl-mongo/ChangeLog b/dev-php/pecl-mongo/ChangeLog new file mode 100644 index 000000000000..c83f1517c47f --- /dev/null +++ b/dev-php/pecl-mongo/ChangeLog @@ -0,0 +1,56 @@ +# ChangeLog for dev-php5/pecl-mongo +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.1 2011/12/14 22:44:01 mabi Exp $ + +*pecl-mongo-1.2.4 (30 Aug 2011) + + 30 Aug 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-mongo-1.2.4.ebuild: + Version bump + +*pecl-mongo-1.2.0 (01 Jul 2011) + + 01 Jul 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-mongo-1.2.0.ebuild: + Version bump + +*pecl-mongo-1.1.4 (08 Feb 2011) + + 08 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-mongo-1.1.4.ebuild: + Version bump + +*pecl-mongo-1.1.3 (06 Jan 2011) + + 06 Jan 2011; <olemarkus@gentoo.org> -pecl-mongo-1.1.2.ebuild, + +pecl-mongo-1.1.3.ebuild: + Version bump + +*pecl-mongo-1.1.2 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-mongo-1.1.1.ebuild, +pecl-mongo-1.1.2.ebuild: + Another bump + +*pecl-mongo-1.1.1 (05 Jan 2011) + + 05 Jan 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-mongo-1.0.10.ebuild, -pecl-mongo-1.0.11.ebuild, + -pecl-mongo-1.1.0.ebuild, +pecl-mongo-1.1.1.ebuild: + Version bump. Also removed some older ebuilds + +*pecl-mongo-1.1.0 (09 Dec 2010) + + 09 Dec 2010; Ole Markus With <olemarkus@gentoo.org> + +pecl-mongo-1.1.0.ebuild: + Version bump + +*pecl-mongo-1.0.11 (08 Nov 2010) + + 08 Nov 2010; <olemarkus@gentoo.org> +pecl-mongo-1.0.11.ebuild: + Version bump + +*pecl-mongo-1.0.10 (31 Oct 2010) + + 31 Oct 2010; <olemarkus@gentoo.org> +pecl-mongo-1.0.10.ebuild, + +metadata.xml: + Added initial ebuild + diff --git a/dev-php/pecl-mongo/metadata.xml b/dev-php/pecl-mongo/metadata.xml new file mode 100644 index 000000000000..abaf29c54911 --- /dev/null +++ b/dev-php/pecl-mongo/metadata.xml @@ -0,0 +1,6 @@ +<?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/pecl-mongo/pecl-mongo-1.1.3.ebuild b/dev-php/pecl-mongo/pecl-mongo-1.1.3.ebuild new file mode 100644 index 000000000000..042e2cc00826 --- /dev/null +++ b/dev-php/pecl-mongo/pecl-mongo-1.1.3.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/pecl-mongo/pecl-mongo-1.1.3.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="mongo" + +inherit php-ext-pecl-r2 + +DESCRIPTION="MongoDB database driver" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-mongo/pecl-mongo-1.1.4.ebuild b/dev-php/pecl-mongo/pecl-mongo-1.1.4.ebuild new file mode 100644 index 000000000000..b318e2d0e28b --- /dev/null +++ b/dev-php/pecl-mongo/pecl-mongo-1.1.4.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/pecl-mongo/pecl-mongo-1.1.4.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="mongo" + +inherit php-ext-pecl-r2 + +DESCRIPTION="MongoDB database driver" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-mongo/pecl-mongo-1.2.0.ebuild b/dev-php/pecl-mongo/pecl-mongo-1.2.0.ebuild new file mode 100644 index 000000000000..0e776c8ed56b --- /dev/null +++ b/dev-php/pecl-mongo/pecl-mongo-1.2.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/pecl-mongo/pecl-mongo-1.2.0.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="mongo" + +inherit php-ext-pecl-r2 + +DESCRIPTION="MongoDB database driver" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-mongo/pecl-mongo-1.2.4.ebuild b/dev-php/pecl-mongo/pecl-mongo-1.2.4.ebuild new file mode 100644 index 000000000000..cb14bf93ebe1 --- /dev/null +++ b/dev-php/pecl-mongo/pecl-mongo-1.2.4.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/pecl-mongo/pecl-mongo-1.2.4.ebuild,v 1.1 2011/12/14 22:44:01 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="mongo" + +inherit php-ext-pecl-r2 + +DESCRIPTION="MongoDB database driver" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-pam/ChangeLog b/dev-php/pecl-pam/ChangeLog new file mode 100644 index 000000000000..b7a5a9ef7f75 --- /dev/null +++ b/dev-php/pecl-pam/ChangeLog @@ -0,0 +1,37 @@ +# ChangeLog for dev-php5/pecl-pam +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v 1.1 2011/12/14 22:44:42 mabi Exp $ + +*pecl-pam-1.0.2-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-pam-1.0.2-r1.ebuild: + add version supporting minor version slotting + + 23 Feb 2008; Sven Wegener <swegener@gentoo.org> pecl-pam-1.0.2.ebuild: + Add ~amd64 keyword. + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -pecl-pam-1.0.1.ebuild, + pecl-pam-1.0.2.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-pam-1.0.2.ebuild: + Fix LICENSE + +*pecl-pam-1.0.2 (29 Nov 2007) + + 29 Nov 2007; Markus Ullmann <jokey@gentoo.org> +pecl-pam-1.0.2.ebuild: + Version bump from project overlay + + 28 Nov 2007; Jakub Moc <jakub@gentoo.org> +pecl-pam-1.0.2.ebuild: + Version bump + +*pecl-pam-1.0.1 (15 Nov 2007) + + 15 Nov 2007; Markus Ullmann <jokey@gentoo.org> +metadata.xml, + +pecl-pam-1.0.1.ebuild: + Initial import from project overlay + + 13 Nov 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-pam-1.0.1.ebuild: + New ebuild + diff --git a/dev-php/pecl-pam/metadata.xml b/dev-php/pecl-pam/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-pam/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/pecl-pam/pecl-pam-1.0.2-r1.ebuild b/dev-php/pecl-pam/pecl-pam-1.0.2-r1.ebuild new file mode 100644 index 000000000000..f309ef714f33 --- /dev/null +++ b/dev-php/pecl-pam/pecl-pam-1.0.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/pecl-pam-1.0.2-r1.ebuild,v 1.1 2011/12/14 22:44:42 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="pam" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +inherit php-ext-pecl-r2 pam + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="This extension provides PAM (Pluggable Authentication Modules) integration." +LICENSE="PHP-2.02" +SLOT="0" +IUSE="debug" + +DEPEND="sys-libs/pam" +RDEPEND="${DEPEND}" + +src_configure() { + my_conf="--with-pam=/usr $(use_enable debug)" + php-ext-source-r2_src_configure +} + +src_install() { + pamd_mimic_system php auth account password + php-ext-pecl-r2_src_install +} diff --git a/dev-php/pecl-ps/ChangeLog b/dev-php/pecl-ps/ChangeLog new file mode 100644 index 000000000000..8c1f3584f77e --- /dev/null +++ b/dev-php/pecl-ps/ChangeLog @@ -0,0 +1,59 @@ +# ChangeLog for dev-php5/pecl-ps +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ps/ChangeLog,v 1.1 2011/12/14 22:45:23 mabi Exp $ + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-ps-1.3.6.ebuild: + Drop sparc keywords + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-ps-1.3.6-r1.ebuild: + Marking pecl-ps-1.3.6-r1 ~ppc for bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-ps-1.3.6-r1.ebuild: + Marking pecl-ps-1.3.6-r1 ~ppc64 for bug 349659 + +*pecl-ps-1.3.6-r1 (04 Nov 2010) +*pecl-ps-1.3.6 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-ps-1.3.5.ebuild, + +pecl-ps-1.3.6.ebuild, +pecl-ps-1.3.6-r1.ebuild: + add version supporting minor version slotting, version bump, remove old + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-ps-1.3.5.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-ps-1.3.5.ebuild: + Fix LICENSE + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-ps-1.3.4.ebuild: + Cleanup + +*pecl-ps-1.3.5 (31 Aug 2007) + + 31 Aug 2007; Markus Ullmann <jokey@gentoo.org> +pecl-ps-1.3.5.ebuild: + Port from project overlay + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-ps-1.3.5.ebuild: + Version bump, add examples USE flag + +*pecl-ps-1.3.4 (18 Mar 2007) + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -pecl-ps-1.3.1.ebuild, + +pecl-ps-1.3.4.ebuild: + Cleanup, version bump. + + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 10 Apr 2006; Simon Stelling <blubb@gentoo.org> pecl-ps-1.3.1.ebuild: + added ~amd64 keyword + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-ps-1.3.1.ebuild: + Added ~ppc64 keyword; bug #102649 + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-ps-1.3.1.ebuild: + Added ~sparc keyword. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-ps/metadata.xml b/dev-php/pecl-ps/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-ps/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/pecl-ps/pecl-ps-1.3.6-r1.ebuild b/dev-php/pecl-ps/pecl-ps-1.3.6-r1.ebuild new file mode 100644 index 000000000000..4683e9af3c45 --- /dev/null +++ b/dev-php/pecl-ps/pecl-ps-1.3.6-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ps/pecl-ps-1.3.6-r1.ebuild,v 1.1 2011/12/14 22:45:23 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="ps" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="PHP extension for creating PostScript files." +LICENSE="PHP-2.02" +SLOT="0" +IUSE="examples" + +DEPEND="dev-libs/pslib" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-radius/ChangeLog b/dev-php/pecl-radius/ChangeLog new file mode 100644 index 000000000000..84e66b0b0857 --- /dev/null +++ b/dev-php/pecl-radius/ChangeLog @@ -0,0 +1,42 @@ +# ChangeLog for dev-php5/pecl-radius +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/ChangeLog,v 1.1 2011/12/14 22:46:03 mabi Exp $ + +*pecl-radius-1.2.5-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-radius-1.2.5-r1.ebuild: + add version supporting minor version slotting + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-radius-1.2.5.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-radius-1.2.5.ebuild: + Fix LICENSE + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-radius-1.2.4.ebuild: + Cleanup + +*pecl-radius-1.2.5 (31 Aug 2007) + + 31 Aug 2007; Markus Ullmann <jokey@gentoo.org> +pecl-radius-1.2.5.ebuild: + Port from project overlay + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +pecl-radius-1.2.5.ebuild: + Version bump, install examples + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-radius-1.2.4.ebuild: + Cleanup. + + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 03 Mar 2006; Sebastian Bergmann <sebastian@gentoo.org> + pecl-radius-1.2.4.ebuild: + Fix whitespace, DEPEND. + +*pecl-radius-1.2.4 (28 Feb 2006) + + 28 Feb 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +pecl-radius-1.2.4.ebuild: + Initial ebuild. + diff --git a/dev-php/pecl-radius/metadata.xml b/dev-php/pecl-radius/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-radius/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/pecl-radius/pecl-radius-1.2.5-r1.ebuild b/dev-php/pecl-radius/pecl-radius-1.2.5-r1.ebuild new file mode 100644 index 000000000000..46f2ec7a9f12 --- /dev/null +++ b/dev-php/pecl-radius/pecl-radius-1.2.5-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/pecl-radius-1.2.5-r1.ebuild,v 1.1 2011/12/14 22:46:03 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="radius" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)." +LICENSE="BSD BSD-2" +SLOT="0" +IUSE="examples" diff --git a/dev-php/pecl-sca_sdo/ChangeLog b/dev-php/pecl-sca_sdo/ChangeLog new file mode 100644 index 000000000000..149ed15ef9fb --- /dev/null +++ b/dev-php/pecl-sca_sdo/ChangeLog @@ -0,0 +1,64 @@ +# ChangeLog for dev-php5/pecl-sca_sdo +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-sca_sdo/ChangeLog,v 1.1 2011/12/14 22:46:43 mabi Exp $ + +*pecl-sca_sdo-1.2.4-r2 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-sca_sdo-1.2.4-r2.ebuild: + add version supporting minor version slotting + + 19 Sep 2010; Matti Bickel <mabi@gentoo.org> pecl-sca_sdo-1.2.4-r1.ebuild, + +files/pecl-sca_sdo-1.2.4-php53.patch: + fix compilation with php-5.3 (bug #324833) + +*pecl-sca_sdo-1.2.4-r1 (29 May 2010) + + 29 May 2010; <mabi@gentoo.org> -pecl-sca_sdo-1.2.3.ebuild, + -pecl-sca_sdo-1.2.4.ebuild, +pecl-sca_sdo-1.2.4-r1.ebuild: + update for php-5.3 USE changes (bug #301159) + + 25 Jul 2009; Mark Loeser <halcy0n@gentoo.org> pecl-sca_sdo-1.2.4.ebuild, + +files/pecl-sca_sdo-1.2.4-gcc44.patch: + Fix compilation with gcc-4.4; bug #276742 + +*pecl-sca_sdo-1.2.4 (17 Mar 2008) + + 17 Mar 2008; <jokey@gentoo.org> +pecl-sca_sdo-1.2.4.ebuild: + Version bump from project overlay + + 04 Mar 2008; Jakub Moc <jakub@gentoo.org> + +pecl-sca_sdo-1.2.4.ebuild: + Version bump - bugfix release. Fixes PECL bugs #11997, #11996, #12193, + #12103, #12443, #13101 and other issues. + +*pecl-sca_sdo-1.2.3 (30 Aug 2007) + + 30 Aug 2007; Markus Ullmann <jokey@gentoo.org> -pecl-sca_sdo-1.2.2.ebuild, + +pecl-sca_sdo-1.2.3.ebuild: + Version bump wrt bug #190404 + +*pecl-sca_sdo-1.2.2 (20 Aug 2007) + + 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> -pecl-sca_sdo-1.1.2.ebuild, + +pecl-sca_sdo-1.2.2.ebuild: + Porting from project overlay + + 17 Aug 2007; Jakub Moc <jakub@gentoo.org> pecl-sca_sdo-1.2.2.ebuild: + Add examples USE flag + + 17 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +pecl-sca_sdo-1.2.2.ebuild: + Version bump, Bug 187134 + +*pecl-sca_sdo-1.1.2 (18 Mar 2007) + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + -pecl-sca_sdo-1.1.0.ebuild, +pecl-sca_sdo-1.1.2.ebuild: + Version bump, cleanup. + +*pecl-sca_sdo-1.1.0 (24 Nov 2006) + + 24 Nov 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +pecl-sca_sdo-1.1.0.ebuild: + Initial ebuild. + diff --git a/dev-php/pecl-sca_sdo/files/pecl-sca_sdo-1.2.4-gcc44.patch b/dev-php/pecl-sca_sdo/files/pecl-sca_sdo-1.2.4-gcc44.patch new file mode 100644 index 000000000000..32f2382f33d2 --- /dev/null +++ b/dev-php/pecl-sca_sdo/files/pecl-sca_sdo-1.2.4-gcc44.patch @@ -0,0 +1,12 @@ +diff -ur SCA_SDO-1.2.4-orig/commonj/sdo/SDODataConverter.cpp SCA_SDO-1.2.4/commonj/sdo/SDODataConverter.cpp +--- SCA_SDO-1.2.4-orig/commonj/sdo/SDODataConverter.cpp 2009-07-25 18:09:10.000000000 -0400 ++++ SCA_SDO-1.2.4/commonj/sdo/SDODataConverter.cpp 2009-07-25 18:09:42.000000000 -0400 +@@ -17,6 +17,7 @@ + + /* $Rev: 509991 $ $Date: 2011/12/14 22:46:44 $ */ + ++#include <cstdio> + #include <string.h> + #include "commonj/sdo/SDODataConverter.h" + #include "commonj/sdo/SDORuntimeException.h" + diff --git a/dev-php/pecl-sca_sdo/files/pecl-sca_sdo-1.2.4-php53.patch b/dev-php/pecl-sca_sdo/files/pecl-sca_sdo-1.2.4-php53.patch new file mode 100644 index 000000000000..b64c89f8cc9e --- /dev/null +++ b/dev-php/pecl-sca_sdo/files/pecl-sca_sdo-1.2.4-php53.patch @@ -0,0 +1,113 @@ +--- SCA_SDO-1.2.4.orig/sdo.cpp 2006-09-29 17:04:22.000000000 +0200 ++++ SCA_SDO-1.2.4/sdo.cpp 2010-09-19 17:58:27.000000000 +0200 +@@ -77,17 +77,17 @@ + /* }}} */ + + /* {{{ single SDO_DataObject parameter */ +-static ZEND_BEGIN_ARG_INFO(arginfo_sdo_dataobject, 0) ++ZEND_BEGIN_ARG_INFO(arginfo_sdo_dataobject, 0) + ZEND_ARG_OBJ_INFO(0, data_object, SDO_DataObject, 0) + ZEND_END_ARG_INFO(); + /* }}} */ + + /* {{{ SDO_PropertyAccess methods */ +-static ZEND_BEGIN_ARG_INFO(arginfo___get, 0) ++ZEND_BEGIN_ARG_INFO(arginfo___get, 0) + ZEND_ARG_INFO(0, name) + ZEND_END_ARG_INFO(); + +-static ZEND_BEGIN_ARG_INFO(arginfo___set, 0) ++ZEND_BEGIN_ARG_INFO(arginfo___set, 0) + ZEND_ARG_INFO(0, name) + ZEND_ARG_INFO(0, value) + ZEND_END_ARG_INFO(); +@@ -100,7 +100,7 @@ + /* }}} */ + + /* {{{ SDO_DataObject methods */ +-static ZEND_BEGIN_ARG_INFO(arginfo_sdo_dataobject_createdataobject, 0) ++ZEND_BEGIN_ARG_INFO(arginfo_sdo_dataobject_createdataobject, 0) + ZEND_ARG_INFO(0, identifier) + ZEND_END_ARG_INFO(); + +@@ -116,16 +116,16 @@ + /* }}} */ + + /* {{{ SDO_Sequence methods */ +-static ZEND_BEGIN_ARG_INFO(arginfo_sdo_sequence_getproperty, 0) ++ZEND_BEGIN_ARG_INFO(arginfo_sdo_sequence_getproperty, 0) + ZEND_ARG_INFO(0, sequence_index) + ZEND_END_ARG_INFO(); + +-static ZEND_BEGIN_ARG_INFO(arginfo_sdo_sequence_move, 0) ++ZEND_BEGIN_ARG_INFO(arginfo_sdo_sequence_move, 0) + ZEND_ARG_INFO(0, to_index) + ZEND_ARG_INFO(0, from_index) + ZEND_END_ARG_INFO(); + +-static ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_sequence_insert, 0, ZEND_RETURN_VALUE, 1) ++ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_sequence_insert, 0, ZEND_RETURN_VALUE, 1) + ZEND_ARG_INFO(0, value) + ZEND_ARG_INFO(0, sequence_index) + ZEND_ARG_INFO(0, property_identifier) +@@ -141,7 +141,7 @@ + /* }}} */ + + /* {{{ SDO_List methods */ +-static ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_list_insert, 0, ZEND_RETURN_VALUE, 1) ++ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_list_insert, 0, ZEND_RETURN_VALUE, 1) + ZEND_ARG_INFO(0, value) + ZEND_ARG_INFO(0, index) + ZEND_END_ARG_INFO(); +@@ -155,7 +155,7 @@ + /* }}} */ + + /* {{{ SDO_DataFactory methods */ +-static ZEND_BEGIN_ARG_INFO(arginfo_sdo_datafactory_create, 0) ++ZEND_BEGIN_ARG_INFO(arginfo_sdo_datafactory_create, 0) + ZEND_ARG_INFO(0, type_namespace_uri) + ZEND_ARG_INFO(0, type_name) + ZEND_END_ARG_INFO(); +@@ -174,13 +174,13 @@ + /* }}} */ + + /* {{{ SDO_DAS_DataFactory methods */ +-static ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_das_datafactory_addType, 0, ZEND_RETURN_VALUE, 2) ++ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_das_datafactory_addType, 0, ZEND_RETURN_VALUE, 2) + ZEND_ARG_INFO(0, type_namespace_uri) + ZEND_ARG_INFO(0, type_name) + ZEND_ARG_INFO(0, options) + ZEND_END_ARG_INFO(); + +-static ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_das_datafactory_addPropertyToType, 0, ZEND_RETURN_VALUE, 5) ++ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_das_datafactory_addPropertyToType, 0, ZEND_RETURN_VALUE, 5) + ZEND_ARG_INFO(0, parent_type_namespace_uri) + ZEND_ARG_INFO(0, parent_type_name) + ZEND_ARG_INFO(0, property_name) +@@ -260,7 +260,7 @@ + /* }}} */ + + /* {{{ SDO_Model_Type methods */ +-static ZEND_BEGIN_ARG_INFO(arginfo_sdo_model_type_identifier, 0) ++ZEND_BEGIN_ARG_INFO(arginfo_sdo_model_type_identifier, 0) + ZEND_ARG_INFO(0, identifier) + ZEND_END_ARG_INFO(); + +@@ -322,7 +322,7 @@ + /* }}} */ + + /* {{{ SDO_Model_ReflectionDataObject methods */ +-static ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_model_reflectiondataobject_export, 0, ZEND_RETURN_VALUE, 1) ++ZEND_BEGIN_ARG_INFO_EX(arginfo_sdo_model_reflectiondataobject_export, 0, ZEND_RETURN_VALUE, 1) + ZEND_ARG_OBJ_INFO(0, reflector, Reflector, 0) + ZEND_ARG_INFO(0, return_output) + ZEND_END_ARG_INFO(); +@@ -379,7 +379,7 @@ + /* {{{ sdo_deps + */ + #if ZEND_MODULE_API_NO >= 20050922 +-static zend_module_dep sdo_deps[] = { ++zend_module_dep sdo_deps[] = { + ZEND_MOD_REQUIRED("libxml") + ZEND_MOD_REQUIRED("spl") + ZEND_MOD_REQUIRED("Reflection") diff --git a/dev-php/pecl-sca_sdo/metadata.xml b/dev-php/pecl-sca_sdo/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-sca_sdo/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/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r2.ebuild b/dev-php/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r2.ebuild new file mode 100644 index 000000000000..3b26ca1232c8 --- /dev/null +++ b/dev-php/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r2.ebuild,v 1.1 2011/12/14 22:46:43 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="sdo" +PHP_EXT_PECL_PKG="SCA_SDO" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit eutils php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP." +LICENSE="Apache-2.0" +SLOT="0" +IUSE="examples" + +DEPEND=">=dev-lang/php-5.2[json,soap,xml] + || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3.1 )" +RDEPEND="${DEPEND}" + +src_prepare() { + for slot in $(php_get_slots) ; do + cd "${WORKDIR}/${slot}" + epatch "${FILESDIR}"/${P}-gcc44.patch + epatch "${FILESDIR}/${P}-php53.patch" + done + php-ext-source-r2_src_prepare +} + +src_install() { + php-ext-pecl-r2_src_install + + insinto /usr/share/php5 + doins -r DAS SCA +} diff --git a/dev-php/pecl-svn/ChangeLog b/dev-php/pecl-svn/ChangeLog new file mode 100644 index 000000000000..e0282e7e55f1 --- /dev/null +++ b/dev-php/pecl-svn/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for dev-php5/pecl-svn +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/ChangeLog,v 1.1 2011/12/14 22:47:24 mabi Exp $ + +*pecl-svn-1.0.0-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-svn-1.0.0-r1.ebuild: + add version supporting minor version slotting + +*pecl-svn-1.0.0 (05 Jul 2010) + + 05 Jul 2010; Matti Bickel <mabi@gentoo.org> +pecl-svn-1.0.0.ebuild: + import from php-overlay, thanks to Ole Markus With (bug #266971) + diff --git a/dev-php/pecl-svn/metadata.xml b/dev-php/pecl-svn/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/pecl-svn/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/pecl-svn/pecl-svn-1.0.0-r1.ebuild b/dev-php/pecl-svn/pecl-svn-1.0.0-r1.ebuild new file mode 100644 index 000000000000..e120d5304494 --- /dev/null +++ b/dev-php/pecl-svn/pecl-svn-1.0.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-svn/pecl-svn-1.0.0-r1.ebuild,v 1.1 2011/12/14 22:47:24 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="svn" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP Bindings for the Subversion Revision control system." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND="dev-vcs/subversion" +RDEPEND="" diff --git a/dev-php/pecl-syck/ChangeLog b/dev-php/pecl-syck/ChangeLog new file mode 100644 index 000000000000..8cbf5012bb7c --- /dev/null +++ b/dev-php/pecl-syck/ChangeLog @@ -0,0 +1,127 @@ +# ChangeLog for dev-php5/pecl-syck +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/ChangeLog,v 1.1 2011/12/14 22:48:04 mabi Exp $ + + 01 May 2011; Mark Loeser <halcy0n@gentoo.org> pecl-syck-0.9.3-r1.ebuild: + Stable on ppc64 + + 30 Apr 2011; Mark Loeser <halcy0n@gentoo.org> pecl-syck-0.9.3-r1.ebuild: + Stable on ppc + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-syck-0.9.3-r1.ebuild: + Marking pecl-syck-0.9.3-r1 ~ppc for bug 349659 + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pecl-syck-0.9.3-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-syck-0.9.3-r1.ebuild: + stable x86, bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-syck-0.9.3-r1.ebuild: + Marking pecl-syck-0.9.3-r1 ~ppc64 for bug 349659 + + 05 Nov 2010; Markus Meier <maekke@gentoo.org> pecl-syck-0.9.3-r1.ebuild: + add ~arm, bug #344137 + +*pecl-syck-0.9.3-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-syck-0.9.3-r1.ebuild: + add version supporting minor version slotting + + 20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pecl-syck-0.9.3.ebuild: + Stable on amd64 wrt bug #336869 + + 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + pecl-syck-0.9.3.ebuild: + x86 stable, bug 336869 + +*pecl-syck-0.9.3 (28 May 2010) + + 28 May 2010; <mabi@gentoo.org> -pecl-syck-0.9.1.ebuild, + pecl-syck-0.9.2.ebuild, +pecl-syck-0.9.3.ebuild: + remove old, version bump, EAPI=2 + + 19 May 2010; Robert Piasek <dagger@gentoo.org> pecl-syck-0.9.2.ebuild: + added ~arm keyword + + 26 Dec 2009; Torsten Veller <tove@gentoo.org> metadata.xml: + Remove yuval from metadata (#121803) + + 01 May 2008; Christian Hoffmann <hoffie@gentoo.org> + pecl-syck-0.9.2.ebuild: + assuring that php was built with USE='spl hash', thanks to Nick P in bug + 219405 + + 31 Mar 2008; Markus Meier <maekke@gentoo.org> pecl-syck-0.9.2.ebuild: + amd64 stable, bug #208550 + + 06 Feb 2008; nixnut <nixnut@gentoo.org> pecl-syck-0.9.2.ebuild: + stable on ppc wrt bug #208550 + + 04 Feb 2008; Dawid Węgliński <cla@gentoo.org> pecl-syck-0.9.2.ebuild: + Stable on x86 (bug #208550) + + 02 Feb 2008; Brent Baude <ranger@gentoo.org> pecl-syck-0.9.2.ebuild: + Marking pecl-syck-0.9.2 ppc64 for bug 20855- + + 16 Dec 2007; nixnut <nixnut@gentoo.org> pecl-syck-0.9.1.ebuild: + Stable on ppc wrt bug 198568 + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-syck-0.9.1.ebuild, + pecl-syck-0.9.2.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> + pecl-syck-0.9.1.ebuild, pecl-syck-0.9.2.ebuild: + Fix LICENSE + +*pecl-syck-0.9.2 (29 Nov 2007) + + 29 Nov 2007; Markus Ullmann <jokey@gentoo.org> +pecl-syck-0.9.2.ebuild: + Version bump from project overlay + + 24 Nov 2007; Jakub Moc <jakub@gentoo.org> +pecl-syck-0.9.2.ebuild: + Version bump + + 18 Nov 2007; Markus Rothe <corsair@gentoo.org> pecl-syck-0.9.1.ebuild: + Stable on ppc64; bug #198568 + + 16 Nov 2007; nixnut <nixnut@gentoo.org> pecl-syck-0.9.1.ebuild: + Added ~ppc wrt bug 198568 + + 14 Nov 2007; Samuli Suominen <drac@gentoo.org> pecl-syck-0.9.1.ebuild: + amd64 stable wrt #198568 + + 11 Nov 2007; Dawid Węgliński <cla@gentoo.org> pecl-syck-0.9.1.ebuild: + Stable on x86 (bug #198568) + + 29 Oct 2007; Luca Barbato <lu_zero@gentoo.org> pecl-syck-0.55.ebuild: + Marked ~ppc and ~ppc64 + +*pecl-syck-0.55 (19 Oct 2007) + + 19 Oct 2007; Anant Narayanan <anant@gentoo.org> +pecl-syck-0.55.ebuild: + Syck pkgmove 2/2 + +*pecl-syck-0.9.1 (14 Oct 2007) + + 14 Oct 2007; Anant Narayanan <anant@gentoo.org> +metadata.xml, + +pecl-syck-0.9.1.ebuild: + Replace dev-php5/syck-php-bindings with dev-php5/pecl-syck + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + syck-php-bindings-0.55.ebuild: + Cleanup. + + 30 Nov 2006; Michael Cummings <mcummings@gentoo.org> + syck-php-bindings-0.55.ebuild: + Marking amd64 stable, related to bug 152048 + + 29 Nov 2006; Christian Faulhammer <opfer@gentoo.org> + syck-php-bindings-0.55.ebuild: + stable x86, bug #152048 + + 04 Oct 2006; Yuval Yaari <yuval@gentoo.org> ChangeLog: + Adding syck-php-bindings to the tree, for bug #145085 + diff --git a/dev-php/pecl-syck/metadata.xml b/dev-php/pecl-syck/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-syck/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/pecl-syck/pecl-syck-0.9.3-r1.ebuild b/dev-php/pecl-syck/pecl-syck-0.9.3-r1.ebuild new file mode 100644 index 000000000000..bffc0504ff5d --- /dev/null +++ b/dev-php/pecl-syck/pecl-syck-0.9.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/pecl-syck-0.9.3-r1.ebuild,v 1.1 2011/12/14 22:48:04 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="syck" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CHANGELOG TODO" + +inherit php-ext-pecl-r2 + +KEYWORDS="amd64 ~arm ppc ppc64 x86" + +DESCRIPTION="PHP bindings for Syck - reads and writes YAML with it." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="" + +DEPEND="dev-libs/syck + || ( <dev-lang/php-5.3.1[hash,spl] >=dev-lang/php-5.3.1[hash] )" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-translit/ChangeLog b/dev-php/pecl-translit/ChangeLog new file mode 100644 index 000000000000..55ef0b2ac512 --- /dev/null +++ b/dev-php/pecl-translit/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for dev-php5/pecl-translit +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-translit/ChangeLog,v 1.1 2011/12/14 22:48:55 mabi Exp $ + +*pecl-translit-0.6.0-r1 (04 Nov 2010) +*pecl-translit-0.6.0 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-translit-0.5.ebuild, + +pecl-translit-0.6.0.ebuild, +pecl-translit-0.6.0-r1.ebuild: + add version supporting minor version slotting, version bump, remove old + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-translit-0.5.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-translit-0.5.ebuild: + Fix LICENSE + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-translit-0.5.ebuild: + Cleanup. + +*pecl-translit-0.5 (29 Sep 2006) + + 29 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +pecl-translit-0.5.ebuild: + Initial ebuild for bug #136000. + diff --git a/dev-php/pecl-translit/metadata.xml b/dev-php/pecl-translit/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-translit/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/pecl-translit/pecl-translit-0.6.0-r1.ebuild b/dev-php/pecl-translit/pecl-translit-0.6.0-r1.ebuild new file mode 100644 index 000000000000..cc85c55c815f --- /dev/null +++ b/dev-php/pecl-translit/pecl-translit-0.6.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-translit/pecl-translit-0.6.0-r1.ebuild,v 1.1 2011/12/14 22:48:55 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="translit" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Transliterates non-latin character sets to latin." +LICENSE="PHP-3" +SLOT="0" +IUSE="" diff --git a/dev-php/pecl-uploadprogress/ChangeLog b/dev-php/pecl-uploadprogress/ChangeLog new file mode 100644 index 000000000000..c692d924bb8f --- /dev/null +++ b/dev-php/pecl-uploadprogress/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for dev-php5/pecl-uploadprogress +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.1 2011/12/14 22:49:36 mabi Exp $ + + 16 Nov 2010; Christian Faulhammer <fauli@gentoo.org> + pecl-uploadprogress-1.0.1-r1.ebuild: + add ~x86, bug 344741 + +*pecl-uploadprogress-1.0.1-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> + +pecl-uploadprogress-1.0.1-r1.ebuild: + add version supporting minor version slotting + +*pecl-uploadprogress-1.0.1 (26 Apr 2010) + + 26 Apr 2010; Steve Dibb <beandog@gentoo.org> + +pecl-uploadprogress-1.0.1.ebuild, +metadata.xml: + Initial commit, bug 306523; Thanks to Razvan Stanga for ebuild + diff --git a/dev-php/pecl-uploadprogress/metadata.xml b/dev-php/pecl-uploadprogress/metadata.xml new file mode 100644 index 000000000000..6299f7039419 --- /dev/null +++ b/dev-php/pecl-uploadprogress/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +<longdescription lang="en">An extension to track progress of a file upload. +See http://cvs.php.net/viewvc.cgi/pecl/uploadprogress/examples/ for a little example. It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues. +</longdescription> +</pkgmetadata> + diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild new file mode 100644 index 000000000000..c08745085f71 --- /dev/null +++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild,v 1.1 2011/12/14 22:49:36 mabi Exp $ + +EAPI=3 + +inherit php-ext-pecl-r2 + +DESCRIPTION="An extension to track progress of a file upload." +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +pkg_postinst() { + elog "This extension is only known to work on Apache with mod_php." +} diff --git a/dev-php/pecl-uuid/ChangeLog b/dev-php/pecl-uuid/ChangeLog new file mode 100644 index 000000000000..02d38d8b1c8d --- /dev/null +++ b/dev-php/pecl-uuid/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/pecl-uuid +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.1 2011/12/14 22:50:16 mabi Exp $ + +*pecl-uuid-1.0.2 (05 Jan 2011) + + 05 Jan 2011; Tiziano Müller <dev-zero@gentoo.org> +pecl-uuid-1.0.2.ebuild, + +metadata.xml: + Initial commit. + diff --git a/dev-php/pecl-uuid/metadata.xml b/dev-php/pecl-uuid/metadata.xml new file mode 100644 index 000000000000..75dd2ca7d302 --- /dev/null +++ b/dev-php/pecl-uuid/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>dev-zero@gentoo.org</email> + <name>Tiziano Müller</name> + </maintainer> +</pkgmetadata> diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild new file mode 100644 index 000000000000..c79e7cd262a3 --- /dev/null +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.2.ebuild,v 1.1 2011/12/14 22:50:16 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="uuid" +PHP_EXT_INIT="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CREDITS" + +inherit php-ext-pecl-r2 + +DESCRIPTION="A wrapper around libuuid." +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="sys-apps/util-linux" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-xdiff/ChangeLog b/dev-php/pecl-xdiff/ChangeLog new file mode 100644 index 000000000000..bb44e819a8b9 --- /dev/null +++ b/dev-php/pecl-xdiff/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for dev-php5/pecl-xdiff +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.1 2011/12/14 22:50:56 mabi Exp $ + +*pecl-xdiff-1.5.1-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-xdiff-1.5.1-r1.ebuild: + add version supporting minor version slotting + +*pecl-xdiff-1.5.1 (04 Jul 2010) + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> -pecl-xdiff-1.4.1.ebuild, + +pecl-xdiff-1.5.1.ebuild: + bump thanks to Ole Markus With (bug #324831) + +*pecl-xdiff-1.4.1 (01 Jan 2010) + + 01 Jan 2010; Ben de Groot <yngwin@gentoo.org> +pecl-xdiff-1.4.1.ebuild, + +metadata.xml: + Initial import from php testing overlay. Fixes bug 257593. + diff --git a/dev-php/pecl-xdiff/metadata.xml b/dev-php/pecl-xdiff/metadata.xml new file mode 100644 index 000000000000..0575d3a570dc --- /dev/null +++ b/dev-php/pecl-xdiff/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/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild new file mode 100644 index 000000000000..d7a147ad0923 --- /dev/null +++ b/dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.1-r1.ebuild,v 1.1 2011/12/14 22:50:56 mabi Exp $ + +EAPI=3 + +PHP_EXT_ZENDEXT="no" +PHP_EXT_PECL_PKG="xdiff" +PHP_EXT_NAME="xdiff" +PHP_EXT_INI="yes" +DOCS="README.API" + +inherit php-ext-pecl-r2 + +DESCRIPTION="PHP extension for generating diff files" +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="dev-libs/libxdiff" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-yaml/ChangeLog b/dev-php/pecl-yaml/ChangeLog new file mode 100644 index 000000000000..cd99a8697b86 --- /dev/null +++ b/dev-php/pecl-yaml/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for dev-php5/pecl-yaml +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.1 2011/12/14 22:51:36 mabi Exp $ + +*pecl-yaml-1.0.1 (22 Feb 2011) + + 22 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + -pecl-yaml-1.0.0.ebuild, +pecl-yaml-1.0.1.ebuild: + Version bump + +*pecl-yaml-1.0.0 (21 Feb 2011) + + 21 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + +pecl-yaml-1.0.0.ebuild: + Version bump + +*pecl-yaml-0.6.3-r1 (02 Dec 2010) +*pecl-yaml-0.6.3 (02 Dec 2010) + + 02 Dec 2010; Ole Markus With <olemarkus@gentoo.org> + +pecl-yaml-0.6.3.ebuild, +pecl-yaml-0.6.3-r1.ebuild, +metadata.xml: + Initial commit of pecl-yaml (requested in #347511). Thanks to nathan for + the ebuild. + diff --git a/dev-php/pecl-yaml/metadata.xml b/dev-php/pecl-yaml/metadata.xml new file mode 100644 index 000000000000..09e07c16b25d --- /dev/null +++ b/dev-php/pecl-yaml/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <maintainer> + <email>olemarkus@gentoo.org</email> + <name>Ole Markus With</name> + </maintainer> +</pkgmetadata> + diff --git a/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild new file mode 100644 index 000000000000..d6909cc3e868 --- /dev/null +++ b/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.0.1.ebuild,v 1.1 2011/12/14 22:51:36 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="yaml" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="CREDITS EXPERIMENTAL README" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization +using the LibYAML library." +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/libyaml-0.1.0" +RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-yaz/ChangeLog b/dev-php/pecl-yaz/ChangeLog new file mode 100644 index 000000000000..2b3d7f66a67e --- /dev/null +++ b/dev-php/pecl-yaz/ChangeLog @@ -0,0 +1,176 @@ +# ChangeLog for dev-php5/pecl-yaz +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.1 2011/12/14 22:52:16 mabi Exp $ + + 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pecl-yaz-1.1.1.ebuild: + x86 stable wrt bug #393965 + + 13 Dec 2011; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.1.1.ebuild: + Stable for HPPA (bug #393965). + +*pecl-yaz-1.1.1 (31 May 2011) + + 31 May 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-yaz-1.1.1.ebuild: + Version bump + + 16 Apr 2011; <olemarkus@gentoo.org> -pecl-yaz-1.0.14.ebuild, + +pecl-yaz-1.0.14-r1.ebuild: + Removed the wrong version. Fixup. + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + ia64/s390/sh/sparc stable + + 08 Jan 2011; Markus Meier <maekke@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + arm stable, bug #349659 + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + Marking pecl-yaz-1.0.14-r1 ~ppc for bug 349659 + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + Stable on amd64 wrt bug #349659 + + 04 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + pecl-yaz-1.0.14-r1.ebuild: + stable x86, bug 349659 + + 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> + pecl-yaz-1.0.14-r1.ebuild: + Stable on alpha, bug #349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + Marking pecl-yaz-1.0.14-r1 ~ppc64 for bug 349659 + + 25 Dec 2010; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + Stable for HPPA (bug #349659). + + 09 Nov 2010; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + Marked ~hppa (bug #344147). + + 05 Nov 2010; Markus Meier <maekke@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: + add ~arm, bug #344147 + +*pecl-yaz-1.0.14-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-yaz-1.0.8.ebuild, + +pecl-yaz-1.0.14-r1.ebuild: + add version supporting minor version slotting + + 31 Mar 2008; Markus Meier <maekke@gentoo.org> pecl-yaz-1.0.13.ebuild: + amd64 stable, bug #208545 + +*pecl-yaz-1.0.14 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> +pecl-yaz-1.0.14.ebuild: + Version bump, import from the php overlay + + 20 Feb 2008; Jakub Moc <jakub@gentoo.org> +pecl-yaz-1.0.14.ebuild: + Version bump + + 09 Feb 2008; Raúl Porcel <armin76@gentoo.org> pecl-yaz-1.0.13.ebuild: + alpha/ia64/sparc stable wrt #208545 + + 06 Feb 2008; nixnut <nixnut@gentoo.org> pecl-yaz-1.0.13.ebuild: + stable on ppc wrt bug #208533 + + 03 Feb 2008; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.0.13.ebuild: + Stable for HPPA (bug #208545). + + 03 Feb 2008; Markus Meier <maekke@gentoo.org> pecl-yaz-1.0.13.ebuild: + x86 stable, bug #208545 + + 02 Feb 2008; Brent Baude <ranger@gentoo.org> pecl-yaz-1.0.13.ebuild: + Marking pecl-yaz-1.0.13 ppc64 for bug 208545 + +*pecl-yaz-1.0.13 (24 Dec 2007) + + 24 Dec 2007; Raúl Porcel <armin76@gentoo.org> +pecl-yaz-1.0.13.ebuild: + Version bump from the php-overlay + + 18 Dec 2007; Jakub Moc <jakub@gentoo.org> +pecl-yaz-1.0.13.ebuild: + Version bump + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-yaz-1.0.8.ebuild: + LICENSE fix from project overlay + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-yaz-1.0.8.ebuild: + Fix LICENSE, install README + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-yaz-1.0.4.ebuild: + Cleanup + + 01 Jul 2007; Raúl Porcel <armin76@gentoo.org> pecl-yaz-1.0.8.ebuild: + alpha stable wrt #173849 + + 18 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + pecl-yaz-1.0.8.ebuild: + stable amd64, bug 173849 + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> pecl-yaz-1.0.8.ebuild: + Stable on ppc64 + + 11 Apr 2007; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.0.8.ebuild: + Stable for HPPA (bug #173849). + + 10 Apr 2007; Raúl Porcel <armin76@gentoo.org> pecl-yaz-1.0.8.ebuild: + ia64 stable wrt bug 173849 + + 10 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> pecl-yaz-1.0.8.ebuild: + Stable on sparc wrt #173849 + + 10 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + pecl-yaz-1.0.8.ebuild: + stable x86, bug 173849 + + 09 Apr 2007; nixnut <nixnut@gentoo.org> pecl-yaz-1.0.8.ebuild: + Stable on ppc wrt bug 173849 + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-yaz-1.0.4.ebuild, + pecl-yaz-1.0.8.ebuild: + Cleanup. + +*pecl-yaz-1.0.8 (04 Mar 2007) + + 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-yaz-1.0.4.ebuild, + +pecl-yaz-1.0.8.ebuild: + Version bump. + + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 24 Feb 2006; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.0.4.ebuild: + Stable on hppa (preparation for bug #119461). + + 25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org pecl-yaz-1.0.4.ebuild: + Stable on alpha. + + 25 Jan 2006; Jeroen Roovers <jer@gentoo.org> pecl-yaz-1.0.4.ebuild: + Marked ~hppa. + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> pecl-yaz-1.0.4.ebuild: + stable on amd64 + + 21 Jan 2006; Jason Wever <weeve@gentoo.org> pecl-yaz-1.0.4.ebuild: + Stable on SPARC wrt bug #119445. + + 21 Jan 2006; <nixnut@gentoo.org> pecl-yaz-1.0.4.ebuild: + Added ppc keyword. bug 119445 + + 19 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> pecl-yaz-1.0.4.ebuild: + Stable on x86. + + 18 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-yaz-1.0.4.ebuild: + Stable on ppc64; bug #119445 + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> pecl-yaz-1.0.4.ebuild: + Added ~ppc64 keyword; bug #102649 + + 17 Sep 2005; Christian Parpart <trapni@gentoo.org> pecl-yaz-1.0.4.ebuild: + added to ~amd64 + + 09 Sep 2005; Jason Wever <weeve@gentoo.org> pecl-yaz-1.0.4.ebuild: + Added ~sparc keyword to help fix the broken dependencies of + dev-php/PEAR-Date-1.4.3-r1. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/pecl-yaz/metadata.xml b/dev-php/pecl-yaz/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/pecl-yaz/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/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild new file mode 100644 index 000000000000..1d9993df7b39 --- /dev/null +++ b/dev-php/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild,v 1.1 2011/12/14 22:52:16 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="yaz" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +inherit php-ext-pecl-r2 + +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86" + +DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/yaz-3.0.2" +RDEPEND="${DEPEND}" + +my_conf="--with-yaz=/usr" diff --git a/dev-php/pecl-yaz/pecl-yaz-1.1.1.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.1.1.ebuild new file mode 100644 index 000000000000..05ff36855d71 --- /dev/null +++ b/dev-php/pecl-yaz/pecl-yaz-1.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.1.ebuild,v 1.1 2011/12/14 22:52:16 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="yaz" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +inherit php-ext-pecl-r2 + +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + +DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit." +LICENSE="PHP-3" +SLOT="0" +IUSE="" + +DEPEND=">=dev-libs/yaz-3.0.2" +RDEPEND="${DEPEND}" + +my_conf="--with-yaz=/usr" diff --git a/dev-php/php-gtk/ChangeLog b/dev-php/php-gtk/ChangeLog new file mode 100644 index 000000000000..8438975f109e --- /dev/null +++ b/dev-php/php-gtk/ChangeLog @@ -0,0 +1,130 @@ +# ChangeLog for dev-php5/php-gtk +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-gtk/ChangeLog,v 1.10 2011/12/14 22:53:28 mabi Exp $ + + 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + php-gtk-2.0.1-r4.ebuild: + Slot gtkspell dependency to 2 in preparation for gtkspell-3. + + 18 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -php-gtk-2.0.1-r2.ebuild, -php-gtk-2.0.1-r3.ebuild: + QA: Drop eapi1 ebuilds so virtualx eclass can require eapi2 unconditionally. + +*php-gtk-2.0.1-r4 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +php-gtk-2.0.1-r4.ebuild: + add version supporting minor version slotting + + 25 Jul 2010; Nirbheek Chauhan <nirbheek@gentoo.org> + php-gtk-2.0.1-r2.ebuild, php-gtk-2.0.1-r3.ebuild: + Fix deps for pkgmove from www-client/mozilla-firefox -> www-client/firefox + + 21 Jun 2010; <mabi@gentoo.org> php-gtk-2.0.1-r3.ebuild: + run phpize after applying patches (bug #323721) + +*php-gtk-2.0.1-r3 (11 Jun 2010) + + 11 Jun 2010; <mabi@gentoo.org> +php-gtk-2.0.1-r3.ebuild: + php-gtk does not compile with php-5.3 (bug #318061), thanks to Ole Markus + With for testing, update to EAPI=2 + + 06 Mar 2010; Sebastian Pipping <sping@gentoo.org> php-gtk-2.0.1-r2.ebuild: + Make use of virtualx eclass. Patch for bug #213037 by Myckel Habets + +*php-gtk-2.0.1-r2 (21 Feb 2010) + + 21 Feb 2010; Pacho Ramos <pacho@gentoo.org> -php-gtk-2.0.0.ebuild, + -php-gtk-2.0.1.ebuild, -php-gtk-2.0.1-r1.ebuild, +php-gtk-2.0.1-r2.ebuild, + metadata.xml: + Dropping 'extra' USE flag since x11-libs/gtk+extra is going to be removed, + see bug 292211 + +*php-gtk-2.0.1-r1 (13 Sep 2009) + + 13 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org> + +php-gtk-2.0.1-r1.ebuild, +files/php-gtk-2.0.1-gtkhtml314.patch: + Re-add gtkhtml support, thanks to Yaakov S. suggested patch, bug #280961. + + 12 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org> php-gtk-2.0.0.ebuild, + php-gtk-2.0.1.ebuild, metadata.xml: + Remove deprecated gtkhtml:3.8 support, bug #280961. + + 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml: + Removing anant as a maintainer since he was retired. + + 04 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org> php-gtk-2.0.0.ebuild, + php-gtk-2.0.1.ebuild: + Use slotted gtkhtml dependency, bug #247636. + +*php-gtk-2.0.1 (22 Jul 2008) + + 22 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> + -php-gtk-2.0.0_beta-r1.ebuild, +php-gtk-2.0.1.ebuild: + version bump to 2.0.1, fixing the build problems with libtool-2.2* (bug + 232538, many thanks to Rafał Mużyło <galtgendo@o2.pl> again), fixing + --with-debug (it's --enable-debug now) + + 07 Mar 2008; Raúl Porcel <armin76@gentoo.org> + +files/php-gtk-2.0.0-no-cli-check.patch, php-gtk-2.0.0.ebuild: + import from the php overlay + + 07 Mar 2008; Jakub Moc <jakub@gentoo.org> php-gtk-2.0.0.ebuild: + Remove sourceview use flag wrt Bug 212595 + +*php-gtk-2.0.0 (04 Mar 2008) + + 04 Mar 2008; Markus Ullmann <jokey@gentoo.org> +php-gtk-2.0.0.ebuild: + Version bump from project overlay + + 03 Mar 2008; Jakub Moc <jakub@gentoo.org> + +files/php-gtk-2.0.0-no-cli-check.patch, +php-gtk-2.0.0.ebuild: + Version bump + +*php-gtk-2.0.0_beta-r1 (06 Dec 2007) + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -php-gtk-2.0.0_beta.ebuild, + +php-gtk-2.0.0_beta-r1.ebuild: + LICENSE fix from project overlay and version bump + + 30 Nov 2007; Jakub Moc <jakub@gentoo.org> +php-gtk-2.0.0_beta-r1.ebuild: + Add USE=doc to install the manual, get rid of eclass duplication in + src_install() and set PHPSAPILIST instead, get rid of nolibglade flag and + replace it with USE=glade (enabled by default via EAPI-1). Ebuild cleanup. + Fix LICENSE. + + 12 Oct 2007; Rémi Cardona <remi@gentoo.org> php-gtk-2.0.0_beta.ebuild: + update gtksourceview deps (see bug #195366) + +*php-gtk-2.0.0_beta (17 Jun 2007) + + 17 Jun 2007; Anant Narayanan <anant@gentoo.org> -files/gtkmozembed.patch, + +files/no-cli-check.patch, -php-gtk-2.0.0_alpha.ebuild, + +php-gtk-2.0.0_beta.ebuild: + bump to 2.0.0beta. + + 18 Apr 2007; Anant Narayanan <anant@gentoo.org> + php-gtk-2.0.0_alpha.ebuild: + Fixed sandbox violation in case sharedmem is enabled in PHP. + + 26 Mar 2007; Raúl Porcel <armin76@gentoo.org> php-gtk-2.0.0_alpha.ebuild: + Remove www-client/mozilla from DEPEND, as it was p.masked and removed + + 19 Mar 2007; Anant Narayanan <anant@gentoo.org> + php-gtk-2.0.0_alpha.ebuild: + Revert back to manually copying .so until concurrentmodphp is sorted out + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + php-gtk-2.0.0_alpha.ebuild: + Fix SLOT. + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml, + php-gtk-2.0.0_alpha.ebuild: + Cleanup, make it concurrentmodphp compatible. + +*php-gtk-2.0.0_alpha (20 Feb 2007) + + 20 Feb 2007; Anant Narayanan <anant@gentoo.org> +files/gtkmozembed.patch, +metadata.xml, + +php-gtk-2.0.0_alpha.ebuild: + Initial ebuild, closes bug #149670 + diff --git a/dev-php/php-gtk/files/no-cli-check.patch b/dev-php/php-gtk/files/no-cli-check.patch new file mode 100644 index 000000000000..8c7ab18dafc7 --- /dev/null +++ b/dev-php/php-gtk/files/no-cli-check.patch @@ -0,0 +1,14 @@ +--- config.m4.old 2007-06-17 09:27:39.000000000 +0530 ++++ config.m4 2007-06-17 09:27:47.000000000 +0530 +@@ -27,11 +27,6 @@ + AC_MSG_ERROR(Could not locate PHP executable) + fi + +- PHP_SAPI=`$PHP --version | sed -n 's/.*(\(...\)).*/\1/p'` +- if test "$PHP_SAPI" != "cli" ; then +- AC_MSG_ERROR(PHP CLI version is required[,] $PHP_SAPI found) +- fi +- + AC_PROG_AWK + PHP_SUBST(AWK) + diff --git a/dev-php/php-gtk/files/php-gtk-2.0.0-no-cli-check.patch b/dev-php/php-gtk/files/php-gtk-2.0.0-no-cli-check.patch new file mode 100644 index 000000000000..8b8d3aecee37 --- /dev/null +++ b/dev-php/php-gtk/files/php-gtk-2.0.0-no-cli-check.patch @@ -0,0 +1,14 @@ +--- config.m4.orig 2008-02-13 06:05:27.000000000 +0100 ++++ config.m4 2008-03-03 23:38:00.000000000 +0100 +@@ -27,11 +27,6 @@ + AC_MSG_ERROR(Could not locate PHP executable) + fi + +- PHP_SAPI=`$PHP --version | head -1 | sed -n 's/.*(\(...\)).*/\1/p'` +- if test "$PHP_SAPI" != "cli" ; then +- AC_MSG_ERROR(PHP CLI version is required[,] $PHP_SAPI found) +- fi +- + AC_PROG_AWK + PHP_SUBST(AWK) + diff --git a/dev-php/php-gtk/files/php-gtk-2.0.1-gtkhtml314.patch b/dev-php/php-gtk/files/php-gtk-2.0.1-gtkhtml314.patch new file mode 100644 index 000000000000..c14526121b68 --- /dev/null +++ b/dev-php/php-gtk/files/php-gtk-2.0.1-gtkhtml314.patch @@ -0,0 +1,32 @@ +--- a/ext/html/html.defs 2008-08-17 16:40:39.000000000 +0200 ++++ b/ext/html/html.defs 2008-08-17 16:41:10.000000000 +0200 +@@ -103,18 +103,6 @@ + (return-type "none") + ) + +-(define-method request_paste +- (of-object "GtkHTML") +- (c-name "gtk_html_request_paste") +- (return-type "int") +- (parameters +- '("GdkAtom" "selection") +- '("gint" "type") +- '("gint32" "time") +- '("gboolean" "as_cite") +- ) +-) +- + (define-method begin + (of-object "GtkHTML") + (c-name "gtk_html_begin") +--- a/ext/html/config.m4 2008-08-17 16:44:57.000000000 +0200 ++++ b/ext/html/config.m4 2008-08-17 16:45:05.000000000 +0200 +@@ -7,7 +7,7 @@ + [ --with-html Enable GtkHtml support],no) + + if test "$PHP_GTK_HTML" != "no"; then +- PKG_CHECK_MODULES(HTML, [libgtkhtml-3.8 >= html_required_version], ++ PKG_CHECK_MODULES(HTML, [libgtkhtml-3.14 >= html_required_version], + have_html=yes, have_html=no) + if test "$have_html" != "yes"; then + AC_MSG_RESULT([Unable to locate libgtkhtml version html_required_version or higher: not building]) diff --git a/dev-php/php-gtk/metadata.xml b/dev-php/php-gtk/metadata.xml new file mode 100644 index 000000000000..4378d99dc5ef --- /dev/null +++ b/dev-php/php-gtk/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>php</herd> + <longdescription> + This PHP5 extension wraps the Gtk+ 2 library thereby + providing the ability to write GUI applications in PHP. + </longdescription> + <use> + <flag name="glade">Enable libglade support</flag> + <flag name="libsexy">Enable libsexy support</flag> + <flag name="mozembed">Enable GtkMozembed support</flag> + <flag name="scintilla">Enable Scintilla support</flag> + </use> +</pkgmetadata> diff --git a/dev-php/php-gtk/php-gtk-2.0.1-r4.ebuild b/dev-php/php-gtk/php-gtk-2.0.1-r4.ebuild new file mode 100644 index 000000000000..bb0b50dccc3d --- /dev/null +++ b/dev-php/php-gtk/php-gtk-2.0.1-r4.ebuild @@ -0,0 +1,127 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-gtk/php-gtk-2.0.1-r4.ebuild,v 1.1 2011/12/14 22:53:28 mabi Exp $ + +EAPI="2" + +PHP_EXT_NAME="php_gtk2" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +PHPSAPILIST="cli" +USE_PHP="php5-2" + +DOCS="AUTHORS ChangeLog INSTALL NEWS README README.KNOWN-ISSUES TODO2" + +inherit php-ext-source-r2 virtualx + +DESCRIPTION="PHP 5 bindings for the Gtk+ 2 library." +HOMEPAGE="http://gtk.php.net/" +SRC_URI="http://gtk.php.net/distributions/${P}.tar.gz" +IUSE="debug doc examples +glade gtkhtml libsexy mozembed scintilla spell" +LICENSE="PHP-2.02 PHP-3 PHP-3.01 LGPL-2.1 public-domain Scintilla" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +MYDOC_PN="php_gtk_manual" +MYDOC_PV="20071130" + +LANGS="bg en ja pt_BR zh_CN" +for lang in ${LANGS} ; do + IUSE="${IUSE} linguas_${lang}" + SRC_URI="${SRC_URI} + doc? ( linguas_${lang}? ( http://dev.gentooexperimental.org/~jakub/distfiles/${MYDOC_PN}-${MYDOC_PV}_${lang}.tar.bz2 + mirror://gentoo/${MYDOC_PN}-${MYDOC_PV}_${lang}.tar.bz2 ) )" +done + +RDEPEND=">=dev-lang/php-5.1.2 + <dev-lang/php-5.3[pcre,cli,debug=] + >=x11-libs/gtk+-2.6.0:2 + >=dev-libs/glib-2.6.0 + >=x11-libs/pango-1.8.0 + >=dev-libs/atk-1.9.0 + glade? ( >=gnome-base/libglade-2.5.0 ) + libsexy? ( >=x11-libs/libsexy-0.1.10 ) + gtkhtml? ( gnome-extra/gtkhtml:3.14 ) + mozembed? ( >=www-client/firefox-1.5.0 ) + spell? ( >=app-text/gtkspell-2.0.0:2 )" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" + +src_unpack() { + unpack ${P}.tar.gz + for slot in $(php_get_slots) ; do + cp -r "${S}" "${WORKDIR}/${slot}" + done + + cd "${WORKDIR}" + for lang in ${LANGS} ; do + if use doc && use linguas_${lang} ; then + mkdir ${lang} + pushd ${lang} >/dev/null + unpack ${MYDOC_PN}-${MYDOC_PV}_${lang}.tar.bz2 + popd >/dev/null + fi + done +} + +src_prepare() { + for slot in $(php_get_slots) ; do + php_init_slot_env ${slot} + + # we already check for CLI and built-in check creates trouble + # on suhosin-based installations, so we remove it + epatch "${FILESDIR}"/${PN}-2.0.0-no-cli-check.patch + + # depends on newer gtkhtml + epatch "${FILESDIR}"/${PN}-2.0.1-gtkhtml314.patch + + # see bug 232538 for details: + # this is needed so that autoconf can find the m4 gtk files (non-standard + # location) + export AT_M4DIR="${WORKDIR}/${slot}" + # phpize will invoke autoconf/autoheader (which will fail); we are replacing + # these calls with dummies as we call eautoreconf shortly afterwards + # anyway + export PHP_AUTOCONF="true" + export PHP_AUTOHEADER="true" + php-ext-source-r2_phpize + done +} + +src_configure() { + my_conf="--without-extra \ + $(use_with gtkhtml html) \ + $(use_with libsexy) \ + $(use_with mozembed) \ + $(use_with spell) \ + $(use_enable debug) \ + $(use_enable scintilla) \ + --without-sourceview \ + $(use glade || echo '--without-libglade')" + php-ext-source-r2_src_configure +} + +src_compile() { + # call virtualmake to setup an virtual x environment + VIRTUALX_COMMAND="php-ext-source-r2_src_compile" virtualmake +} + +src_install() { + php-ext-source-r2_src_install + + if use doc; then + for lang in ${LANGS} ; do + if use linguas_${lang} ; then + ebegin "Installing ${lang} manual, will take a while" + insinto /usr/share/doc/${CATEGORY}/${PF}/manual-${lang} + doins -r "${WORKDIR}"/${lang}/html/* + eend $? + fi + done + fi + + if use examples ; then + insinto /usr/share/doc/${CATEGORY}/${PF}/examples + doins -r "${S}"/demos/* + fi +} diff --git a/dev-php/phpdbg/ChangeLog b/dev-php/phpdbg/ChangeLog new file mode 100644 index 000000000000..f2e9c98db612 --- /dev/null +++ b/dev-php/phpdbg/ChangeLog @@ -0,0 +1,70 @@ +# ChangeLog for dev-php5/phpdbg +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/ChangeLog,v 1.16 2011/12/14 22:52:52 mabi Exp $ + + 16 Apr 2011; <olemarkus@gentoo.org> -phpdbg-2.15.5.ebuild, + +phpdbg-2.15.5-r1.ebuild: + Removed the wrong version. Fixup. + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> phpdbg-2.15.5.ebuild: + Drop sparc keywords + + 08 Jan 2011; Brent Baude <ranger@gentoo.org> phpdbg-2.15.5-r1.ebuild: + Marking phpdbg-2.15.5-r1 ~ppc for bug 349659 + + 28 Dec 2010; Brent Baude <ranger@gentoo.org> phpdbg-2.15.5-r1.ebuild: + Marking phpdbg-2.15.5-r1 ~ppc64 for bug 349659 + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> phpdbg-2.15.5-r1.ebuild: + fix USE_PHP placement + +*phpdbg-2.15.5-r1 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +phpdbg-2.15.5-r1.ebuild: + add version supporting minor version slotting + + 04 Jul 2010; Matti Bickel <mabi@gentoo.org> phpdbg-2.15.5.ebuild: + does not build with php-5.3 (bug #324829) + + 30 May 2007; Luca Longinotti <chtekk@gentoo.org> -phpdbg-2.15.1.ebuild: + Remove old version. + +*phpdbg-2.15.5 (28 May 2007) + + 28 May 2007; Anant Narayanan <anant@gentoo.org> +phpdbg-2.15.5.ebuild: + vBump to 2.15.5 + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> phpdbg-2.15.1.ebuild: + Cleanup. + +*phpdbg-2.15.1 (18 Mar 2007) + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> -phpdbg-2.11.32.ebuild, + -phpdbg-2.13.1.ebuild, +phpdbg-2.15.1.ebuild: + Version bump, cleanup, remove old versions. + + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> phpdbg-2.11.32.ebuild, + phpdbg-2.13.1.ebuild: + Replacing einfo with elog + +*phpdbg-2.13.1 (15 Apr 2006) + + 15 Apr 2006; Luca Longinotti <chtekk@gentoo.org> phpdbg-2.11.32.ebuild, + +phpdbg-2.13.1.ebuild: + Version bump and ebuild update. + + 19 Nov 2005; Markus Rothe <corsair@gentoo.org> phpdbg-2.11.32.ebuild: + Added ~ppc64 keyword; bug #102649 + + 12 Nov 2005; Konstantin Arkhipov <voxus@gentoo.org> phpdbg-2.11.32.ebuild: + Added ~amd64 keyword. + + 10 Sep 2005; Jason Wever <weeve@gentoo.org> phpdbg-2.11.32.ebuild: + Added ~sparc keyword. + + 18 Aug 2005; <stuart@gentoo.org> ChangeLog: + Initial version; replaces older dev-php/* packages + diff --git a/dev-php/phpdbg/metadata.xml b/dev-php/phpdbg/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/phpdbg/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/phpdbg/phpdbg-2.15.5-r1.ebuild b/dev-php/phpdbg/phpdbg-2.15.5-r1.ebuild new file mode 100644 index 000000000000..740651375c72 --- /dev/null +++ b/dev-php/phpdbg/phpdbg-2.15.5-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.1 2011/12/14 22:52:52 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="dbg" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-2" + +inherit php-ext-source-r2 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="A PHP debugger useable with some editors like phpedit." +HOMEPAGE="http://dd.cron.ru/dbg/" +SRC_URI="mirror://sourceforge/dbg2/dbg-${PV}.tar.gz" +LICENSE="dbgphp" +SLOT="0" +IUSE="" + +DEPEND="<dev-lang/php-5.3[-threads]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/dbg-${PV}" + +my_conf="--enable-dbg=shared --with-dbg-profiler" + +src_install() { + php-ext-source-r2_src_install + dodoc-php AUTHORS COPYING INSTALL + + php-ext-source-r2_addtoinifiles "[Debugger]" + php-ext-source-r2_addtoinifiles "debugger.enabled" "on" + php-ext-source-r2_addtoinifiles "debugger.profiler_enabled" "on" +} diff --git a/dev-php/propel-generator/ChangeLog b/dev-php/propel-generator/ChangeLog new file mode 100644 index 000000000000..25b85d330523 --- /dev/null +++ b/dev-php/propel-generator/ChangeLog @@ -0,0 +1,114 @@ +# ChangeLog for dev-php5/propel-generator +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-generator/ChangeLog,v 1.11 2011/12/14 22:54:42 mabi Exp $ + + 21 Jun 2010; Matti Bickel <mabi@gentoo.org> propel-generator-1.5.1.ebuild: + correct SRC_URI (bug #323817) + + 01 Jun 2010; <mabi@gentoo.org> -propel-generator-1.2.1.ebuild: + remove old + +*propel-generator-1.5.1 (29 May 2010) + + 29 May 2010; <mabi@gentoo.org> -propel-generator-1.3.0_beta2.ebuild, + -propel-generator-1.3.0_beta3.ebuild, + -propel-generator-1.3.0_beta4.ebuild, +propel-generator-1.5.1.ebuild: + version bump, depends on dev-php/pear-1.9.0-1 because of pear channel name + change + +*propel-generator-1.3.0_beta4 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +propel-generator-1.3.0_beta4.ebuild: + Version bump, import from the php overlay + + 19 Feb 2008; Jakub Moc <jakub@gentoo.org> + +propel-generator-1.3.0_beta4.ebuild: + Version bump + +*propel-generator-1.3.0_beta3 (24 Dec 2007) + + 24 Dec 2007; Raúl Porcel <armin76@gentoo.org> + +propel-generator-1.3.0_beta3.ebuild: + Version bump from the php-overlay + + 21 Dec 2007; Jakub Moc <jakub@gentoo.org> + +propel-generator-1.3.0_beta3.ebuild: + Version bump + +*propel-generator-1.3.0_beta2 (20 Mar 2007) + + 20 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + +propel-generator-1.3.0_beta2.ebuild: + Version bump. + +*propel-generator-1.2.1 (18 Mar 2007) + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + -files/ForeignKey.php.patch, metadata.xml, -propel-generator-1.2.0.ebuild, + +propel-generator-1.2.1.ebuild: + Cleanup, version bump. + +*propel-generator-1.2.0 (20 Sep 2006) + + 20 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + -propel-generator-1.1.1.ebuild, -propel-generator-1.2.0_rc2.ebuild, + +propel-generator-1.2.0.ebuild: + Version bump. + +*propel-generator-1.2.0_rc2 (19 Sep 2006) + + 19 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + +propel-generator-1.2.0_rc2.ebuild: + Version bump. + + 11 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + +files/ForeignKey.php.patch, propel-generator-1.1.1.ebuild: + Fix bug 118674. + + 01 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-generator-1.1.1.ebuild: + Moved from dev-php/propel-generator to dev-php5/propel-generator. + + 18 Oct 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-generator-1.1.1.ebuild: + Fix bug 109601. + + 12 Oct 2005; Gustavo Felisberto <humpback@gentoo.org>; + propel-generator-1.1.1.ebuild: + Added ~amd64 to KEYWORDS + +*propel-generator-1.1.1 (18 Sep 2005) + + 18 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + -propel-generator-1.1.0.ebuild, +propel-generator-1.1.1.ebuild: + Version bump. + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-generator-1.1.0.ebuild: + Use new PEAR eclass. + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-generator-1.1.0.ebuild: + Fix (R)DEPEND, KEYWORDS. + + 07 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-generator-1.1.0.ebuild: + Changed RDEPEND from dev-php/php-5 to dev-lang/php-5. + + 18 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + -propel-generator-1.0.0.ebuild: + Remove old version. + +*propel-generator-1.1.0 (12 Apr 2005) + + 12 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + +propel-generator-1.1.0.ebuild: + Version bump. + +*propel-generator-1.0.0 (15 Mar 2005) + + 15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-generator-1.0.0.ebuild: + New ebuild. + diff --git a/dev-php/propel-generator/metadata.xml b/dev-php/propel-generator/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/propel-generator/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/propel-generator/propel-generator-1.5.1.ebuild b/dev-php/propel-generator/propel-generator-1.5.1.ebuild new file mode 100644 index 000000000000..824f3f48c431 --- /dev/null +++ b/dev-php/propel-generator/propel-generator-1.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-generator/propel-generator-1.5.1.ebuild,v 1.1 2011/12/14 22:54:42 mabi Exp $ + +EAPI="2" +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Object Persistence Layer for PHP 5 (Generator)." +HOMEPAGE="http://propel.phpdb.org/trac/wiki/" +SRC_URI="http://pear.propelorm.org/get/propel_generator-${PV}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=">=dev-lang/php-5.2.4[pdo,xml,xsl] + || ( <dev-lang/php-5.3[reflection,spl] >=dev-lang/php-5.3 ) + >=dev-php/pear-1.9.0-r1 +" +RDEPEND="${DEPEND} + >=dev-php/phing-2.3.0" + +S="${WORKDIR}/propel_generator-${PV}" + +need_php_by_category diff --git a/dev-php/propel-runtime/ChangeLog b/dev-php/propel-runtime/ChangeLog new file mode 100644 index 000000000000..e58b8c4262af --- /dev/null +++ b/dev-php/propel-runtime/ChangeLog @@ -0,0 +1,110 @@ +# ChangeLog for dev-php5/propel-runtime +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.11 2011/12/14 22:55:19 mabi Exp $ + + 01 Jun 2010; <mabi@gentoo.org> -propel-runtime-1.2.1.ebuild: + remove old + +*propel-runtime-1.5.1 (29 May 2010) + + 29 May 2010; <mabi@gentoo.org> -propel-runtime-1.3.0_beta2.ebuild, + -propel-runtime-1.3.0_beta3.ebuild, -propel-runtime-1.3.0_beta4.ebuild, + +propel-runtime-1.5.1.ebuild: + version bump, depends on dev-php/pear-1.9.0-1 because of pear channel name + change + +*propel-runtime-1.3.0_beta4 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> + +propel-runtime-1.3.0_beta4.ebuild: + Version bump, import from the php overlay + + 19 Feb 2008; Jakub Moc <jakub@gentoo.org> + +propel-runtime-1.3.0_beta4.ebuild: + Version bump + +*propel-runtime-1.3.0_beta3 (24 Dec 2007) + + 24 Dec 2007; Raúl Porcel <armin76@gentoo.org> + +propel-runtime-1.3.0_beta3.ebuild: + Version bump from the php-overlay + + 21 Dec 2007; Jakub Moc <jakub@gentoo.org> + +propel-runtime-1.3.0_beta3.ebuild: + Version bump + +*propel-runtime-1.3.0_beta2 (20 Mar 2007) + + 20 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + +propel-runtime-1.3.0_beta2.ebuild: + Version bump. + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + propel-runtime-1.2.1.ebuild: + Fix DEPs. + +*propel-runtime-1.2.1 (18 Mar 2007) + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml, + -propel-runtime-1.2.0.ebuild, +propel-runtime-1.2.1.ebuild: + Cleanup, version bump. + +*propel-runtime-1.2.0 (20 Sep 2006) + + 20 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + -propel-runtime-1.1.1.ebuild, -propel-runtime-1.2.0_rc2.ebuild, + +propel-runtime-1.2.0.ebuild: + Version bump. + +*propel-runtime-1.2.0_rc2 (19 Sep 2006) + + 19 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + +propel-runtime-1.2.0_rc2.ebuild: + Version bump. + + 01 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-runtime-1.1.1.ebuild: + Moved from dev-php/propel-runtime to dev-php5/propel-runtime. + + 12 Oct 2005; Gustavo Felisberto <humpback@gentoo.org>; + propel-runtime-1.1.1.ebuild: + Added ~amd64 to KEYWORDS + +*propel-runtime-1.1.1 (18 Sep 2005) + + 18 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + -propel-runtime-1.1.0.ebuild, +propel-runtime-1.1.1.ebuild: + Version bump. + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-runtime-1.1.0.ebuild: + Use new PEAR eclass. + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-runtime-1.1.0.ebuild: + Fix (R)DEPEND, KEYWORDS. + + 07 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-runtime-1.1.0.ebuild: + Changed RDEPEND from dev-php/php-5 to dev-lang/php-5. + + 18 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + -propel-runtime-1.0.0.ebuild: + Remove old version. + + 12 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-runtime-1.1.0.ebuild: + Correct RDEPEND. + +*propel-runtime-1.1.0 (12 Apr 2005) + + 12 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + +propel-runtime-1.1.0.ebuild: + Version bump. + +*propel-runtime-1.0.0 (15 Mar 2005) + + 15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-runtime-1.0.0.ebuild: + New ebuild. + diff --git a/dev-php/propel-runtime/metadata.xml b/dev-php/propel-runtime/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/propel-runtime/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/propel-runtime/propel-runtime-1.5.1.ebuild b/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild new file mode 100644 index 000000000000..c0cf9c5d9461 --- /dev/null +++ b/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.1 2011/12/14 22:55:19 mabi Exp $ + +EAPI="2" +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)." +HOMEPAGE="http://propel.phpdb.org/trac/wiki/" +SRC_URI="http://pear.propelorm.org/get/propel_runtime-${PV}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=">=dev-lang/php-5.2.4[pdo,xml,xsl] + || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) + >=dev-php/pear-1.9.0-r1" +RDEPEND="${DEPEND} + >=dev-php/PEAR-Log-1.8.7-r1 + " + +S="${WORKDIR}/propel_runtime-${PV}" + +need_php_by_category diff --git a/dev-php/propel/ChangeLog b/dev-php/propel/ChangeLog new file mode 100644 index 000000000000..7b60b74938e6 --- /dev/null +++ b/dev-php/propel/ChangeLog @@ -0,0 +1,88 @@ +# ChangeLog for dev-php5/propel +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/ChangeLog,v 1.10 2011/12/14 22:54:04 mabi Exp $ + +*propel-1.5.1 (01 Jun 2010) + + 01 Jun 2010; <mabi@gentoo.org> -propel-1.2.1.ebuild, + -propel-1.3.0_beta2.ebuild, -propel-1.3.0_beta3.ebuild, + -propel-1.3.0_beta4.ebuild, +propel-1.5.1.ebuild: + remove stale versions, version bump + +*propel-1.3.0_beta4 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> +propel-1.3.0_beta4.ebuild: + Version bump, import from the php overlay + + 19 Feb 2008; Jakub Moc <jakub@gentoo.org> +propel-1.3.0_beta4.ebuild: + Version bump + +*propel-1.3.0_beta3 (24 Dec 2007) + + 24 Dec 2007; Raúl Porcel <armin76@gentoo.org> +propel-1.3.0_beta3.ebuild: + Version bump from the php-overlay + + 21 Dec 2007; Jakub Moc <jakub@gentoo.org> +propel-1.3.0_beta3.ebuild: + Version bump + +*propel-1.3.0_beta2 (20 Mar 2007) + + 20 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + +propel-1.3.0_beta2.ebuild: + Vbump. + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> propel-1.2.1.ebuild: + Fix DEPs. + +*propel-1.2.1 (18 Mar 2007) + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml, + -propel-1.2.0.ebuild, +propel-1.2.1.ebuild: + Cleanup, version bump. + +*propel-1.2.0 (20 Sep 2006) + + 20 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + -propel-1.1.1.ebuild, -propel-1.2.0_rc2.ebuild, +propel-1.2.0.ebuild: + Version bump. + +*propel-1.2.0_rc2 (19 Sep 2006) + + 19 Sep 2006; Sebastian Bergmann <sebastian@gentoo.org> + +propel-1.2.0_rc2.ebuild: + Version bump. + + 01 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-1.1.1.ebuild: + Moved from dev-php/propel to dev-php5/propel. + + 12 Oct 2005; Gustavo Felisberto <humpback@gentoo.org>; + propel-1.1.1.ebuild: + Added ~amd64 to KEYWORDS + +*propel-1.1.1 (18 Sep 2005) + + 18 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + -propel-1.1.0.ebuild, +propel-1.1.1.ebuild: + Version bump. + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-1.1.0.ebuild: + Fix KEYWORDS. + + 18 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + -propel-1.0.0.ebuild: + Remove old version. + +*propel-1.1.0 (12 Apr 2005) + + 12 Apr 2005; Sebastian Bergmann <sebastian@gentoo.org> + +propel-1.1.0.ebuild: + Version bump. + +*propel-1.0.0 (15 Mar 2005) + + 15 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +propel-1.0.0.ebuild: + New ebuild. + diff --git a/dev-php/propel/metadata.xml b/dev-php/propel/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/propel/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/propel/propel-1.5.1.ebuild b/dev-php/propel/propel-1.5.1.ebuild new file mode 100644 index 000000000000..504ca9b51924 --- /dev/null +++ b/dev-php/propel/propel-1.5.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/propel-1.5.1.ebuild,v 1.1 2011/12/14 22:54:04 mabi Exp $ + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Object Persistence Layer for PHP 5." +HOMEPAGE="http://propel.phpdb.org/trac/wiki/" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="~dev-php/propel-generator-${PV} + ~dev-php/propel-runtime-${PV}" |