diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-10 13:46:32 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-10 13:46:32 +0000 |
commit | b3a22aa915871dc4976a1983333c4defa7dab648 (patch) | |
tree | 713def013f6fb99839c7cef203e5622883188e7a /dev-php/propel-runtime | |
parent | Add bug #105054 for previous commit's ChangeLog entry. (diff) | |
download | gentoo-2-b3a22aa915871dc4976a1983333c4defa7dab648.tar.gz gentoo-2-b3a22aa915871dc4976a1983333c4defa7dab648.tar.bz2 gentoo-2-b3a22aa915871dc4976a1983333c4defa7dab648.zip |
Use new PEAR eclass.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/propel-runtime')
-rw-r--r-- | dev-php/propel-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/propel-runtime/propel-runtime-1.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/propel-runtime/ChangeLog b/dev-php/propel-runtime/ChangeLog index 8d291c265ab6..590c35679ecb 100644 --- a/dev-php/propel-runtime/ChangeLog +++ b/dev-php/propel-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/propel-runtime # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.6 2005/09/10 11:04:12 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.7 2005/09/10 13:46:32 sebastian Exp $ + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> + propel-runtime-1.1.0.ebuild: + Use new PEAR eclass. 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> propel-runtime-1.1.0.ebuild: diff --git a/dev-php/propel-runtime/propel-runtime-1.1.0.ebuild b/dev-php/propel-runtime/propel-runtime-1.1.0.ebuild index 2d3173f4afa0..f759bc019108 100644 --- a/dev-php/propel-runtime/propel-runtime-1.1.0.ebuild +++ b/dev-php/propel-runtime/propel-runtime-1.1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.1.0.ebuild,v 1.4 2005/09/10 11:04:12 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.1.0.ebuild,v 1.5 2005/09/10 13:46:32 sebastian Exp $ -inherit php-pear depend.php +inherit php-pear-r1 depend.php DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)." HOMEPAGE="http://propel.phpdb.org/wiki/" |