public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-19  4:07 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-09-19  4:07 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/09/19 04:07:13

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Fix rpath linking for prefix (first time installs)
  
  (Portage version: 2.2.4.22351-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.3                  x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fltk-1.3.2.ebuild	27 Aug 2013 15:07:24 -0000	1.2
+++ fltk-1.3.2.ebuild	19 Sep 2013 04:07:13 -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.2 2013/08/27 15:07:24 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.3 2013/09/19 04:07:13 bicatali Exp $
 
 EAPI=4
 
@@ -67,7 +67,7 @@
 	sed -e "s/7/$(get_version_component_range 3)/" \
 		"${FILESDIR}"/FLTKConfig.cmake > CMake/FLTKConfig.cmake
 	sed -e 's:-Os::g' -i configure.in || die
-	use prefix && append-ldflags -Wl,-rpath "${LIBDIR}"
+	use prefix && append-ldflags -Wl,-rpath -Wl,"${LIBDIR}"
 	eautoconf
 }
 



1.228                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.228&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.228&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.227&r2=1.228

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog	27 Aug 2013 15:07:24 -0000	1.227
+++ ChangeLog	19 Sep 2013 04:07:13 -0000	1.228
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.227 2013/08/27 15:07:24 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.228 2013/09/19 04:07:13 bicatali Exp $
+
+  19 Sep 2013; Sébastien Fabbro <bicatali@gentoo.org> fltk-1.3.2.ebuild:
+  Fix rpath linking for prefix (first time installs)
 
   27 Aug 2013; Michael Palimaka <kensington@gentoo.org> fltk-1.3.0-r1.ebuild,
   fltk-1.3.1.ebuild, fltk-1.3.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-23 17:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 17:22 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/23 17:22:12

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #485582
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fltk-1.3.2.ebuild	22 Sep 2013 15:45:13 -0000	1.4
+++ fltk-1.3.2.ebuild	23 Sep 2013 17:22:12 -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.4 2013/09/22 15:45:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.5 2013/09/23 17:22:12 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.230                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.230&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.230&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.229&r2=1.230

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog	22 Sep 2013 15:45:13 -0000	1.229
+++ ChangeLog	23 Sep 2013 17:22:12 -0000	1.230
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.229 2013/09/22 15:45:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.230 2013/09/23 17:22:12 ago Exp $
+
+  23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for alpha, wrt bug #485582
 
   22 Sep 2013; Jeroen Roovers <jer@gentoo.org> fltk-1.3.2.ebuild:
   Stable for HPPA (bug #485582).





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-23 17:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 17:40 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/23 17:40:48

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #485582
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fltk-1.3.2.ebuild	23 Sep 2013 17:22:12 -0000	1.5
+++ fltk-1.3.2.ebuild	23 Sep 2013 17:40:48 -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.5 2013/09/23 17:22:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.6 2013/09/23 17:40:48 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.231                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.230&r2=1.231

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog	23 Sep 2013 17:22:12 -0000	1.230
+++ ChangeLog	23 Sep 2013 17:40:48 -0000	1.231
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.230 2013/09/23 17:22:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.231 2013/09/23 17:40:48 ago Exp $
+
+  23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for ppc64, wrt bug #485582
 
   23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
   Stable for alpha, wrt bug #485582





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-23 19:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 19:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/23 19:12:18

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

Revision  Changes    Path
1.7                  x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fltk-1.3.2.ebuild	23 Sep 2013 17:40:48 -0000	1.6
+++ fltk-1.3.2.ebuild	23 Sep 2013 19:12:18 -0000	1.7
@@ -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.6 2013/09/23 17:40:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.7 2013/09/23 19:12:18 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.232                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.232&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.232&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.231&r2=1.232

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog	23 Sep 2013 17:40:48 -0000	1.231
+++ ChangeLog	23 Sep 2013 19:12:18 -0000	1.232
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.231 2013/09/23 17:40:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.232 2013/09/23 19:12:18 ago Exp $
+
+  23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for amd64, wrt bug #485582
 
   23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
   Stable for ppc64, wrt bug #485582





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-23 19:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 19:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/23 19:19:37

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #485582
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fltk-1.3.2.ebuild	23 Sep 2013 19:12:18 -0000	1.7
+++ fltk-1.3.2.ebuild	23 Sep 2013 19:19:37 -0000	1.8
@@ -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.7 2013/09/23 19:12:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.8 2013/09/23 19:19:37 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.233                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.232&r2=1.233

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog	23 Sep 2013 19:12:18 -0000	1.232
+++ ChangeLog	23 Sep 2013 19:19:37 -0000	1.233
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.232 2013/09/23 19:12:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.233 2013/09/23 19:19:37 ago Exp $
+
+  23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for sparc, wrt bug #485582
 
   23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
   Stable for amd64, wrt bug #485582





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-25 17:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-25 17:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/25 17:26:35

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #485582
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fltk-1.3.2.ebuild	23 Sep 2013 19:19:37 -0000	1.8
+++ fltk-1.3.2.ebuild	25 Sep 2013 17:26:35 -0000	1.9
@@ -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.8 2013/09/23 19:19:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.9 2013/09/25 17:26:35 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.234                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.234&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.234&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	23 Sep 2013 19:19:37 -0000	1.233
+++ ChangeLog	25 Sep 2013 17:26:35 -0000	1.234
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.233 2013/09/23 19:19:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.234 2013/09/25 17:26:35 ago Exp $
+
+  25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for ppc, wrt bug #485582
 
   23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
   Stable for sparc, wrt bug #485582





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-27 17:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-27 17:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/27 17:19:54

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #485582
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fltk-1.3.2.ebuild	25 Sep 2013 17:26:35 -0000	1.9
+++ fltk-1.3.2.ebuild	27 Sep 2013 17:19:53 -0000	1.10
@@ -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.9 2013/09/25 17:26:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.10 2013/09/27 17:19:53 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.235                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.234&r2=1.235

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog	25 Sep 2013 17:26:35 -0000	1.234
+++ ChangeLog	27 Sep 2013 17:19:53 -0000	1.235
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.234 2013/09/25 17:26:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.235 2013/09/27 17:19:53 ago Exp $
+
+  27 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for arm, wrt bug #485582
 
   25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
   Stable for ppc, wrt bug #485582





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2013-09-30 17:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-30 17:16 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/30 17:16:08

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

Revision  Changes    Path
1.11                 x11-libs/fltk/fltk-1.3.2.ebuild

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

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fltk-1.3.2.ebuild	27 Sep 2013 17:19:53 -0000	1.10
+++ fltk-1.3.2.ebuild	30 Sep 2013 17:16:08 -0000	1.11
@@ -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.10 2013/09/27 17:19:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.11 2013/09/30 17:16:08 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.236                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.236&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.236&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.235&r2=1.236

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog	27 Sep 2013 17:19:53 -0000	1.235
+++ ChangeLog	30 Sep 2013 17:16:08 -0000	1.236
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.235 2013/09/27 17:19:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.236 2013/09/30 17:16:08 ago Exp $
+
+  30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for x86, wrt bug #485582
 
   27 Sep 2013; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
   Stable for arm, wrt bug #485582





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog
@ 2014-01-15  9:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-15  9:16 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/15 09:16:10

  Modified:             fltk-1.3.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #485582
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 x11-libs/fltk/fltk-1.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild?r1=1.12&r2=1.13

Index: fltk-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fltk-1.3.2.ebuild	26 Dec 2013 18:49:18 -0000	1.12
+++ fltk-1.3.2.ebuild	15 Jan 2014 09:16:10 -0000	1.13
@@ -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/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.12 2013/12/26 18:49:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.2.ebuild,v 1.13 2014/01/15 09:16:10 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 SLOT="1"
 LICENSE="FLTK LGPL-2"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama"
 
 RDEPEND="



1.238                x11-libs/fltk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.238&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.238&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.237&r2=1.238

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog	26 Dec 2013 18:49:18 -0000	1.237
+++ ChangeLog	15 Jan 2014 09:16:10 -0000	1.238
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fltk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.237 2013/12/26 18:49:18 dilfridge Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.238 2014/01/15 09:16:10 ago Exp $
+
+  15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> fltk-1.3.2.ebuild:
+  Stable for ia64, wrt bug #485582
 
   26 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org> fltk-1.3.0-r1.ebuild,
   fltk-1.3.1.ebuild, fltk-1.3.2.ebuild:





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

end of thread, other threads:[~2014-01-15  9:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19  4:07 [gentoo-commits] gentoo-x86 commit in x11-libs/fltk: fltk-1.3.2.ebuild ChangeLog Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-23 17:22 Agostino Sarubbo (ago)
2013-09-23 17:40 Agostino Sarubbo (ago)
2013-09-23 19:12 Agostino Sarubbo (ago)
2013-09-23 19:19 Agostino Sarubbo (ago)
2013-09-25 17:26 Agostino Sarubbo (ago)
2013-09-27 17:19 Agostino Sarubbo (ago)
2013-09-30 17:16 Agostino Sarubbo (ago)
2014-01-15  9:16 Agostino Sarubbo (ago)

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