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/pecl-stomp: pecl-stomp-1.0.5.ebuild ChangeLog pecl-stomp-1.0.3.ebuild
Date: Tue, 05 Mar 2013 10:50:49
Message-Id: 20130305105045.2A5922171D@flycatcher.gentoo.org
1 olemarkus 13/03/05 10:50:45
2
3 Modified: ChangeLog
4 Added: pecl-stomp-1.0.5.ebuild
5 Removed: pecl-stomp-1.0.3.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
10
11 Revision Changes Path
12 1.3 dev-php/pecl-stomp/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 8 Sep 2011 18:48:48 -0000 1.2
25 +++ ChangeLog 5 Mar 2013 10:50:44 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-stomp
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.2 2011/09/08 18:48:48 olemarkus Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.3 2013/03/05 10:50:44 olemarkus Exp $
32 +
33 +*pecl-stomp-1.0.5 (05 Mar 2013)
34 +
35 + 05 Mar 2013; Ole Markus With <olemarkus@g.o> +pecl-stomp-1.0.5.ebuild,
36 + -pecl-stomp-1.0.3.ebuild:
37 + Version bump
38
39 08 Sep 2011; Ole Markus With <olemarkus@g.o> pecl-stomp-1.0.3.ebuild:
40 Added headers
41 @@ -10,4 +16,3 @@
42 30 Aug 2011; Ole Markus With <olemarkus@g.o> +pecl-stomp-1.0.3.ebuild,
43 +metadata.xml:
44 Initial version. Thanks to Rob Bruce. Bug 348244
45 -
46
47
48
49 1.1 dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild?rev=1.1&content-type=text/plain
53
54 Index: pecl-stomp-1.0.5.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild,v 1.1 2013/03/05 10:50:44 olemarkus Exp $
59
60 EAPI="5"
61
62 PHP_EXT_NAME="stomp"
63 PHP_EXT_INI="yes"
64 PHP_EXT_ZENDEXT="no"
65 DOCS="CREDITS EXPERIMENTAL README"
66
67 inherit php-ext-pecl-r2
68
69 KEYWORDS="~amd64 ~x86"
70
71 DESCRIPTION="PHP extension to communicate with any Stomp compliant Message Brokers"
72 LICENSE="PHP-3"
73 SLOT="0"
74 IUSE="+ssl"
75
76 DEPEND="${DEPEND}
77 ssl? ( dev-lang/php[ssl] )
78 "
79
80 RDEPEND="${DEPEND}"
81
82 src_compile() {
83 my_conf="--enable-stomp
84 $(use_with ssl openssl-dir=/usr)"
85 php-ext-pecl-r2_src_compile
86 }