summaryrefslogtreecommitdiff
path: root/profiles/baldeagleos/1.0/linux-gnu/arch/s390
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 01:39:29 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 01:39:29 -0500
commit11ff4d0c2a35dbc72e0226967c17a760a79a7a9f (patch)
tree9e573de15172605e9e782fc216022e8ece1bdf28 /profiles/baldeagleos/1.0/linux-gnu/arch/s390
parentdda0c7cb2caa520d7b2c8068b91b8c5dbc7ca80f (diff)
downloadbaldeagleos-repo-11ff4d0c2a35dbc72e0226967c17a760a79a7a9f.tar.gz
baldeagleos-repo-11ff4d0c2a35dbc72e0226967c17a760a79a7a9f.tar.xz
baldeagleos-repo-11ff4d0c2a35dbc72e0226967c17a760a79a7a9f.zip
Rename project to BaldEagleOS
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/arch/s390')
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/eapi1
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/make.defaults37
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.force7
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.mask90
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/packages3
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/parent2
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/eapi1
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/make.defaults16
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/package.use.force8
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.force6
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.mask3
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.force11
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.mask117
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.stable.mask4
14 files changed, 306 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/eapi b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/make.defaults
new file mode 100644
index 000000000000..7749f7c92fbb
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/make.defaults
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+ARCH="s390"
+ACCEPT_KEYWORDS="s390"
+
+MULTILIB_ABIS="s390"
+DEFAULT_ABI="s390"
+ABI="${DEFAULT_ABI}"
+
+CHOST="s390-ibm-linux-gnu"
+CFLAGS="-O2 -pipe"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
+
+LIBDIR_s390x="lib64"
+LIBDIR_s390="lib"
+
+INPUT_DEVICES="void"
+VIDEO_CARDS="dummy"
+
+# Michał Górny <mgorny@gentoo.org> (2014-07-01)
+# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
+# by non-multilib ebuilds when non-native ABIs are disabled.
+IUSE_IMPLICIT="abi_s390_32"
+
+# Enable abi_s390_32 for packages that don't have it forced.
+ABI_S390="32"
+
+# While multilib is available, we don't default it to on.
+BOOTSTRAP_USE="${BOOTSTRAP_USE} -multilib"
+USE="-multilib"
+
+# Hans de Graaff <graaff@gentoo.org) (2019-07-17)
+# Temporary RUBY_TARGETS for bug 688976
+RUBY_TARGETS="ruby25"
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.force b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.force
new file mode 100644
index 000000000000..7d7cebc771ad
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.force
@@ -0,0 +1,7 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Frysinger <vapier@gentoo.org> (2016-12-09)
+# The ABI changes when the flag is disabled. Force it for now.
+# https://gmplib.org/list-archives/gmp-bugs/2016-December/004039.html
+dev-libs/gmp asm
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.mask b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.mask
new file mode 100644
index 000000000000..f1f9dab66c11
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/package.use.mask
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Hans de Graaff <graaff@gentoo.org> (2019-04-08)
+# Obsolete ruby version, no newer versions keyworded or stable.
+dev-vcs/subversion ruby
+
+# Mikle Kolyada <zlogene@gentoo.org> (2018-06-03)
+# Not tested
+app-crypt/pinentry fltk
+dev-python/cssselect doc
+dev-vcs/subversion kwallet
+app-text/ghostscript-gpl cups
+# not really interested in supporting alternative
+# VCS for oberlays yet.
+app-portage/layman bazaar darcs mercurial
+dev-python/setuptools_scm mercurial test
+# no nmap gui
+net-analyzer/nmap zenmap
+# no lua support for vim
+app-editors/vim luajit lua
+# not keyworded yet
+media-gfx/imagemagick raw
+dev-db/mariadb numa
+# ipython is not really tested
+dev-python/restkit cli
+# not tested yet
+app-misc/mc samba
+app-arch/rpm test
+# no ceph keyworded
+net-analyzer/rrdtool rados
+
+
+# Michał Górny <mgorny@gentoo.org> (2017-08-08)
+# Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
+media-libs/mesa vulkan vulkan-overlay
+
+# Robin H. Johnson <robbat2@gentoo.org> (2017-08-05)
+# Upstream Git is switching to PCRE2 w/ JIT.
+# This is not available on some arches, where a fallback to PCRE1 without JIT is used.
+dev-vcs/git pcre-jit
+
+# Lars Wendler <polynomial-c@gentoo.org> (2016-11-17)
+# jit not supported on ia64 (bug #600052).
+dev-libs/libpcre2 jit
+
+# Sergey Popov <pinkbyte@gentoo.org> (2015-10-24)
+# Not tested
+net-mail/dovecot lz4
+
+# Mike Frysinger <vapier@gentoo.org> (2015-03-16)
+# Needs sci-physics/bullet tested #499974
+dev-libs/efl physics
+
+# Sergey Popov <pinkbyte@gentoo.org> (2015-02-18)
+# Not tested
+app-portage/layman g-sorcery
+
+# Mikle Kolyada <zlogene@gentoo.org> (2014-01-11)
+# too much unkeyworded dependencies (bug #497068)
+dev-vcs/git mediawiki mediawiki-experimental
+
+# Agostino Sarubbo <ago@gentoo.org< (2013-04-10)
+# It requires too much unstable dep.
+x11-libs/gtk+ colord
+
+# Justin Lecher <jlec@gentoo.org> (2013-01-09)
+# x11-base/xorg-server[xvfb] is not keyworded
+dev-lang/tk test
+
+# Raúl Porcel <armin76@gentoo.org> (2011-11-05)
+# jit not supported on s390
+dev-libs/libpcre jit
+
+# Sebastian Pipping <sping@gentoo.org> (2011-02-22)
+# No media-sound/lilypond here, yet (bug #356069)
+app-text/asciidoc test
+
+# Raúl Porcel <armin76@gentoo.org> (2008-03-27)
+# Needs gtk USE-flag
+net-dns/avahi python
+
+# missing keyword for sys-cluster/openmpi sys-cluster/mpich2
+dev-libs/boost mpi
+
+# Robin H Johnson <robbat2@gentoo.org> (2012-11-01)
+# MySQL 5.5 wants systemtap, tcmalloc & jemalloc
+>=dev-db/mysql-5.5 tcmalloc
+>=dev-db/mariadb-5.5 tcmalloc
+>=dev-db/percona-server-5.5 tcmalloc
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/packages b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/packages
new file mode 100644
index 000000000000..6c16a3cea144
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/packages
@@ -0,0 +1,3 @@
+*sys-apps/s390-tools
+
+-*sys-apps/hdparm
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/parent b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/parent
new file mode 100644
index 000000000000..7663f5297bb4
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/parent
@@ -0,0 +1,2 @@
+../../features/multilib
+../base
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/eapi b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/make.defaults
new file mode 100644
index 000000000000..1cb8ff7551a4
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/make.defaults
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+MULTILIB_ABIS="s390x"
+DEFAULT_ABI="s390x"
+ABI="${DEFAULT_ABI}"
+
+CHOST="s390x-ibm-linux-gnu"
+
+# Michał Górny <mgorny@gentoo.org> (2014-07-01)
+# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
+# by non-multilib ebuilds when non-native ABIs are disabled.
+IUSE_IMPLICIT="abi_s390_64 -abi_s390_32"
+
+# Enable abi_s390_64 for packages that don't have it forced.
+ABI_S390="64"
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/package.use.force b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/package.use.force
new file mode 100644
index 000000000000..577dcc99cc07
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/package.use.force
@@ -0,0 +1,8 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Michał Górny <mgorny@gentoo.org> (2016-11-11)
+# Force the host target to avoid dependency hell
+dev-ml/llvm-ocaml llvm_targets_SystemZ
+sys-devel/clang llvm_targets_SystemZ
+sys-devel/llvm llvm_targets_SystemZ
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.force b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.force
new file mode 100644
index 000000000000..adf5b7184416
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/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 corresponding to the only ABI.
+-abi_s390_32
+abi_s390_64
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.mask b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.mask
new file mode 100644
index 000000000000..a85334605169
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/s390x/use.mask
@@ -0,0 +1,3 @@
+# Switch ABI flags for this arch.
+abi_s390_32
+-abi_s390_64
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.force b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.force
new file mode 100644
index 000000000000..89bbb956da41
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.force
@@ -0,0 +1,11 @@
+# Copyright 1999-2014 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License, v2
+
+# Force the flag which corresponds to ARCH.
+s390
+
+# Force the flag corresponding to the only ABI.
+abi_s390_32
+
+# We do not have multilib by default.
+-multilib
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.mask b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.mask
new file mode 100644
index 000000000000..fec6cb009db1
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.mask
@@ -0,0 +1,117 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Unmask the flag which corresponds to ARCH.
+-s390
+
+# Unmask ABI flags for this arch.
+-abi_s390_32
+
+# Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> (2019‑08‑31)
+# Dependencies not keyworded.
+ayatana
+
+# Andreas Sturmlechner <asturm@gentoo.org> (2019-03-31)
+# sys-auth/elogind is not yet keyworded here. bug #681200
+elogind
+
+# James Le Cuirot <chewi@gentoo.org> (2017-06-29)
+# Unmask as this profile is big endian.
+-big-endian
+
+# Stuff we don't want/not tested
+R
+octave
+xindy
+lasi
+kde
+mpi
+fuse
+lqr
+libproxy
+tokyocabinet
+lpsol
+openexr
+enchant
+fftw
+systemd
+devil
+gts
+clang
+rtmp
+metalink
+lucene
+valgrind
+
+# This file contains a list of useflags that cannot be used on s390.
+bluetooth
+pcmcia
+cdr
+gpm
+3dfx
+acpi
+afs
+alsa
+apm
+lirc
+llvm
+java
+hardened
+vaapi
+qt5
+
+# Needs java
+pdfannotextractor
+
+# no gnome love yet
+fits
+gconf
+gimp
+gtk
+gtk2
+gtk3
+gnome
+gnome-keyring
+
+diet
+m17n-lib
+xemacs
+Xaw3d
+neXt
+motif
+mono
+ocaml
+sdl
+lm-sensors
+wxwidgets
+
+# Many X drivers make no sense on this platform.
+input_devices_elographics
+input_devices_evdev
+input_devices_joystick
+input_devices_keyboard
+input_devices_mouse
+input_devices_vmmouse
+input_devices_synaptics
+input_devices_wacom
+video_cards_amdgpu
+video_cards_fbdev
+video_cards_geode
+video_cards_glint
+video_cards_mga
+video_cards_nouveau
+video_cards_nv
+video_cards_r100
+video_cards_r128
+video_cards_r200
+video_cards_r300
+video_cards_r600
+video_cards_radeon
+video_cards_radeonsi
+
+# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2013-08-22)
+# virtual/opencl is not keyworded
+opencl
+
+# Unmask once sys-libs/libunwind gets ported & keyworded.
+unwind
diff --git a/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.stable.mask b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.stable.mask
new file mode 100644
index 000000000000..cfd0947fdfdf
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/arch/s390/use.stable.mask
@@ -0,0 +1,4 @@
+# Hans de Graaff <graaff@gentoo.org> (2019-07-17)
+# Temporary mask for stable bug 688976
+ruby_targets_ruby25
+