public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2007-11-22 14:37 Stefaan De Roeck (stefaan)
  0 siblings, 0 replies; 10+ messages in thread
From: Stefaan De Roeck (stefaan) @ 2007-11-22 14:37 UTC (permalink / raw
  To: gentoo-commits

stefaan     07/11/22 14:37:58

  Modified:             package.mask
  Log:
  Put a limit on the kernel headers version, as the latest supported glibc in this profile assumes 2.6.17 or lower

Revision  Changes    Path
1.7                  profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.6&r2=1.7

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- package.mask	26 Aug 2007 01:41:41 -0000	1.6
+++ package.mask	22 Nov 2007 14:37:57 -0000	1.7
@@ -1,3 +1,7 @@
+# Stefaan De Roeck <stefaan@gentoo.org> (22 Nov 2007)
+# sys-libs/glibc-2.3.6-r5 requires linux headers 2.6.17 or lower
+>sys-kernel/linux-headers-2.6.17
+
 # Bryan Øtergaard <kloeri@gentoo.org> (13 Feb 2007)
 # Mask as linuxthreads are broken.
 >=sys-libs/glibc-2.5



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2007-11-22 15:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-22 15:09 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/22 15:09:12

  Modified:             package.mask
  Log:
  Fix mask, thanks to drac

Revision  Changes    Path
1.8                  profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.7&r2=1.8

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.mask	22 Nov 2007 14:37:57 -0000	1.7
+++ package.mask	22 Nov 2007 15:09:12 -0000	1.8
@@ -1,6 +1,6 @@
 # Stefaan De Roeck <stefaan@gentoo.org> (22 Nov 2007)
 # sys-libs/glibc-2.3.6-r5 requires linux headers 2.6.17 or lower
->sys-kernel/linux-headers-2.6.17
+>=sys-kernel/linux-headers-2.6.18
 
 # Bryan Øtergaard <kloeri@gentoo.org> (13 Feb 2007)
 # Mask as linuxthreads are broken.



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-04-03 20:28 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-03 20:28 UTC (permalink / raw
  To: gentoo-commits

klausman    08/04/03 20:28:29

  Modified:             package.mask
  Log:
  Masked hal-0.5.10 on 2006.1 profile since it needs newer linux-headers
  Masked laptop USE flag for hal since that would pull in pm-utils which will
  never be of any use on alpha

Revision  Changes    Path
1.9                  profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.8&r2=1.9

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- package.mask	22 Nov 2007 15:09:12 -0000	1.8
+++ package.mask	3 Apr 2008 20:28:29 -0000	1.9
@@ -6,6 +6,10 @@
 # Mask as linuxthreads are broken.
 >=sys-libs/glibc-2.5
 
+# Tobias Klausmann <klausman@gentoo.org> (3 April 2008)
+# Mask since it needs newer linux-headers
+>=sys-apps/hal-0.5.10
+
 # Shouldn't be merging these SELinux packages on this profile
 # but this keeps repoman happy since they require >=glibc-2.4
 # 20061008 pebenito



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-04-03 20:31 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-03 20:31 UTC (permalink / raw
  To: gentoo-commits

klausman    08/04/03 20:31:45

  Modified:             package.mask
  Log:
  Masked since it depends on hal which in turn is masked.

Revision  Changes    Path
1.10                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.9&r2=1.10

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- package.mask	3 Apr 2008 20:28:29 -0000	1.9
+++ package.mask	3 Apr 2008 20:31:45 -0000	1.10
@@ -9,6 +9,7 @@
 # Tobias Klausmann <klausman@gentoo.org> (3 April 2008)
 # Mask since it needs newer linux-headers
 >=sys-apps/hal-0.5.10
+>=app-misc/hal-info-20071011
 
 # Shouldn't be merging these SELinux packages on this profile
 # but this keeps repoman happy since they require >=glibc-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-04-03 20:40 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-03 20:40 UTC (permalink / raw
  To: gentoo-commits

klausman    08/04/03 20:40:46

  Modified:             package.mask
  Log:
  One more dependency on hal-0.5.10

Revision  Changes    Path
1.11                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.10&r2=1.11

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.mask	3 Apr 2008 20:31:45 -0000	1.10
+++ package.mask	3 Apr 2008 20:40:45 -0000	1.11
@@ -10,6 +10,7 @@
 # Mask since it needs newer linux-headers
 >=sys-apps/hal-0.5.10
 >=app-misc/hal-info-20071011
+>=x11-drivers/xf86-input-evdev-1.2.0
 
 # Shouldn't be merging these SELinux packages on this profile
 # but this keeps repoman happy since they require >=glibc-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-04-06 18:21 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-06 18:21 UTC (permalink / raw
  To: gentoo-commits

klausman    08/04/06 18:21:13

  Modified:             package.mask
  Log:
  Masked sys-process/audit in old profile since it doesn't proved new-enough linux-headers

Revision  Changes    Path
1.12                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.11&r2=1.12

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- package.mask	3 Apr 2008 20:40:45 -0000	1.11
+++ package.mask	6 Apr 2008 18:21:12 -0000	1.12
@@ -12,6 +12,10 @@
 >=app-misc/hal-info-20071011
 >=x11-drivers/xf86-input-evdev-1.2.0
 
+# Tobias Klausmann <klausman@gentoo.org> (6 April 2008)
+# Mask since it needs newer linux-headers
+>=sys-process/audit/audit-1.6.8
+
 # Shouldn't be merging these SELinux packages on this profile
 # but this keeps repoman happy since they require >=glibc-2.4
 # 20061008 pebenito



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-04-06 18:21 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-04-06 18:21 UTC (permalink / raw
  To: gentoo-commits

klausman    08/04/06 18:21:55

  Modified:             package.mask
  Log:
  Brain fart.

Revision  Changes    Path
1.13                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.12&r2=1.13

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- package.mask	6 Apr 2008 18:21:12 -0000	1.12
+++ package.mask	6 Apr 2008 18:21:54 -0000	1.13
@@ -14,7 +14,7 @@
 
 # Tobias Klausmann <klausman@gentoo.org> (6 April 2008)
 # Mask since it needs newer linux-headers
->=sys-process/audit/audit-1.6.8
+>=sys-process/audit-1.6.8
 
 # Shouldn't be merging these SELinux packages on this profile
 # but this keeps repoman happy since they require >=glibc-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-04-22 16:29 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 10+ messages in thread
From: Doug Goldstein (cardoe) @ 2008-04-22 16:29 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/04/22 16:29:22

  Modified:             package.mask
  Log:
  mask OpenRC since we need glibc-2.5 or newer for glibc-based installs

Revision  Changes    Path
1.14                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.13&r2=1.14

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- package.mask	6 Apr 2008 18:21:54 -0000	1.13
+++ package.mask	22 Apr 2008 16:29:22 -0000	1.14
@@ -16,6 +16,12 @@
 # Mask since it needs newer linux-headers
 >=sys-process/audit-1.6.8
 
+# Doug Goldstein <cardoe@gentoo.org> (22 Apr 2008)
+# >=sys-libs/glibc-2.5 is required for glibc-based installs
+sys-apps/openrc
+sys-apps/makedev
+>=sys-apps/baselayout-2.0.0
+
 # Shouldn't be merging these SELinux packages on this profile
 # but this keeps repoman happy since they require >=glibc-2.4
 # 20061008 pebenito



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-07-14 17:19 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2008-07-14 17:19 UTC (permalink / raw
  To: gentoo-commits

armin76     08/07/14 17:19:15

  Modified:             package.mask
  Log:
  P.mask iproute2 on 2006.1 profile, since it needs glibc-2.7

Revision  Changes    Path
1.15                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.14&r2=1.15

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- package.mask	22 Apr 2008 16:29:22 -0000	1.14
+++ package.mask	14 Jul 2008 17:19:15 -0000	1.15
@@ -1,3 +1,7 @@
+# Raúl Porcel <armin76@gentoo.org> (14 Jul 2008)
+# Needs glibc-2.7
+>=sys-apps/iproute2-2.6.25.20080417
+
 # Stefaan De Roeck <stefaan@gentoo.org> (22 Nov 2007)
 # sys-libs/glibc-2.3.6-r5 requires linux headers 2.6.17 or lower
 >=sys-kernel/linux-headers-2.6.18



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask
@ 2008-08-19 18:18 Jose Luis Rivero (yoswink)
  0 siblings, 0 replies; 10+ messages in thread
From: Jose Luis Rivero (yoswink) @ 2008-08-19 18:18 UTC (permalink / raw
  To: gentoo-commits

yoswink     08/08/19 18:18:17

  Modified:             package.mask
  Log:
  package mask gcc-4.3 in 2006.1 profile since it needs >=glibc-2.6

Revision  Changes    Path
1.16                 profiles/default-linux/alpha/2006.1/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask?r1=1.15&r2=1.16

Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/2006.1/package.mask,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- package.mask	14 Jul 2008 17:19:15 -0000	1.15
+++ package.mask	19 Aug 2008 18:18:16 -0000	1.16
@@ -1,3 +1,7 @@
+# Jose Luis Rivero <yoswink@gentoo.org> (19 Aug 2008)
+# Needs >=glibc-2.6
+>=sys-devel/gcc-4.3
+
 # Raúl Porcel <armin76@gentoo.org> (14 Jul 2008)
 # Needs glibc-2.7
 >=sys-apps/iproute2-2.6.25.20080417






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

end of thread, other threads:[~2008-08-19 18:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-03 20:40 [gentoo-commits] gentoo-x86 commit in profiles/default-linux/alpha/2006.1: package.mask Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-19 18:18 Jose Luis Rivero (yoswink)
2008-07-14 17:19 Raul Porcel (armin76)
2008-04-22 16:29 Doug Goldstein (cardoe)
2008-04-06 18:21 Tobias Klausmann (klausman)
2008-04-06 18:21 Tobias Klausmann (klausman)
2008-04-03 20:31 Tobias Klausmann (klausman)
2008-04-03 20:28 Tobias Klausmann (klausman)
2007-11-22 15:09 Raul Porcel (armin76)
2007-11-22 14:37 Stefaan De Roeck (stefaan)

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