[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2023-10-13 Thread Florian Schmaus
commit: 69a107f67ddb4246b893d4416c1ed7461de35052
Author: Florian Schmaus  gentoo  org>
AuthorDate: Fri Oct 13 06:44:09 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Oct 13 06:44:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a107f6

profiles/targets/systemd: remove obsolete sys-fs/eudev entry

Signed-off-by: Florian Schmaus  gentoo.org>

 profiles/targets/systemd/package.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/targets/systemd/package.mask 
b/profiles/targets/systemd/package.mask
deleted file mode 100644
index eb629cd341a2..
--- a/profiles/targets/systemd/package.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Pacho Ramos  (2015-04-21)
-# This is for running sys-apps/systemd and also helps
-# portage to not try to pull in other providers leading to
-# strange blockers.
-sys-fs/eudev



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2023-06-14 Thread Sam James
commit: 4f80c1d900712c852c8b689580fd5a01ac86
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 15 02:07:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 15 02:07:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f80c1d9

profiles/targets/systemd: force USE=systemd on virtual/udev & virtual/tmpfiles

Signed-off-by: Sam James  gentoo.org>

 profiles/targets/systemd/package.use.force | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/systemd/package.use.force 
b/profiles/targets/systemd/package.use.force
index f662b57f596f..b539477922c6 100644
--- a/profiles/targets/systemd/package.use.force
+++ b/profiles/targets/systemd/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Sam James  (2022-01-03)
@@ -9,3 +9,5 @@ sys-fs/mdadm systemd
 # Mike Gilbert  (2015-04-22)
 # Force systemd to avoid depgraph breakage, bug 547360.
 virtual/libudev systemd
+virtual/udev systemd
+virtual/tmpfiles systemd



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2022-10-06 Thread Georgy Yakovlev
commit: 98f33c7e1471a5fc0cf80c633ff44d851aa0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  5 17:26:03 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct  6 19:59:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f33c7e

profiles/targets/systemd: add sysv-utils to BOOTSTRAP_USE

catalyst, bootstrap.sh and BOOTSTRAP_USE all set USE=-*
at various stages of builds.
This results in systemd build with -sysv-utils and pulls
sys-apps/sysvinit as a dependency in stage1/stage2 builds.

Closes: https://github.com/gentoo/gentoo/pull/27644
Suggested-by: Mike Gilbert  gentoo.org>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/targets/systemd/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/systemd/make.defaults 
b/profiles/targets/systemd/make.defaults
index 8bc064858b21..5db64cfb8cc4 100644
--- a/profiles/targets/systemd/make.defaults
+++ b/profiles/targets/systemd/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 USE="systemd udev"
 
-BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd sysv-utils udev"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2022-01-02 Thread Sam James
commit: 103dd4118d3ded7bced6df69e1108bd86e4110ae
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  3 07:49:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  3 07:49:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103dd411

profiles/targets/systemd: it's 2022, not 2021 (fix mask date)

Signed-off-by: Sam James  gentoo.org>

 profiles/targets/systemd/package.use.force | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/systemd/package.use.force 
b/profiles/targets/systemd/package.use.force
index ee209ac51ca1..f662b57f596f 100644
--- a/profiles/targets/systemd/package.use.force
+++ b/profiles/targets/systemd/package.use.force
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Sam James  (2021-01-03)
+# Sam James  (2022-01-03)
 # Need systemd enabled here for depgraph: bug #830485
 # (only sys-fs/eudev supports static which isn't available on systemd profiles)
 sys-fs/mdadm systemd



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2021-04-22 Thread Michał Górny
commit: 13fb0f9d279634f60eb0555a33446454e167dbec
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 22 11:27:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 22 15:06:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fb0f9d

profiles/targets/systemd: Remove stale policykit enforcement

Reported by Jan Psota.

Signed-off-by: Michał Górny  gentoo.org>

 profiles/targets/systemd/package.use | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/targets/systemd/package.use 
b/profiles/targets/systemd/package.use
index 117ca20a5c6..be658f6e6a5 100644
--- a/profiles/targets/systemd/package.use
+++ b/profiles/targets/systemd/package.use
@@ -1,10 +1,6 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Michał Górny  (2019-11-03)
-# Satisfy REQUIRED_USE.
-xfce-base/xfce4-session policykit
-
 # Mike Gilbert  (2018-03-12)
 # Satisfy REQUIRED_USE by default, bug 650030.
 net-nds/rpcbind warmstarts



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/targets/desktop/, virtual/libgudev/

2020-12-30 Thread Michał Górny
commit: 01ddfe85c2a1cf1cce787cf442f1dca8946d73a5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 30 12:48:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 30 12:50:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ddfe85

virtual/libgudev: Remove

Signed-off-by: Michał Górny  gentoo.org>

 profiles/targets/desktop/package.use   |  1 -
 profiles/targets/systemd/package.use.force |  1 -
 virtual/libgudev/libgudev-232.ebuild   | 12 
 virtual/libgudev/metadata.xml  | 13 -
 4 files changed, 27 deletions(-)

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index 33f68fa62bc..e9871000e8a 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -91,7 +91,6 @@ media-libs/libpng apng
 # introspection, exception, enabled from here instead of ebuild to skip extra 
deps for a system package
 dev-libs/libgudev introspection
 sys-fs/eudev introspection
-virtual/libgudev introspection
 
 # Samuli Suominen  (2010-12-19)
 # Support for desktop file icons

diff --git a/profiles/targets/systemd/package.use.force 
b/profiles/targets/systemd/package.use.force
index e5028430d74..0abe8e8aadc 100644
--- a/profiles/targets/systemd/package.use.force
+++ b/profiles/targets/systemd/package.use.force
@@ -3,5 +3,4 @@
 
 # Mike Gilbert  (2015-04-22)
 # Force systemd to avoid depgraph breakage, bug 547360.
-virtual/libgudev systemd
 virtual/libudev systemd

diff --git a/virtual/libgudev/libgudev-232.ebuild 
b/virtual/libgudev/libgudev-232.ebuild
deleted file mode 100644
index 16d7200f1ac..000
--- a/virtual/libgudev/libgudev-232.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib-build
-
-DESCRIPTION="Virtual for libgudev providers"
-SLOT="0/0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE="introspection static-libs"
-
-RDEPEND=">=dev-libs/libgudev-232:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]"

diff --git a/virtual/libgudev/metadata.xml b/virtual/libgudev/metadata.xml
deleted file mode 100644
index b1c8a60ed0c..000
--- a/virtual/libgudev/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   udev-b...@gentoo.org
-   
-   
-   eu...@gentoo.org
-   
-   
-   syst...@gentoo.org
-   
-



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2020-12-06 Thread Mike Gilbert
commit: fe21321acbb25da213b14b304bd02178bcf4fd16
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Dec  6 06:26:25 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Dec  6 17:23:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe21321a

profiles: remove static-libs masks from systemd target

Closes: https://bugs.gentoo.org/758707
Signed-off-by: Mike Gilbert  gentoo.org>

 profiles/targets/systemd/package.use.mask | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
deleted file mode 100644
index 2fe7deeddea..000
--- a/profiles/targets/systemd/package.use.mask
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Rick Farina  (2017-03-04)
-# requires libusb[static-libs] which requires libudev[static-libs], all masked
-net-wireless/ubertooth static-libs
-
-# Rick Farina  (2016-02-03)
-# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked 
below
-dev-libs/libusb static-libs
-
-# 'static-libs' support on sys-apps/systemd is not provided
-virtual/libgudev static-libs
-virtual/libudev static-libs
-sys-fs/cryptsetup static static-libs
-sys-fs/lvm2 static static-libs
-sys-fs/dmraid static
-sys-fs/zfs static-libs
-dev-libs/libgudev static-libs
-# These are actually possible, but only if you USE=-udev when building 
pciutils.
-# But package.use.mask doesn't have a way to express that, so this profile 
loses.
-sys-apps/flashrom static
-sys-apps/pciutils static-libs



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2019-11-03 Thread Michał Górny
commit: f0f55a8aeb61fd11780e6621f6b5ffeddd5976ac
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  3 13:32:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  3 14:01:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f55a8a

profiles/targets/systemd: Default to xfce4-session[policykit]

Signed-off-by: Michał Górny  gentoo.org>

 profiles/targets/systemd/package.use | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/systemd/package.use 
b/profiles/targets/systemd/package.use
index 2a089f2ed4b..117ca20a5c6 100644
--- a/profiles/targets/systemd/package.use
+++ b/profiles/targets/systemd/package.use
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (2019-11-03)
+# Satisfy REQUIRED_USE.
+xfce-base/xfce4-session policykit
+
 # Mike Gilbert  (2018-03-12)
 # Satisfy REQUIRED_USE by default, bug 650030.
 net-nds/rpcbind warmstarts



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2019-08-17 Thread Georgy Yakovlev
commit: 36f9294d67785f6cda0aa0e19692fb6ee8c8a69b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Aug 17 20:30:30 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Aug 17 20:43:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f9294d

profiles: mask zfs[static-libs] on systemd profiles

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/targets/systemd/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index ea352ad9aeb..2fe7deeddea 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -15,6 +15,7 @@ virtual/libudev static-libs
 sys-fs/cryptsetup static static-libs
 sys-fs/lvm2 static static-libs
 sys-fs/dmraid static
+sys-fs/zfs static-libs
 dev-libs/libgudev static-libs
 # These are actually possible, but only if you USE=-udev when building 
pciutils.
 # But package.use.mask doesn't have a way to express that, so this profile 
loses.



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2019-03-17 Thread Mart Raudsepp
commit: b876370fab12c272592dda9682e1c00ef44319b2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 17 17:51:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 17 17:53:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b876370f

profiles/targets/systemd: use.mask elogind

elogind conflicts with systemd, so mask USE=elogind alongside
USE=consolekit in systemd profiles.

Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/targets/systemd/use.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/systemd/use.mask 
b/profiles/targets/systemd/use.mask
index 1a827f87f81..68032c1e34e 100644
--- a/profiles/targets/systemd/use.mask
+++ b/profiles/targets/systemd/use.mask
@@ -1,2 +1,3 @@
-# People running systemd must use logind instead, bug #478258
+# People running systemd must use systemd-logind instead, bug #478258
 consolekit
+elogind



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2018-03-12 Thread Mike Gilbert
commit: 238eaeb1245f965ce01b4a9a7519bc135b7a410a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Mar 12 17:27:46 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Mar 12 17:28:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238eaeb1

profiles: systemd: enable warmstarts by default for net-nds/rpcbind

Bug: https://bugs.gentoo.org/650030#c7

 profiles/targets/systemd/package.use | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/targets/systemd/package.use 
b/profiles/targets/systemd/package.use
new file mode 100644
index 000..d0552f6cb8b
--- /dev/null
+++ b/profiles/targets/systemd/package.use
@@ -0,0 +1,6 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Gilbert  (12 Mar 2018)
+# Satisfy REQUIRED_USE by default, bug 650030.
+net-nds/rpcbind warmstarts



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2017-12-30 Thread Michał Górny
commit: 04adc08f21968c5d8ceb40fc62ee68e9861a3b26
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 09:51:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 10:16:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04adc08f

profiles/targets/systemd: Remove refs to removed package USE flags

 profiles/targets/systemd/package.use.mask | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index c31a88fb75a..8904a13bc61 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -12,9 +12,7 @@ dev-libs/libusb static-libs
 # Pacho Ramos  (29 May 2014)
 # upower support is not needed on setups running systemd, also
 # relies on old upower (#508920)
-# Add telepathy-mission-control because of the same logic.
 >=mate-base/mate-session-manager-1.8.1-r1 upower
->=net-im/telepathy-mission-control-5.16.2 upower
 
 # 'static-libs' support on sys-apps/systemd is not provided
 virtual/libgudev static-libs



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2017-06-07 Thread Mike Gilbert
commit: 6eca5192b774c452b06dbce12f897a7c0470416e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jun  7 15:56:46 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun  7 15:58:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eca5192

profiles: drop genkernel mask from systemd profile

There are no obvious bug reports that would warrant a global mask,
and its presence is causing new genkernel bugs to go unreported.

 profiles/targets/systemd/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/targets/systemd/package.mask 
b/profiles/targets/systemd/package.mask
index c371911ce71..0556b1ddfe5 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -7,7 +7,3 @@
 # strange blockers.
 sys-fs/eudev
 sys-fs/udev
-
-# sys-kernel/genkernel is not compatible with Systemd, you need
-# to use sys-kernel/genkernel-next instead
-sys-kernel/genkernel



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2017-03-03 Thread Richard Farina
commit: c100ea362cd0689b960486a479109cbdce9bbe25
Author: Zero_Chaos  gentoo  org>
AuthorDate: Sat Mar  4 05:05:50 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Sat Mar  4 05:06:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c100ea36

systemd profile: mask ubertooth[static-libs] dues to unsatisfied deps

 profiles/targets/systemd/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index 5cfd1eb0296..c31a88fb75a 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Rick Farina  (04 Mar 2017)
+# requires libusb[static-libs] which requires libudev[static-libs], all masked
+net-wireless/ubertooth static-libs
+
 # Rick Farina  (03 Feb 2016)
 # dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked 
below
 dev-libs/libusb static-libs



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2017-02-16 Thread Ettore Di Giacinto
commit: 4bd362476a2ee25093e5b9b9564b824ffc623eca
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Feb 16 10:03:33 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Feb 16 10:43:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd36247

profiles: Drop mask for app-admin/calamares on non-systemd profiles

 profiles/targets/systemd/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/targets/systemd/package.mask 
b/profiles/targets/systemd/package.mask
index 2a0153dffb..928c8f552c 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -2,10 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Johannes Huber  (23 Jul 2015)
-# Needs sys-apps/systemd, masked in base for non systemd profiles.
--app-admin/calamares
-
 # Pacho Ramos  (21 Apr 2015)
 # This is for running sys-apps/systemd and also helps
 # portage to not try to pull in other providers leading to



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, x11-apps/xinit/, profiles/base/

2017-02-13 Thread Mike Gilbert
commit: 60592bdcdbd2232c858074c5e89882460b6daba4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Feb 13 17:14:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Feb 13 17:14:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60592bdc

x11-apps/xinit: remove version 1.3.4

 profiles/base/package.mask|  5 ---
 profiles/targets/systemd/package.mask |  4 ---
 x11-apps/xinit/xinit-1.3.4.ebuild | 67 ---
 3 files changed, 76 deletions(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index d4fa5d45b0..81c39241bd 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -5,8 +5,3 @@
 # Johannes Huber  (23 Jul 2015)
 # Needs sys-apps/systemd. Masked for non systemd profiles.
 app-admin/calamares
-
-# Chí-Thanh Christopher Nguyễn  (26 Oct 2014)
-# Changes in vt allocation break startx on non-systemd, bugs #526762 and
-# #526802.
-=x11-apps/xinit-1.3.4

diff --git a/profiles/targets/systemd/package.mask 
b/profiles/targets/systemd/package.mask
index 61d23562a3..2a0153dffb 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -13,10 +13,6 @@
 sys-fs/eudev
 sys-fs/udev
 
-# Chí-Thanh Christopher Nguyễn  (26 Oct 2014)
-# package is masked for bugs #526762 and #526802 on non-systemd systems.
--=x11-apps/xinit-1.3.4
-
 # sys-kernel/genkernel is not compatible with Systemd, you need
 # to use sys-kernel/genkernel-next instead
 sys-kernel/genkernel

diff --git a/x11-apps/xinit/xinit-1.3.4.ebuild 
b/x11-apps/xinit/xinit-1.3.4.ebuild
deleted file mode 100644
index ee3430fb04..00
--- a/x11-apps/xinit/xinit-1.3.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X Window System initializer"
-
-LICENSE="${LICENSE} GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="+minimal"
-
-RDEPEND="
-   ! /etc/env.d/90xsession"
-   ewarn "env-update && source /etc/profile"
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/hardened/linux/, ...

2017-01-19 Thread Michał Górny
commit: e86e721afbdc513264a00d81fe0a50333bc9069c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 19 22:21:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 19 22:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86e721a

profiles: Clean up multiple obsolete package.mask entries

Clean up most of the old package.mask entries that correspond to removed
packages.

 profiles/arch/amd64/no-multilib/package.mask   | 18 +---
 profiles/arch/mips/package.mask|  6 +-
 profiles/base/package.mask | 14 +---
 profiles/default/bsd/package.mask  |  3 +-
 profiles/default/linux/uclibc/amd64/package.mask   | 19 +
 profiles/default/linux/uclibc/package.mask |  6 +-
 profiles/features/64bit-native/package.mask| 17 +---
 .../hardened/linux/amd64/no-multilib/package.mask  | 18 +---
 profiles/hardened/linux/musl/package.mask  | 10 +--
 profiles/hardened/linux/package.mask   | 10 +--
 profiles/package.mask  | 97 --
 profiles/prefix/aix/5.3.0.0/package.mask   |  7 --
 profiles/prefix/aix/package.mask   | 10 +--
 profiles/prefix/bsd/package.mask   |  4 -
 profiles/prefix/package.mask   | 13 +--
 profiles/prefix/sunos/solaris/5.11/package.mask|  8 --
 profiles/prefix/sunos/solaris/package.mask | 18 +---
 profiles/targets/systemd/package.mask  |  6 +-
 18 files changed, 14 insertions(+), 270 deletions(-)

diff --git a/profiles/arch/amd64/no-multilib/package.mask 
b/profiles/arch/amd64/no-multilib/package.mask
index ed65def..3e615cc 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -1,13 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # AMD64 Team 
 # Mask packages that rely on amd64 multilib
 =app-editors/emacs-18*
-=games-action/lugaru-1.0c-r1
 >=app-i18n/atokx3-3.0.0
->=dev-java/sun-j2me-bin-2.5.2.01
  (12 Dec 2014)
-# Adding the mask so that end users are notified of the removal and have some
-# time to migrate.  Will fully remove app-admin/puppet-2.7 in a month or so.
- (26 Oct 2014)
 # Changes in vt allocation break startx on non-systemd, bugs #526762 and
 # #526802.
 =x11-apps/xinit-1.3.4
-
-# Rick Farina  (6 Jun 2013)
-# Pm-utils based hibernate and suspend support has discontinued.
-# For continued support, use the upower-pm-utils fork or systemd.
-# Systemd users can switch to a systemd profile or unmask 
=app-i18n/atokx3-3.0.0
-app-office/lotus-notes
 app-office/ooextras
 app-emulation/winetricks
-app-emulation/wine-doors
 app-text/acroread
 dev-embedded/libftd2xx
 dev-embedded/openocd
->=dev-java/sun-j2me-bin-2.5.2.01
-dev-lang/dmd-bin
 dev-lang/icc
 dev-lang/idb
 dev-lang/ifc
@@ -41,7 +37,6 @@ games-action/descent3-demo
 games-action/heretic2
 games-action/heretic2-demo
 games-action/lugaru
-games-action/lugaru-demo
 games-action/mutantstorm-demo
 games-action/phobiaii
 games-action/rune
@@ -65,11 +60,9 @@ games-fps/doom3-hellcampaign
 games-fps/doom3-inhell
 games-fps/doom3-lms
 games-fps/doom3-mitm
-games-fps/doom3-phantasm
 games-fps/doom3-roe
 games-fps/doom3
 games-fps/enemy-territory-etpro
-games-fps/enemy-territory-fortress
 games-fps/enemy-territory-omnibot
 games-fps/enemy-territory-truecombat
 games-fps/enemy-territory
@@ -98,7 +91,6 @@ games-fps/unreal-tournament
 games-fps/ut2003
 games-fps/ut2003-demo
 games-fps/ut2004-demo
-games-puzzle/drod-bin
 games-puzzle/hoh-bin
 games-roguelike/adom
 games-rpg/eschalon-book-1-demo
@@ -111,30 +103,21 @@ games-rpg/nwn-penultima
 games-rpg/nwn-penultimarerolled
 games-rpg/nwn-shadowlordsdreamcatcherdemon
 games-rpg/penumbra-collection
-games-rpg/rain-slick
-games-rpg/sacred-gold
 games-server/etqw-ded
 games-server/nwn-ded
 games-server/ut2003-ded
 games-simulation/bcs-demo
-games-strategy/coldwar
-games-strategy/coldwar-demo
 games-strategy/darwinia
 games-strategy/darwinia-demo
 games-strategy/defcon-demo
 games-strategy/dominions2
-games-strategy/dominions2-demo
 games-strategy/heroes3
 games-strategy/heroes3-demo
 games-strategy/majesty-demo
-games-strategy/savage-bin
 games-strategy/smac
 games-strategy/spaz
 media-fonts/acroread-asianfonts
-media-sound/shoutcast-server-bin
-media-sound/shoutcast-trans-bin
 media-sound/ventrilo-server-bin
-media-tv/huludesktop
 media-video/binkplayer
 media-video/tsmuxer
 net-im/skype

diff --git a/profiles/default/linux/uclibc/package.mask 
b/profiles/default/linux/uclibc/package.mask
index 3723238..2c9cbb2 100644
--- a/profiles/default/linux/uclibc/package.mask
+++ b/profiles/default/linux/uclibc/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, sys-apps/pciutils/

2016-11-09 Thread Mike Frysinger
commit: 2eedc084d93b84be36a44123f6e51618a919dbc3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Nov 10 05:33:20 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Nov 10 05:48:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eedc084

sys-apps/pciutils: update lib deps

Newer pciutils links against libudev directly so make sure the static
logic propagates correctly out to it.

Also drop old multilib logic that no longer matters.

 profiles/targets/systemd/package.use.mask |  4 
 sys-apps/pciutils/pciutils-3.5.2.ebuild   | 14 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index 9795831..8ee9292 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -20,3 +20,7 @@ sys-fs/cryptsetup static static-libs
 sys-fs/lvm2 static static-libs
 sys-fs/dmraid static
 dev-libs/libgudev static-libs
+# These are actually possible, but only if you USE=-udev when building 
pciutils.
+# But package.use.mask doesn't have a way to express that, so this profile 
loses.
+sys-apps/flashrom static
+sys-apps/pciutils static-libs

diff --git a/sys-apps/pciutils/pciutils-3.5.2.ebuild 
b/sys-apps/pciutils/pciutils-3.5.2.ebuild
index 4027319..4d47aa8 100644
--- a/sys-apps/pciutils/pciutils-3.5.2.ebuild
+++ b/sys-apps/pciutils/pciutils-3.5.2.ebuild
@@ -16,18 +16,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~s
 IUSE="dns +kmod static-libs +udev zlib"
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libssl.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )"
+# our libpci.a depends on libz.a/etc... at runtime.
+LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )
+   udev? ( >=virtual/libudev-208[static-libs(+),${MULTILIB_USEDEP}] )"
 DEPEND="kmod? ( sys-apps/kmod )
static-libs? ( ${LIB_DEPEND} )
-   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )
-   udev? ( >=virtual/libudev-208[${MULTILIB_USEDEP}] )"
+   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )"
 RDEPEND="${DEPEND}
-   sys-apps/hwids
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20140508-r14
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   )"
+   sys-apps/hwids"
 DEPEND="${DEPEND}
kmod? ( virtual/pkgconfig )"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2016-03-03 Thread Anthony G. Basile
commit: b177a005427479bc7881b6a14bac6dbaff5b1a42
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Mar  3 10:44:03 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Mar  3 10:46:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b177a005

profiles/targets/systemd: add stuff for catalyst stage builds

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/targets/systemd/make.defaults  | 2 ++
 profiles/targets/systemd/packages.build | 7 +++
 2 files changed, 9 insertions(+)

diff --git a/profiles/targets/systemd/make.defaults 
b/profiles/targets/systemd/make.defaults
index ec97938..0956dfe 100644
--- a/profiles/targets/systemd/make.defaults
+++ b/profiles/targets/systemd/make.defaults
@@ -3,3 +3,5 @@
 # $Id$
 
 USE="systemd udev"
+
+BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"

diff --git a/profiles/targets/systemd/packages.build 
b/profiles/targets/systemd/packages.build
new file mode 100644
index 000..6cb51ae
--- /dev/null
+++ b/profiles/targets/systemd/packages.build
@@ -0,0 +1,7 @@
+# Copyright 1999-2014 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Nothing pulls in systemd as a dependency for stage1,
+# so we need to list it here.
+sys-apps/systemd



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/

2016-02-03 Thread Richard Farina
commit: 8e4a5b6aada6d430b5782ebb94ebd45d86348af8
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Feb  3 17:24:33 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Feb  3 17:33:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4a5b6a

targets/systemd/package.use.mask: mask dev-libs/libusb[static-libs]

 profiles/targets/systemd/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/systemd/package.use.mask 
b/profiles/targets/systemd/package.use.mask
index d5850dc..9795831 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Rick Farina  (03 Feb 2016)
+# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked 
below
+dev-libs/libusb static-libs
+
 # Pacho Ramos  (29 May 2014)
 # upower support is not needed on setups running systemd, also
 # relies on old upower (#508920)