public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.6/x64: package.use.mask
@ 2009-10-30 20:40 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-30 20:40 UTC (permalink / raw
  To: gentoo-commits

grobian     09/10/30 20:40:39

  Modified:             package.use.mask
  Log:
  Move mplayer USE-masks up to global darwin/macos level (for bug #291203), and cleanup mmx masking

Revision  Changes    Path
1.2                  profiles/prefix/darwin/macos/10.6/x64/package.use.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?r1=1.1&r2=1.2

Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.use.mask	17 Aug 2009 09:46:55 -0000	1.1
+++ package.use.mask	30 Oct 2009 20:40:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.1 2009/08/17 09:46:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.2 2009/10/30 20:40:38 grobian Exp $
 
 # Elias Pipping <pipping@gentoo.org> (21 Nov 2007)
 # generating documentation fails for hugs98 because of too many errors
@@ -14,24 +14,6 @@
 # mc fails to compile with USE=slang (unicode implies slang)
 app-misc/mc unicode slang
 
-# Elias Pipping <pipping@gentoo.org> (01 Sep 2007)
-# imlib2 does not compile with USE=mmx
-media-libs/imlib2 mmx
-
-# Elias Pipping <pipping@gentoo.org> (01 Sep 2007)
-# libpng does not compile with USE=mmx
-media-libs/libpng mmx
-
 # Elias Pipping <pipping@gentoo.org> (27 Aug 2007)
 # elinks does not compile with USE=perl (tested with 0.11.{2,3})
 www-client/elinks perl
-
-# flag returns compile errors
-media-video/mplayer livecd cpudetection
-# libs mising
-media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca real win32codecs cdparanoia samba xanim live openal
-# X only
-media-video/mplayer xvmc xv dga X xinerama
-# linux only
-media-video/mplayer dvb esd lirc svga arts jack joystick matrox
-media-sound/mpg123 mmx






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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.6/x64: package.use.mask
@ 2010-09-21 18:05 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-21 18:05 UTC (permalink / raw
  To: gentoo-commits

grobian     10/09/21 18:05:21

  Modified:             package.use.mask
  Log:
  Drop ruby[threads] mask, it compiles fine these days, solves bug #337808

Revision  Changes    Path
1.3                  profiles/prefix/darwin/macos/10.6/x64/package.use.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?r1=1.2&r2=1.3

Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.use.mask	30 Oct 2009 20:40:38 -0000	1.2
+++ package.use.mask	21 Sep 2010 18:05:21 -0000	1.3
@@ -1,15 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.2 2009/10/30 20:40:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.3 2010/09/21 18:05:21 grobian Exp $
 
 # Elias Pipping <pipping@gentoo.org> (21 Nov 2007)
 # generating documentation fails for hugs98 because of too many errors
 dev-lang/hugs98 doc
 
-# Elias Pipping <pipping@gentoo.org> (10 Nov 2007)
-# ruby fails to compile with USE=threads
-dev-lang/ruby threads
-
 # Elias Pipping <pipping@gentoo.org> (13 Sep 2007)
 # mc fails to compile with USE=slang (unicode implies slang)
 app-misc/mc unicode slang






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

* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.6/x64: package.use.mask
@ 2011-04-07 18:47 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-04-07 18:47 UTC (permalink / raw
  To: gentoo-commits

darkside    11/04/07 18:47:44

  Modified:             package.use.mask
  Log:
  Cleanup invalid/obsolete package.mask entries

Revision  Changes    Path
1.4                  profiles/prefix/darwin/macos/10.6/x64/package.use.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask?r1=1.3&r2=1.4

Index: package.use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.use.mask	21 Sep 2010 18:05:21 -0000	1.3
+++ package.use.mask	7 Apr 2011 18:47:44 -0000	1.4
@@ -1,10 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.3 2010/09/21 18:05:21 grobian Exp $
-
-# Elias Pipping <pipping@gentoo.org> (21 Nov 2007)
-# generating documentation fails for hugs98 because of too many errors
-dev-lang/hugs98 doc
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/package.use.mask,v 1.4 2011/04/07 18:47:44 darkside Exp $
 
 # Elias Pipping <pipping@gentoo.org> (13 Sep 2007)
 # mc fails to compile with USE=slang (unicode implies slang)






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

end of thread, other threads:[~2011-04-07 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 18:47 [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/10.6/x64: package.use.mask Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-21 18:05 Fabian Groffen (grobian)
2009-10-30 20:40 Fabian Groffen (grobian)

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