diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-26 16:41:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-26 16:41:25 +0000 |
commit | e3693485c048d8f21c0b074eced2680cec961a37 (patch) | |
tree | 0bb0366c199c97c896971ede52e3fade37313d0c /dev-php5 | |
parent | Version bump, import from the php overlay (diff) | |
download | gentoo-2-e3693485c048d8f21c0b074eced2680cec961a37.tar.gz gentoo-2-e3693485c048d8f21c0b074eced2680cec961a37.tar.bz2 gentoo-2-e3693485c048d8f21c0b074eced2680cec961a37.zip |
Version bump, import from the php overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/propel-runtime/ChangeLog | 14 | ||||
-rw-r--r-- | dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild | 25 |
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-php5/propel-runtime/ChangeLog b/dev-php5/propel-runtime/ChangeLog index d2d276301c1b..c377e116043c 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.8 2007/12/24 14:52:00 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.9 2008/02/26 16:41:25 armin76 Exp $ + +*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) diff --git a/dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild b/dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild new file mode 100644 index 000000000000..38973cb8f9d0 --- /dev/null +++ b/dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 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_beta4.ebuild,v 1.1 2008/02/26 16:41:25 armin76 Exp $ + +inherit php-pear-lib-r1 depend.php + +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 +} |