diff options
-rw-r--r-- | dev-php5/propel-runtime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta2 | 3 | ||||
-rw-r--r-- | dev-php5/propel-runtime/propel-runtime-1.3.0_beta2.ebuild | 29 |
3 files changed, 39 insertions, 1 deletions
diff --git a/dev-php5/propel-runtime/ChangeLog b/dev-php5/propel-runtime/ChangeLog index 0784e1663d49..cd84a70c43e8 100644 --- a/dev-php5/propel-runtime/ChangeLog +++ b/dev-php5/propel-runtime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/propel-runtime # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.6 2007/03/18 02:51:49 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.7 2007/03/20 18:36:50 chtekk Exp $ + +*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: diff --git a/dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta2 b/dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta2 new file mode 100644 index 000000000000..0ef4a0acf926 --- /dev/null +++ b/dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta2 @@ -0,0 +1,3 @@ +MD5 226504bbac3de0392db566f2784cbf9d propel_runtime-1.3.0beta2.tgz 49069 +RMD160 a58fa8b13adb6fcfe253d01834c5597f522d8bce propel_runtime-1.3.0beta2.tgz 49069 +SHA256 166052d0eb1996da8228e8e952e71ec733aa74fdb0b1eb2e236d08b90fbfbbdc propel_runtime-1.3.0beta2.tgz 49069 diff --git a/dev-php5/propel-runtime/propel-runtime-1.3.0_beta2.ebuild b/dev-php5/propel-runtime/propel-runtime-1.3.0_beta2.ebuild new file mode 100644 index 000000000000..97f181001ae1 --- /dev/null +++ b/dev-php5/propel-runtime/propel-runtime-1.3.0_beta2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.3.0_beta2.ebuild,v 1.1 2007/03/20 18:36:50 chtekk Exp $ + +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.phpdb.org/get/propel_runtime-${PV/_/}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-php/PEAR-Log-1.8.7-r1" + +S="${WORKDIR}/propel_runtime-${PV/_/}" + +need_php_by_category + +pkg_setup() { + has_php + + # We need PDO and a few other things + require_pdo + require_php_with_use reflection spl xml xsl +} |