summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-28 13:48:10 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-28 13:48:10 +0000
commit46d5f3071d4aa9bf364e3f4af1ff6a61da877196 (patch)
tree49006ff16bf63e853ccbf94581da2fe614f60101 /dev-php/cphplib/cphplib-0.51.ebuild
parentVersion bump wrt #400615 by Nikoli (and thanks to Vladislav Poluhin for repor... (diff)
downloadhistorical-46d5f3071d4aa9bf364e3f4af1ff6a61da877196.tar.gz
historical-46d5f3071d4aa9bf364e3f4af1ff6a61da877196.tar.bz2
historical-46d5f3071d4aa9bf364e3f4af1ff6a61da877196.zip
EAPI bump
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/cphplib/cphplib-0.51.ebuild')
-rw-r--r--dev-php/cphplib/cphplib-0.51.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/dev-php/cphplib/cphplib-0.51.ebuild b/dev-php/cphplib/cphplib-0.51.ebuild
index 859b794e8a23..b34995352df1 100644
--- a/dev-php/cphplib/cphplib-0.51.ebuild
+++ b/dev-php/cphplib/cphplib-0.51.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 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.2 2007/03/18 15:29:38 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/cphplib-0.51.ebuild,v 1.3 2012/01/28 13:48:10 mabi Exp $
-inherit php-lib-r1
+EAPI=4
KEYWORDS="~amd64 ~x86"
@@ -16,13 +16,9 @@ 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
+ insinto "/usr/share/php/${PN}"
+ doins *.spec *.inc
- # install documentation
- dodoc-php ChangeLog COPYRIGHT LGPL README TODO
+ dodoc ChangeLog COPYRIGHT LGPL README TODO
}