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-ssh2: pecl-ssh2-0.12.ebuild ChangeLog
Date: Mon, 04 Mar 2013 09:33:01
Message-Id: 20130304093257.693042171D@flycatcher.gentoo.org
1 olemarkus 13/03/04 09:32:57
2
3 Modified: ChangeLog
4 Added: pecl-ssh2-0.12.ebuild
5 Log:
6 Version bump, bug 453840. Thanks to tazinblack
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.8 dev-php/pecl-ssh2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 21 Oct 2012 09:14:24 -0000 1.7
24 +++ ChangeLog 4 Mar 2013 09:32:57 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/pecl-ssh2
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.7 2012/10/21 09:14:24 maekke Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.8 2013/03/04 09:32:57 olemarkus Exp $
31 +
32 +*pecl-ssh2-0.12 (04 Mar 2013)
33 +
34 + 04 Mar 2013; Ole Markus With <olemarkus@g.o> +pecl-ssh2-0.12.ebuild:
35 + Version bump, bug 453840. Thanks to tazinblack
36
37 21 Oct 2012; Markus Meier <maekke@g.o> pecl-ssh2-0.11.3-r1.ebuild:
38 x86 stable, bug #427024
39 @@ -73,4 +78,3 @@
40 11 Aug 2009; Hanno Boeck <hanno@g.o> +pecl-ssh2-0.11.0.ebuild,
41 +metadata.xml:
42 Initial commit of php bindings for libssh2.
43 -
44
45
46
47 1.1 dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild?rev=1.1&content-type=text/plain
51
52 Index: pecl-ssh2-0.12.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12.ebuild,v 1.1 2013/03/04 09:32:57 olemarkus Exp $
57
58 EAPI=5
59
60 PHP_EXT_NAME="ssh2"
61 PHP_EXT_INI="yes"
62 PHP_EXT_ZENDEXT="no"
63 DOCS="README ChangeLog"
64
65 USE_PHP="php5-3 php5-4"
66
67 inherit php-ext-pecl-r2
68
69 DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
70 LICENSE="PHP-3"
71 SLOT="0"
72 IUSE=""
73 KEYWORDS="~amd64 ~x86"
74 DEPEND=">=net-libs/libssh2-1.2"
75 RDEPEND="${DEPEND}"