public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/
@ 2015-09-06 16:12 Jason Zaman
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Zaman @ 2015-09-06 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     490f50cbb521b70421e3693b8cfd0aca75836689
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  6 16:10:57 2015 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Sep  6 16:11:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490f50cb

profiles: consolekit's cgroup support is linux only

 profiles/base/package.use.mask          | 5 +++++
 profiles/default/linux/package.use.mask | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fad73d8..1410650 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,11 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
+# This is for cgmanager which is linux only.
+# Unmasked in default/linux/package.use.mask.
+sys-auth/consolekit cgroups
+
 # Mike Gilbert <floppym@gentoo.org> (05 Sep 2015)
 # sys-boot/gnu-efi is not supported on all archs.
 sys-apps/systemd gnuefi

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index bcccd3d..cc70abd 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
+# This is masked in base/package.use.mask as Linux only.
+sys-auth/consolekit -cgroups
+
 # Michael Palimaka <kensington@gentoo.org> (03 Sep 2015)
 # Native inotify support is preferred on linux.
 app-misc/strigi fam


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/
@ 2020-12-27 18:39 Mike Gilbert
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Gilbert @ 2020-12-27 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a41dde68010053e8b96e5c44c3fdd63133b965b9
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri Dec 25 00:00:00 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 18:39:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41dde68

profiles: Unmask "lua" USE flag for some packages.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/base/package.use.mask          | 10 ----------
 profiles/base/package.use.stable.mask   |  6 ++++++
 profiles/default/linux/package.use.mask |  5 -----
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 83f9bde251a..4523e07a038 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -27,12 +27,6 @@ net-wireless/gr-osmosdr xtrx
 # app-text/ots is masked for removal.  Bug #648964.
 app-office/abiword ots
 
-# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-12-07)
-# Waiting for unmasking of slotted Lua.
->=app-i18n/fcitx-4.2.9.8:4 lua
->=app-i18n/ibus-libpinyin-1.11.92 lua
-app-i18n/ibus-pinyin lua
-
 # Matt Turner <mattst88@gentoo.org> (2020-12-05)
 # Relies on gtkdoc-mktmpl which was removed from gtk-doc-1.26
 # Bug #740690
@@ -79,10 +73,6 @@ kde-apps/kipi-plugins vkontakte
 # waiting for lua to be slotted
 media-gfx/exact-image lua
 
-# Haelwenn (lanodan) Monnier <contact@hacktivis.me> (2020-11-03)
-# Requires >=dev-lang/lua-5.2, which is still masked.
-app-editors/vis lua
-
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-10-08)
 # USE=doc broken on 1.47.0
 # error: unresolved link to `crate::os::unix::ffi::OsStrExt`

diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
index e7e01d683d4..017341f97c1 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,6 +4,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-12-25)
+# Packages needing stable slotted Lua.
+>=app-i18n/fcitx-4.2.9.8:4 lua
+>=app-i18n/ibus-libpinyin-1.11.92 lua
+app-i18n/ibus-pinyin lua
+
 # James Le Cuirot <sam@gentoo.org> (2020-11-23)
 # Cinnamon is not stable on any architecture.
 x11-themes/arc-theme cinnamon

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index e9696e924b9..bf658379540 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,11 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Tony Vroon <chainsaw@gentoo.org> (2020-10-01)
-# Upstream requires Lua 5.2 which is not a satisfiable
-# dependency at this point in time.
-app-arch/rpm lua
-
 # Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
 # Gromacs python module install br0ken
 sci-chemistry/gromacs python


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/
@ 2021-01-18  0:10 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-01-18  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2fcd5124e01a462c06a2894958cd207e577911ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 00:07:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 00:10:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcd5124

profiles/base: move mask from default linux target

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask          | 4 ++++
 profiles/default/linux/package.use.mask | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bfe76852067..a696415ab18 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -242,6 +242,10 @@ net-irc/telepathy-idle test
 # libcxxrt is unmaintained and it's going to be removed.
 sys-libs/libcxx libcxxrt
 
+# Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
+# Gromacs python module install br0ken
+sci-chemistry/gromacs python
+
 # Brian Evans <grknight@gentoo.org> (2019-12-19)
 # PHP 7.1 is end of life and has security issues Bug 703326
 # Associated packages are not ready for new versions tracked in bug 702110

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index bf658379540..3bb3d790136 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
-# Gromacs python module install br0ken
-sci-chemistry/gromacs python
-
 # Peter Levine <plevine457@gmail.com> (2019-10-01)
 # Native inotify support is preferred on linux.
 # https://bugs.gentoo.org/697476


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/
@ 2023-06-06  2:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-06  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     305ccb251c0cde4e9cb732f64eecb48438b42486
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 02:54:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 02:54:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ccb25

profiles: mask sys-libs/libseccomp on !linux

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.mask            | 1 +
 profiles/default/linux/package.unmask | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 8a545db6167f..7eeebeb88554 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -4,6 +4,7 @@
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Only available on Linux.
 dev-libs/libaio
+sys-libs/libseccomp
 
 # Sam James <sam@gentoo.org> (2022-09-10)
 # Mask in general and unmask on specific profiles

diff --git a/profiles/default/linux/package.unmask b/profiles/default/linux/package.unmask
new file mode 100644
index 000000000000..18a67d04f486
--- /dev/null
+++ b/profiles/default/linux/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2023-06-06)
+# Only available on Linux.
+dev-libs/libaio
+sys-libs/libseccomp


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/
@ 2023-06-06  2:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-06  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4047bccbd190e468da07950e844d372e10aaf215
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 02:55:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 02:55:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4047bccb

profiles: mask sys-libs/libcap-ng on !linux

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.mask            | 1 +
 profiles/default/linux/package.unmask | 1 +
 2 files changed, 2 insertions(+)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 7eeebeb88554..13ebbc9bd1e6 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -4,6 +4,7 @@
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Only available on Linux.
 dev-libs/libaio
+sys-libs/libcap-ng
 sys-libs/libseccomp
 
 # Sam James <sam@gentoo.org> (2022-09-10)

diff --git a/profiles/default/linux/package.unmask b/profiles/default/linux/package.unmask
index 18a67d04f486..fdcb4f773e3f 100644
--- a/profiles/default/linux/package.unmask
+++ b/profiles/default/linux/package.unmask
@@ -4,4 +4,5 @@
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Only available on Linux.
 dev-libs/libaio
+sys-libs/libcap-ng
 sys-libs/libseccomp


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

end of thread, other threads:[~2023-06-06  2:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-27 18:39 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/ Mike Gilbert
  -- strict thread matches above, loose matches on Subject: below --
2023-06-06  2:57 Sam James
2023-06-06  2:57 Sam James
2021-01-18  0:10 Sam James
2015-09-06 16:12 Jason Zaman

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