public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2014-04-13 15:02 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2014-04-13 15:02 UTC (permalink / raw
  To: gentoo-commits

vapier      14/04/13 15:02:30

  Modified:             ntfs3g-2014.2.15.ebuild ChangeLog
  Log:
  Disable split /usr check in build as it breaks when cross-compiling for diff ABIs. We handle this logic ourselves in the ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.3                  sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.2&r2=1.3

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ntfs3g-2014.2.15.ebuild	1 Mar 2014 22:11:24 -0000	1.2
+++ ntfs3g-2014.2.15.ebuild	13 Apr 2014 15:02:30 -0000	1.3
@@ -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.2 2014/03/01 22:11:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.3 2014/04/13 15:02:30 vapier Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -22,7 +22,7 @@
 	ntfsdecrypt? (
 		>=dev-libs/libgcrypt-1.2.2:0
 		>=net-libs/gnutls-1.4.4
-		)
+	)
 	external-fuse? ( >=sys-fs/fuse-2.8.0 )"
 DEPEND="${RDEPEND}
 	sys-apps/attr
@@ -47,6 +47,7 @@
 	# add missing $(sbindir) references
 	sed -e 's:sbin\($\|/\):$(sbindir)\1:g' \
 		-i ntfsprogs/Makefile.in src/Makefile.in || die
+	epatch "${FILESDIR}"/${PN}-2014.2.15-no-split-usr.patch
 }
 
 src_configure() {



1.159                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.158&r2=1.159

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	1 Mar 2014 22:11:24 -0000	1.158
+++ ChangeLog	13 Apr 2014 15:02:30 -0000	1.159
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.158 2014/03/01 22:11:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.159 2014/04/13 15:02:30 vapier Exp $
+
+  13 Apr 2014; Mike Frysinger <vapier@gentoo.org>
+  +files/ntfs3g-2014.2.15-no-split-usr.patch, ntfs3g-2014.2.15.ebuild:
+  Disable split /usr check in build as it breaks when cross-compiling for diff
+  ABIs. We handle this logic ourselves in the ebuild.
 
   01 Mar 2014; Michał Górny <mgorny@gentoo.org> ntfs3g-2013.1.13.ebuild,
   ntfs3g-2014.2.15.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2015-01-31 11:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-31 11:45 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/31 11:45:08

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

Revision  Changes    Path
1.4                  sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.3&r2=1.4

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ntfs3g-2014.2.15.ebuild	13 Apr 2014 15:02:30 -0000	1.3
+++ ntfs3g-2014.2.15.ebuild	31 Jan 2015 11:45:08 -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.3 2014/04/13 15:02:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.4 2015/01/31 11:45:08 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!<sys-apps/util-linux-2.20.1-r2



1.162                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	30 Jan 2015 22:09:08 -0000	1.161
+++ ChangeLog	31 Jan 2015 11:45:08 -0000	1.162
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.161 2015/01/30 22:09:08 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.162 2015/01/31 11:45:08 ago Exp $
+
+  31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
+  Stable for amd64, wrt bug #533270
 
   30 Jan 2015; Patrick McLean <chutzpah@gentoo.org>
   files/ntfs3g-2014.2.15-dont-put-things-in-root.patch:





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2015-02-10 10:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-10 10:01 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/10 10:01:30

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

Revision  Changes    Path
1.6                  sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.5&r2=1.6

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ntfs3g-2014.2.15.ebuild	1 Feb 2015 21:05:36 -0000	1.5
+++ ntfs3g-2014.2.15.ebuild	10 Feb 2015 10:01:30 -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.5 2015/02/01 21:05:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.6 2015/02/10 10:01:30 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!<sys-apps/util-linux-2.20.1-r2



1.164                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.163&r2=1.164

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	1 Feb 2015 21:05:36 -0000	1.163
+++ ChangeLog	10 Feb 2015 10:01:30 -0000	1.164
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.163 2015/02/01 21:05:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.164 2015/02/10 10:01:30 ago Exp $
+
+  10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
+  Stable for x86, wrt bug #533270
 
   01 Feb 2015; Markus Meier <maekke@gentoo.org> ntfs3g-2014.2.15.ebuild:
   arm stable, bug #533270





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2015-02-21 12:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21 12:05 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/21 12:05:04

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

Revision  Changes    Path
1.7                  sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.6&r2=1.7

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ntfs3g-2014.2.15.ebuild	10 Feb 2015 10:01:30 -0000	1.6
+++ ntfs3g-2014.2.15.ebuild	21 Feb 2015 12:05:04 -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.6 2015/02/10 10:01:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.7 2015/02/21 12:05:04 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!<sys-apps/util-linux-2.20.1-r2



1.165                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.164&r2=1.165

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	10 Feb 2015 10:01:30 -0000	1.164
+++ ChangeLog	21 Feb 2015 12:05:04 -0000	1.165
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.164 2015/02/10 10:01:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.165 2015/02/21 12:05:04 ago Exp $
+
+  21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
+  Stable for ppc, wrt bug #533270
 
   10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
   Stable for x86, wrt bug #533270





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2015-02-23 11:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-23 11:10 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/23 11:10:29

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

Revision  Changes    Path
1.8                  sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.7&r2=1.8

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ntfs3g-2014.2.15.ebuild	21 Feb 2015 12:05:04 -0000	1.7
+++ ntfs3g-2014.2.15.ebuild	23 Feb 2015 11:10:29 -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.7 2015/02/21 12:05:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.8 2015/02/23 11:10:29 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!<sys-apps/util-linux-2.20.1-r2



1.166                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.166&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.166&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.165&r2=1.166

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	21 Feb 2015 12:05:04 -0000	1.165
+++ ChangeLog	23 Feb 2015 11:10:29 -0000	1.166
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.165 2015/02/21 12:05:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.166 2015/02/23 11:10:29 ago Exp $
+
+  23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
+  Stable for ppc64, wrt bug #533270
 
   21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
   Stable for ppc, wrt bug #533270





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2015-02-24  8:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  8:54 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 08:54:44

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

Revision  Changes    Path
1.9                  sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.8&r2=1.9

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ntfs3g-2014.2.15.ebuild	23 Feb 2015 11:10:29 -0000	1.8
+++ ntfs3g-2014.2.15.ebuild	24 Feb 2015 08:54:44 -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.8 2015/02/23 11:10:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.9 2015/02/24 08:54:44 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!<sys-apps/util-linux-2.20.1-r2



1.167                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	23 Feb 2015 11:10:29 -0000	1.166
+++ ChangeLog	24 Feb 2015 08:54:44 -0000	1.167
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.166 2015/02/23 11:10:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.167 2015/02/24 08:54:44 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
+  Stable for alpha, wrt bug #533270
 
   23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
   Stable for ppc64, wrt bug #533270





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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog
@ 2015-02-27 11:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:14 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:14:31

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

Revision  Changes    Path
1.10                 sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.9&r2=1.10

Index: ntfs3g-2014.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ntfs3g-2014.2.15.ebuild	24 Feb 2015 08:54:44 -0000	1.9
+++ ntfs3g-2014.2.15.ebuild	27 Feb 2015 11:14:31 -0000	1.10
@@ -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/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.9 2015/02/24 08:54:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.10 2015/02/27 11:14:31 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!<sys-apps/util-linux-2.20.1-r2



1.168                sys-fs/ntfs3g/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.167&r2=1.168

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	24 Feb 2015 08:54:44 -0000	1.167
+++ ChangeLog	27 Feb 2015 11:14:31 -0000	1.168
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.167 2015/02/24 08:54:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.168 2015/02/27 11:14:31 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
+  Stable for sparc, wrt bug #533270
 
   24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ntfs3g-2014.2.15.ebuild:
   Stable for alpha, wrt bug #533270





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

end of thread, other threads:[~2015-02-27 11:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 11:14 [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-24  8:54 Agostino Sarubbo (ago)
2015-02-23 11:10 Agostino Sarubbo (ago)
2015-02-21 12:05 Agostino Sarubbo (ago)
2015-02-10 10:01 Agostino Sarubbo (ago)
2015-01-31 11:45 Agostino Sarubbo (ago)
2014-04-13 15:02 Mike Frysinger (vapier)

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