* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-ssh2: ChangeLog pecl-ssh2-0.11.0-r1.ebuild
@ 2009-12-29 21:16 Christian Hoffmann (hoffie)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Hoffmann (hoffie) @ 2009-12-29 21:16 UTC (permalink / raw
To: gentoo-commits
hoffie 09/12/29 21:16:56
Modified: ChangeLog
Added: pecl-ssh2-0.11.0-r1.ebuild
Log:
new attempt at getting a version which works with 5.2 and 5.3
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-php5/pecl-ssh2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 27 Dec 2009 23:19:42 -0000 1.4
+++ ChangeLog 29 Dec 2009 21:16:55 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/pecl-ssh2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.4 2009/12/27 23:19:42 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.5 2009/12/29 21:16:55 hoffie Exp $
+
+*pecl-ssh2-0.11.0-r1 (29 Dec 2009)
+
+ 29 Dec 2009; Christian Hoffmann <hoffie@gentoo.org>
+ +pecl-ssh2-0.11.0-r1.ebuild, files/pecl-ssh2-0.11.0-php-5.3-compat.patch:
+ new attempt at getting a version which works with 5.2 and 5.3
27 Dec 2009; Christian Hoffmann <hoffie@gentoo.org>
pecl-ssh2-0.11.0.ebuild:
1.1 dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: pecl-ssh2-0.11.0-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.1 2009/12/29 21:16:55 hoffie Exp $
PHP_EXT_NAME="ssh2"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README ChangeLog"
inherit php-ext-pecl-r1
DESCRIPTION="Provides bindings to the functions of libssh2 which implements the SSH2 protocol."
LICENSE="PHP-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND=">=net-libs/libssh2-0.18"
RDEPEND="${DEPEND}"
need_php_by_category
src_unpack() {
php-ext-source-r1_src_unpack
epatch "${FILESDIR}"/${P}-php-5.3-compat.patch
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-ssh2: ChangeLog pecl-ssh2-0.11.0-r1.ebuild
@ 2010-10-14 14:42 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-14 14:42 UTC (permalink / raw
To: gentoo-commits
fauli 10/10/14 14:42:36
Modified: ChangeLog pecl-ssh2-0.11.0-r1.ebuild
Log:
stable x86, bug 339686
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.6 dev-php5/pecl-ssh2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Dec 2009 21:16:55 -0000 1.5
+++ ChangeLog 14 Oct 2010 14:42:36 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-ssh2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.5 2009/12/29 21:16:55 hoffie Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.6 2010/10/14 14:42:36 fauli Exp $
+
+ 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+ pecl-ssh2-0.11.0-r1.ebuild:
+ stable x86, bug 339686
*pecl-ssh2-0.11.0-r1 (29 Dec 2009)
1.2 dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?r1=1.1&r2=1.2
Index: pecl-ssh2-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pecl-ssh2-0.11.0-r1.ebuild 29 Dec 2009 21:16:55 -0000 1.1
+++ pecl-ssh2-0.11.0-r1.ebuild 14 Oct 2010 14:42:36 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.1 2009/12/29 21:16:55 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.2 2010/10/14 14:42:36 fauli Exp $
PHP_EXT_NAME="ssh2"
PHP_EXT_INI="yes"
@@ -13,7 +13,7 @@
LICENSE="PHP-3"
SLOT="0"
IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND=">=net-libs/libssh2-0.18"
RDEPEND="${DEPEND}"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-ssh2: ChangeLog pecl-ssh2-0.11.0-r1.ebuild
@ 2010-10-14 23:31 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-14 23:31 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/14 23:31:00
Modified: ChangeLog pecl-ssh2-0.11.0-r1.ebuild
Log:
Stable on amd64 wrt bug #339686
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-php5/pecl-ssh2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 14 Oct 2010 14:42:36 -0000 1.6
+++ ChangeLog 14 Oct 2010 23:30:59 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-ssh2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.6 2010/10/14 14:42:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/ChangeLog,v 1.7 2010/10/14 23:30:59 hwoarang Exp $
+
+ 14 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+ pecl-ssh2-0.11.0-r1.ebuild:
+ Stable on amd64 wrt bug #339686
14 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
pecl-ssh2-0.11.0-r1.ebuild:
1.3 dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild?r1=1.2&r2=1.3
Index: pecl-ssh2-0.11.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pecl-ssh2-0.11.0-r1.ebuild 14 Oct 2010 14:42:36 -0000 1.2
+++ pecl-ssh2-0.11.0-r1.ebuild 14 Oct 2010 23:30:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.2 2010/10/14 14:42:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ssh2/pecl-ssh2-0.11.0-r1.ebuild,v 1.3 2010/10/14 23:30:59 hwoarang Exp $
PHP_EXT_NAME="ssh2"
PHP_EXT_INI="yes"
@@ -13,7 +13,7 @@
LICENSE="PHP-3"
SLOT="0"
IUSE=""
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND=">=net-libs/libssh2-0.18"
RDEPEND="${DEPEND}"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-14 23:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29 21:16 [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-ssh2: ChangeLog pecl-ssh2-0.11.0-r1.ebuild Christian Hoffmann (hoffie)
-- strict thread matches above, loose matches on Subject: below --
2010-10-14 14:42 Christian Faulhammer (fauli)
2010-10-14 23:31 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox