public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2014-03-10 14:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-03-10 14:09 UTC (permalink / raw
  To: gentoo-commits

jer         14/03/10 14:09:41

  Modified:             ChangeLog
  Added:                splint-3.1.2-r1.ebuild
  Log:
  Remove unneeded virtual/yacc dependency (bug #503994). Run make test in src_test().
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.29                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	19 Dec 2012 18:27:06 -0000	1.28
+++ ChangeLog	10 Mar 2014 14:09:41 -0000	1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/splint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.28 2012/12/19 18:27:06 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.29 2014/03/10 14:09:41 jer Exp $
+
+*splint-3.1.2-r1 (10 Mar 2014)
+
+  10 Mar 2014; Jeroen Roovers <jer@gentoo.org> +splint-3.1.2-r1.ebuild:
+  Remove unneeded virtual/yacc dependency (bug #503994). Run make test in
+  src_test().
 
   19 Dec 2012; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2.ebuild:
   Add ~ia64, wrt bug #441688



1.1                  dev-util/splint/splint-3.1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: splint-3.1.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.1 2014/03/10 14:09:41 jer Exp $

EAPI=5

DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
HOMEPAGE="http://lclint.cs.virginia.edu/"
SRC_URI="http://www.splint.org/downloads/${P}.src.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

DEPEND="
	sys-devel/flex
"

src_configure() {
	# We do not need bison/yacc at all here
	# We definitely need libfl
	BISON=no LEXLIB=-lfl econf
}

src_compile() {
	local subdir
	# skip test/ subdir
	for subdir in src lib imports doc; do
		emake -j1 -C ${subdir}
	done
}

src_test() {
	emake -C test
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2014-06-18 13:43 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-18 13:43 UTC (permalink / raw
  To: gentoo-commits

klausman    14/06/18 13:43:06

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #441688
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.2                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- splint-3.1.2-r1.ebuild	10 Mar 2014 14:09:41 -0000	1.1
+++ splint-3.1.2-r1.ebuild	18 Jun 2014 13:43:06 -0000	1.2
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.1 2014/03/10 14:09:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.2 2014/06/18 13:43:06 klausman Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
 	sys-devel/flex



1.30                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Mar 2014 14:09:41 -0000	1.29
+++ ChangeLog	18 Jun 2014 13:43:06 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.29 2014/03/10 14:09:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.30 2014/06/18 13:43:06 klausman Exp $
+
+  18 Jun 2014; Tobias Klausmann <klausman@gentoo.org> splint-3.1.2-r1.ebuild:
+  Keyworded on alpha, bug #441688
 
 *splint-3.1.2-r1 (10 Mar 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2014-07-01 18:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-01 18:50 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/01 18:50:31

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  Fix some QA issues.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- splint-3.1.2-r1.ebuild	18 Jun 2014 13:43:06 -0000	1.2
+++ splint-3.1.2-r1.ebuild	1 Jul 2014 18:50:30 -0000	1.3
@@ -1,8 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.2 2014/06/18 13:43:06 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.3 2014/07/01 18:50:30 jer Exp $
 
 EAPI=5
+inherit autotools
 
 DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
 HOMEPAGE="http://lclint.cs.virginia.edu/"
@@ -16,6 +17,17 @@
 	sys-devel/flex
 "
 
+src_prepare() {
+	# verbose compiler calls
+	sed -i -e '/Compiling/d' src/Makefile.am || die
+	# automake complains about trailing \
+	sed -i -e '1600d' test/Makefile.am || die
+	# do not install these header files twice
+	sed -i -e '/\$(UnixHeaders)/s|stdio.h stdlib.h||g' lib/Makefile.am || die
+
+	eautoreconf
+}
+
 src_configure() {
 	# We do not need bison/yacc at all here
 	# We definitely need libfl



1.31                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	18 Jun 2014 13:43:06 -0000	1.30
+++ ChangeLog	1 Jul 2014 18:50:30 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.30 2014/06/18 13:43:06 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.31 2014/07/01 18:50:30 jer Exp $
+
+  01 Jul 2014; Jeroen Roovers <jer@gentoo.org> splint-3.1.2-r1.ebuild:
+  Fix some QA issues.
 
   18 Jun 2014; Tobias Klausmann <klausman@gentoo.org> splint-3.1.2-r1.ebuild:
   Keyworded on alpha, bug #441688





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2015-03-16  4:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2015-03-16  4:33 UTC (permalink / raw
  To: gentoo-commits

jer         15/03/16 04:33:32

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #535408).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- splint-3.1.2-r1.ebuild	1 Jul 2014 18:50:30 -0000	1.3
+++ splint-3.1.2-r1.ebuild	16 Mar 2015 04:33:32 -0000	1.4
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.3 2014/07/01 18:50:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.4 2015/03/16 04:33:32 jer Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
 	sys-devel/flex



1.32                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	1 Jul 2014 18:50:30 -0000	1.31
+++ ChangeLog	16 Mar 2015 04:33:32 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.31 2014/07/01 18:50:30 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.32 2015/03/16 04:33:32 jer Exp $
+
+  16 Mar 2015; Jeroen Roovers <jer@gentoo.org> splint-3.1.2-r1.ebuild:
+  Stable for HPPA (bug #535408).
 
   01 Jul 2014; Jeroen Roovers <jer@gentoo.org> splint-3.1.2-r1.ebuild:
   Fix some QA issues.





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2015-03-27 16:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 16:25 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 16:25:04

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

Revision  Changes    Path
1.5                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- splint-3.1.2-r1.ebuild	16 Mar 2015 04:33:32 -0000	1.4
+++ splint-3.1.2-r1.ebuild	27 Mar 2015 16:25:04 -0000	1.5
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.4 2015/03/16 04:33:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.5 2015/03/27 16:25:04 ago Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
 	sys-devel/flex



1.33                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	16 Mar 2015 04:33:32 -0000	1.32
+++ ChangeLog	27 Mar 2015 16:25:04 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.32 2015/03/16 04:33:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.33 2015/03/27 16:25:04 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
+  Stable for amd64, wrt bug #535408
 
   16 Mar 2015; Jeroen Roovers <jer@gentoo.org> splint-3.1.2-r1.ebuild:
   Stable for HPPA (bug #535408).





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2015-03-28 21:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-28 21:28 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/28 21:28:21

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- splint-3.1.2-r1.ebuild	27 Mar 2015 16:25:04 -0000	1.5
+++ splint-3.1.2-r1.ebuild	28 Mar 2015 21:28:21 -0000	1.6
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.5 2015/03/27 16:25:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.6 2015/03/28 21:28:21 ago Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
 	sys-devel/flex



1.34                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	27 Mar 2015 16:25:04 -0000	1.33
+++ ChangeLog	28 Mar 2015 21:28:21 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.33 2015/03/27 16:25:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.34 2015/03/28 21:28:21 ago Exp $
+
+  28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
+  Stable for ppc, wrt bug #535408
 
   27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
   Stable for amd64, wrt bug #535408





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2015-03-31  7:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-31  7:49 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/31 07:49:36

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- splint-3.1.2-r1.ebuild	28 Mar 2015 21:28:21 -0000	1.6
+++ splint-3.1.2-r1.ebuild	31 Mar 2015 07:49:36 -0000	1.7
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.6 2015/03/28 21:28:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.7 2015/03/31 07:49:36 ago Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 DEPEND="
 	sys-devel/flex



1.35                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 Mar 2015 21:28:21 -0000	1.34
+++ ChangeLog	31 Mar 2015 07:49:36 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.34 2015/03/28 21:28:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.35 2015/03/31 07:49:36 ago Exp $
+
+  31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
+  Stable for ppc64, wrt bug #535408
 
   28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
   Stable for ppc, wrt bug #535408





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2015-04-01  8:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-01  8:29 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/01 08:29:04

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #535408
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- splint-3.1.2-r1.ebuild	31 Mar 2015 07:49:36 -0000	1.7
+++ splint-3.1.2-r1.ebuild	1 Apr 2015 08:29:04 -0000	1.8
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.7 2015/03/31 07:49:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.8 2015/04/01 08:29:04 ago Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc ~x86"
 
 DEPEND="
 	sys-devel/flex



1.36                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	31 Mar 2015 07:49:36 -0000	1.35
+++ ChangeLog	1 Apr 2015 08:29:04 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.35 2015/03/31 07:49:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.36 2015/04/01 08:29:04 ago Exp $
+
+  01 Apr 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
+  Stable for sparc, wrt bug #535408
 
   31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
   Stable for ppc64, wrt bug #535408





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

* [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog
@ 2015-04-19  9:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-19  9:45 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/19 09:45:57

  Modified:             splint-3.1.2-r1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #535408
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.9                  dev-util/splint/splint-3.1.2-r1.ebuild

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

Index: splint-3.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- splint-3.1.2-r1.ebuild	1 Apr 2015 08:29:04 -0000	1.8
+++ splint-3.1.2-r1.ebuild	19 Apr 2015 09:45:57 -0000	1.9
@@ -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-util/splint/splint-3.1.2-r1.ebuild,v 1.8 2015/04/01 08:29:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2-r1.ebuild,v 1.9 2015/04/19 09:45:57 pacho Exp $
 
 EAPI=5
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
 
 DEPEND="
 	sys-devel/flex



1.37                 dev-util/splint/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/splint/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	1 Apr 2015 08:29:04 -0000	1.36
+++ ChangeLog	19 Apr 2015 09:45:57 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/splint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.36 2015/04/01 08:29:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.37 2015/04/19 09:45:57 pacho Exp $
+
+  19 Apr 2015; Pacho Ramos <pacho@gentoo.org> splint-3.1.2-r1.ebuild:
+  x86 stable wrt bug #535408
 
   01 Apr 2015; Agostino Sarubbo <ago@gentoo.org> splint-3.1.2-r1.ebuild:
   Stable for sparc, wrt bug #535408





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

end of thread, other threads:[~2015-04-19  9:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-28 21:28 [gentoo-commits] gentoo-x86 commit in dev-util/splint: splint-3.1.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19  9:45 Pacho Ramos (pacho)
2015-04-01  8:29 Agostino Sarubbo (ago)
2015-03-31  7:49 Agostino Sarubbo (ago)
2015-03-27 16:25 Agostino Sarubbo (ago)
2015-03-16  4:33 Jeroen Roovers (jer)
2014-07-01 18:50 Jeroen Roovers (jer)
2014-06-18 13:43 Tobias Klausmann (klausman)
2014-03-10 14:09 Jeroen Roovers (jer)

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