public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2014-03-26 13:43 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 8+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2014-03-26 13:43 UTC (permalink / raw
  To: gentoo-commits

chithanh    14/03/26 13:43:29

  Modified:             ChangeLog
  Added:                libFS-1.0.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.70                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	26 Mar 2014 13:34:41 -0000	1.69
+++ ChangeLog	26 Mar 2014 13:43:28 -0000	1.70
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.69 2014/03/26 13:34:41 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.70 2014/03/26 13:43:28 chithanh Exp $
+
+*libFS-1.0.6 (26 Mar 2014)
+
+  26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +libFS-1.0.6.ebuild:
+  Version bump.
 
   26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   -libFS-1.0.3.ebuild, -libFS-1.0.4.ebuild:



1.1                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.1 2014/03/26 13:43:28 chithanh Exp $

EAPI=5
inherit xorg-2

DESCRIPTION="X.Org FS library"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6"

RDEPEND="x11-libs/xtrans
	x11-proto/xproto
	x11-proto/fontsproto"
DEPEND="${RDEPEND}"

src_configure() {
	XORG_CONFIGURE_OPTIONS=(
		$(use_enable ipv6)
	)
	xorg-2_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-18 15:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-18 15:57 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/18 15:57:44

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libFS-1.0.6.ebuild	26 Mar 2014 13:43:28 -0000	1.1
+++ libFS-1.0.6.ebuild	18 Feb 2015 15:57:44 -0000	1.2
@@ -1,13 +1,13 @@
-# 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/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.1 2014/03/26 13:43:28 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.2 2015/02/18 15:57:44 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.71                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	26 Mar 2014 13:43:28 -0000	1.70
+++ ChangeLog	18 Feb 2015 15:57:44 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.70 2014/03/26 13:43:28 chithanh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.71 2015/02/18 15:57:44 ago Exp $
+
+  18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for amd64, wrt bug #530652
 
 *libFS-1.0.6 (26 Mar 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-19  8:53 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19  8:53 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 08:53:08

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libFS-1.0.6.ebuild	18 Feb 2015 15:57:44 -0000	1.2
+++ libFS-1.0.6.ebuild	19 Feb 2015 08:53:08 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.2 2015/02/18 15:57:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.3 2015/02/19 08:53:08 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.72                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	18 Feb 2015 15:57:44 -0000	1.71
+++ ChangeLog	19 Feb 2015 08:53:08 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.71 2015/02/18 15:57:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.72 2015/02/19 08:53:08 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for x86, wrt bug #530652
 
   18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
   Stable for amd64, wrt bug #530652





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-20 11:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-20 11:17 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/20 11:17:58

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libFS-1.0.6.ebuild	19 Feb 2015 08:53:08 -0000	1.3
+++ libFS-1.0.6.ebuild	20 Feb 2015 11:17:58 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.3 2015/02/19 08:53:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.4 2015/02/20 11:17:58 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.73                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	19 Feb 2015 08:53:08 -0000	1.72
+++ ChangeLog	20 Feb 2015 11:17:58 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.72 2015/02/19 08:53:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.73 2015/02/20 11:17:58 ago Exp $
+
+  20 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for ppc, wrt bug #530652
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
   Stable for x86, wrt bug #530652





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-21  8:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21  8:56 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/21 08:56:13

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libFS-1.0.6.ebuild	20 Feb 2015 11:17:58 -0000	1.4
+++ libFS-1.0.6.ebuild	21 Feb 2015 08:56:13 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.4 2015/02/20 11:17:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.5 2015/02/21 08:56:13 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.74                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	20 Feb 2015 11:17:58 -0000	1.73
+++ ChangeLog	21 Feb 2015 08:56:13 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.73 2015/02/20 11:17:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.74 2015/02/21 08:56:13 ago Exp $
+
+  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for ppc64, wrt bug #530652
 
   20 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
   Stable for ppc, wrt bug #530652





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-22 13:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-22 13:22 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/22 13:22:34

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libFS-1.0.6.ebuild	21 Feb 2015 08:56:13 -0000	1.5
+++ libFS-1.0.6.ebuild	22 Feb 2015 13:22:34 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.5 2015/02/21 08:56:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.6 2015/02/22 13:22:34 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.75                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	21 Feb 2015 08:56:13 -0000	1.74
+++ ChangeLog	22 Feb 2015 13:22:34 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.74 2015/02/21 08:56:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.75 2015/02/22 13:22:34 ago Exp $
+
+  22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for ia64, wrt bug #530652
 
   21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
   Stable for ppc64, wrt bug #530652





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-23 10:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 10:45 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/23 10:45:13

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libFS-1.0.6.ebuild	22 Feb 2015 13:22:34 -0000	1.6
+++ libFS-1.0.6.ebuild	23 Feb 2015 10:45:13 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.6 2015/02/22 13:22:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.7 2015/02/23 10:45:13 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.76                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	22 Feb 2015 13:22:34 -0000	1.75
+++ ChangeLog	23 Feb 2015 10:45:13 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.75 2015/02/22 13:22:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.76 2015/02/23 10:45:13 ago Exp $
+
+  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for sparc, wrt bug #530652
 
   22 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
   Stable for ia64, wrt bug #530652





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog
@ 2015-02-24  8:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  8:38 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 08:38:10

  Modified:             libFS-1.0.6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #530652
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  x11-libs/libFS/libFS-1.0.6.ebuild

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

Index: libFS-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libFS-1.0.6.ebuild	23 Feb 2015 10:45:13 -0000	1.7
+++ libFS-1.0.6.ebuild	24 Feb 2015 08:38:10 -0000	1.8
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.7 2015/02/23 10:45:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.6.ebuild,v 1.8 2015/02/24 08:38:10 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X.Org FS library"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="ipv6"
 
 RDEPEND="x11-libs/xtrans



1.77                 x11-libs/libFS/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	23 Feb 2015 10:45:13 -0000	1.76
+++ ChangeLog	24 Feb 2015 08:38:10 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libFS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.76 2015/02/23 10:45:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/ChangeLog,v 1.77 2015/02/24 08:38:10 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
+  Stable for alpha, wrt bug #530652
 
   23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libFS-1.0.6.ebuild:
   Stable for sparc, wrt bug #530652





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

end of thread, other threads:[~2015-02-24  8:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 13:22 [gentoo-commits] gentoo-x86 commit in x11-libs/libFS: libFS-1.0.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-24  8:38 Agostino Sarubbo (ago)
2015-02-23 10:45 Agostino Sarubbo (ago)
2015-02-21  8:56 Agostino Sarubbo (ago)
2015-02-20 11:17 Agostino Sarubbo (ago)
2015-02-19  8:53 Agostino Sarubbo (ago)
2015-02-18 15:57 Agostino Sarubbo (ago)
2014-03-26 13:43 Chi-Thanh Christopher Nguyen (chithanh)

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