Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/jpgraph: jpgraph-3.0.7.ebuild ChangeLog
Date: Sat, 28 Jan 2012 14:04:27
Message-Id: 20120128140418.6A42E2004B@flycatcher.gentoo.org
1 mabi 12/01/28 14:04:18
2
3 Modified: jpgraph-3.0.7.ebuild ChangeLog
4 Log:
5 EAPI bump
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-php/jpgraph/jpgraph-3.0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild?r1=1.1&r2=1.2
15
16 Index: jpgraph-3.0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- jpgraph-3.0.7.ebuild 9 Apr 2011 19:21:37 -0000 1.1
23 +++ jpgraph-3.0.7.ebuild 28 Jan 2012 14:04:18 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild,v 1.1 2011/04/09 19:21:37 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/jpgraph-3.0.7.ebuild,v 1.2 2012/01/28 14:04:18 mabi Exp $
30
31 -EAPI="2"
32 +EAPI="4"
33
34 -inherit php-lib-r1 eutils
35 +inherit eutils
36
37 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
38
39 @@ -19,14 +19,11 @@
40 RDEPEND="truetype? ( media-fonts/corefonts )
41 dev-lang/php[gd]
42 "
43 -
44 -need_php_by_category
45 +S="${WORKDIR}"
46
47 [[ -z "${JPGRAPH_CACHEDIR}" ]] && JPGRAPH_CACHEDIR="/var/cache/jpgraph-php5/"
48
49 pkg_setup() {
50 - has_php
51 -
52 # check to which user:group the cache dir will go
53 if has_version "www-servers/apache" ; then
54 HTTPD_USER="apache"
55 @@ -75,13 +72,13 @@
56
57 # install php files
58 einfo "Building list of files to install"
59 - php-lib-r1_src_install src `cd src ; find . -type f -print`
60 + insinto "/usr/share/php/${PN}"
61 + doins -r src/
62
63 # install documentation
64 einfo "Installing documentation"
65 - dodoc-php README
66 - insinto /usr/share/doc/${CATEGORY}/${PF}
67 - doins -r docportal/*
68 + dodoc -r docportal/*
69 + dodoc README
70
71 # setup the cache dir
72 einfo "Setting up the cache dir"
73
74
75
76 1.22 dev-php/jpgraph/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/jpgraph/ChangeLog?rev=1.22&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/jpgraph/ChangeLog?rev=1.22&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/jpgraph/ChangeLog?r1=1.21&r2=1.22
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-php/jpgraph/ChangeLog,v
85 retrieving revision 1.21
86 retrieving revision 1.22
87 diff -u -r1.21 -r1.22
88 --- ChangeLog 9 Apr 2011 19:21:37 -0000 1.21
89 +++ ChangeLog 28 Jan 2012 14:04:18 -0000 1.22
90 @@ -1,6 +1,9 @@
91 # ChangeLog for dev-php5/jpgraph
92 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/ChangeLog,v 1.21 2011/04/09 19:21:37 olemarkus Exp $
94 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 +# $Header: /var/cvsroot/gentoo-x86/dev-php/jpgraph/ChangeLog,v 1.22 2012/01/28 14:04:18 mabi Exp $
96 +
97 + 28 Jan 2012; Matti Bickel <mabi@g.o> jpgraph-3.0.7.ebuild:
98 + EAPI bump
99
100 21 Apr 2010; <mabi@g.o> -jpgraph-2.1.3.ebuild, -jpgraph-2.2.ebuild:
101 remove old versions