public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
@ 2011-05-30 14:34 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick McLean (chutzpah) @ 2011-05-30 14:34 UTC (permalink / raw
  To: gentoo-commits

chutzpah    11/05/30 14:34:22

  Modified:             ChangeLog ntfs3g-2011.4.12.ebuild
  Log:
  RDEPEND on net-libs/gnutls (bug #366701).
  
  (Portage version: 2.1.9.50/cvs/Linux x86_64)

Revision  Changes    Path
1.115                sys-fs/ntfs3g/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	9 May 2011 15:23:14 -0000	1.114
+++ ChangeLog	30 May 2011 14:34:22 -0000	1.115
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.114 2011/05/09 15:23:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.115 2011/05/30 14:34:22 chutzpah Exp $
+
+  30 May 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2011.4.12.ebuild:
+  RDEPEND on net-libs/gnutls (bug #366701).
 
 *ntfs3g-2011.4.12 (09 May 2011)
 



1.2                  sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild

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

Index: ntfs3g-2011.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntfs3g-2011.4.12.ebuild	9 May 2011 15:23:14 -0000	1.1
+++ ntfs3g-2011.4.12.ebuild	30 May 2011 14:34:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.1 2011/05/09 15:23:14 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.2 2011/05/30 14:34:22 chutzpah Exp $
 
 EAPI=2
 inherit linux-info
@@ -18,7 +18,8 @@
 IUSE="acl crypt debug ntfsprogs suid xattr +udev +external-fuse"
 
 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )
-	ntfsprogs? ( !!sys-fs/ntfsprogs )"
+	ntfsprogs? ( !!sys-fs/ntfsprogs )
+	crypt? ( net-libs/gnutls )"
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
@ 2011-08-11 22:49 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick McLean (chutzpah) @ 2011-08-11 22:49 UTC (permalink / raw
  To: gentoo-commits

chutzpah    11/08/11 22:49:13

  Modified:             ChangeLog ntfs3g-2011.4.12.ebuild
  Log:
  Remove .la files and add static-libs USE flag.
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.116                sys-fs/ntfs3g/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	30 May 2011 14:34:22 -0000	1.115
+++ ChangeLog	11 Aug 2011 22:49:13 -0000	1.116
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.115 2011/05/30 14:34:22 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.116 2011/08/11 22:49:13 chutzpah Exp $
+
+  11 Aug 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2011.4.12.ebuild:
+  Remove .la files and add static-libs USE flag.
 
   30 May 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2011.4.12.ebuild:
   RDEPEND on net-libs/gnutls (bug #366701).



1.3                  sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild

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

Index: ntfs3g-2011.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ntfs3g-2011.4.12.ebuild	30 May 2011 14:34:22 -0000	1.2
+++ ntfs3g-2011.4.12.ebuild	11 Aug 2011 22:49:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.2 2011/05/30 14:34:22 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.3 2011/08/11 22:49:13 chutzpah Exp $
 
 EAPI=2
 inherit linux-info
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acl crypt debug ntfsprogs suid xattr +udev +external-fuse"
+IUSE="acl crypt debug ntfsprogs suid static-libs xattr +udev +external-fuse"
 
 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )
 	ntfsprogs? ( !!sys-fs/ntfsprogs )
@@ -48,6 +48,7 @@
 		$(use_enable crypt crypto) \
 		$(use_enable acl posix-acls) \
 		$(use_enable xattr xattr-mappings)	\
+		$(use_enable static-libs static) \
 		$(use_enable debug)
 }
 
@@ -62,6 +63,8 @@
 		insinto /etc/udev/rules.d/
 		doins "${FILESDIR}/99-ntfs3g.rules"
 	fi
+
+	find "${D}" -name '*.la' -delete
 }
 
 pkg_postinst() {






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
@ 2011-08-14 14:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-14 14:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/14 14:56:00

  Modified:             ChangeLog ntfs3g-2011.4.12.ebuild
  Log:
  Stable on amd64 wrt bug #378829
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.117                sys-fs/ntfs3g/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	11 Aug 2011 22:49:13 -0000	1.116
+++ ChangeLog	14 Aug 2011 14:56:00 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.116 2011/08/11 22:49:13 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.117 2011/08/14 14:56:00 hwoarang Exp $
+
+  14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> ntfs3g-2011.4.12.ebuild:
+  Stable on amd64 wrt bug #378829
 
   11 Aug 2011; Patrick McLean <chutzpah@gentoo.org> ntfs3g-2011.4.12.ebuild:
   Remove .la files and add static-libs USE flag.



1.4                  sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild

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

Index: ntfs3g-2011.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ntfs3g-2011.4.12.ebuild	11 Aug 2011 22:49:13 -0000	1.3
+++ ntfs3g-2011.4.12.ebuild	14 Aug 2011 14:56:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.3 2011/08/11 22:49:13 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.4 2011/08/14 14:56:00 hwoarang Exp $
 
 EAPI=2
 inherit linux-info
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="acl crypt debug ntfsprogs suid static-libs xattr +udev +external-fuse"
 
 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
@ 2011-08-21  3:30 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-21  3:30 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/08/21 03:30:51

  Modified:             ChangeLog ntfs3g-2011.4.12.ebuild
  Log:
  x86 stable wrt bug #378829
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.118                sys-fs/ntfs3g/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	14 Aug 2011 14:56:00 -0000	1.117
+++ ChangeLog	21 Aug 2011 03:30:50 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.117 2011/08/14 14:56:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.118 2011/08/21 03:30:50 phajdan.jr Exp $
+
+  21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ntfs3g-2011.4.12.ebuild:
+  x86 stable wrt bug #378829
 
   14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> ntfs3g-2011.4.12.ebuild:
   Stable on amd64 wrt bug #378829



1.5                  sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild

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

Index: ntfs3g-2011.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntfs3g-2011.4.12.ebuild	14 Aug 2011 14:56:00 -0000	1.4
+++ ntfs3g-2011.4.12.ebuild	21 Aug 2011 03:30:50 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.4 2011/08/14 14:56:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.5 2011/08/21 03:30:50 phajdan.jr Exp $
 
 EAPI=2
 inherit linux-info
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 IUSE="acl crypt debug ntfsprogs suid static-libs xattr +udev +external-fuse"
 
 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
@ 2011-08-21 13:37 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2011-08-21 13:37 UTC (permalink / raw
  To: gentoo-commits

nixnut      11/08/21 13:37:02

  Modified:             ChangeLog ntfs3g-2011.4.12.ebuild
  Log:
  ppc stable #378829
  
  (Portage version: 2.1.10.3/cvs/Linux ppc)

Revision  Changes    Path
1.119                sys-fs/ntfs3g/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	21 Aug 2011 03:30:50 -0000	1.118
+++ ChangeLog	21 Aug 2011 13:37:02 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.118 2011/08/21 03:30:50 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.119 2011/08/21 13:37:02 nixnut Exp $
+
+  21 Aug 2011; nixnut <nixnut@gentoo.org> ntfs3g-2011.4.12.ebuild:
+  ppc stable #378829
 
   21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ntfs3g-2011.4.12.ebuild:
   x86 stable wrt bug #378829



1.6                  sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild

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

Index: ntfs3g-2011.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ntfs3g-2011.4.12.ebuild	21 Aug 2011 03:30:50 -0000	1.5
+++ ntfs3g-2011.4.12.ebuild	21 Aug 2011 13:37:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.5 2011/08/21 03:30:50 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.6 2011/08/21 13:37:02 nixnut Exp $
 
 EAPI=2
 inherit linux-info
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86"
 IUSE="acl crypt debug ntfsprogs suid static-libs xattr +udev +external-fuse"
 
 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild
@ 2011-12-29 20:37 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-12-29 20:37 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/12/29 20:37:13

  Modified:             ChangeLog ntfs3g-2011.4.12.ebuild
  Log:
  Stable for ppc64; bug #378829
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.120                sys-fs/ntfs3g/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	21 Aug 2011 13:37:02 -0000	1.119
+++ ChangeLog	29 Dec 2011 20:37:13 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.119 2011/08/21 13:37:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.120 2011/12/29 20:37:13 halcy0n Exp $
+
+  29 Dec 2011; Mark Loeser <halcy0n@gentoo.org> ntfs3g-2011.4.12.ebuild:
+  Stable for ppc64; bug #378829
 
   21 Aug 2011; nixnut <nixnut@gentoo.org> ntfs3g-2011.4.12.ebuild:
   ppc stable #378829



1.7                  sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild

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

Index: ntfs3g-2011.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ntfs3g-2011.4.12.ebuild	21 Aug 2011 13:37:02 -0000	1.6
+++ ntfs3g-2011.4.12.ebuild	29 Dec 2011 20:37:13 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.6 2011/08/21 13:37:02 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2011.4.12.ebuild,v 1.7 2011/12/29 20:37:13 halcy0n Exp $
 
 EAPI=2
 inherit linux-info
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
 IUSE="acl crypt debug ntfsprogs suid static-libs xattr +udev +external-fuse"
 
 RDEPEND="external-fuse? ( >=sys-fs/fuse-2.8.0 )






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

end of thread, other threads:[~2011-12-29 20:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 20:37 [gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ChangeLog ntfs3g-2011.4.12.ebuild Mark Loeser (halcy0n)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-21 13:37 Gysbert Wassenaar (nixnut)
2011-08-21  3:30 PaweA Hajdan (phajdan.jr)
2011-08-14 14:56 Markos Chandras (hwoarang)
2011-08-11 22:49 Patrick McLean (chutzpah)
2011-05-30 14:34 Patrick McLean (chutzpah)

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