diff options
Diffstat (limited to 'dev-php5/propel-runtime')
-rw-r--r-- | dev-php5/propel-runtime/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0 | 3 | ||||
-rw-r--r-- | dev-php5/propel-runtime/propel-runtime-1.2.0.ebuild | 17 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-php5/propel-runtime/ChangeLog b/dev-php5/propel-runtime/ChangeLog index 738c70216625..13fbd20c0792 100644 --- a/dev-php5/propel-runtime/ChangeLog +++ b/dev-php5/propel-runtime/ChangeLog @@ -1,6 +1,13 @@ # 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.3 2006/09/19 17:35:17 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.4 2006/09/20 11:01:41 sebastian Exp $ + +*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) diff --git a/dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0 b/dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0 new file mode 100644 index 000000000000..7066f06c673b --- /dev/null +++ b/dev-php5/propel-runtime/files/digest-propel-runtime-1.2.0 @@ -0,0 +1,3 @@ +MD5 2e7ebd11e11d40dd49675be3946ed561 propel_runtime-1.2.0.tgz 45959 +RMD160 ca2638f98beb8ad116b3c726a604418f86393b2e propel_runtime-1.2.0.tgz 45959 +SHA256 46341057acf961544f9a5190d3eb1d810ac31c6e4420dcf4db5dc19963c985cd propel_runtime-1.2.0.tgz 45959 diff --git a/dev-php5/propel-runtime/propel-runtime-1.2.0.ebuild b/dev-php5/propel-runtime/propel-runtime-1.2.0.ebuild new file mode 100644 index 000000000000..9a80938f875b --- /dev/null +++ b/dev-php5/propel-runtime/propel-runtime-1.2.0.ebuild @@ -0,0 +1,17 @@ +# 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.ebuild,v 1.1 2006/09/20 11:01:41 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://pear.phpdb.org/get/propel_runtime-${PV}.tgz" +RDEPEND=">=dev-php5/creole-1.1.0" +S="${WORKDIR}/propel_runtime-${PV}" + +need_php_by_category |