diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-01-31 09:13:19 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-01-31 09:13:19 +0000 |
commit | 811f31752fe12992131507a78441828f5f9ff474 (patch) | |
tree | 3fd301dc98781770f972bde5c02e525c9c6c1b59 /dev-php/propel | |
parent | Version bump, it should also fix location problems like bug #335292 by Alexan... (diff) | |
download | historical-811f31752fe12992131507a78441828f5f9ff474.tar.gz historical-811f31752fe12992131507a78441828f5f9ff474.tar.bz2 historical-811f31752fe12992131507a78441828f5f9ff474.zip |
Version bump and URL fix. Bug 394783
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php/propel')
-rw-r--r-- | dev-php/propel/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/propel/propel-1.6.4.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/propel/ChangeLog b/dev-php/propel/ChangeLog index 7b60b74938e6..81cceecc3eae 100644 --- a/dev-php/propel/ChangeLog +++ b/dev-php/propel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/propel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/ChangeLog,v 1.10 2011/12/14 22:54:04 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/ChangeLog,v 1.11 2012/01/31 09:13:19 olemarkus Exp $ + +*propel-1.6.4 (31 Jan 2012) + + 31 Jan 2012; Ole Markus With <olemarkus@gentoo.org> +propel-1.6.4.ebuild: + Version bump and URL fix. Bug 394783 *propel-1.5.1 (01 Jun 2010) diff --git a/dev-php/propel/propel-1.6.4.ebuild b/dev-php/propel/propel-1.6.4.ebuild new file mode 100644 index 000000000000..d09db823c4dc --- /dev/null +++ b/dev-php/propel/propel-1.6.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/propel-1.6.4.ebuild,v 1.1 2012/01/31 09:13:19 olemarkus Exp $ + +EAPI="4" + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Object Persistence Layer for PHP 5." +HOMEPAGE="http://propelorm.org" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="~dev-php/propel-generator-${PV} + ~dev-php/propel-runtime-${PV}" |