public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2012-09-28 17:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-09-28 17:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/09/28 17:31:34

  Modified:             ChangeLog
  Added:                jansson-2.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.23/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-libs/jansson/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Aug 2012 18:02:41 -0000	1.6
+++ ChangeLog	28 Sep 2012 17:31:34 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.6 2012/08/17 18:02:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.7 2012/09/28 17:31:34 hwoarang Exp $
+
+*jansson-2.4 (28 Sep 2012)
+
+  28 Sep 2012; Markos Chandras <hwoarang@gentoo.org> +jansson-2.4.ebuild:
+  Version bump
 
   17 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -jansson-2.2.1.ebuild,
   -jansson-2.3.ebuild:



1.1                  dev-libs/jansson/jansson-2.4.ebuild

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

Index: jansson-2.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.1 2012/09/28 17:31:32 hwoarang Exp $

EAPI="4"

inherit autotools-utils

DESCRIPTION="C library for encoding, decoding and manipulating JSON data"
HOMEPAGE="http://www.digip.org/jansson/"
SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"

DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"
RDEPEND=""

DOCS=(CHANGES README.rst)

src_prepare() {
	sed -ie 's/-Werror//' src/Makefile.am || die
	eautoreconf
	autotools-utils_src_prepare
}

src_compile() {
	autotools-utils_src_compile

	use doc && autotools-utils_src_compile html
}

src_install() {
	use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/doc/_build/html/")
	autotools-utils_src_install
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2013-06-25 11:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 11:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 11:44:04

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

Revision  Changes    Path
1.3                  dev-libs/jansson/jansson-2.4.ebuild

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

Index: jansson-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jansson-2.4.ebuild	23 Apr 2013 23:29:35 -0000	1.2
+++ jansson-2.4.ebuild	25 Jun 2013 11:44:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.2 2013/04/23 23:29:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.3 2013/06/25 11:44:04 ago Exp $
 
 EAPI="4"
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



1.9                  dev-libs/jansson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	23 Apr 2013 23:29:35 -0000	1.8
+++ ChangeLog	25 Jun 2013 11:44:04 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.8 2013/04/23 23:29:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.9 2013/06/25 11:44:04 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> jansson-2.4.ebuild:
+  Stable for x86, wrt bug #473330
 
   23 Apr 2013; Tim Harder <radhermit@gentoo.org> jansson-2.3.1.ebuild,
   jansson-2.4.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2013-06-25 12:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:54:56

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

Revision  Changes    Path
1.4                  dev-libs/jansson/jansson-2.4.ebuild

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

Index: jansson-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jansson-2.4.ebuild	25 Jun 2013 11:44:04 -0000	1.3
+++ jansson-2.4.ebuild	25 Jun 2013 12:54:56 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.3 2013/06/25 11:44:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.4 2013/06/25 12:54:56 ago Exp $
 
 EAPI="4"
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



1.10                 dev-libs/jansson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 Jun 2013 11:44:04 -0000	1.9
+++ ChangeLog	25 Jun 2013 12:54:56 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.9 2013/06/25 11:44:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.10 2013/06/25 12:54:56 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> jansson-2.4.ebuild:
+  Stable for amd64, wrt bug #473330
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> jansson-2.4.ebuild:
   Stable for x86, wrt bug #473330





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2013-06-26 16:39 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-06-26 16:39 UTC (permalink / raw
  To: gentoo-commits

blueness    13/06/26 16:39:02

  Modified:             jansson-2.4.ebuild ChangeLog
  Log:
  Keyword ~ppc ~ppc64 for bfgminer
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.5                  dev-libs/jansson/jansson-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?r1=1.4&r2=1.5

Index: jansson-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jansson-2.4.ebuild	25 Jun 2013 12:54:56 -0000	1.4
+++ jansson-2.4.ebuild	26 Jun 2013 16:39:02 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.4 2013/06/25 12:54:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.5 2013/06/26 16:39:02 blueness Exp $
 
 EAPI="4"
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



1.11                 dev-libs/jansson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Jun 2013 12:54:56 -0000	1.10
+++ ChangeLog	26 Jun 2013 16:39:02 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.10 2013/06/25 12:54:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.11 2013/06/26 16:39:02 blueness Exp $
+
+  26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> jansson-2.4.ebuild:
+  Keyword ~ppc ~ppc64 for bfgminer
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> jansson-2.4.ebuild:
   Stable for amd64, wrt bug #473330





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2013-06-26 16:52 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-06-26 16:52 UTC (permalink / raw
  To: gentoo-commits

blueness    13/06/26 16:52:45

  Modified:             jansson-2.4.ebuild ChangeLog
  Log:
  Keyword ~arm for bfgminer
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.6                  dev-libs/jansson/jansson-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?r1=1.5&r2=1.6

Index: jansson-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jansson-2.4.ebuild	26 Jun 2013 16:39:02 -0000	1.5
+++ jansson-2.4.ebuild	26 Jun 2013 16:52:45 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.5 2013/06/26 16:39:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.6 2013/06/26 16:52:45 blueness Exp $
 
 EAPI="4"
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



1.12                 dev-libs/jansson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	26 Jun 2013 16:39:02 -0000	1.11
+++ ChangeLog	26 Jun 2013 16:52:45 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.11 2013/06/26 16:39:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.12 2013/06/26 16:52:45 blueness Exp $
+
+  26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> jansson-2.4.ebuild:
+  Keyword ~arm for bfgminer
 
   26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> jansson-2.4.ebuild:
   Keyword ~ppc ~ppc64 for bfgminer





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2014-06-06 10:56 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-06 10:56 UTC (permalink / raw
  To: gentoo-commits

blueness    14/06/06 10:56:26

  Modified:             jansson-2.4.ebuild ChangeLog
  Log:
  Stable on ppc and ppc64, needed for net-libs/libblkmaker
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.7                  dev-libs/jansson/jansson-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?r1=1.6&r2=1.7

Index: jansson-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jansson-2.4.ebuild	26 Jun 2013 16:52:45 -0000	1.6
+++ jansson-2.4.ebuild	6 Jun 2014 10:56:26 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.6 2013/06/26 16:52:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.7 2014/06/06 10:56:26 blueness Exp $
 
 EAPI="4"
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



1.17                 dev-libs/jansson/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Mar 2014 11:46:52 -0000	1.16
+++ ChangeLog	6 Jun 2014 10:56:26 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.16 2014/03/23 11:46:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.17 2014/06/06 10:56:26 blueness Exp $
+
+  06 Jun 2014; Anthony G. Basile <blueness@gentoo.org> jansson-2.4.ebuild:
+  Stable on ppc and ppc64, needed for net-libs/libblkmaker
 
   23 Mar 2014; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Drop myself from metadata





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog
@ 2014-06-06 11:30 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-06-06 11:30 UTC (permalink / raw
  To: gentoo-commits

blueness    14/06/06 11:30:25

  Modified:             jansson-2.4.ebuild ChangeLog
  Log:
  Stable on arm, needed for net-libs/libblkmaker
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.8                  dev-libs/jansson/jansson-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild?r1=1.7&r2=1.8

Index: jansson-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jansson-2.4.ebuild	6 Jun 2014 10:56:26 -0000	1.7
+++ jansson-2.4.ebuild	6 Jun 2014 11:30:25 -0000	1.8
@@ -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-libs/jansson/jansson-2.4.ebuild,v 1.7 2014/06/06 10:56:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/jansson-2.4.ebuild,v 1.8 2014/06/06 11:30:25 blueness Exp $
 
 EAPI="4"
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"



1.18                 dev-libs/jansson/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jansson/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	6 Jun 2014 10:56:26 -0000	1.17
+++ ChangeLog	6 Jun 2014 11:30:25 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/jansson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.17 2014/06/06 10:56:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jansson/ChangeLog,v 1.18 2014/06/06 11:30:25 blueness Exp $
+
+  06 Jun 2014; Anthony G. Basile <blueness@gentoo.org> jansson-2.4.ebuild:
+  Stable on arm, needed for net-libs/libblkmaker
 
   06 Jun 2014; Anthony G. Basile <blueness@gentoo.org> jansson-2.4.ebuild:
   Stable on ppc and ppc64, needed for net-libs/libblkmaker





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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 11:30 [gentoo-commits] gentoo-x86 commit in dev-libs/jansson: jansson-2.4.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-06 10:56 Anthony G. Basile (blueness)
2013-06-26 16:52 Anthony G. Basile (blueness)
2013-06-26 16:39 Anthony G. Basile (blueness)
2013-06-25 12:54 Agostino Sarubbo (ago)
2013-06-25 11:44 Agostino Sarubbo (ago)
2012-09-28 17: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