From 83ff55b2ca6854cf9082cff957aa07e79df6d503 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 29 Aug 2017 07:02:41 +0300 Subject: some work with profiles --- profiles/make.defaults | 1 - profiles/systemd/eapi | 1 - profiles/systemd/make.defaults | 5 -- profiles/systemd/package.mask | 1 - profiles/systemd/package.use.force | 9 --- profiles/systemd/package.use.mask | 18 ----- profiles/systemd/packages | 1 - profiles/systemd/parent | 1 - profiles/systemd/use.mask | 2 - profiles/targets/musl/amd64/eapi | 1 + profiles/targets/musl/amd64/make.defaults | 28 +++++++ profiles/targets/musl/amd64/package.mask | 7 ++ profiles/targets/musl/amd64/package.use.force | 7 ++ profiles/targets/musl/amd64/package.use.mask | 2 + profiles/targets/musl/amd64/parent | 1 + profiles/targets/musl/amd64/use.force | 6 ++ profiles/targets/musl/amd64/use.mask | 35 ++++++++ profiles/targets/musl/eapi | 1 + profiles/targets/musl/make.defaults | 15 ++++ profiles/targets/musl/package.mask | 110 ++++++++++++++++++++++++++ profiles/targets/musl/package.use | 7 ++ profiles/targets/musl/package.use.force | 9 +++ profiles/targets/musl/package.use.mask | 24 ++++++ profiles/targets/musl/packages | 6 ++ profiles/targets/musl/packages.build | 10 +++ profiles/targets/musl/use.force | 4 + profiles/targets/musl/use.mask | 8 ++ profiles/targets/musl/x86/eapi | 1 + profiles/targets/musl/x86/make.defaults | 24 ++++++ profiles/targets/musl/x86/package.use.force | 7 ++ profiles/targets/musl/x86/parent | 1 + profiles/targets/musl/x86/use.force | 6 ++ profiles/targets/musl/x86/use.mask | 30 +++++++ profiles/targets/systemd/eapi | 1 + profiles/targets/systemd/make.defaults | 6 ++ profiles/targets/systemd/package.mask | 9 +++ profiles/targets/systemd/package.use.force | 8 ++ profiles/targets/systemd/package.use.mask | 29 +++++++ profiles/targets/systemd/packages.build | 6 ++ profiles/targets/systemd/use.mask | 3 + 40 files changed, 412 insertions(+), 39 deletions(-) delete mode 100644 profiles/make.defaults delete mode 100644 profiles/systemd/eapi delete mode 100644 profiles/systemd/make.defaults delete mode 100644 profiles/systemd/package.mask delete mode 100644 profiles/systemd/package.use.force delete mode 100644 profiles/systemd/package.use.mask delete mode 100644 profiles/systemd/packages delete mode 100644 profiles/systemd/parent delete mode 100644 profiles/systemd/use.mask create mode 100644 profiles/targets/musl/amd64/eapi create mode 100644 profiles/targets/musl/amd64/make.defaults create mode 100644 profiles/targets/musl/amd64/package.mask create mode 100644 profiles/targets/musl/amd64/package.use.force create mode 100644 profiles/targets/musl/amd64/package.use.mask create mode 100644 profiles/targets/musl/amd64/parent create mode 100644 profiles/targets/musl/amd64/use.force create mode 100644 profiles/targets/musl/amd64/use.mask create mode 100644 profiles/targets/musl/eapi create mode 100644 profiles/targets/musl/make.defaults create mode 100644 profiles/targets/musl/package.mask create mode 100644 profiles/targets/musl/package.use create mode 100644 profiles/targets/musl/package.use.force create mode 100644 profiles/targets/musl/package.use.mask create mode 100644 profiles/targets/musl/packages create mode 100644 profiles/targets/musl/packages.build create mode 100644 profiles/targets/musl/use.force create mode 100644 profiles/targets/musl/use.mask create mode 100644 profiles/targets/musl/x86/eapi create mode 100644 profiles/targets/musl/x86/make.defaults create mode 100644 profiles/targets/musl/x86/package.use.force create mode 100644 profiles/targets/musl/x86/parent create mode 100644 profiles/targets/musl/x86/use.force create mode 100644 profiles/targets/musl/x86/use.mask create mode 100644 profiles/targets/systemd/eapi create mode 100644 profiles/targets/systemd/make.defaults create mode 100644 profiles/targets/systemd/package.mask create mode 100644 profiles/targets/systemd/package.use.force create mode 100644 profiles/targets/systemd/package.use.mask create mode 100644 profiles/targets/systemd/packages.build create mode 100644 profiles/targets/systemd/use.mask (limited to 'profiles') diff --git a/profiles/make.defaults b/profiles/make.defaults deleted file mode 100644 index 92ac6f4..0000000 --- a/profiles/make.defaults +++ /dev/null @@ -1 +0,0 @@ -ARCH=amd64 diff --git a/profiles/systemd/eapi b/profiles/systemd/eapi deleted file mode 100644 index 7ed6ff8..0000000 --- a/profiles/systemd/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/systemd/make.defaults b/profiles/systemd/make.defaults deleted file mode 100644 index ec97938..0000000 --- a/profiles/systemd/make.defaults +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -USE="systemd udev" diff --git a/profiles/systemd/package.mask b/profiles/systemd/package.mask deleted file mode 100644 index 734825c..0000000 --- a/profiles/systemd/package.mask +++ /dev/null @@ -1 +0,0 @@ -sys-apps/openrc diff --git a/profiles/systemd/package.use.force b/profiles/systemd/package.use.force deleted file mode 100644 index 67ffb37..0000000 --- a/profiles/systemd/package.use.force +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Mike Gilbert (22 Apr 2015) -# Force systemd to avoid depgraph breakage, bug 547360. -virtual/libgudev systemd -virtual/libudev systemd -virtual/udev systemd diff --git a/profiles/systemd/package.use.mask b/profiles/systemd/package.use.mask deleted file mode 100644 index d5850dc..0000000 --- a/profiles/systemd/package.use.mask +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# 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 -virtual/libudev static-libs -sys-fs/cryptsetup static static-libs -sys-fs/lvm2 static static-libs -sys-fs/dmraid static -dev-libs/libgudev static-libs diff --git a/profiles/systemd/packages b/profiles/systemd/packages deleted file mode 100644 index 2a1d244..0000000 --- a/profiles/systemd/packages +++ /dev/null @@ -1 +0,0 @@ --*sys-apps/openrc diff --git a/profiles/systemd/parent b/profiles/systemd/parent deleted file mode 100644 index eb4d905..0000000 --- a/profiles/systemd/parent +++ /dev/null @@ -1 +0,0 @@ -../ diff --git a/profiles/systemd/use.mask b/profiles/systemd/use.mask deleted file mode 100644 index 1a827f8..0000000 --- a/profiles/systemd/use.mask +++ /dev/null @@ -1,2 +0,0 @@ -# People running systemd must use logind instead, bug #478258 -consolekit diff --git a/profiles/targets/musl/amd64/eapi b/profiles/targets/musl/amd64/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/targets/musl/amd64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/musl/amd64/make.defaults b/profiles/targets/musl/amd64/make.defaults new file mode 100644 index 0000000..496becb --- /dev/null +++ b/profiles/targets/musl/amd64/make.defaults @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +ARCH="amd64" +ACCEPT_KEYWORDS="${ARCH}" + +CHOST="x86_64-gentoo-linux-musl" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# Anthony G. Basile (01 Jul 2014) +# Multilib-related setup, bug #515130 +ABI="amd64" +DEFAULT_ABI="amd64" +MULTILIB_ABIS="amd64" +CHOST_amd64="${CHOST}" +LIBDIR_amd64="lib" +IUSE_IMPLICIT="abi_x86_64" + +# Anthony G. Basile (31 Aug 2015) +# Relect these flags from arch/amd64 which we don't inherit +CPU_FLAGS_X86="mmx mmxext sse sse2" + +# Anthony G. Basile (26 Jan 2013) +# Unhide the CPU_FLAGS_X86 USE_EXPANDs. +USE_EXPAND_HIDDEN="-CPU_FLAGS_X86" diff --git a/profiles/targets/musl/amd64/package.mask b/profiles/targets/musl/amd64/package.mask new file mode 100644 index 0000000..2d46a56 --- /dev/null +++ b/profiles/targets/musl/amd64/package.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Ulrich Müller (18 Mar 2013) +# Packages that rely on multilib +=app-editors/emacs-18* +net-misc/icaclient diff --git a/profiles/targets/musl/amd64/package.use.force b/profiles/targets/musl/amd64/package.use.force new file mode 100644 index 0000000..ca264fe --- /dev/null +++ b/profiles/targets/musl/amd64/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/profiles/targets/musl/amd64/package.use.mask b/profiles/targets/musl/amd64/package.use.mask new file mode 100644 index 0000000..49830f8 --- /dev/null +++ b/profiles/targets/musl/amd64/package.use.mask @@ -0,0 +1,2 @@ +# Copyright 1999-2017 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/targets/musl/amd64/parent b/profiles/targets/musl/amd64/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/targets/musl/amd64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/targets/musl/amd64/use.force b/profiles/targets/musl/amd64/use.force new file mode 100644 index 0000000..181cb39 --- /dev/null +++ b/profiles/targets/musl/amd64/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Force the flag which corresponds to arch/abi, bug #515130 +amd64 +abi_x86_64 diff --git a/profiles/targets/musl/amd64/use.mask b/profiles/targets/musl/amd64/use.mask new file mode 100644 index 0000000..cc3b7ca --- /dev/null +++ b/profiles/targets/musl/amd64/use.mask @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Force the flag which corresponds to arch/abi, bug #515130 +-amd64 +-abi_x86_64 + +# unmask all SIMD assembler flags +-cpu_flags_x86_3dnow +-cpu_flags_x86_3dnowext +-cpu_flags_x86_aes +-cpu_flags_x86_avx +-cpu_flags_x86_avx2 +-cpu_flags_x86_fma3 +-cpu_flags_x86_fma4 +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_padlock +-cpu_flags_x86_popcnt +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_sse3 +-cpu_flags_x86_sse4_1 +-cpu_flags_x86_sse4_2 +-cpu_flags_x86_sse4a +-cpu_flags_x86_ssse3 +-cpu_flags_x86_xop + +# Lilo works on amd64 +-lilo + +# These work +-input_devices_synaptics +-input_devices_wacom +-video_cards_qxl diff --git a/profiles/targets/musl/eapi b/profiles/targets/musl/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/targets/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/musl/make.defaults b/profiles/targets/musl/make.defaults new file mode 100644 index 0000000..ec5b4ed --- /dev/null +++ b/profiles/targets/musl/make.defaults @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +ELIBC="musl" + +FEATURES="sandbox sfperms strict" + +USE="hardened nptl pax_kernel pic unicode -berkdb -jit -orc" +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -nls -orc" + +SYMLINK_LIB="no" + +# TODO: fix so musl doesn't generate this for all packages +# that use a charset, it causes package collisons. +INSTALL_MASK="charset.alias" diff --git a/profiles/targets/musl/package.mask b/profiles/targets/musl/package.mask new file mode 100644 index 0000000..b636d32 --- /dev/null +++ b/profiles/targets/musl/package.mask @@ -0,0 +1,110 @@ +# Copyright 1999-2017 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +sys-libs/uclibc +sys-libs/uclibc-ng +sys-libs/glibc + +# Older versions of net-mail/mailutils fail on musl, bug #604212 +=www-client/firefox-54.0 diff --git a/profiles/targets/musl/package.use b/profiles/targets/musl/package.use new file mode 100644 index 0000000..2d99b60 --- /dev/null +++ b/profiles/targets/musl/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Anthony G. Basile (14 Jul 2016) +# We need this to break a circular dependency with +# 'sys-libs/libcap pam' in stage3 catalyst builds +sys-libs/pam -filecaps diff --git a/profiles/targets/musl/package.use.force b/profiles/targets/musl/package.use.force new file mode 100644 index 0000000..8122d90 --- /dev/null +++ b/profiles/targets/musl/package.use.force @@ -0,0 +1,9 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Force system-libevent use flag on mozilla packages, since the building of +# bundled libevent cannot accomodate a system without sysctl.h +# See bug 574830 for more info. +>=www-client/firefox-45.0 system-libevent +>=www-client/seamonkey-2.40 system-libevent +>=mail-client/thunderbird-45.0 system-libevent diff --git a/profiles/targets/musl/package.use.mask b/profiles/targets/musl/package.use.mask new file mode 100644 index 0000000..d66f247 --- /dev/null +++ b/profiles/targets/musl/package.use.mask @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Matthias Maier (11 May 2017) +# masked in base, unmask for hardened/musl/ +sys-devel/gcc -pie + +# See bug #504200 +sys-devel/gcc sanitize + +# llvm's sanitizers are also incompatible with musl +sys-devel/llvm sanitize + +# These cause collisions with +# even with --without-included-gettext +sys-devel/gettext nls +sys-fs/e2fsprogs nls + +# Broken +dev-vcs/git gpg + +# See bug #576928 +media-libs/mesa nptl +x11-base/xorg-server nptl diff --git a/profiles/targets/musl/packages b/profiles/targets/musl/packages new file mode 100644 index 0000000..8e9700f --- /dev/null +++ b/profiles/targets/musl/packages @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +*app-misc/pax-utils +*sys-apps/sandbox +-*sys-apps/man-pages diff --git a/profiles/targets/musl/packages.build b/profiles/targets/musl/packages.build new file mode 100644 index 0000000..c07961a --- /dev/null +++ b/profiles/targets/musl/packages.build @@ -0,0 +1,10 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# This file lists extra packages needed to build for +# a stage 1 based on this profile. + +dev-util/pkgconf +sys-apps/attr +sys-apps/sandbox +dev-python/pyxattr diff --git a/profiles/targets/musl/use.force b/profiles/targets/musl/use.force new file mode 100644 index 0000000..79e5575 --- /dev/null +++ b/profiles/targets/musl/use.force @@ -0,0 +1,4 @@ +# Copyright 1999-2013 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +elibc_musl diff --git a/profiles/targets/musl/use.mask b/profiles/targets/musl/use.mask new file mode 100644 index 0000000..190b01b --- /dev/null +++ b/profiles/targets/musl/use.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +-elibc_musl +elibc_uclibc +elibc_glibc + +-hardened diff --git a/profiles/targets/musl/x86/eapi b/profiles/targets/musl/x86/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/targets/musl/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/musl/x86/make.defaults b/profiles/targets/musl/x86/make.defaults new file mode 100644 index 0000000..73fedb0 --- /dev/null +++ b/profiles/targets/musl/x86/make.defaults @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +ARCH="x86" +ACCEPT_KEYWORDS="${ARCH}" + +CHOST="i686-gentoo-linux-musl" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# Anthony G. Basile (01 Jul 2014) +# Multilib-related setup, bug #515130 +ABI="x86" +DEFAULT_ABI="x86" +MULTILIB_ABIS="x86" +CHOST_x86="${CHOST}" +LIBDIR_x86="lib" +IUSE_IMPLICIT="abi_x86_32" + +# Anthony G. Basile (26 Jan 2013) +# Unhide the CPU_FLAGS_X86 USE_EXPANDs. +USE_EXPAND_HIDDEN="-CPU_FLAGS_X86" diff --git a/profiles/targets/musl/x86/package.use.force b/profiles/targets/musl/x86/package.use.force new file mode 100644 index 0000000..ca264fe --- /dev/null +++ b/profiles/targets/musl/x86/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny (24 Sep 2016) +# Force the host target to avoid dependency hell +sys-devel/clang llvm_targets_X86 +sys-devel/llvm llvm_targets_X86 diff --git a/profiles/targets/musl/x86/parent b/profiles/targets/musl/x86/parent new file mode 100644 index 0000000..f3229c5 --- /dev/null +++ b/profiles/targets/musl/x86/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/targets/musl/x86/use.force b/profiles/targets/musl/x86/use.force new file mode 100644 index 0000000..eb8c5df --- /dev/null +++ b/profiles/targets/musl/x86/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Force the flag which corresponds to arch/abi, bug #515130 +x86 +abi_x86_32 diff --git a/profiles/targets/musl/x86/use.mask b/profiles/targets/musl/x86/use.mask new file mode 100644 index 0000000..a70efb0 --- /dev/null +++ b/profiles/targets/musl/x86/use.mask @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 + +# Force the flag which corresponds to arch/abi, bug #515130 +-x86 +-abi_x86_32 + +# unmask all SIMD assembler flags +-cpu_flags_x86_3dnow +-cpu_flags_x86_3dnowext +-cpu_flags_x86_aes +-cpu_flags_x86_avx +-cpu_flags_x86_avx2 +-cpu_flags_x86_fma3 +-cpu_flags_x86_fma4 +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_padlock +-cpu_flags_x86_popcnt +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_sse3 +-cpu_flags_x86_sse4_1 +-cpu_flags_x86_sse4_2 +-cpu_flags_x86_sse4a +-cpu_flags_x86_ssse3 +-cpu_flags_x86_xop + +# Masked on all profiles but x86, bug #458354 +-video_cards_geode diff --git a/profiles/targets/systemd/eapi b/profiles/targets/systemd/eapi new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/profiles/targets/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults new file mode 100644 index 0000000..8bc0648 --- /dev/null +++ b/profiles/targets/systemd/make.defaults @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +USE="systemd udev" + +BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev" diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask new file mode 100644 index 0000000..0556b1d --- /dev/null +++ b/profiles/targets/systemd/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# 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 +# strange blockers. +sys-fs/eudev +sys-fs/udev diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force new file mode 100644 index 0000000..13535a8 --- /dev/null +++ b/profiles/targets/systemd/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Mike Gilbert (22 Apr 2015) +# Force systemd to avoid depgraph breakage, bug 547360. +virtual/libgudev systemd +virtual/libudev systemd +virtual/udev systemd diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask new file mode 100644 index 0000000..c31a88f --- /dev/null +++ b/profiles/targets/systemd/package.use.mask @@ -0,0 +1,29 @@ +# 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 + +# 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 +virtual/libudev static-libs +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/profiles/targets/systemd/packages.build b/profiles/targets/systemd/packages.build new file mode 100644 index 0000000..6822234 --- /dev/null +++ b/profiles/targets/systemd/packages.build @@ -0,0 +1,6 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# Nothing pulls in systemd as a dependency for stage1, +# so we need to list it here. +sys-apps/systemd diff --git a/profiles/targets/systemd/use.mask b/profiles/targets/systemd/use.mask new file mode 100644 index 0000000..0bf6287 --- /dev/null +++ b/profiles/targets/systemd/use.mask @@ -0,0 +1,3 @@ +# People running systemd must use logind instead, bug #478258 +consolekit +-systemd -- cgit v1.2.3