diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-07-23 20:57:25 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-07-23 20:57:25 +0000 |
commit | 107a468197a28b412cba5c7fbfbb237b92693c30 (patch) | |
tree | e34584a3af5cca2ca4ad888f5c1cbd583548c17a /dev-php | |
parent | Do not inherit eutils, not needed. (diff) | |
download | historical-107a468197a28b412cba5c7fbfbb237b92693c30.tar.gz historical-107a468197a28b412cba5c7fbfbb237b92693c30.tar.bz2 historical-107a468197a28b412cba5c7fbfbb237b92693c30.zip |
Version bump, cleanup ebuild.
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/cphplib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/cphplib/cphplib-0.51.ebuild | 27 | ||||
-rw-r--r-- | dev-php/cphplib/files/digest-cphplib-0.51 | 3 |
3 files changed, 37 insertions, 1 deletions
diff --git a/dev-php/cphplib/ChangeLog b/dev-php/cphplib/ChangeLog index c66c46ca1371..ecf6675feafa 100644 --- a/dev-php/cphplib/ChangeLog +++ b/dev-php/cphplib/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2006/05/27 00:39:14 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/ChangeLog,v 1.5 2006/07/23 20:57:25 chtekk Exp $ + +*cphplib-0.51 (23 Jul 2006) + + 23 Jul 2006; Luca Longinotti <chtekk@gentoo.org> -cphplib-0.50.ebuild, + +cphplib-0.51.ebuild: + Version bump, cleanup ebuild. 27 May 2006; Luca Longinotti <chtekk@gentoo.org> cphplib-0.50.ebuild: Added to ~amd64. diff --git a/dev-php/cphplib/cphplib-0.51.ebuild b/dev-php/cphplib/cphplib-0.51.ebuild new file mode 100644 index 000000000000..d6693c2b6998 --- /dev/null +++ b/dev-php/cphplib/cphplib-0.51.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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 $ + +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" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=">=dev-php/PEAR-DB-1.7.6-r1" +RDEPEND="${DEPEND}" + +need_php_by_category + +src_install() { + # install php files + php-lib-r1_src_install . *.spec + php-lib-r1_src_install . *.inc + + # install documentation + dodoc-php ChangeLog COPYRIGHT LGPL README TODO +} diff --git a/dev-php/cphplib/files/digest-cphplib-0.51 b/dev-php/cphplib/files/digest-cphplib-0.51 new file mode 100644 index 000000000000..c4ab13c3d094 --- /dev/null +++ b/dev-php/cphplib/files/digest-cphplib-0.51 @@ -0,0 +1,3 @@ +MD5 850083918dbeecc7b3a6c6ce999328da cphplib-0.51.tar.bz2 117555 +RMD160 5e9adf62c696838cc677f4e1bd17cbbb383e936c cphplib-0.51.tar.bz2 117555 +SHA256 eb779d97d62bdb2171dc9dce7b31b07aa2facd8bfb1f7b70fb653937220adba5 cphplib-0.51.tar.bz2 117555 |