public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: aufs3-3_p20120813-r1.ebuild aufs3-3_p20121015.ebuild ChangeLog aufs3-3_p20120430.ebuild aufs3-3_p20121112.ebuild aufs3-3_p20121015-r1.ebuild aufs3-3_p20120813.ebuild aufs3-3_p20120523.ebuild aufs3-3_p20120109.ebuild aufs3-3_p20120531.ebuild aufs3-3_p20120619.ebuild aufs3-3_p20120730.ebuild
@ 2012-11-26 20:36 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-11-26 20:36 UTC (permalink / raw
  To: gentoo-commits

jlec        12/11/26 20:36:26

  Modified:             aufs3-3_p20120813-r1.ebuild
                        aufs3-3_p20121015.ebuild ChangeLog
                        aufs3-3_p20120430.ebuild aufs3-3_p20121112.ebuild
                        aufs3-3_p20121015-r1.ebuild
  Removed:              aufs3-3_p20120813.ebuild aufs3-3_p20120523.ebuild
                        aufs3-3_p20120109.ebuild aufs3-3_p20120531.ebuild
                        aufs3-3_p20120619.ebuild aufs3-3_p20120730.ebuild
  Log:
  sys-fs/aufs3: Dropped old; block AUFS_FS kernel option
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.5                  sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild

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

Index: aufs3-3_p20120813-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aufs3-3_p20120813-r1.ebuild	18 Oct 2012 20:31:21 -0000	1.4
+++ aufs3-3_p20120813-r1.ebuild	26 Nov 2012 20:36:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild,v 1.4 2012/10/18 20:31:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild,v 1.5 2012/11/26 20:36:26 jlec Exp $
 
 EAPI=4
 
@@ -33,7 +33,7 @@
 MODULE_NAMES="aufs(misc:${S})"
 
 pkg_setup() {
-	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL"
+	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL !AUFS_FS"
 	use inotify && CONFIG_CHECK="${CONFIG_CHECK} ~FSNOTIFY"
 	use nfs && CONFIG_CHECK="${CONFIG_CHECK} EXPORTFS"
 	use fuse && CONFIG_CHECK="${CONFIG_CHECK} ~FUSE_FS"



1.4                  sys-fs/aufs3/aufs3-3_p20121015.ebuild

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

Index: aufs3-3_p20121015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aufs3-3_p20121015.ebuild	18 Oct 2012 20:31:21 -0000	1.3
+++ aufs3-3_p20121015.ebuild	26 Nov 2012 20:36:26 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015.ebuild,v 1.3 2012/10/18 20:31:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015.ebuild,v 1.4 2012/11/26 20:36:26 jlec Exp $
 
 EAPI=4
 
@@ -33,7 +33,7 @@
 MODULE_NAMES="aufs(misc:${S})"
 
 pkg_setup() {
-	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL"
+	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL !AUFS_FS"
 	use inotify && CONFIG_CHECK="${CONFIG_CHECK} ~FSNOTIFY"
 	use nfs && CONFIG_CHECK="${CONFIG_CHECK} EXPORTFS"
 	use fuse && CONFIG_CHECK="${CONFIG_CHECK} ~FUSE_FS"



1.33                 sys-fs/aufs3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	21 Nov 2012 11:19:14 -0000	1.32
+++ ChangeLog	26 Nov 2012 20:36:26 -0000	1.33
@@ -1,6 +1,14 @@
 # ChangeLog for sys-fs/aufs3
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.32 2012/11/21 11:19:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.33 2012/11/26 20:36:26 jlec Exp $
+
+  26 Nov 2012; Justin Lecher <jlec@gentoo.org> -aufs3-3_p20120109.ebuild,
+  aufs3-3_p20120430.ebuild, -aufs3-3_p20120523.ebuild,
+  -aufs3-3_p20120531.ebuild, -aufs3-3_p20120619.ebuild,
+  -aufs3-3_p20120730.ebuild, -aufs3-3_p20120813.ebuild,
+  aufs3-3_p20120813-r1.ebuild, aufs3-3_p20121015.ebuild,
+  aufs3-3_p20121015-r1.ebuild, aufs3-3_p20121112.ebuild:
+  Dropped old; block AUFS_FS kernel option
 
   21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> aufs3-3_p20120430.ebuild:
   Stable for x86, wrt bug #422879



1.6                  sys-fs/aufs3/aufs3-3_p20120430.ebuild

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

Index: aufs3-3_p20120430.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120430.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- aufs3-3_p20120430.ebuild	21 Nov 2012 11:19:14 -0000	1.5
+++ aufs3-3_p20120430.ebuild	26 Nov 2012 20:36:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120430.ebuild,v 1.5 2012/11/21 11:19:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120430.ebuild,v 1.6 2012/11/26 20:36:26 jlec Exp $
 
 EAPI=4
 
@@ -29,7 +29,7 @@
 MODULE_NAMES="aufs(misc:${S})"
 
 pkg_setup() {
-	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL"
+	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL !AUFS_FS"
 	use inotify && CONFIG_CHECK="${CONFIG_CHECK} ~FSNOTIFY"
 	use nfs && CONFIG_CHECK="${CONFIG_CHECK} EXPORTFS"
 	use fuse && CONFIG_CHECK="${CONFIG_CHECK} ~FUSE_FS"



1.3                  sys-fs/aufs3/aufs3-3_p20121112.ebuild

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

Index: aufs3-3_p20121112.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121112.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aufs3-3_p20121112.ebuild	14 Nov 2012 07:32:19 -0000	1.2
+++ aufs3-3_p20121112.ebuild	26 Nov 2012 20:36:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121112.ebuild,v 1.2 2012/11/14 07:32:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121112.ebuild,v 1.3 2012/11/26 20:36:26 jlec Exp $
 
 EAPI=4
 
@@ -33,7 +33,7 @@
 MODULE_NAMES="aufs(misc:${S})"
 
 pkg_setup() {
-	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL"
+	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL !AUFS_FS"
 	use inotify && CONFIG_CHECK="${CONFIG_CHECK} ~FSNOTIFY"
 	use nfs && CONFIG_CHECK="${CONFIG_CHECK} EXPORTFS"
 	use fuse && CONFIG_CHECK="${CONFIG_CHECK} ~FUSE_FS"



1.3                  sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild

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

Index: aufs3-3_p20121015-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aufs3-3_p20121015-r1.ebuild	14 Nov 2012 07:32:19 -0000	1.2
+++ aufs3-3_p20121015-r1.ebuild	26 Nov 2012 20:36:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild,v 1.2 2012/11/14 07:32:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121015-r1.ebuild,v 1.3 2012/11/26 20:36:26 jlec Exp $
 
 EAPI=4
 
@@ -33,7 +33,7 @@
 MODULE_NAMES="aufs(misc:${S})"
 
 pkg_setup() {
-	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL"
+	CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL !AUFS_FS"
 	use inotify && CONFIG_CHECK="${CONFIG_CHECK} ~FSNOTIFY"
 	use nfs && CONFIG_CHECK="${CONFIG_CHECK} EXPORTFS"
 	use fuse && CONFIG_CHECK="${CONFIG_CHECK} ~FUSE_FS"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-26 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 20:36 [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: aufs3-3_p20120813-r1.ebuild aufs3-3_p20121015.ebuild ChangeLog aufs3-3_p20120430.ebuild aufs3-3_p20121112.ebuild aufs3-3_p20121015-r1.ebuild aufs3-3_p20120813.ebuild aufs3-3_p20120523.ebuild aufs3-3_p20120109.ebuild aufs3-3_p20120531.ebuild aufs3-3_p20120619.ebuild aufs3-3_p20120730.ebuild Justin Lecher (jlec)

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