public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/igbinary: igbinary-1.2.1.ebuild ChangeLog
@ 2014-10-01  3:11 Brian Evans (grknight)
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans (grknight) @ 2014-10-01  3:11 UTC (permalink / raw
  To: gentoo-commits

grknight    14/10/01 03:11:15

  Modified:             ChangeLog
  Added:                igbinary-1.2.1.ebuild
  Log:
  Version bump; update HOMEPAGE; support 5.6; wrt bug 521926
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)

Revision  Changes    Path
1.11                 dev-php/igbinary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	30 Sep 2014 15:05:43 -0000	1.10
+++ ChangeLog	1 Oct 2014 03:11:15 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/igbinary
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.10 2014/09/30 15:05:43 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.11 2014/10/01 03:11:15 grknight Exp $
+
+*igbinary-1.2.1 (01 Oct 2014)
+
+  01 Oct 2014; Brian Evans <grknight@gentoo.org> +igbinary-1.2.1.ebuild:
+  Version bump; update HOMEPAGE; support 5.6; wrt bug 521926
 
   30 Sep 2014;  <grknight@gentoo.org> -igbinary-1.1.1-r1.ebuild:
   Cleanup old



1.1                  dev-php/igbinary/igbinary-1.2.1.ebuild

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

Index: igbinary-1.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.1 2014/10/01 03:11:15 grknight Exp $

EAPI="5"
PHP_EXT_NAME="igbinary"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-source-r2

KEYWORDS="~amd64 ~x86"

DESCRIPTION="A fast drop in replacement for the standard PHP serialize"
HOMEPAGE="https://github.com/igbinary/igbinary"
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz"

LICENSE="BSD"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_configure() {
	my_conf="--enable-igbinary"
	php-ext-source-r2_src_configure
}

src_test() {
	   for slot in $(php_get_slots); do
	      php_init_slot_env ${slot}
	      NO_INTERACTION="yes" emake test || die "emake test failed for slot ${slot}"
	   done
}





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

* [gentoo-commits] gentoo-x86 commit in dev-php/igbinary: igbinary-1.2.1.ebuild ChangeLog
@ 2015-01-04  8:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-04  8:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/04 08:08:49

  Modified:             igbinary-1.2.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534558
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-php/igbinary/igbinary-1.2.1.ebuild

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

Index: igbinary-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- igbinary-1.2.1.ebuild	1 Oct 2014 03:11:15 -0000	1.1
+++ igbinary-1.2.1.ebuild	4 Jan 2015 08:08:49 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.1 2014/10/01 03:11:15 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.2 2015/01/04 08:08:49 ago Exp $
 
 EAPI="5"
 PHP_EXT_NAME="igbinary"
@@ -12,7 +12,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="A fast drop in replacement for the standard PHP serialize"
 HOMEPAGE="https://github.com/igbinary/igbinary"



1.13                 dev-php/igbinary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Oct 2014 20:28:47 -0000	1.12
+++ ChangeLog	4 Jan 2015 08:08:49 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/igbinary
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.12 2014/10/09 20:28:47 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.13 2015/01/04 08:08:49 ago Exp $
+
+  04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> igbinary-1.2.1.ebuild:
+  Stable for amd64, wrt bug #534558
 
 *igbinary-1.2.1 (01 Oct 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-php/igbinary: igbinary-1.2.1.ebuild ChangeLog
@ 2015-01-04  8:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-04  8:10 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/04 08:10:28

  Modified:             igbinary-1.2.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #534558
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/igbinary/igbinary-1.2.1.ebuild

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

Index: igbinary-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- igbinary-1.2.1.ebuild	4 Jan 2015 08:08:49 -0000	1.2
+++ igbinary-1.2.1.ebuild	4 Jan 2015 08:10:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.2 2015/01/04 08:08:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.2.1.ebuild,v 1.3 2015/01/04 08:10:28 ago Exp $
 
 EAPI="5"
 PHP_EXT_NAME="igbinary"
@@ -12,7 +12,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="A fast drop in replacement for the standard PHP serialize"
 HOMEPAGE="https://github.com/igbinary/igbinary"



1.14                 dev-php/igbinary/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Jan 2015 08:08:49 -0000	1.13
+++ ChangeLog	4 Jan 2015 08:10:28 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/igbinary
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.13 2015/01/04 08:08:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.14 2015/01/04 08:10:28 ago Exp $
+
+  04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> igbinary-1.2.1.ebuild:
+  Stable for x86, wrt bug #534558
 
   04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> igbinary-1.2.1.ebuild:
   Stable for amd64, wrt bug #534558





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

end of thread, other threads:[~2015-01-04  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-04  8:10 [gentoo-commits] gentoo-x86 commit in dev-php/igbinary: igbinary-1.2.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-04  8:08 Agostino Sarubbo (ago)
2014-10-01  3:11 Brian Evans (grknight)

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