public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.12-r1.ebuild ChangeLog
@ 2013-07-28 19:42 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 3+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-07-28 19:42 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/07/28 19:42:18

  Modified:             ChangeLog
  Added:                pecl-ssh2-0.12-r1.ebuild
  Log:
  Revbump. Removing php 5.3 support, adding 5.5 support
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)

Revision  Changes    Path
1.10                 dev-php/pecl-ssh2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Mar 2013 11:42:09 -0000	1.9
+++ ChangeLog	28 Jul 2013 19:42:18 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-ssh2
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.9 2013/03/05 11:42:09 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.10 2013/07/28 19:42:18 olemarkus Exp $
+
+*pecl-ssh2-0.12-r1 (28 Jul 2013)
+
+  28 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +pecl-ssh2-0.12-r1.ebuild:
+  Revbump. Removing php 5.3 support, adding 5.5 support
 
   05 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
   -pecl-ssh2-0.11.2-r1.ebuild, -pecl-ssh2-0.11.3.ebuild:



1.1                  dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.1&content-type=text/plain

Index: pecl-ssh2-0.12-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v 1.1 2013/07/28 19:42:18 olemarkus Exp $

EAPI=5

PHP_EXT_NAME="ssh2"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README ChangeLog"

USE_PHP="php5-5 php5-4"

inherit php-ext-pecl-r2

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-1.2"
RDEPEND="${DEPEND}"





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.12-r1.ebuild ChangeLog
@ 2014-10-09 14:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-09 14:47 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/09 14:47:52

  Modified:             pecl-ssh2-0.12-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #514722
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?r1=1.2&r2=1.3

Index: pecl-ssh2-0.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pecl-ssh2-0.12-r1.ebuild	10 Aug 2014 21:03:42 -0000	1.2
+++ pecl-ssh2-0.12-r1.ebuild	9 Oct 2014 14:47:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v 1.2 2014/08/10 21:03:42 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v 1.3 2014/10/09 14:47:51 ago Exp $
 
 EAPI=5
 
@@ -17,6 +17,6 @@
 LICENSE="PHP-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 DEPEND=">=net-libs/libssh2-1.2"
 RDEPEND="${DEPEND}"



1.12                 dev-php/pecl-ssh2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	10 Aug 2014 21:03:42 -0000	1.11
+++ ChangeLog	9 Oct 2014 14:47:51 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-ssh2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.11 2014/08/10 21:03:42 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.12 2014/10/09 14:47:51 ago Exp $
+
+  09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.12-r1.ebuild:
+  Stable for amd64, wrt bug #514722
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
   pecl-ssh2-0.11.3-r1.ebuild, pecl-ssh2-0.12-r1.ebuild, pecl-ssh2-0.12.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.12-r1.ebuild ChangeLog
@ 2014-10-10 11:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-10-10 11:06 UTC (permalink / raw
  To: gentoo-commits

ago         14/10/10 11:06:20

  Modified:             pecl-ssh2-0.12-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #514722
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild?r1=1.3&r2=1.4

Index: pecl-ssh2-0.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pecl-ssh2-0.12-r1.ebuild	9 Oct 2014 14:47:51 -0000	1.3
+++ pecl-ssh2-0.12-r1.ebuild	10 Oct 2014 11:06:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v 1.3 2014/10/09 14:47:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/pecl-ssh2-0.12-r1.ebuild,v 1.4 2014/10/10 11:06:20 ago Exp $
 
 EAPI=5
 
@@ -17,6 +17,6 @@
 LICENSE="PHP-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 DEPEND=">=net-libs/libssh2-1.2"
 RDEPEND="${DEPEND}"



1.13                 dev-php/pecl-ssh2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-ssh2/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Oct 2014 14:47:51 -0000	1.12
+++ ChangeLog	10 Oct 2014 11:06:20 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-ssh2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.12 2014/10/09 14:47:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-ssh2/ChangeLog,v 1.13 2014/10/10 11:06:20 ago Exp $
+
+  10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.12-r1.ebuild:
+  Stable for x86, wrt bug #514722
 
   09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pecl-ssh2-0.12-r1.ebuild:
   Stable for amd64, wrt bug #514722





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-10 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 11:06 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-ssh2: pecl-ssh2-0.12-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-09 14:47 Agostino Sarubbo (ago)
2013-07-28 19:42 Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox