diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-26 16:43:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-26 16:43:38 +0000 |
commit | 26dbf6abd59db6a28f5c73b3304f12d7acd9807a (patch) | |
tree | e7564275bcba0b11045d1d418f5bfe294544a07a /dev-php5/propel | |
parent | Version bump, import from the php overlay (diff) | |
download | historical-26dbf6abd59db6a28f5c73b3304f12d7acd9807a.tar.gz historical-26dbf6abd59db6a28f5c73b3304f12d7acd9807a.tar.bz2 historical-26dbf6abd59db6a28f5c73b3304f12d7acd9807a.zip |
Version bump, import from the php overlay
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-php5/propel')
-rw-r--r-- | dev-php5/propel/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php5/propel/propel-1.3.0_beta4.ebuild | 15 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-php5/propel/ChangeLog b/dev-php5/propel/ChangeLog index 65b0e23cd1b1..b93b2a5764fb 100644 --- a/dev-php5/propel/ChangeLog +++ b/dev-php5/propel/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php5/propel -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel/ChangeLog,v 1.8 2007/12/24 14:52:26 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel/ChangeLog,v 1.9 2008/02/26 16:42:11 armin76 Exp $ + +*propel-1.3.0_beta4 (26 Feb 2008) + + 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> +propel-1.3.0_beta4.ebuild: + Version bump, import from the php overlay + + 19 Feb 2008; Jakub Moc <jakub@gentoo.org> +propel-1.3.0_beta4.ebuild: + Version bump *propel-1.3.0_beta3 (24 Dec 2007) diff --git a/dev-php5/propel/propel-1.3.0_beta4.ebuild b/dev-php5/propel/propel-1.3.0_beta4.ebuild new file mode 100644 index 000000000000..8111492acb7f --- /dev/null +++ b/dev-php5/propel/propel-1.3.0_beta4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel/propel-1.3.0_beta4.ebuild,v 1.1 2008/02/26 16:42:11 armin76 Exp $ + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Object Persistence Layer for PHP 5." +HOMEPAGE="http://propel.phpdb.org/trac/wiki/" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="~dev-php5/propel-generator-${PV} + ~dev-php5/propel-runtime-${PV}" |