diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 183896 -> 183894 bytes | |||
-rw-r--r-- | profiles/base/make.defaults | 10 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/package.mask | 17 | ||||
-rw-r--r-- | profiles/profiles.desc | 28 | ||||
-rw-r--r-- | profiles/use.local.desc | 4 |
6 files changed, 39 insertions, 25 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex edac46cf8f6f..aafe9cd84df4 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index db5f53897915..8139749349d7 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -71,16 +71,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface ge # Some common lcd devices LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" -# 2006/10/17 - Daniel Drake <dsd@gentoo.org> -# cracklib is becoming optional in shadow (and removed from system) as of -# today. However, cracklib is very standard across the Linux world so we -# enable it by default. -# -# Diego Pettenò <flameeyes@gentoo.org> (14 Jul 2007) -# Moved to base/ profile from default-linux/ so that it also applies to -# embedded and hardened profiles. -USE="cracklib" - # Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008) # Netbeans modules/clusters NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0ad4c692f469..809a381aea46 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2017) +# We need to clean up obsolete packages a bit. Bug 628820. +~app-text/texlive-core-2012 xetex +~app-text/texlive-core-2013 xetex + # James Le Cuirot <chewi@gentoo.org> (17 Dec 2017) # Java 9 is not yet fully supported on Gentoo. Having a masked # gentoo-vm flag allows us to provide it without it breaking Gentoo diff --git a/profiles/package.mask b/profiles/package.mask index 69c4e65d8f30..df71ba052b58 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,23 @@ #--- END OF EXAMPLES --- +# Matthias Maier <tamiko@gentoo.org> (26 Dec 2017) +# gcc depends on mpfr and this version changes soname. Spare users with +# FEATURES=-preserve-libs from completely frying their system. +>=dev-libs/mpfr-4.0.0 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (25 Dec 2017) +# Provided (and blocked) by app-text/texlive-core +# Removal in 30 days; bug 628820 +app-text/dvibook +app-text/dvipdfm +app-text/dvipdfmx +app-text/xdvipdfmx + +# Andreas Sturmlechner <asturm@gentoo.org> (25 Dec 2017) +# Masked for testing +=dev-db/tora-3.2 + # Thomas Beierlein <tomjbe@gentoo.org> (23 Dec 2017) # To adapt to changed version naming by upstream # (pcb-yyyymmdd to pcb-x.y.z) we move the ebuild to diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 4f3aed27c5be..0560de2d42e2 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -46,21 +46,21 @@ amd64 default/linux/amd64/17.0/no-multilib/hardened/selinux dev amd64 default/linux/amd64/17.0/systemd stable amd64 default/linux/amd64/17.0/x32 dev -# Experimental SYMLINK_LIB=no profiles (work-in-progress) +# Experimental SYMLINK_LIB=no profiles # Run app-portage/unsymlink-lib *before* switching the profile. -#amd64 default/linux/amd64/17.1 exp -#amd64 default/linux/amd64/17.1/selinux exp -#amd64 default/linux/amd64/17.1/hardened exp -#amd64 default/linux/amd64/17.1/desktop exp -#amd64 default/linux/amd64/17.1/desktop/gnome exp -#amd64 default/linux/amd64/17.1/desktop/gnome/systemd exp -#amd64 default/linux/amd64/17.1/desktop/plasma exp -#amd64 default/linux/amd64/17.1/desktop/plasma/systemd exp -#amd64 default/linux/amd64/17.1/developer exp -#amd64 default/linux/amd64/17.0/no-multilib exp -#amd64 default/linux/amd64/17.0/no-multilib/hardened exp -#amd64 default/linux/amd64/17.0/no-multilib/hardened/selinux exp -#amd64 default/linux/amd64/17.1/systemd exp +amd64 default/linux/amd64/17.1 exp +amd64 default/linux/amd64/17.1/selinux exp +amd64 default/linux/amd64/17.1/hardened exp +amd64 default/linux/amd64/17.1/desktop exp +amd64 default/linux/amd64/17.1/desktop/gnome exp +amd64 default/linux/amd64/17.1/desktop/gnome/systemd exp +amd64 default/linux/amd64/17.1/desktop/plasma exp +amd64 default/linux/amd64/17.1/desktop/plasma/systemd exp +amd64 default/linux/amd64/17.1/developer exp +amd64 default/linux/amd64/17.1/no-multilib exp +amd64 default/linux/amd64/17.1/no-multilib/hardened exp +amd64 default/linux/amd64/17.1/no-multilib/hardened/selinux exp +amd64 default/linux/amd64/17.1/systemd exp # ARM Profiles arm default/linux/arm/13.0 stable diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e880160fd3fa..17530ca34571 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -3080,6 +3080,7 @@ games-action/solar2:bundled-libs - Use the upstream provided bundled libraries. games-action/super-hexagon:bundled-libs - Use the upstream provided bundled libraries. games-action/supermariowar:server - Compile and install Super Mario War server files games-action/supertuxkart:fribidi - Support for right-to-left languages +games-action/supertuxkart:recorder - Enable recording with media-libs/libopenglrecorder games-action/supertuxkart:wiimote - Support for wiimote input devices games-action/swordandsworcery:bundled-libs - Use the upstream provided bundled libraries. games-action/trine2:bundled-libs - Use bundled libraries. @@ -4196,6 +4197,8 @@ media-libs/libmypaint:gegl - Add support for media-libs/gegl media-libs/libomxil-bellagio:audioeffects - enable audio volume/mixer effects components media-libs/libomxil-bellagio:clocksrc - enable clock component media-libs/libomxil-bellagio:videoscheduler - enable xvideosink video scheduler +media-libs/libopenglrecorder:openh264 - Enable H.264 support using media-libs/openh264 +media-libs/libopenglrecorder:vpx - Enable VP8/VP9 codec support via media-libs/libvpx media-libs/libpagemaker:tools - Build command line file format conversion tools media-libs/libpng:apng - support unofficial APNG (Animated PNG) spec media-libs/libpostproc:pic - Force shared libraries to be built as PIC (this is slower). @@ -6560,7 +6563,6 @@ net-misc/rdesktop:xrandr - Enable XRandR window extension support net-misc/remmina:spice - Support connecting to SPICE-enabled virtual machines net-misc/remmina:ssh - Enable support for SSH/SFTP protocol; see also 'vte' net-misc/remmina:telepathy - Enable telepathy support -net-misc/remmina:webkit - Enable a user survey using net-libs/webkit-gtk net-misc/rsync:stunnel - Provide helper scripts for using rsync via >=net-misc/stunnel-4 net-misc/rygel:tracker - Install dependencies for the tracker plugin net-misc/rygel:transcode - Install dependencies for transcoding support |