diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 15:29:38 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 15:29:38 +0000 |
commit | ec765b3c9767f8d2479583cc8c0488e9f37a5b0a (patch) | |
tree | b9f913a708a824db186f2cb51fe3706545e659a2 /dev-php | |
parent | Vbump. (diff) | |
download | gentoo-2-ec765b3c9767f8d2479583cc8c0488e9f37a5b0a.tar.gz gentoo-2-ec765b3c9767f8d2479583cc8c0488e9f37a5b0a.tar.bz2 gentoo-2-ec765b3c9767f8d2479583cc8c0488e9f37a5b0a.zip |
Cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php')
-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" |