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 | 148bdf68075fb4026599db207cfdc444320d8d5b (patch) | |
tree | 0db33c1051e53a4f5d5468f040f6785cab734087 /dev-php/phing | |
parent | Add bug #105054 for previous commit's ChangeLog entry. (diff) | |
download | historical-148bdf68075fb4026599db207cfdc444320d8d5b.tar.gz historical-148bdf68075fb4026599db207cfdc444320d8d5b.tar.bz2 historical-148bdf68075fb4026599db207cfdc444320d8d5b.zip |
Use new PEAR eclass.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-php/phing')
-rw-r--r-- | dev-php/phing/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/phing/phing-2.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/phing/ChangeLog b/dev-php/phing/ChangeLog index a1aee157b551..f86ed7fda3c7 100644 --- a/dev-php/phing/ChangeLog +++ b/dev-php/phing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/phing # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.3 2005/09/10 11:04:12 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.4 2005/09/10 13:46:31 sebastian Exp $ + + 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> phing-2.1.0.ebuild: + Use new PEAR eclass. 10 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> phing-2.1.0.ebuild: Fix (R)DEPEND, KEYWORDS. diff --git a/dev-php/phing/phing-2.1.0.ebuild b/dev-php/phing/phing-2.1.0.ebuild index 706d86bb989a..3157b1bed6eb 100644 --- a/dev-php/phing/phing-2.1.0.ebuild +++ b/dev-php/phing/phing-2.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/phing/phing-2.1.0.ebuild,v 1.2 2005/09/10 11:04:12 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.1.0.ebuild,v 1.3 2005/09/10 13:46:31 sebastian Exp $ -inherit php-pear depend.php +inherit php-pear-r1 depend.php DESCRIPTION="PHP project build system based on Apache Ant." HOMEPAGE="http://www.phing.info/" |