summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-09-20 11:01:41 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-09-20 11:01:41 +0000
commit0379c50d5323a6f3c35b8758d2e32cbc30d5318d (patch)
treeb413e92406a69f3120f7b679d415fd2838e75423
parentVersion bump. (diff)
downloadgentoo-2-0379c50d5323a6f3c35b8758d2e32cbc30d5318d.tar.gz
gentoo-2-0379c50d5323a6f3c35b8758d2e32cbc30d5318d.tar.bz2
gentoo-2-0379c50d5323a6f3c35b8758d2e32cbc30d5318d.zip
Version bump.
(Portage version: 2.1.2_pre1)
-rw-r--r--dev-php5/propel-runtime/ChangeLog9
-rw-r--r--dev-php5/propel-runtime/files/digest-propel-runtime-1.2.03
-rw-r--r--dev-php5/propel-runtime/propel-runtime-1.2.0.ebuild17
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