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-php5/pecl-ssh2: pecl-ssh2-0.11.2.ebuild ChangeLog pecl-ssh2-0.11.2-r1.ebuild pecl-ssh2-0.11.0.ebuild
Date: Thu, 04 Nov 2010 16:00:51
Message-Id: 20101104160047.99D3820051@flycatcher.gentoo.org
1 mabi 10/11/04 16:00:47
2
3 Modified: ChangeLog
4 Added: pecl-ssh2-0.11.2.ebuild pecl-ssh2-0.11.2-r1.ebuild
5 Removed: pecl-ssh2-0.11.0.ebuild
6 Log:
7 add version supporting minor version slotting, version bump
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-php5/pecl-ssh2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 14 Oct 2010 23:30:59 -0000 1.7
24 +++ ChangeLog 4 Nov 2010 16:00:47 -0000 1.8
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-php5/pecl-ssh2
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.7 2010/10/14 23:30:59 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.8 2010/11/04 16:00:47 mabi Exp $
30 +
31 +*pecl-ssh2-0.11.2-r1 (04 Nov 2010)
32 +*pecl-ssh2-0.11.2 (04 Nov 2010)
33 +
34 + 04 Nov 2010; Matti Bickel <mabi@g.o> -pecl-ssh2-0.11.0.ebuild,
35 + +pecl-ssh2-0.11.2.ebuild, +pecl-ssh2-0.11.2-r1.ebuild:
36 + add version supporting minor version slotting, version bump
37
38 14 Oct 2010; Markos Chandras <hwoarang@g.o>
39 pecl-ssh2-0.11.0-r1.ebuild:
40
41
42
43 1.1 dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-ssh2-0.11.2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2.ebuild,v 1.1 2010/11/04 16:00:47 mabi Exp $
53
54 PHP_EXT_NAME="ssh2"
55 PHP_EXT_INI="yes"
56 PHP_EXT_ZENDEXT="no"
57 DOCS="README ChangeLog"
58
59 inherit php-ext-pecl-r1
60
61 DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
62 LICENSE="PHP-3"
63 SLOT="0"
64 IUSE=""
65 KEYWORDS="~amd64 ~x86"
66 DEPEND=">=net-libs/libssh2-0.18
67 dev-lang/php"
68 RDEPEND="${DEPEND}"
69
70
71
72 1.1 dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild?rev=1.1&content-type=text/plain
76
77 Index: pecl-ssh2-0.11.2-r1.ebuild
78 ===================================================================
79 # Copyright 1999-2010 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.2-r1.ebuild,v 1.1 2010/11/04 16:00:47 mabi Exp $
82
83 EAPI=3
84
85 PHP_EXT_NAME="ssh2"
86 PHP_EXT_INI="yes"
87 PHP_EXT_ZENDEXT="no"
88 DOCS="README ChangeLog"
89
90 inherit php-ext-pecl-r2
91
92 DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
93 LICENSE="PHP-3"
94 SLOT="0"
95 IUSE=""
96 KEYWORDS="~amd64 ~x86"
97 DEPEND=">=net-libs/libssh2-0.18"
98 RDEPEND="${DEPEND}"