diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-24 14:52:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-24 14:52:00 +0000 |
commit | a3fafa3b1802b143c362ac3ba0967b07fd52637d (patch) | |
tree | 2ae28f1171fd1e674c5e2f8dfab1030bb4424dab /dev-php5 | |
parent | Version bump from the php-overlay (diff) | |
download | gentoo-2-a3fafa3b1802b143c362ac3ba0967b07fd52637d.tar.gz gentoo-2-a3fafa3b1802b143c362ac3ba0967b07fd52637d.tar.bz2 gentoo-2-a3fafa3b1802b143c362ac3ba0967b07fd52637d.zip |
Version bump from the php-overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/propel-runtime/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta3 | 3 | ||||
-rw-r--r-- | dev-php5/propel-runtime/propel-runtime-1.3.0_beta3.ebuild | 25 |
3 files changed, 39 insertions, 1 deletions
diff --git a/dev-php5/propel-runtime/ChangeLog b/dev-php5/propel-runtime/ChangeLog index cd84a70c43e8..d2d276301c1b 100644 --- a/dev-php5/propel-runtime/ChangeLog +++ b/dev-php5/propel-runtime/ChangeLog @@ -1,6 +1,16 @@ # 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.7 2007/03/20 18:36:50 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.8 2007/12/24 14:52:00 armin76 Exp $ + +*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) diff --git a/dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta3 b/dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta3 new file mode 100644 index 000000000000..645338fb2112 --- /dev/null +++ b/dev-php5/propel-runtime/files/digest-propel-runtime-1.3.0_beta3 @@ -0,0 +1,3 @@ +MD5 62b280d30f442dec1f6aa34f6327cf21 propel_runtime-1.3.0beta3.tgz 50159 +RMD160 530accc2def2aa86d6fc59acfbcbee32227f0316 propel_runtime-1.3.0beta3.tgz 50159 +SHA256 c45a8ad9a47bc2045c139cd7332f4c63b557307f57b4c52cee804ab6814a6656 propel_runtime-1.3.0beta3.tgz 50159 diff --git a/dev-php5/propel-runtime/propel-runtime-1.3.0_beta3.ebuild b/dev-php5/propel-runtime/propel-runtime-1.3.0_beta3.ebuild new file mode 100644 index 000000000000..66415a4f388c --- /dev/null +++ b/dev-php5/propel-runtime/propel-runtime-1.3.0_beta3.ebuild @@ -0,0 +1,25 @@ +# 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_beta3.ebuild,v 1.1 2007/12/24 14:52:00 armin76 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=">=dev-lang/php-5.2.0" +RDEPEND="${DEPEND} + >=dev-php/PEAR-Log-1.8.7-r1" + +S="${WORKDIR}/propel_runtime-${PV/_/}" + +pkg_setup() { + # We need PDO and a few other things + require_php_with_use pdo reflection spl xml xsl +} |