From ef9e5df985daa50e004f21123728b0ca1cf7366b Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Sun, 23 Jul 2006 20:57:25 +0000 Subject: Version bump, cleanup ebuild. (Portage version: 2.1.1_pre2-r8) --- dev-php/cphplib/cphplib-0.51.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-php/cphplib/cphplib-0.51.ebuild (limited to 'dev-php/cphplib/cphplib-0.51.ebuild') 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 +} -- cgit v1.2.3-65-gdbad