summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-28 14:04:18 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-28 14:04:18 +0000
commitde1882573ffe5c48c957ac15aa2e02a4dd61641f (patch)
tree53d1daf890450cd9432e8e14f67f14db5ff3c2a8 /dev-php/jpgraph
parentStop enabling lastfm by default since it's not reasonable to assume most user... (diff)
downloadgentoo-2-de1882573ffe5c48c957ac15aa2e02a4dd61641f.tar.gz
gentoo-2-de1882573ffe5c48c957ac15aa2e02a4dd61641f.tar.bz2
gentoo-2-de1882573ffe5c48c957ac15aa2e02a4dd61641f.zip
EAPI bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/jpgraph')
-rw-r--r--dev-php/jpgraph/ChangeLog7
-rw-r--r--dev-php/jpgraph/jpgraph-3.0.7.ebuild21
2 files changed, 14 insertions, 14 deletions
diff --git a/dev-php/jpgraph/ChangeLog b/dev-php/jpgraph/ChangeLog
index 22fa2fdd61b3..5cc6699d194f 100644
--- a/dev-php/jpgraph/ChangeLog
+++ b/dev-php/jpgraph/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/jpgraph
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/ChangeLog,v 1.21 2011/04/09 19:21:37 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/ChangeLog,v 1.22 2012/01/28 14:04:18 mabi Exp $
+
+ 28 Jan 2012; Matti Bickel <mabi@gentoo.org> jpgraph-3.0.7.ebuild:
+ EAPI bump
21 Apr 2010; <mabi@gentoo.org> -jpgraph-2.1.3.ebuild, -jpgraph-2.2.ebuild:
remove old versions
diff --git a/dev-php/jpgraph/jpgraph-3.0.7.ebuild b/dev-php/jpgraph/jpgraph-3.0.7.ebuild
index c0822492255b..56cc07980d29 100644
--- a/dev-php/jpgraph/jpgraph-3.0.7.ebuild
+++ b/dev-php/jpgraph/jpgraph-3.0.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 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/jpgraph/jpgraph-3.0.7.ebuild,v 1.1 2011/04/09 19:21:37 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild,v 1.2 2012/01/28 14:04:18 mabi Exp $
-EAPI="2"
+EAPI="4"
-inherit php-lib-r1 eutils
+inherit eutils
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
@@ -19,14 +19,11 @@ DEPEND=""
RDEPEND="truetype? ( media-fonts/corefonts )
dev-lang/php[gd]
"
-
-need_php_by_category
+S="${WORKDIR}"
[[ -z "${JPGRAPH_CACHEDIR}" ]] && JPGRAPH_CACHEDIR="/var/cache/jpgraph-php5/"
pkg_setup() {
- has_php
-
# check to which user:group the cache dir will go
if has_version "www-servers/apache" ; then
HTTPD_USER="apache"
@@ -75,13 +72,13 @@ src_install() {
# install php files
einfo "Building list of files to install"
- php-lib-r1_src_install src `cd src ; find . -type f -print`
+ insinto "/usr/share/php/${PN}"
+ doins -r src/
# install documentation
einfo "Installing documentation"
- dodoc-php README
- insinto /usr/share/doc/${CATEGORY}/${PF}
- doins -r docportal/*
+ dodoc -r docportal/*
+ dodoc README
# setup the cache dir
einfo "Setting up the cache dir"