diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-09-19 17:35:17 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-09-19 17:35:17 +0000 |
commit | 131bc5718bb22de1d2bbdacd48a5f31fcdabbda7 (patch) | |
tree | ec52384f72015c1e09e983c49a2f38693f021d44 /dev-php5/propel-runtime | |
parent | Version bump. (diff) | |
download | gentoo-2-131bc5718bb22de1d2bbdacd48a5f31fcdabbda7.tar.gz gentoo-2-131bc5718bb22de1d2bbdacd48a5f31fcdabbda7.tar.bz2 gentoo-2-131bc5718bb22de1d2bbdacd48a5f31fcdabbda7.zip |
Version bump.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-php5/propel-runtime')
-rw-r--r-- | dev-php5/propel-runtime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0_rc2 | 3 | ||||
-rw-r--r-- | dev-php5/propel-runtime/propel-runtime-1.2.0_rc2.ebuild | 19 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-php5/propel-runtime/ChangeLog b/dev-php5/propel-runtime/ChangeLog index 625a4e79569d..738c70216625 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.2 2006/02/16 19:09:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.3 2006/09/19 17:35:17 sebastian Exp $ + +*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: diff --git a/dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0_rc2 b/dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0_rc2 new file mode 100644 index 000000000000..ecb20951c484 --- /dev/null +++ b/dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0_rc2 @@ -0,0 +1,3 @@ +MD5 1bd8730a086fd43dba45b1b8c9d5b1c8 propel_runtime-1.2.0RC2.tgz 45917 +RMD160 05c45b0b19081de6fd19173f96da92ec875f695c propel_runtime-1.2.0RC2.tgz 45917 +SHA256 4b63d2d5f3650dc8c89a0e0b2955098c31f4e9984af7bb1302004556f62f7b32 propel_runtime-1.2.0RC2.tgz 45917 diff --git a/dev-php5/propel-runtime/propel-runtime-1.2.0_rc2.ebuild b/dev-php5/propel-runtime/propel-runtime-1.2.0_rc2.ebuild new file mode 100644 index 000000000000..197c963058e0 --- /dev/null +++ b/dev-php5/propel-runtime/propel-runtime-1.2.0_rc2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.2.0_rc2.ebuild,v 1.1 2006/09/19 17:35:17 sebastian Exp $ + +inherit php-pear-lib-r1 + +DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)." +HOMEPAGE="http://propel.phpdb.org/wiki/" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +#SRC_URI="http://propel.phpdb.org/pear/propel_runtime-${PV}.tgz" +SRC_URI="http://pear.phpdb.org/get/propel_runtime-1.2.0RC2.tgz" +RDEPEND=">=dev-php5/creole-1.1.0_rc1" +#S="${WORKDIR}/propel_runtime-${PV}" +S="${WORKDIR}/propel_runtime-1.2.0RC2" + +need_php_by_category |