diff options
Diffstat (limited to 'dev-php/propel-runtime/propel-runtime-1.6.4.ebuild')
-rw-r--r-- | dev-php/propel-runtime/propel-runtime-1.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild b/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild index 1bf44f3d5f07..020eccf4064d 100644 --- a/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild +++ b/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.6.4.ebuild,v 1.3 2013/05/15 17:55:17 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild,v 1.4 2014/08/10 21:05:15 slyfox Exp $ EAPI="4" inherit php-pear-lib-r1 KEYWORDS="~amd64 ~x86" -DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)." +DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)" HOMEPAGE="http://propelorm.org" SRC_URI="http://pear.propelorm.org/get/propel_runtime-${PV}.tgz" LICENSE="LGPL-2.1" |