Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xcache: xcache-3.0.1.ebuild xcache-3.0.0.ebuild ChangeLog
Date: Fri, 01 Mar 2013 12:21:40
Message-Id: 20130301122136.E9B692171D@flycatcher.gentoo.org
1 olemarkus 13/03/01 12:21:36
2
3 Modified: xcache-3.0.0.ebuild ChangeLog
4 Added: xcache-3.0.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
9
10 Revision Changes Path
11 1.2 dev-php/xcache/xcache-3.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.0.ebuild?r1=1.1&r2=1.2
16
17 Index: xcache-3.0.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xcache-3.0.0.ebuild 16 Nov 2012 10:05:13 -0000 1.1
24 +++ xcache-3.0.0.ebuild 1 Mar 2013 12:21:36 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.0.ebuild,v 1.1 2012/11/16 10:05:13 olemarkus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.0.ebuild,v 1.2 2013/03/01 12:21:36 olemarkus Exp $
31
32 -EAPI="4"
33 +EAPI="5"
34 PHP_EXT_NAME="xcache"
35 PHP_EXT_INI="yes"
36 PHPSAPILIST="apache2 cgi fpm"
37
38
39
40 1.12 dev-php/xcache/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/ChangeLog?rev=1.12&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/ChangeLog?rev=1.12&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/ChangeLog?r1=1.11&r2=1.12
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v
49 retrieving revision 1.11
50 retrieving revision 1.12
51 diff -u -r1.11 -r1.12
52 --- ChangeLog 16 Nov 2012 10:05:13 -0000 1.11
53 +++ ChangeLog 1 Mar 2013 12:21:36 -0000 1.12
54 @@ -1,6 +1,12 @@
55 # ChangeLog for dev-php/xcache
56 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.11 2012/11/16 10:05:13 olemarkus Exp $
58 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/ChangeLog,v 1.12 2013/03/01 12:21:36 olemarkus Exp $
60 +
61 +*xcache-3.0.1 (01 Mar 2013)
62 +
63 + 01 Mar 2013; Ole Markus With <olemarkus@g.o> +xcache-3.0.1.ebuild,
64 + xcache-3.0.0.ebuild:
65 + Version bump
66
67 *xcache-3.0.0 (16 Nov 2012)
68
69
70
71
72 1.1 dev-php/xcache/xcache-3.0.1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.1.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xcache/xcache-3.0.1.ebuild?rev=1.1&content-type=text/plain
76
77 Index: xcache-3.0.1.ebuild
78 ===================================================================
79 # Copyright 1999-2013 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-php/xcache/xcache-3.0.1.ebuild,v 1.1 2013/03/01 12:21:36 olemarkus Exp $
82
83 EAPI="4"
84 PHP_EXT_NAME="xcache"
85 PHP_EXT_INI="yes"
86 PHPSAPILIST="apache2 cgi fpm"
87
88 USE_PHP="php5-3 php5-4"
89 inherit php-ext-source-r2 confutils
90
91 DESCRIPTION="A fast and stable PHP opcode cacher"
92 HOMEPAGE="http://xcache.lighttpd.net/"
93 SRC_URI="http://xcache.lighttpd.net/pub/Releases/${PV}/${P}.tar.bz2"
94
95 LICENSE="BSD"
96 SLOT="0"
97 KEYWORDS="~amd64 ~x86"
98 IUSE=""
99
100 # make test would just run php's test and as such need the full php source
101 RESTRICT="test"
102
103 DEPEND="virtual/httpd-php
104 !dev-php/eaccelerator !dev-php/pecl-apc"
105 RDEPEND="${DEPEND}"
106
107 src_configure() {
108
109 my_conf="--enable-xcache=shared \
110 --enable-xcache-constant \
111 --enable-xcache-optimizer \
112 --enable-xcache-coverager \
113 --enable-xcache-assembler \
114 --enable-xcache-encoder \
115 --enable-xcache-decoder"
116
117 php-ext-source-r2_src_configure
118 }
119
120 src_install() {
121 php-ext-source-r2_src_install
122 dodoc AUTHORS ChangeLog NEWS README THANKS
123
124 insinto "${PHP_EXT_SHARED_DIR}"
125 doins lib/Decompiler.class.php
126 insinto "${PHP_EXT_SHARED_DIR}"
127 doins -r htdocs
128 }
129
130 pkg_postinst() {
131 elog "lib/Decompiler.class.php, and the htdocs/ directory shipped with this"
132 elog "release were installed into ${PHP_EXT_SHARED_DIR}."
133 }