From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- profiles/arch/powerpc/eapi | 1 + profiles/arch/powerpc/package.mask | 19 ++ profiles/arch/powerpc/package.use | 6 + profiles/arch/powerpc/package.use.force | 18 ++ profiles/arch/powerpc/package.use.mask | 350 +++++++++++++++++++++ profiles/arch/powerpc/package.use.stable.mask | 73 +++++ profiles/arch/powerpc/packages | 10 + profiles/arch/powerpc/parent | 1 + profiles/arch/powerpc/ppc32/eapi | 1 + profiles/arch/powerpc/ppc32/make.defaults | 37 +++ profiles/arch/powerpc/ppc32/package.use | 2 + profiles/arch/powerpc/ppc32/package.use.mask | 124 ++++++++ .../arch/powerpc/ppc32/package.use.stable.mask | 44 +++ profiles/arch/powerpc/ppc32/parent | 1 + profiles/arch/powerpc/ppc32/use.force | 5 + profiles/arch/powerpc/ppc32/use.mask | 20 ++ profiles/arch/powerpc/ppc32/use.stable.mask | 9 + profiles/arch/powerpc/ppc64/32ul/eapi | 1 + profiles/arch/powerpc/ppc64/32ul/make.defaults | 16 + profiles/arch/powerpc/ppc64/32ul/package.mask | 2 + profiles/arch/powerpc/ppc64/32ul/package.use.mask | 6 + profiles/arch/powerpc/ppc64/32ul/packages | 5 + profiles/arch/powerpc/ppc64/32ul/parent | 3 + profiles/arch/powerpc/ppc64/32ul/use.force | 10 + profiles/arch/powerpc/ppc64/32ul/use.mask | 13 + profiles/arch/powerpc/ppc64/64le/eapi | 1 + profiles/arch/powerpc/ppc64/64le/make.defaults | 8 + profiles/arch/powerpc/ppc64/64le/parent | 1 + profiles/arch/powerpc/ppc64/64le/use.mask | 10 + profiles/arch/powerpc/ppc64/64ul/eapi | 1 + profiles/arch/powerpc/ppc64/64ul/make.defaults | 11 + profiles/arch/powerpc/ppc64/64ul/package.mask | 6 + profiles/arch/powerpc/ppc64/64ul/package.use.mask | 30 ++ profiles/arch/powerpc/ppc64/64ul/parent | 1 + profiles/arch/powerpc/ppc64/64ul/use.mask | 85 +++++ profiles/arch/powerpc/ppc64/eapi | 1 + profiles/arch/powerpc/ppc64/make.defaults | 41 +++ profiles/arch/powerpc/ppc64/package.use | 6 + profiles/arch/powerpc/ppc64/package.use.force | 9 + profiles/arch/powerpc/ppc64/package.use.mask | 131 ++++++++ .../arch/powerpc/ppc64/package.use.stable.mask | 32 ++ profiles/arch/powerpc/ppc64/parent | 1 + profiles/arch/powerpc/ppc64/use.force | 5 + profiles/arch/powerpc/ppc64/use.mask | 31 ++ profiles/arch/powerpc/ppc64/use.stable.mask | 5 + profiles/arch/powerpc/use.mask | 180 +++++++++++ profiles/arch/powerpc/use.stable.mask | 22 ++ 47 files changed, 1395 insertions(+) create mode 100644 profiles/arch/powerpc/eapi create mode 100644 profiles/arch/powerpc/package.mask create mode 100644 profiles/arch/powerpc/package.use create mode 100644 profiles/arch/powerpc/package.use.force create mode 100644 profiles/arch/powerpc/package.use.mask create mode 100644 profiles/arch/powerpc/package.use.stable.mask create mode 100644 profiles/arch/powerpc/packages create mode 100644 profiles/arch/powerpc/parent create mode 100644 profiles/arch/powerpc/ppc32/eapi create mode 100644 profiles/arch/powerpc/ppc32/make.defaults create mode 100644 profiles/arch/powerpc/ppc32/package.use create mode 100644 profiles/arch/powerpc/ppc32/package.use.mask create mode 100644 profiles/arch/powerpc/ppc32/package.use.stable.mask create mode 100644 profiles/arch/powerpc/ppc32/parent create mode 100644 profiles/arch/powerpc/ppc32/use.force create mode 100644 profiles/arch/powerpc/ppc32/use.mask create mode 100644 profiles/arch/powerpc/ppc32/use.stable.mask create mode 100644 profiles/arch/powerpc/ppc64/32ul/eapi create mode 100644 profiles/arch/powerpc/ppc64/32ul/make.defaults create mode 100644 profiles/arch/powerpc/ppc64/32ul/package.mask create mode 100644 profiles/arch/powerpc/ppc64/32ul/package.use.mask create mode 100644 profiles/arch/powerpc/ppc64/32ul/packages create mode 100644 profiles/arch/powerpc/ppc64/32ul/parent create mode 100644 profiles/arch/powerpc/ppc64/32ul/use.force create mode 100644 profiles/arch/powerpc/ppc64/32ul/use.mask create mode 100644 profiles/arch/powerpc/ppc64/64le/eapi create mode 100644 profiles/arch/powerpc/ppc64/64le/make.defaults create mode 100644 profiles/arch/powerpc/ppc64/64le/parent create mode 100644 profiles/arch/powerpc/ppc64/64le/use.mask create mode 100644 profiles/arch/powerpc/ppc64/64ul/eapi create mode 100644 profiles/arch/powerpc/ppc64/64ul/make.defaults create mode 100644 profiles/arch/powerpc/ppc64/64ul/package.mask create mode 100644 profiles/arch/powerpc/ppc64/64ul/package.use.mask create mode 100644 profiles/arch/powerpc/ppc64/64ul/parent create mode 100644 profiles/arch/powerpc/ppc64/64ul/use.mask create mode 100644 profiles/arch/powerpc/ppc64/eapi create mode 100644 profiles/arch/powerpc/ppc64/make.defaults create mode 100644 profiles/arch/powerpc/ppc64/package.use create mode 100644 profiles/arch/powerpc/ppc64/package.use.force create mode 100644 profiles/arch/powerpc/ppc64/package.use.mask create mode 100644 profiles/arch/powerpc/ppc64/package.use.stable.mask create mode 100644 profiles/arch/powerpc/ppc64/parent create mode 100644 profiles/arch/powerpc/ppc64/use.force create mode 100644 profiles/arch/powerpc/ppc64/use.mask create mode 100644 profiles/arch/powerpc/ppc64/use.stable.mask create mode 100644 profiles/arch/powerpc/use.mask create mode 100644 profiles/arch/powerpc/use.stable.mask (limited to 'profiles/arch/powerpc') diff --git a/profiles/arch/powerpc/eapi b/profiles/arch/powerpc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/powerpc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/powerpc/package.mask b/profiles/arch/powerpc/package.mask new file mode 100644 index 000000000000..e0703e4a8321 --- /dev/null +++ b/profiles/arch/powerpc/package.mask @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Brent Baude (20 Nov 2012) +# Masking kgcc64 now that toolchain is biarch +sys-devel/kgcc64 + +# Ben de Groot (2 Jun 2012) +# Since there is no longer a working keyworded version of +# media-video/smplayer (see bug 383945) +x11-themes/smplayer-themes + +# Alexey Shvetsov (21 May 2012) +# Need deps pecl-apc and pecl-uploadprogress bug #416897 +>=www-apps/drupal-7.14 + +# Doug Goldstein (11 Jan 2013) +# Masked due to depends on bug #438780 +>=app-emulation/qemu-1.2.0 diff --git a/profiles/arch/powerpc/package.use b/profiles/arch/powerpc/package.use new file mode 100644 index 000000000000..6195ca57993e --- /dev/null +++ b/profiles/arch/powerpc/package.use @@ -0,0 +1,6 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Doug Goldstein (29 Oct 2012) +# Enable the native arch as the default qemu target +app-emulation/qemu qemu_softmmu_targets_ppc diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force new file mode 100644 index 000000000000..447d4135aff6 --- /dev/null +++ b/profiles/arch/powerpc/package.use.force @@ -0,0 +1,18 @@ +# Copyright 1999-2017 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_PowerPC +sys-devel/llvm llvm_targets_PowerPC + +# Mike Frysinger (16 Mar 2015) +# Needs dev-lang/luajit tested #499974 +dev-libs/efl oldlua + +# Kacper Kowalik (16 Jan 2011) +# bug 303931 +# sci-chemistry/arp-warp-bin is not available for ppc +# sci-chemistry/solve-resolve-bin is not available for ppc +# sci-chemistry/cns is not available for ppc +sci-libs/cctbx minimal diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask new file mode 100644 index 000000000000..01541f3f709b --- /dev/null +++ b/profiles/arch/powerpc/package.use.mask @@ -0,0 +1,350 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michael Palimaka (30 Sep 2017) +# Required dependencies are not keyworded. +x11-themes/qtcurve plasma + +# Jonathan Scruggs (23 Sep 2017) +# dependencies not keyworded yet +media-libs/openimageio field3d ptex + +# Arfrever Frehtes Taifersar Arahesis (22 Aug 2017) +# Dictionary Manager requires unkeyworded dev-qt/qtwebengine. +app-i18n/fcitx-libpinyin dictionary-manager + +# Göktürk Yüksek (15 Aug 2017) +# Requires java +app-forensics/sleuthkit java + +# Michał Górny (10 Aug 2017) +# Requires USE=ipmi which is masked in this profile. +sys-power/nut ups_drivers_nut-ipmipsu + +# Michał Górny (08 Aug 2017) +# Required VIDEO_CARDS=i965/radeonsi, both masked in this profile. +media-libs/mesa vulkan + +# Michał Górny (08 Aug 2017) +# Requires USE=opencl that is masked in this profile. +net-misc/bfgminer adl lm_sensors + +# Andreas Sturmlechner (31 Jul 2017) +# Mask for removal of ancient versions of media-libs/libvisio, +# media-libs/libcdr, app-text/libwpd and app-text/libwpg +media-gfx/inkscape cdr visio wpg + +# Michael Weber (14 Mar 2017) +# mask unkeyworded dependency media-libs/glfw +app-text/mupdf opengl + +# Jason Zaman (09 May 2017) +# x11-libs/libXpresent is not keyworded on ppc +xfce-base/xfwm4 xpresent + +# Michael Weber (06 Apr 2017) +# mask unkeyworded dep pymongo -> mongodb +app-portage/g-sorcery bson + +# Michał Górny (24 Mar 2017) +# libcxx fails to compile on ppc*, #595744. +sys-devel/clang default-libcxx +sys-devel/clang-runtime libcxx + +# Andreas Sturmlechner (27 Feb 2017) +# Requires dev-qt/qtwebengine, not keyworded on ppc +sci-geosciences/gpsbabel gui + +# James Le Cuirot (14 Dec 2016) +# DOSBox + OpenGLide is untested on this arch. +games-emulation/dosbox glide + +# Thomas Deutschmann (26 Aug 2016) +# Enable numa support on supported architectures +dev-db/percona-server -numa + +# Pacho Ramos (21 Aug 2016) +# gnat-gpl is being removed, bug #514074 +mail-client/alpine topal + +# Davide Pesavento (28 Jul 2016) +# The corresponding Qt5 modules are not keyworded on ppc, and we don't want to +# keyword them solely because of PyQt5 while there are no other in-tree users. +dev-python/PyQt5 bluetooth location webengine + +# Michael Palimaka (07 Jul 2016) +# Requires unkeyworded dependencies +app-misc/hachoir-metadata kde +dev-vcs/subversion kwallet +games-arcade/jumpnbump kde +kde-apps/katepart handbook +kde-frameworks/kdelibs handbook policykit +net-libs/libproxy kde +net-voip/ekiga kde +sys-auth/polkit kde +sys-block/gparted kde +virtual/notification-daemon kde +x11-misc/lightdm kde + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-python/PyQt5 +net-print/hplip qt5 + +# Johannes Huber (26 Mar 2016) +# Unkeyworded dependency x11-libs/snorenotify +net-irc/quassel snorenotify + +# Rick Farina (23 Mar 2016) +# rspec:3 is not keyworded for x86 at this time +=dev-ruby/bundler-audit-0.5.0 test + +# Justin Lecher (22 Feb 2016) +# Missing test deps keyword #575366 +dev-cpp/eigen test + +# Mike Frysinger (21 Feb 2016) +# Needs arch love for elementary. #575322 +media-libs/elementary javascript + +# Pacho Ramos (15 Nov 2015) +# Missing keywords +media-sound/rhythmbox upnp-av + +# Pacho Ramos (27 Oct 2015) +# Missing keywords +net-wireless/blueman appindicator + +# Chí-Thanh Christopher Nguyễn (26 Oct 2015) +# x11-drivers/xf86-video-amdgpu is not keyworded +x11-base/xorg-drivers video_cards_amdgpu + +# Bernard Cafarelli (06 Aug 2015) +# Dependencies missing keywords, bug #543604 +sys-devel/llvm ocaml + +# Gilles Dartiguelongue (10 Jun 2015) +# net-libs/dleyna-connector-dbus lack ppc/ppc64 keyword, bug #551634 +>=media-plugins/grilo-plugins-0.2.14 upnp-av + +# Justin Lecher (18 May 2015) +# missing keywords +dev-python/matplotlib qt5 test + +# Pacho Ramos (15 May 2015) +# Missing keywords +net-dns/unbound dnstap + +# Markos Chandras (18 Apr 2015) +# samba-4 not keyworded on ppc/ppc64 +sys-auth/sssd samba + +# Mike Frysinger (16 Mar 2015) +# Needs sci-physics/bullet & media-libs/libsdl2 tested #499974 +dev-libs/efl physics sdl +media-libs/elementary sdl + +# Andreas K. Huettel (15 Feb 2015) +# There's no keyworded office implementation anymore. +gnome-extra/sushi office + +# Alexis Ballier (11 Feb 2015) +# Missing ffmpeg deps, bug #510340 +media-video/ffmpeg x265 + +# Patrick Lauer (10 Feb 2015) +# Missing keywords for media-libs/x265 +media-video/libav x265 + +# Markos Chandras (07 Feb 2015) +# app-admin/cgmanager misses PPC/PPC64 keywords. Bug #539208 +app-emulation/lxc cgmanager + +# Mark Wright (14-24 Dec 2014, 1 Apr 2015) +# test dependencies need keywording +dev-haskell/binary test +dev-haskell/dlist test +dev-haskell/haskell-src-exts test +dev-haskell/text test +dev-haskell/vector test +dev-util/bnfc test + +# Anthony G. Basile (17 Aug 2014) +# This pulls in qemu[smartcard] which is masked +net-misc/spice-gtk smartcard + +# Anthony G. Basile (16 Aug 2014) +# Ultimately pulls in nodejs which is broken. +dev-ruby/sprockets test + +# Anthony G. Basile (15 Aug 2014) +# Ultimately pulls in nodejs which is broken. +dev-ruby/haml test + +# Anthony G. Basile (14 Aug 2014) +# Mask these flags since mongodb is broken on ppc/ppc64 +dev-python/ipython doc matplotlib mongodb nbconvert notebook qt4 test + +# Anthony G. Basile (12 Aug 2014) +# Ultimately pulls in nodejs which is broken. +dev-ruby/actionpack test + +# Anthony G. Basile (12 Aug 2014) +# Ultimately pulls in nodejs which is broken. +dev-ruby/tilt test + +# Anthony G. Basile (12 Aug 2014) +# Pulls in ceph which is broken. Masked per dev-zero. +sys-block/fio rbd + +# Andreas K. Huettel (14 Jun 2014) +# dependency sci-libs/vtk not keyworded on ppc yet +media-libs/opencv vtk + +# Johannes Huber (16 Apr 2014) +# unkeyworded deps +kde-apps/gwenview semantic-desktop + +# Pacho Ramos (22 Feb 2013) +# Missing keywords, bug #495250 +>=gnome-base/gnome-extra-apps-3.10 tracker + +# Pacho Ramos (10 Feb 2014) +# Missing keywords, bug #495254 +>=dev-libs/totem-pl-parser-3.10 quvi + +# Pacho Ramos (28 Nov 2013) +# Missing keywords, bug #492820 +net-im/telepathy-connection-managers sipe + +# Pacho Ramos (31 Oct 2013) +# Missing keywords, bug #478254 +gnome-base/gnome classic extras + +# Mark Wright (26 Oct 2013) +# template-haskell not yet available +dev-haskell/dataenc test + +# Agostino Sarubbo (24 Aug 2013) +# Klibc does not work anymore on ppc +app-shells/mksh static + +# Pacho Ramos (20 Jul 2013) +# Keywords pending, bug #476710 +>=gnome-base/gnome-extra-apps-3.8 games + +# Agostino Sarubbo (23 Apr 2013) +# dev-db/spatialite fails to compile on ppc* +sci-libs/gdal spatialite + +# Julian Ospald (31 Mar 2013) +# depends on mono/monodevelop +>=net-irc/hexchat-2.9.4-r1 theme-manager + +# Alexandre Rostovtsev (31 Jan 2013) +# remove mask when net-libs/libqmi is keyworded here +net-misc/modemmanager qmi qmi-newest + +# Alexandre Rostovtsev (22 Jan 2013) +# remove mask if/when media-gfx/argyllcms is keywored here. +x11-misc/colord argyllcms extra-print-profiles + +# Anthony G. Basile (15 Nove 2012) +# Mask telepathy, no stable net-libs/telepathy-qt, bug #441456 +net-im/choqok telepathy + +# Robin H Johnson (01 Nov 2012) +# 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 + +# Anthony G. Basile (29 Sep 2012) +# dev-cpp/tbb does not build on ppc ppc64 so mask any +# dependencies on it +media-libs/openimageio tbb + +# Samuli Suominen (27 Sep 2012) +# I don't want to open this can of worms yet. Feel free +# to do so. +dev-ruby/rack-test test + +# Anthony G. Basile (21 Aug 2012) +# Does not work on ppc/ppc64 +net-vpn/tor tor-hardening + +# Brent Baude (06 Mar 2012) +# masking kde on gajim +net-im/gajim kde + +# Pacho Ramos (07 May 2012) +# libhid is not keyworded +app-misc/lcdproc hid lcd_devices_mdm166a + +# Brent Baude (06 Mar 2012) +# masking wimax use flag +net-misc/connman ofono + +# Alexey Shvetsov (20 Jan 2012) +# Mask some use flags for openmpi due to unkeyworded deps +sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover + +# Kacper Kowalik (20 Nov 2011) +# Dropped dietlibc wrt #364103 +sys-fs/dmraid dietlibc + +# Patrick McLean (07 Sep 2011) +# missing keywords on dependencies +media-video/x264-encoder ffmpegsource + +# Robin H. Johnson (03 Sep 2011) +# Remove this for your arch after you keyword dev-utils/google-perftools (bug #381737 +dev-libs/libmemcached tcmalloc + +# Kacper Kowalik (10 Aug 2011) +# mask cuda dep for opencv bug 365451 +media-libs/opencv cuda + +# Doug Goldstein (27 May 2011) +# app-emulation/spice, app-emulation/xen, and sys-cluster/ceph +# are not keyworded. bug #368959 +# sys-apps/usbredir +app-emulation/qemu spice xen rbd usbredir + +# Kacper Kowalik (16 Jan 2011) +# bug 350513, app-pda/jpilot is not keyworded +mail-client/claws-mail pda + +# Sebastian Pipping (22 Feb 2011) +# No media-sound/lilypond here, yet (bug #356069) +app-text/asciidoc test + +# Justin Lecher (01 Nov 2010) +# Deps not Keyworded +sci-chemistry/apbs fetk iapbs python + +# Alexey Shvetsov (22 Aug 2010) +# sci-chemistry/msms not available for this arch +sci-chemistry/vmd msms + +# Alexey Shvetsov (23 Feb 2010) +# media-gfx/tachyon needed to be keyworded per bug #306549 +sci-chemistry/vmd tachyon + +# Pacho Ramos +# Not keyworded +media-plugins/gst-plugins-meta dts vcd vpx + +# QA: This entry is moved from INVALID location from default/linux/powerpc. +# VDPAU is currently not keyworded on PPC since its a nvidia-drivers feature +# only presently. If other drivers support it in the future, then this can +# get unmasked +media-tv/mythtv vdpau + +# Brent Baude +# masking zephyr USE on pidgin +net-im/pidgin zephyr + +# Joseph Jezak (28 Jun 2007) +# Masked Parallel LCD devices for bug #180683 +# app-misc/lcd4linux +app-misc/lcd4linux lcd_devices_hd44780 diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask new file mode 100644 index 000000000000..fa424400d140 --- /dev/null +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -0,0 +1,73 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# When you add an entry to the top of this file, add your name, the date, and +# an explanation of why something is getting masked. Please be extremely +# careful not to commit atoms that are not valid, as it can cause large-scale +# breakage, especially if it ends up in the daily snapshot. +# +## Example: +## +## # Dev E. Loper (28 Jun 2012) +## # Masking foo USE flag until we can get the +## # foo stuff to work properly again (bug 12345) +## =media-video/mplayer-0.90_pre5 foo +## =media-video/mplayer-0.90_pre5-r1 foo +# + +#--- END OF EXAMPLES --- + +# David Seifert (23 Sep 2017) +# MPI does not have stable keywords on ppc/ppc64 +sci-libs/fftw mpi + +# Andreas Sturmlechner (03 Sep 2017) +# Stable-masking mpi support so Boost stabilization can go ahead +# Boost 1.63 (bug 624662), Boost 1.62 (bug 590244) +=dev-libs/boost-1.62* mpi +=dev-libs/boost-1.63* mpi + +# Mikle Kolyada (25 Aug 2017) +# ceph has never been stabilized under either ~ppc or ~ppc64 +sys-fs/multipath-tools rbd + +# Pacho Ramos (01 Nov 2016) +# Dependencies not going to stable for now +dev-util/geany-plugins gtkspell + +# Pacho Ramos (01 Nov 2016) +# net-misc/libteam is now ~ppc ~ppc64 +net-misc/networkmanager teamd + +# Michael Palimaka (21 Oct 2016) +# Requires media-libs/opencv which is not stable +media-plugins/frei0r-plugins facedetect +media-video/vlc opencv + +# Michael Palimaka (25 May 2016) +# Dependencies not stable +app-arch/p7zip kde +app-i18n/uim kde +dev-vcs/subversion kwallet +games-arcade/jumpnbump kde +media-video/vlc kde +net-irc/quassel kde +net-libs/libproxy kde +net-voip/ekiga kde +sys-auth/polkit kde +x11-misc/xscreensaver new-login + +# Pacho Ramos (15 May 2015) +# Missing stable +dev-libs/protobuf python + +# Pacho Ramos (06 Sep 2015) +# webkit-gtk is going to stay in ~all but amd64/x86 +# that are the only arches upstream is taking care +>=x11-libs/wxGTK-3.0.2.0-r1 webkit + +# Justin Lecher (21 Feb 2015) +# Needs stable GNOME-3 +net-fs/netatalk tracker +app-office/homebank ofx +net-libs/aqbanking ofx diff --git a/profiles/arch/powerpc/packages b/profiles/arch/powerpc/packages new file mode 100644 index 000000000000..60557a8532f4 --- /dev/null +++ b/profiles/arch/powerpc/packages @@ -0,0 +1,10 @@ +# Copyright 2005-2008 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +*sys-fs/hfsutils +*sys-fs/hfsplusutils + +# Brent Baude (29 Nov 2012) +# Removing kgcc64 from system packages now that toolchain is biarch +-*sys-devel/kgcc64 + diff --git a/profiles/arch/powerpc/parent b/profiles/arch/powerpc/parent new file mode 100644 index 000000000000..eb001c6e8ab8 --- /dev/null +++ b/profiles/arch/powerpc/parent @@ -0,0 +1 @@ +../base diff --git a/profiles/arch/powerpc/ppc32/eapi b/profiles/arch/powerpc/ppc32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/powerpc/ppc32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults new file mode 100644 index 000000000000..57c5d7770ef5 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# All extra USE/etc should be specified in sub-profiles. +# DO NOT POLLUTE USE ON THIS PROFILE. + +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +CHOST="powerpc-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# 2006/08/18 - Donnie Berkholz +# Defaults for video drivers +VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx trident voodoo" + +# 2006/12/06 - Diego Pettenò +# Defaults for PowerPC sound driver +ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" + +# Michał Górny (27 Jun 2014) +# Multilib-related setup for compatibility with future multilib. +ABI="ppc" +DEFAULT_ABI="ppc" +MULTILIB_ABIS="ppc" +CHOST_ppc="${CHOST}" +LIBDIR_ppc="lib" + +# Michał Górny (27 Jun 2014) +# Make the ABI flag implicit for compatibility with native ebuilds. +IUSE_IMPLICIT="abi_ppc_32" + +# Enable abi_ppc_32 for packages that don't have it forced. +ABI_PPC="32" diff --git a/profiles/arch/powerpc/ppc32/package.use b/profiles/arch/powerpc/ppc32/package.use new file mode 100644 index 000000000000..320a6bbb1a0c --- /dev/null +++ b/profiles/arch/powerpc/ppc32/package.use @@ -0,0 +1,2 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask new file mode 100644 index 000000000000..f9284d17fab6 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -0,0 +1,124 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Sergei Trofimovich (3 Oct 2017) +# Incomplete support, bug #605878. +net-vpn/tor seccomp + +# Michał Górny (23 Mar 2017) +# Most of clang runtimes are not supported here +sys-devel/clang-runtime openmp sanitize +sys-libs/libcxx libcxxrt + +# Michael Weber (15 Mar 2017) +# Cannot test non-free dependency dev-libs/device-atlas-api-c +net-proxy/haproxy device-atlas + +# Bernard Cafarelli <25 Jan 2017) +# Requires a Java dependency +app-text/tesseract scrollview + +# Davide Pesavento (21 Jan 2017) +# Requires unkeyworded dev-python/PyQt5 +dev-python/qscintilla-python qt5 + +# Andreas K. Hüttel (13 Dec 2016) +# Dropping ppc from sci-libs/armadillo, bug 555896 +sci-libs/gdal armadillo + +## Thomas Deutschmann (2016-12-04) +# sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded +sci-libs/gdal mdb + +# Michał Górny (18 Nov 2016) +# libomp does not support 32-bit PPC, #600148. +sys-devel/clang-runtime openmp + +# Arfrever Frehtes Taifersar Arahesis (01 Aug 2016) +# dev-qt/qtwebkit:5 and kde-frameworks/*:5 not keyworded. +net-irc/kvirc kde webkit + +# Alexandre Rostovtsev (28 Jun 2016) +# Missing keywords on app-text/gspell - bug #587368 +>=app-editors/gedit-3.20 spell + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-qt/qtmultimedia:5 +media-plugins/audacious-plugins qt5 +net-analyzer/wireshark qt5 +sci-astronomy/stellarium sound + +# Davide Pesavento (06 Jun 2016) +# Requires unkeyworded dev-qt/qtwebkit:5, which is a PITA to maintain on +# minor arches and has been declared deprecated by upstream. So we'd like +# to avoid keywording it, unless requested by users. +app-office/texmaker qt5 +dev-qt/designer webkit +net-irc/quassel webkit +kde-plasma/libksysguard detailedmemory + +# James Le Cuirot (30 Jan 2016) +# scrollview requires Java, which is unsupported on ppc. +app-text/tesseract scrollview + +# James Le Cuirot (12 Jan 2015) +# Java is no longer supported on ppc. +app-text/texlive pdfannotextractor +dev-lang/logtalk fop +gnome-extra/libgda reports +net-analyzer/wireshark doc-pdf + +# Michael Weber (09 Jan 2016) +# no ppc support in media-libs/glfw +app-text/mupdf opengl + +# Ian Delaney (04 Jan 2016) +# on behalf of Ilya Tumaykin +# media-libs/libsdl2 lacked ppc32 keyword at the time. See bug #508226. +# Ready for the next stable mpv version after the one below. +=media-video/mpv-0.18.0-r1 sdl + +# Anthony G. Basile (26 Oct 2015) +# Mask x265 on vlc for bug #564138 +media-video/vlc x265 + +# Ben de Groot (20 Jul 2015) +# missing keyword +media-sound/audacity midi soundtouch + +# Pacho Ramos (02 Jun 2015) +# Missing keywords (02 Jun 2015) +net-misc/connman openconnect + +# Pacho Ramos (15 May 2015) +# Missing stable +dev-libs/protobuf python + +# Michał Górny (01 Mar 2015) +# pidgin-opensteamworks is only available for amd64, ppc32 and x86 +net-im/telepathy-connection-managers -steam + +# Pacho Ramos (14 Jan 2015) +# Missing keywords +app-misc/workrave mate + +# Patrick Lauer (13 Jan 2015) +# Dependencies lack keywords +games-fps/lsdldoom shareware + +# Julian Ospald (23 Nov 2013) +# FIXME: app-arch/innoextract not available under ppc yet +games-fps/duke3d-data gog + +# Maciej Mrozowski (26 Jun 2010) +# Needs media-libs/simage keyworded, bug 325623 +media-libs/coin simage + +#nixnut (24 jan 2009) +#don't want zemberek for enchant for ppc32 +app-text/enchant zemberek + +# Chí-Thanh Christopher Nguyễn (11 Jul 2016) +# Requires unkeyworded kde-frameworks packages +net-irc/quassel qt5 + diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask b/profiles/arch/powerpc/ppc32/package.use.stable.mask new file mode 100644 index 000000000000..1130758c84d5 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# When you add an entry to the top of this file, add your name, the date, and +# an explanation of why something is getting masked. Please be extremely +# careful not to commit atoms that are not valid, as it can cause large-scale +# breakage, especially if it ends up in the daily snapshot. +# +## Example: +## +## # Dev E. Loper (28 Jun 2012) +## # Masking foo USE flag until we can get the +## # foo stuff to work properly again (bug 12345) +## =media-video/mplayer-0.90_pre5 foo +## =media-video/mplayer-0.90_pre5-r1 foo +# + +#--- END OF EXAMPLES --- + +# Michael Weber (01 Mar 2017) +# Mask until >sys-cluster/ceph-0.94 goes stable +net-analyzer/rrdtool rados + +# Pacho Ramos (15 May 2015) +# Missing keywords +net-misc/connman l2tp openconnect +sci-libs/plplot ocaml + +# Pacho Ramos (02 Jul 2014) +# Mask due Gnome3 not going to be stabilized on this arch +app-misc/gramps webkit +dev-java/swt webkit +>=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google +mail-client/balsa webkit +media-gfx/gimp webkit +>=net-libs/webkit-gtk-2.4 geoloc +net-libs/libproxy webkit +>=x11-libs/gtk+-3.12.2 cloudprint +x11-libs/gksu gnome + +# Chí-Thanh Christopher Nguyễn (11 Jul 2016) +# Requires unstable dev-qt/qtx11extras:5 (bug 585228) +=x11-themes/qtcurve-1.8.18-r1 qt5 diff --git a/profiles/arch/powerpc/ppc32/parent b/profiles/arch/powerpc/ppc32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/powerpc/ppc32/use.force b/profiles/arch/powerpc/ppc32/use.force new file mode 100644 index 000000000000..5da3746141ae --- /dev/null +++ b/profiles/arch/powerpc/ppc32/use.force @@ -0,0 +1,5 @@ +# Force the flag which corresponds to ARCH. +ppc + +# Force the flag corresponding to the only ABI. +abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc32/use.mask b/profiles/arch/powerpc/ppc32/use.mask new file mode 100644 index 000000000000..411b8f3b6130 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/use.mask @@ -0,0 +1,20 @@ +# Unmask the flag which corresponds to ARCH. +-ppc + +# James Le Cuirot (12 Jan 2015) +# Java is no longer supported on ppc. +java + +# Michał Górny (27 Jun 2014) +# Unmask multilib flag for the ABI. +-abi_ppc_32 + +# Andrey Grozin (25 Jun 2014) +# keyworded on ppc +-clisp +-ecls +-sbcl + +# Pacho Ramos (11 Sep 2013) +# Unmask systemd since it is keyworded here. +-systemd diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask new file mode 100644 index 000000000000..ab73cb222f1a --- /dev/null +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -0,0 +1,9 @@ +# Andrey Grozin (25 Jun 2014) +# no stable versions on ppc +clisp +ecls +sbcl + +# Chí-Thanh Christopher Nguyễn (25 Mar 2014) +# appears to not work correctly since mesa-10 +opencl diff --git a/profiles/arch/powerpc/ppc64/32ul/eapi b/profiles/arch/powerpc/ppc64/32ul/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/powerpc/ppc64/32ul/make.defaults b/profiles/arch/powerpc/ppc64/32ul/make.defaults new file mode 100644 index 000000000000..9865b69f3450 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/make.defaults @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# All extra USE/etc should be specified in sub-profiles. +# DO NOT POLLUTE USE ON THIS PROFILE. + +ARCH="ppc" +CHOST="powerpc-unknown-linux-gnu" +ABI="ppc" +MULTILIB_ABIS="ppc" +DEFAULT_ABI="ppc" +ACCEPT_KEYWORDS="${ARCH} -ppc64" + +# Michał Górny (27 Jun 2014) +# Make the ABI flag implicit for compatibility with native ebuilds. +IUSE_IMPLICIT="abi_ppc_32 -abi_ppc_64" diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask new file mode 100644 index 000000000000..87c0b7d6d57e --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/package.mask @@ -0,0 +1,2 @@ +# Copyright 2012-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/arch/powerpc/ppc64/32ul/package.use.mask b/profiles/arch/powerpc/ppc64/32ul/package.use.mask new file mode 100644 index 000000000000..d8b82b6600b1 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Thomas Deutschmann (2016-12-04) +# sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded +sci-libs/gdal mdb diff --git a/profiles/arch/powerpc/ppc64/32ul/packages b/profiles/arch/powerpc/ppc64/32ul/packages new file mode 100644 index 000000000000..66d529b24633 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/packages @@ -0,0 +1,5 @@ +# Copyright 2012-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +# This is no longer needed for ppc64-32ul builds +-*sys-devel/kgcc64 diff --git a/profiles/arch/powerpc/ppc64/32ul/parent b/profiles/arch/powerpc/ppc64/32ul/parent new file mode 100644 index 000000000000..0cd1f96e3181 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/parent @@ -0,0 +1,3 @@ +../../../../features/multilib +.. +../../ppc32 diff --git a/profiles/arch/powerpc/ppc64/32ul/use.force b/profiles/arch/powerpc/ppc64/32ul/use.force new file mode 100644 index 000000000000..2516d63d66d4 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/use.force @@ -0,0 +1,10 @@ +# Force the flag which corresponds to ARCH. +ppc + +# Unforce the flag which corresponds to the 64-bit ARCH. +-ppc64 + +# Michał Górny (27 Jun 2014) +# Switch multilib flags for the ABI. +-abi_ppc_64 +abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc64/32ul/use.mask b/profiles/arch/powerpc/ppc64/32ul/use.mask new file mode 100644 index 000000000000..e39345da96c5 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/32ul/use.mask @@ -0,0 +1,13 @@ +# Unmask the flag which corresponds to ARCH. +-ppc + +# Mask the flag which corresponds to the 64-bit ARCH. +ppc64 + +# We mask this since we're not really a multilib profile +multilib + +# Michał Górny (27 Jun 2014) +# Switch multilib flags for the ABI. +abi_ppc_64 +-abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc64/64le/eapi b/profiles/arch/powerpc/ppc64/64le/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64le/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/powerpc/ppc64/64le/make.defaults b/profiles/arch/powerpc/ppc64/64le/make.defaults new file mode 100644 index 000000000000..f02939cf2c63 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64le/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +CHOST="powerpc64le-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/profiles/arch/powerpc/ppc64/64le/parent b/profiles/arch/powerpc/ppc64/64le/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64le/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/powerpc/ppc64/64le/use.mask b/profiles/arch/powerpc/ppc64/64le/use.mask new file mode 100644 index 000000000000..b8ad07b24a5a --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64le/use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# James Le Cuirot (29 Jun 2017) +# Remask as this profile is little endian. +big-endian + +# 2008/02/13 - Chris Gianelloni +# Mask multilib, since we cannot use it. +multilib diff --git a/profiles/arch/powerpc/ppc64/64ul/eapi b/profiles/arch/powerpc/ppc64/64ul/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64ul/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/powerpc/ppc64/64ul/make.defaults b/profiles/arch/powerpc/ppc64/64ul/make.defaults new file mode 100644 index 000000000000..a9f325bb82c1 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64ul/make.defaults @@ -0,0 +1,11 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# All extra USE/etc should be specified in sub-profiles. +# DO NOT POLLUTE USE ON THIS PROFILE. + +MULTILIB_ABIS="ppc64" + +CFLAGS_ppc64="-m64" + +LIBDIR_ppc64="lib64" diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask b/profiles/arch/powerpc/ppc64/64ul/package.mask new file mode 100644 index 000000000000..bbf97dd6ceef --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64ul/package.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# =gcc-4 on ppc64 +sys-libs/libstdc++-v3 + (07 Aug 2017) +# Requires USE=networkmanager that is masked in this profile. +app-misc/geoclue skyhook + +# Brian Evans (23 Nov 2015) +# unmask galera for dev-db/mariadb +>=dev-db/mariadb-10.1.0 -galera + +# Agostino Sarubbo (31 Jan 2012) +# Mask because requires a lot of unstable depends not ready for the stabilization +gnome-extra/nm-applet bluetooth + +# Brent Baude (06 Jan 2010) +# masking toolame for mplayer bug 280281 +media-video/mplayer toolame + +# Brent Baude (31 Dec 2009) +# Masking for bug 274847 +app-admin/conky apcupsd + +# Brent Baude (6 Feb 2009) +# Masking solver/ocaml USE from kalzium to fix tree borkage +kde-apps/kalzium solver + +# Brent Baude (28 January 2009) +# Masking zemberek for enchant +app-text/enchant zemberek diff --git a/profiles/arch/powerpc/ppc64/64ul/parent b/profiles/arch/powerpc/ppc64/64ul/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64ul/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/powerpc/ppc64/64ul/use.mask b/profiles/arch/powerpc/ppc64/64ul/use.mask new file mode 100644 index 000000000000..95f5b5ec1673 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/64ul/use.mask @@ -0,0 +1,85 @@ +# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 + +# Ilya Tumaykin (07 May 2017) +# There is no luajit support on ppc64 userland. Bug #608326. +luajit + +# Anthony G. Basile (01 Aug 2015) +# There is no luajit support on ppc64 userland. Bug #554376. +luajittex + +# Jeroen Roovers (10 May 2015) +# virtual/opencl requires media-libs/mesa[opencl] (bug #549096) +opencl + +# this is a list of USE flags that should not be used on PPC64 +# Tom Gall manages this list +directfb + +# Agostino Sarubbo (22 Dec 2012) +# mask kde since is not anymore keyworded for ppc64 +kde + +# Kacper Kowalik (10 Aug 2011) +# Masking frei0r wrt bug #365451 +frei0r + +pda +prelude +mono +networkmanager +ocamlopt + +# not tested on ppc64 +celt +capi +xmms2 + +# dietlibc +diet + +# we don't have hardware to test. also see bug #113398 +dvb + +# 2006/03/20 - Donnie Berkholz +# Modular X: mask for architectures on which they aren't available +video_cards_chips +video_cards_cirrus +video_cards_glint +video_cards_newport +video_cards_s3 +video_cards_s3virge +video_cards_savage +video_cards_tdfx +video_cards_trident +video_cards_voodoo +# llvm is not keyworded +video_cards_radeonsi + +#until netbeans is keyworded +netbeans + +# mask pcmcia (bug #131306) +pcmcia + +# conky dependencies missing keywords related (dragonheart -20061112) +# media-sound/mpd +mpd +# app-admin/hddtemp +hddtemp + +# Unmask this here, since only ppc64 can use it +-ibm + +# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. +# Bug #184563, 18 Sep 2007 +# Robin H. Johnson +audit + +# unregisterised ghc arch for now. +# no ghci - no TH +template_haskell + +# 2008/02/13 - Chris Gianelloni +# Mask multilib, since we cannot use it. +multilib diff --git a/profiles/arch/powerpc/ppc64/eapi b/profiles/arch/powerpc/ppc64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/powerpc/ppc64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults new file mode 100644 index 000000000000..fe54e02e4ef5 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/make.defaults @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# All extra USE/etc should be specified in sub-profiles. +# DO NOT POLLUTE USE ON THIS PROFILE. + +ARCH="ppc64" +ACCEPT_KEYWORDS="${ARCH}" + +CHOST="powerpc64-unknown-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +USE="ibm" + +MULTILIB_ABIS="ppc64" +DEFAULT_ABI="ppc64" +KERNEL_ABI="ppc64" +PROFILE_ARCH="ppc64" +ABI="ppc64" + +#CFLAGS_ppc64="-m64" +LDFLAGS_ppc64="-m elf64ppc" +CHOST_ppc64="powerpc64-unknown-linux-gnu" + +CFLAGS_ppc="-m32" +LDFLAGS_ppc="-m elf32ppc" +CHOST_ppc="powerpc-unknown-linux-gnu" + +# Michał Górny (27 Jun 2014) +# Make the ABI flag implicit for compatibility with native ebuilds. +IUSE_IMPLICIT="abi_ppc_64" + +# 2006/08/18 - Donnie Berkholz +# Defaults for video drivers +VIDEO_CARDS="fbdev mach64 mga nv r128 radeon vesa" + +# Enable abi_ppc_64 for packages that don't have it forced. +ABI_PPC="64" diff --git a/profiles/arch/powerpc/ppc64/package.use b/profiles/arch/powerpc/ppc64/package.use new file mode 100644 index 000000000000..fff5ac35def6 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/package.use @@ -0,0 +1,6 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Doug Goldstein (29 Oct 2012) +# Enable the native arch as the default qemu target +app-emulation/qemu qemu_softmmu_targets_ppc64 diff --git a/profiles/arch/powerpc/ppc64/package.use.force b/profiles/arch/powerpc/ppc64/package.use.force new file mode 100644 index 000000000000..0e40400abb23 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/package.use.force @@ -0,0 +1,9 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Samuli Suominen (30 Oct 2012) +# Only gnome-base/gdm has stable keywording. If x11-misc/lightdm or kde-plasma/kdm gets +# stable keyword, this line can be removed. +x11-misc/xscreensaver gdm + +sys-firmware/seabios binary diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask new file mode 100644 index 000000000000..4de688019de1 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -0,0 +1,131 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Gilles Dartiguelongue (16 Aug 2017) +# missing keyword on dev-python/dbusmock, bug #620024 +>=gnome-base/gnome-settings-daemon-3.24 test + +# Michał Górny (08 Aug 2017) +# package.use.force forces USE=binary, and USE=debug requires !binary, +# so it can never be enabled. +sys-firmware/seabios debug + +# Michał Górny (28 Jun 2017) +# app-misc/dtach is not keyworded, and tests are restricted anyway, so +# no point in pursuing it right now. +app-shells/bash-completion test + +# Jeroen Roovers <16 Jan 2017> +# Incomplete support, bug #605878. +net-vpn/tor seccomp + +# Jeroen Roovers <5 Feb 2017> +# media-libs/libilbc has not been ported to PPC64 +media-video/ffmpeg libilbc + +# Robin H. Johnson (18 Nov 2016) +# dev-lang/luajit lacks ppc64 keyword. luajit upstream does not support ppc64 +dev-db/redis luajit + +# Arfrever Frehtes Taifersar Arahesis (01 Aug 2016) +# kde-frameworks/*:5 not keyworded. +net-irc/kvirc kde + +# Alexandre Rostovtsev (28 Jun 2016) +# Missing keywords on app-text/gspell - bug #587368 +>=app-editors/gedit-3.20 spell + +# Patrice Clement (08 Feb 2016) +# I would need to keyword an awful lot of packages on ppc64 +# that would need Java 7 otherwise. +dev-java/batik python +dev-java/bsf python +dev-java/ant-apache-bsf python + +# Michael Weber (09 Jan 2016) +# no ppc64 support in media-libs/glfw +app-text/mupdf opengl + +# Jeroen Roovers (26 Dec 2015) +# Mask until >sys-cluster/ceph-0.94 goes stable +net-analyzer/rrdtool rados + +# Justin Lecher (3 Dec 2015) +# Missing keywords on deps #567458 +kde-apps/kalzium editor + +# Michael Palimaka (17 Oct 2015) +# Unkeyworded dependencies +dev-qt/qtwebkit webchannel + +# Ben de Groot (20 Jul 2015) +# missing keywords +media-sound/audacity midi soundtouch + +# Justin Lecher (16 June 2015) +# Pending bug upstream, #550818 +=app-office/scribus-1.5.0-r1 osg + +# Gilles Dartiguelongue (09 Jun 2015) +# dev-lang/luajit lack ppc64 keyword, bug #551540 +dev-libs/libpeas jit + +# Matthias Maier (24 Dec 2014) +# sys-devel/clang is not keyworded +app-doc/doxygen clang + +# Michael Sterrett (18 Feb 2013) +# sys-cluster/ploop can not be build on ppc64, bug #447644 +# Masking USE-dep on it +sys-cluster/vzctl ploop + +# Alexandre Rostovtsev (31 Dec 2012) +# requires app-office/unoconv, which requires virtual/ooo, which is not +# keyworded here. Remove mask if this situation changes. +gnome-extra/sushi office + +# Kacper Kowalik (02 Sep 2011) +# Mask www-client/seamonkey[ipc] on ppc64 wrt #381191 +www-client/seamonkey ipc + +# Kacper Kowalik (22 Mar 2011) +# Mask polkit[kde] wrt #354509 +sys-auth/polkit kde + +# Alexey Shvetsov (26 Jan 2011) +# Mask gps for marble +kde-apps/marble gps + +# Samuli Suominen (21 Jun 2010) +# These need stable kdelibs-4. +app-i18n/uim kde +app-arch/p7zip kde +dev-vcs/subversion kwallet +media-video/vlc kde +net-libs/libproxy kde + +# Kacper Kowalik (30 May 2010) +# quesoglc is not keyworded +x11-misc/rss-glx quesoglc + +# Brent Baude (05 May 2009) +# Masking webkit from libproxy due to TOC failure on webkit +# and stupid 64bit toolchain. +net-libs/libproxy webkit + +# Brent Baude (11 June 2008) +# Masking webkit from gimp do to lame ppc64 toolchain and TOC +>=media-gfx/gimp-2.6.4 webkit + +# Brent Baude (11 June 2008) +# Masking out passwdqc from pambase since passwdqc +sys-auth/pambase passwdqc + +# Joseph Jezak (12 February 2010) +# Mask unstable pidgin deps until we can mark them stable (farsight2) +net-im/pidgin gstreamer diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask new file mode 100644 index 000000000000..20f877c59f3f --- /dev/null +++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# When you add an entry to the top of this file, add your name, the date, and +# an explanation of why something is getting masked. Please be extremely +# careful not to commit atoms that are not valid, as it can cause large-scale +# breakage, especially if it ends up in the daily snapshot. +# +## Example: +## +## # Dev E. Loper (28 Jun 2012) +## # Masking foo USE flag until we can get the +## # foo stuff to work properly again (bug 12345) +## =media-video/mplayer-0.90_pre5 foo +## =media-video/mplayer-0.90_pre5-r1 foo +# + +#--- END OF EXAMPLES --- + +# Davide Pesavento (06 Jun 2016) +# dev-qt/qtx11extras:5 not stable yet (bug 585228) +media-video/vlc qt5 +x11-themes/qtcurve qt5 + +# Pacho Ramos (02 Jul 2014) +# Mask due Gnome3 not going to be stabilized on this arch +dev-java/swt webkit +>=gnome-base/gnome-desktop-2.32.1-r2 license-docs +gnome-base/gvfs google +>=net-libs/webkit-gtk-2.4 geoloc +>=x11-libs/gtk+-3.12.2 cloudprint +x11-libs/gksu gnome diff --git a/profiles/arch/powerpc/ppc64/parent b/profiles/arch/powerpc/ppc64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/arch/powerpc/ppc64/use.force b/profiles/arch/powerpc/ppc64/use.force new file mode 100644 index 000000000000..85c8ee8c145f --- /dev/null +++ b/profiles/arch/powerpc/ppc64/use.force @@ -0,0 +1,5 @@ +# Force the flag which corresponds to ARCH. +ppc64 + +# Force the flag corresponding to the only ABI. +abi_ppc_64 diff --git a/profiles/arch/powerpc/ppc64/use.mask b/profiles/arch/powerpc/ppc64/use.mask new file mode 100644 index 000000000000..b047e41efe76 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/use.mask @@ -0,0 +1,31 @@ +### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!! + +# Michał Górny (27 Jun 2014) +# Unmask multilib flag for the ABI. +-abi_ppc_64 + +# Samuli Suominen (24 Nov 2012) +# TODO: Keyword and stabilize media-gfx/opencolorio and media-libs/opencv +colorio +opencv + +# Brent Baude (3 Oct 2008) +# Masking xindy use flag for ppc64 +xindy + +# 01 Oct 2008 Brent Baude +# # Masking battery USE for bug 238770 +battery + +# Unmask the flag which corresponds to ARCH. +-ppc64 + +# Unmask the flag for Playstation 3 +-ps3 + +# mask custom-cpuopts and cpudetection on ppc64 for mplayer - bug #234629 +cpudetection + +# Michał Górny (4 May 2013) +# Unmask systemd since it is keyworded here. +-systemd diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask new file mode 100644 index 000000000000..e797af411b72 --- /dev/null +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.mask diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask new file mode 100644 index 000000000000..279fbf572ea8 --- /dev/null +++ b/profiles/arch/powerpc/use.mask @@ -0,0 +1,180 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# PPC Specific use flags +# + +# David Seifert (08 Jul 2017) +# Games are not keyworded anymore on ppc +capslib +fortune +nagios-game +physfs + +# James Le Cuirot (29 Jun 2017) +# Unmask as this profile is big endian. +-big-endian + +# Matt Turner (24 Mar 2017) +# virtual/opencl is not keyworded +opencl + +# Matt Turner (24 Mar 2017) +# We don't have sys-devel/llvm +llvm +video_cards_amdgpu +video_cards_radeonsi +clang + +# Jeroen Roovers (22 Sep 2015) +# sci-libs/mkl is not supported on PPC +mkl + +# Jeroen Roovers (25 May 2015) +# PowerPC has no support for this bootloader (bug #550322) +gnuefi + +# Patrick Lauer (28 Apr 2015) +# dependencies not keyworded yet +ayatana + +#Klibc does not work +klibc + +# These flags should only be used for ppc +-ppcsha1 +-power8 +# Unmask the Altivec instruction set +-altivec + +# Incompatible Use Flags +# +# These use-flags are x86/amd64 only, please feel free to make a bug report if +# this is in error! +# +3dfx +acpi +lm_sensors +rar +hdf +fmod +xvmc +# cg is only provided by nvidia's binary only cg toolkit +cg +# dmi depends on PC BIOSes, we don't have those +dmi +#2006/10/11 - corsair - bug #150925 +lcd_devices_graphlcd +# Masked vaapi for PowerPC until it works on hardware available to PowerPC users (cell, etc.) +vaapi +# User Mode Linux isn't supported on ppc yet +uml + + +### Other flags -- Please put additional maskings below here + +# No keyworded versions of openafs +afs + +# Masking mbrola for bug #84322, if a new version is released, remove this +mbrola + +# Modular X: unmask for architectures on which they are available +-input_devices_synaptics +-input_devices_wacom + +# Diego Pettenò (6 Dec 2006) +# Mask ALSA drivers for ISA cards +alsa_cards_msnd-pinnacle +alsa_cards_sb16 +alsa_cards_sbawe +alsa_cards_sscape +alsa_cards_wavefront + +# George Shapovalov (8 Apr 2007) +# supported on ppc +-ada + +# Joseph Jezak (28 Jun 2007) +# Masked Parallel LCD devices for bug #180683 +# app-misc/lcd4linux +lcd_devices_lph7508 +lcd_devices_m50530 +lcd_devices_noritake +lcd_devices_routerboard +# app-misc/lcdproc +lcd_devices_sed1330 +lcd_devices_sed1520 +lcd_devices_stv5730 +# Both +lcd_devices_t6963 + +# 2006/08/18 - Donnie Berkholz +# Modular X: mask for architectures on which they aren't available +video_cards_apm +video_cards_ark +video_cards_ast +video_cards_i128 +video_cards_i740 +video_cards_intel +video_cards_neomagic +video_cards_nsc +video_cards_rendition +video_cards_siliconmotion +video_cards_sis +video_cards_tga +video_cards_tseng +video_cards_vesa + +# Matt Turner +# Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_i915 +video_cards_i965 +video_cards_ilo +# vmware wasn't added with mesa-8.0, but it should still be masked +video_cards_vmware + +# Intel Integrated Primitive (sci-libs/ipp) support +ipp + +# dev-lang/orc doesn't play nice +schroedinger + +# This will need >=media-libs/libgpod-0.8.0 keyworded and stabilized on both ppc/ppc64, bugs 313691 and 325839 +ipod +ios + +# Christian Faulhammer (01 Nov 2010) +# app-misc/lirc fails to compile on PPC64, see bug 275872 for example +# Samuli Suominen (03 Nov 2010) +# and it's also masked in arch/powerpc/ppc64/32ul/package.mask +lirc + +# Matt Turner (06 May 2011) +# media-sound/mumble not keyworded on ppc +mumble + +# Kacper Kowalik (26 Jul 2011) +# ppc keywords were dropped for dev-libs/prelude +prelude + +# Julian Ospald (25 Apr 2012) +# Masked because nvidia-texture-tools is not (tested) for PowerPC +nvtt + +# fdk-aac is already keyworded here +-fdk + +# Samuli Suominen (18 Jan 2013) +# libdlm and cman are not keyworded +cman +clvm + +# for gnome 3.6 keywording +-zeitgeist + +# Pacho Ramos (08 Jan 2014) +# Unmask systemd since it is keyworded here. +-systemd + + diff --git a/profiles/arch/powerpc/use.stable.mask b/profiles/arch/powerpc/use.stable.mask new file mode 100644 index 000000000000..a82a542b8c22 --- /dev/null +++ b/profiles/arch/powerpc/use.stable.mask @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# This file requires eapi 5 or later. New entries go on top. +# Please use the same syntax as in use.mask + +# Pacho Ramos (17 Apr 2014) +# Dropped stable keywords after the discussion caused by +# Gnome 3.8/3.10 stabilization on this arch +colord +devhelp +dia +eds +epiphany +evo +gdm +gnome-online-accounts +gnome-shell +gnumeric +gusb +upnp +upnp-av -- cgit v1.2.3