diff options
-rw-r--r-- | dev-php/cphplib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/cphplib/cphplib-0.51.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/cphplib/ChangeLog b/dev-php/cphplib/ChangeLog index ecf6675feafa..e60b0a357787 100644 --- a/dev-php/cphplib/ChangeLog +++ b/dev-php/cphplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/cphplib -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/ChangeLog,v 1.5 2006/07/23 20:57:25 chtekk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/ChangeLog,v 1.6 2007/03/18 15:29:38 chtekk Exp $ + + 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> cphplib-0.51.ebuild: + Cleanup. *cphplib-0.51 (23 Jul 2006) diff --git a/dev-php/cphplib/cphplib-0.51.ebuild b/dev-php/cphplib/cphplib-0.51.ebuild index d6693c2b6998..859b794e8a23 100644 --- a/dev-php/cphplib/cphplib-0.51.ebuild +++ b/dev-php/cphplib/cphplib-0.51.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/cphplib-0.51.ebuild,v 1.1 2006/07/23 20:57:25 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/cphplib-0.51.ebuild,v 1.2 2007/03/18 15:29:38 chtekk Exp $ inherit php-lib-r1 KEYWORDS="~amd64 ~x86" + DESCRIPTION="Cute PHP Library (cphplib)." HOMEPAGE="http://cphplib.sourceforge.net/" SRC_URI="mirror://sourceforge/cphplib/${P}.tar.bz2" |