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
commite2054074e141e60fb6848ab43ab8483d3d03c6aa (patch)
tree745e46224b48be84f948fa2b8a9bdf21ac3e450e /dev-php/cphplib
parentVersion bump wrt #400615 by Nikoli (and thanks to Vladislav Poluhin for repor... (diff)
downloadgentoo-2-e2054074e141e60fb6848ab43ab8483d3d03c6aa.tar.gz
gentoo-2-e2054074e141e60fb6848ab43ab8483d3d03c6aa.tar.bz2
gentoo-2-e2054074e141e60fb6848ab43ab8483d3d03c6aa.zip
EAPI bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/cphplib')
-rw-r--r--dev-php/cphplib/ChangeLog7
-rw-r--r--dev-php/cphplib/cphplib-0.51.ebuild16
2 files changed, 11 insertions, 12 deletions
diff --git a/dev-php/cphplib/ChangeLog b/dev-php/cphplib/ChangeLog
index e60b0a357787..72d0d3292612 100644
--- a/dev-php/cphplib/ChangeLog
+++ b/dev-php/cphplib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/cphplib
-# 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 $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/ChangeLog,v 1.7 2012/01/28 13:48:10 mabi Exp $
+
+ 28 Jan 2012; Matti Bickel <mabi@gentoo.org> cphplib-0.51.ebuild:
+ EAPI bump
18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> cphplib-0.51.ebuild:
Cleanup.
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
}