From 4d5f31935d0510a79845736aba9d88057b17eacb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 6 Sep 2015 02:59:01 +0000 Subject: [PATCH] sys-libs/ncurses: sync with upstream Upstream has shuffled ncurses around slots. Previously there was only: ncurses-5.9:5 Now there are: ncurses-5.9:0/5 ncurses-5.9:5/5 ncurses-6.0:0/6 So the new :0 slot is the package that installs everything while the :5 slot is a minimal library-only package meant to be installed along side the new 6.0 version. All this isn't really meaningful or helpful to us but we have to follow suit because now oodles of upstream packages explicitly depend on the new :0 slot. While migrating I've synced up with upstream as of commit 9c928e3de99c4b2f01f8dfd1b4cc97ae8cd181e5. Note: Gentoo made this transition between 5.9-r4 and 5.9-r5, we are one revision higher so -r6 is our first ebuild in the new scheme. --- .../coreos-overlay/profiles/updates/3Q-2015 | 1 + .../coreos-overlay/sys-libs/ncurses/ChangeLog | 912 ------------------ .../ncurses/files/ncurses-5.9-gcc-5.patch | 46 + .../files/ncurses-5.9-no-I-usr-include.patch | 45 + ...es-5.9-r5.ebuild => ncurses-5.9-r6.ebuild} | 29 +- .../sys-libs/ncurses/ncurses-5.9-r99.ebuild | 21 + 6 files changed, 132 insertions(+), 922 deletions(-) create mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/updates/3Q-2015 delete mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-gcc-5.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch rename sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/{ncurses-5.9-r5.ebuild => ncurses-5.9-r6.ebuild} (89%) create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r99.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/updates/3Q-2015 b/sdk_container/src/third_party/coreos-overlay/profiles/updates/3Q-2015 new file mode 100644 index 0000000000..aa540d167a --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/profiles/updates/3Q-2015 @@ -0,0 +1 @@ +slotmove =sys-libs/ncurses-5.9-r5 5 0 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog deleted file mode 100644 index 0321736d6d..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ChangeLog +++ /dev/null @@ -1,912 +0,0 @@ -# ChangeLog for sys-libs/ncurses -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.234 2015/04/06 20:11:01 vapier Exp $ - - 06 Apr 2015; Mike Frysinger ncurses-5.9-r4.ebuild: - Force usage of bash when running the configure script #545532 by Nick Bowler. - - 31 Mar 2015; Mike Frysinger - +files/ncurses-5.9-gcc-5.patch, ncurses-5.9-r4.ebuild: - Add fix from upstream for building w/gcc-5 #545114#2 by David Kredba. - -*ncurses-5.9-r4 (31 Mar 2015) - - 31 Mar 2015; Mike Frysinger - +files/ncurses-5.9-no-I-usr-include.patch, +ncurses-5.9-r4.ebuild: - Fix the inverted leak flag #329537#5 by Arthur Taylor. Fix from upstream for - building with -I/usr/include/ncursesw #522586 by Joakim Tjernlund. - - 06 Nov 2014; Manuel Rüger -files/ncurses-5.6-build.patch, - -files/ncurses-5.6-gfbsd.patch, -files/ncurses-5.7-emacs.patch, - -files/ncurses-5.7-hashdb-open.patch, - -files/ncurses-5.7-rxvt-unicode-9.09.patch, - -files/ncurses-5.7-rxvt-unicode.patch, - -files/ncurses-5.7-tic-cross-detection.patch, - -files/ncurses-5.8-rxvt-unicode.patch, -ncurses-5.7-r7.ebuild, - -ncurses-5.9-r1.ebuild, -ncurses-5.9-r2.ebuild, -ncurses-5.9.ebuild: - Cleanup old superseded EAPI1 ebuilds. Fixes bug #525020. - - 05 Aug 2014; Christoph Junghans ncurses-5.9-r3.ebuild: - added parts of the prefix changes (bug #519052) - - 13 Jul 2014; Mikle Kolyada ncurses-5.9-r3.ebuild: - ppc/ppc64 stable wrt bug #507154 - - 13 Jul 2014; Mikle Kolyada ncurses-5.9-r3.ebuild: - sparc stable wrt bug #507154 - - 13 Jul 2014; Mikle Kolyada ncurses-5.9-r3.ebuild: - alpha stable wrt bug #507154 - - 13 Jul 2014; ncurses-5.9-r3.ebuild: - arm64 stable bug #507154 - - 14 Jun 2014; Pawel Hajdan jr ncurses-5.9-r3.ebuild: - x86 stable wrt bug #507154 - - 08 Jun 2014; Akinori Hattori ncurses-5.9-r3.ebuild: - ia64 stable wrt bug #507154 - - 24 May 2014; Markos Chandras ncurses-5.9-r3.ebuild: - Stable on amd64 wrt bug #507154 - - 28 Apr 2014; Michał Górny ncurses-5.9-r3.ebuild: - Replace multilib_build_binaries with multilib_is_native_abi, in order to put - an end to the confusion introduced by having two functions, the proper one - suggesting it is just for binaries. - - 21 Apr 2014; Michał Górny ncurses-5.9-r3.ebuild: - Use multilib_build_binaries consistently. - - 18 Apr 2014; Markus Meier ncurses-5.9-r3.ebuild: - arm stable, bug #507154 - - 11 Apr 2014; Jeroen Roovers ncurses-5.9-r3.ebuild: - Stable for HPPA (bug #507154). - - 08 Apr 2014; Mike Frysinger - +files/ncurses-5.9-pkg-config.patch, ncurses-5.9-r3.ebuild: - Convert configure flags to an array to make management easier. Fix pkg-config - file install when cross-compiling or installing for the first time. - - 18 Jan 2014; Mike Frysinger ncurses-5.9-r2.ebuild, - ncurses-5.9-r3.ebuild: - Add arm64 love. - - 21 Aug 2013; Alexis Ballier +ncurses-5.9-r3.ebuild: - Convert to multilib and stack it for baselibs -r13. Force libgpm soname for - non native libs to avoid circular deps and allow a simple upgrade. Bug - #480188. - - 28 Apr 2013; Mike Frysinger - -files/ncurses-5.9-xopen-source.patch, -ncurses-5.9-r3.ebuild: - Drop xopen change as it does not backport well when paired with other features - #462116. - -*ncurses-5.9-r3 (28 Apr 2013) - - 28 Apr 2013; Mike Frysinger - +files/ncurses-5.9-xopen-source.patch, +ncurses-5.9-r3.ebuild: - Fix from upstream for handling of the _XOPEN_SOURCE define #462116 by William - Throwe. - - 17 Jan 2013; Mike Frysinger metadata.xml, - ncurses-5.9-r2.ebuild: - Add USE=tinfo to enable building of sep libtinfo for binary packages #452532 - by Justin Lecher. - - 23 Oct 2012; Mike Frysinger ncurses-5.9-r2.ebuild: - Bypass dumb pkg-config install checks #438922 by Benjamin Peterson. - - 29 Jul 2012; Raúl Porcel ncurses-5.9-r2.ebuild: - alpha/sparc stable wrt #413897 - - 24 Jun 2012; Mike Frysinger ncurses-5.7-r7.ebuild, - ncurses-5.9-r1.ebuild, ncurses-5.9-r2.ebuild, ncurses-5.9.ebuild: - Do not delete C++ libs when USE=-static-libs since there are only static libs - for that #421241 by Keepun. - - 14 Jun 2012; Mike Frysinger ncurses-5.9-r2.ebuild: - Export all BUILD_xxx variables for cross-compiling #391363 by Marcin Mirosław. - - 29 May 2012; Brent Baude ncurses-5.9-r2.ebuild: - Marking ncurses-5.9-r2 ppc for bug 413897 - - 29 May 2012; Brent Baude ncurses-5.9-r2.ebuild: - Marking ncurses-5.9-r2 ppc64 for bug 413897 - - 29 May 2012; Richard Yao - +files/ncurses-5.9-fix-clang-build.patch, ncurses-5.9-r2.ebuild: - Fix illegal C++ code, bug #417763, approved by Chainsaw - - 21 May 2012; Pawel Hajdan jr ncurses-5.9-r2.ebuild: - x86 stable wrt bug #413897 - - 17 May 2012; Jeroen Roovers ncurses-5.9-r2.ebuild: - Stable for HPPA (bug #413897). - - 06 May 2012; Mike Frysinger ncurses-5.9-r2.ebuild: - Mark ia64/m68k/s390/sh stable #413897. - - 03 May 2012; Markus Meier ncurses-5.9-r2.ebuild: - arm stable, bug #413897 - - 01 May 2012; Agostino Sarubbo ncurses-5.9-r2.ebuild: - Stable for amd64, wrt bug #413897 - - 26 Apr 2012; Alexis Ballier ncurses-5.9-r2.ebuild: - keyword ~amd64-fbsd - - 11 Mar 2012; Mike Frysinger ncurses-5.9-r2.ebuild: - Make sure gpm is in RDEPEND too #407061 by Maxim Kammerer. - -*ncurses-5.9-r2 (29 Feb 2012) - - 29 Feb 2012; Alex Alexander +ncurses-5.9-r2.ebuild, - +files/ncurses-5.9-rxvt-unicode-9.15.patch: - updated rxvt-unicode terminfo. fixes bug #383871. acked by robbat2 - - 28 Dec 2011; Mark Loeser ncurses-5.9.ebuild: - Stable for ppc/ppc64; bug #377631 - - 18 Dec 2011; Raúl Porcel ncurses-5.9.ebuild: - alpha/ia64/m68k/s390/sh/sparc stable wrt #377631 - - 03 Dec 2011; Markus Meier ncurses-5.9.ebuild: - arm stable, bug #377631 - - 02 Dec 2011; Steve Dibb ncurses-5.9.ebuild: - amd64 stable, bug 377631 - - 30 Nov 2011; Jeroen Roovers ncurses-5.9.ebuild: - Stable for HPPA (bug #377631). - - 28 Nov 2011; Pawel Hajdan jr ncurses-5.9.ebuild: - x86 stable wrt bug #377631 - -*ncurses-5.9-r1 (21 Nov 2011) - - 21 Nov 2011; Mike Frysinger +ncurses-5.9-r1.ebuild: - Install pkg-config files. - - 13 Nov 2011; Mike Frysinger -ncurses-5.6-r2.ebuild, - -ncurses-5.7-r3.ebuild, -ncurses-5.7-r5.ebuild, -ncurses-5.7-r6.ebuild: - Drop old ebuilds (to lose USE=nocxx). - - 22 May 2011; Kacper Kowalik ncurses-5.7-r7.ebuild: - ppc64 stable wrt #353437 - - 23 Apr 2011; Raúl Porcel ncurses-5.7-r7.ebuild: - alpha/ia64/s390/sh stable wrt #353437 - - 19 Apr 2011; Michael Weber ncurses-5.7-r7.ebuild: - sparc stable (bug 353437) - - 15 Apr 2011; Michael Weber ncurses-5.7-r7.ebuild: - arm stable (bug 353437) - - 15 Apr 2011; Christoph Mende ncurses-5.7-r7.ebuild: - Stable on amd64 wrt bug #353437 - - 13 Apr 2011; Brent Baude ncurses-5.7-r7.ebuild: - Marking ncurses-5.7-r7 ppc for bug 353437 - - 12 Apr 2011; Jeroen Roovers ncurses-5.7-r7.ebuild: - Stable for HPPA (bug #353437). - - 12 Apr 2011; Thomas Kahle ncurses-5.7-r7.ebuild: - x86 stable per bug 353437 - -*ncurses-5.9 (12 Apr 2011) - - 12 Apr 2011; Mike Frysinger +ncurses-5.9.ebuild: - Version bump #363177 by Panagiotis Christopoulos. - -*ncurses-5.8 (01 Mar 2011) - - 01 Mar 2011; Mike Frysinger +ncurses-5.8.ebuild, - +files/ncurses-5.8-gfbsd.patch, +files/ncurses-5.8-rxvt-unicode.patch: - Version bump. - -*ncurses-5.7-r7 (01 Mar 2011) - - 01 Mar 2011; Mike Frysinger +ncurses-5.7-r7.ebuild: - Fix new static-libs logic #351316 by Rafał Mużyło. - -*ncurses-5.7-r6 (15 Nov 2010) - - 15 Nov 2010; Alex Alexander +ncurses-5.7-r6.ebuild, - +files/ncurses-5.7-rxvt-unicode-9.09.patch: - added updated rxvt-unicode terminfo from 9.09 release. fixed bug #329537. - -*ncurses-5.7-r5 (07 Jul 2010) - - 07 Jul 2010; Mike Frysinger +ncurses-5.7-r5.ebuild: - Fix libcurses.so symlink #327265 by Martin Jansa. - -*ncurses-5.7-r4 (06 Jul 2010) - - 06 Jul 2010; Jonathan Callen +ncurses-5.7-r4.ebuild: - Revbump to add USE=static-libs support, fixes bug 324999 - - 06 Mar 2010; Mike Frysinger ncurses-5.7-r3.ebuild: - Fix handling of leaks option #305889 by Nikolas Garofil. - - 21 Jan 2010; Raúl Porcel ncurses-5.7-r3.ebuild: - arm/ia64/m68k/sh/sparc stable wrt #299159 - - 16 Jan 2010; Tobias Klausmann ncurses-5.7-r3.ebuild: - Stable on alpha, bug #299158 - - 10 Jan 2010; Brent Baude ncurses-5.7-r3.ebuild: - stable ppc64, bug 299159 - - 08 Jan 2010; Christian Faulhammer - ncurses-5.7-r3.ebuild: - stable x86, bug 299159 - - 08 Jan 2010; Dawid Węgliński ncurses-5.7-r3.ebuild: - Stable on amd64 (bug #299159) - - 08 Jan 2010; Jeroen Roovers ncurses-5.7-r3.ebuild: - Stable for HPPA PPC (bug #299159). - - 22 Nov 2009; Mike Frysinger ncurses-5.7-r3.ebuild: - Optimize cross compile step if host version already matches. - -*ncurses-5.7-r3 (28 Oct 2009) - - 28 Oct 2009; Alex Alexander +ncurses-5.7-r3.ebuild, - +files/ncurses-5.7-rxvt-unicode.patch: - added rxvt-unicode terminfo generation wrt bug #192083 - - 22 Oct 2009; Mike Frysinger ncurses-5.7-r2.ebuild, - +files/ncurses-5.7-tic-cross-detection.patch: - Fix up ncurses tic script to better detect cross-compiling #288881 by - Sergiy Borodych. - -*ncurses-5.7-r2 (11 Oct 2009) - - 11 Oct 2009; Mike Frysinger +ncurses-5.7-r2.ebuild, - +files/ncurses-5.7-hashdb-open.patch: - Add fix from upstream for db issues #245370 by Graham Murray. Fix - cross-compiling hang with tic and older ncurses #249363. - - 11 Oct 2009; Mike Frysinger ncurses-5.6-r2.ebuild: - Force gawk #259510 by Linubie. - - 24 Jun 2009; Diego E. Pettenò - ncurses-5.7-r1.ebuild, +files/ncurses-5.7-nongnu.patch: - Add a patch to fix on non-GNU systems, hopefully. - -*ncurses-5.7-r1 (20 Jun 2009) - - 20 Jun 2009; Mike Frysinger ncurses-5.6-r2.ebuild, - +ncurses-5.7-r1.ebuild, +files/ncurses-5.7-emacs.patch: - Refactor compile step, include terminfo update from upstream #270527 by - Ulrich Müller, and always add _GNU_SOURCE to BUILD_CPPFLAGS #214642 by - Ryan Tandy. - - 30 Apr 2009; Samuli Suominen ncurses-5.6-r2.ebuild, - ncurses-5.7.ebuild: - Because ncurses5-config --terminfo returns /usr/share/terminfo we keepdir - it wrt #245374. - - 06 Jan 2009; Mike Frysinger ncurses-5.7.ebuild: - Dont bother generating libcursesw.so since -lcursesw is no longer utilized - #254005 by Harald van Dijk. - - 27 Nov 2008; Mike Frysinger ncurses-5.7.ebuild: - Disable USE=berkdb rather than masking the package. - -*ncurses-5.7 (03 Nov 2008) - - 03 Nov 2008; Mike Frysinger +ncurses-5.7.ebuild: - Version bump. - - 23 Aug 2008; Doug Goldstein metadata.xml: - add GLEP 56 USE flag desc from use.local.desc - - 20 Apr 2008; Diego Pettenò ncurses-5.6-r2.ebuild: - Disable ada unless the (non-advertised) ada USE flag is enabled, otherwise - ncurses will fail to build when gnat is installed. - - 20 Apr 2008; Mike Frysinger ncurses-5.6-r2.ebuild: - Drop USE="bootstrap build". - - 02 Jan 2008; Jeroen Roovers ncurses-5.6-r2.ebuild: - Stable for HPPA (bug #203575). - - 29 Dec 2007; Brent Baude ncurses-5.6-r2.ebuild: - Marking ncurses-5.6-r2 ppc64 for bug 203575 - - 28 Dec 2007; Raúl Porcel ncurses-5.6-r2.ebuild: - alpha/ia64/sparc/x86 stable wrt #203575 - - 28 Dec 2007; nixnut ncurses-5.6-r2.ebuild: - Stable on ppc wrt bug 203575 - - 28 Dec 2007; Doug Klima ncurses-5.6-r2.ebuild: - amd64 stable wrt bug #203575 - - 25 Aug 2007; Mike Frysinger - +files/ncurses-5.6-build.patch, ncurses-5.6-r2.ebuild: - Fix --disable-warnings and use it when USE=ada #184700. - - 23 Jul 2007; Joshua Kinard ncurses-5.6-r1.ebuild: - Stable on mips, per #184675. - - 10 Jul 2007; Gustavo Zacarias ncurses-5.6-r1.ebuild: - Stable on sparc wrt #184675 - - 10 Jul 2007; Christoph Mende ncurses-5.6-r1.ebuild: - Stable on amd64 wrt bug #184675 - - 09 Jul 2007; Raúl Porcel ncurses-5.6-r1.ebuild, - ncurses-5.6-r2.ebuild: - -r1 stable on alpha wrt #184675 and revert -r2 to ~arch - - 09 Jul 2007; Jeroen Roovers ncurses-5.6-r1.ebuild: - Stable for HPPA (bug #184675). - - 09 Jul 2007; Joseph Jezak ncurses-5.6-r1.ebuild: - Marked ppc and ppc64 stable for bug #184675. - -*ncurses-5.6-r2 (09 Jul 2007) - - 09 Jul 2007; Mike Frysinger +ncurses-5.6-r2.ebuild: - Update configure options used; tie more to USE=debug and USE=profile. - - 30 Jun 2007; Raúl Porcel ncurses-5.6-r1.ebuild: - ia64/x86 stable - - 30 Apr 2007; Fabian Groffen ncurses-5.5-r3.ebuild, - ncurses-5.6.ebuild, ncurses-5.6-r1.ebuild: - Removed weird darwin hacks - - 22 Apr 2007; Bryan Østergaard ncurses-5.6.ebuild: - Stable on Mips, bug 173728. - - 10 Apr 2007; Jeroen Roovers ncurses-5.6.ebuild: - Stable for HPPA (bug #173728). - - 09 Apr 2007; Bryan Østergaard ncurses-5.6.ebuild: - Stable on Alpha, bug 173728. - - 09 Apr 2007; nixnut ncurses-5.6.ebuild: - Stable on ppc wrt bug 173728 - - 09 Apr 2007; Gustavo Zacarias ncurses-5.6.ebuild: - Stable on sparc wrt #173728 - - 08 Apr 2007; Markus Rothe ncurses-5.6.ebuild: - Stable on ppc64; bug #173728 - - 08 Apr 2007; Christian Faulhammer ncurses-5.6.ebuild: - stable x86/amd64, bug 173728 - -*ncurses-5.6-r1 (08 Apr 2007) - - 08 Apr 2007; Mike Frysinger +ncurses-5.6-r1.ebuild: - Include coverity fixes from upstream. - - 21 Feb 2007; Mike Frysinger ncurses-5.4-r6.ebuild, - ncurses-5.5-r3.ebuild, ncurses-5.6.ebuild: - Preserve libncursesw.so.5 when building with USE=-unicode #106820 by Harald - van Dijk. - -*ncurses-5.6 (17 Jan 2007) - - 17 Jan 2007; Mike Frysinger - +files/ncurses-5.6-gfbsd.patch, +ncurses-5.6.ebuild: - Version bump #162561 by Michael Cramer. - - 16 Jan 2007; Mike Frysinger ncurses-5.5-r3.ebuild: - Dont compress manpages #162396 by Michael Cramer. - - 28 Oct 2006; Diego Pettenò - files/ncurses-5.5-gfbsd.patch: - Make sure also DragonFly get the configure changed for ELF linkage, thanks - to Robert Sebastian Gerus for reporting. - - 17 Oct 2006; Roy Marples ncurses-5.5-r3.ebuild: - Added ~sparc-fbsd keyword. - - 27 Sep 2006; Fernando J. Pereda ncurses-5.5-r3.ebuild: - Stable on alpha as per bug #149048 - - 26 Sep 2006; Gustavo Zacarias ncurses-5.5-r3.ebuild: - Stable on sparc wrt #149048 - - 26 Sep 2006; Gustavo Zacarias ncurses-5.5-r3.ebuild: - Stable on hppa wrt #149048 - - 26 Sep 2006; Simon Stelling ncurses-5.5-r3.ebuild: - stable on amd64 - - 26 Sep 2006; Joshua Jackson ncurses-5.5-r3.ebuild: - Stable x86; bug #149048 - - 25 Sep 2006; ncurses-5.5-r3.ebuild: - Stable on ppc wrt bug 149048 - - 25 Sep 2006; Markus Rothe ncurses-5.5-r3.ebuild: - Stable on ppc64; bug #149047 - - 09 Jul 2006; Joshua Kinard ncurses-5.5-r2.ebuild: - Marked stable on mips. - - 27 Jun 2006; Mike Frysinger ncurses-5.5-r3.ebuild: - Add support for USE=trace #136977 by Fredrik Klasson. - -*ncurses-5.5-r3 (27 Jun 2006) - - 27 Jun 2006; Mike Frysinger - +files/ncurses-5.5-terminfo-gnome.patch, +ncurses-5.5-r3.ebuild: - Fixup term settings for gnome-terminal #122566 by Ed Catmur. - - 25 Jun 2006; Guy Martin ncurses-5.5-r2.ebuild: - Stable on hppa. - - 19 Jun 2006; Thomas Cort ncurses-5.5-r2.ebuild: - Stable on alpha wrt Bug #136414. - - 12 Jun 2006; Simon Stelling ncurses-5.5-r2.ebuild: - stable on amd64 - - 11 Jun 2006; Torsten Veller ncurses-5.5-r2.ebuild: - Stable on x86 (#136414) - - 11 Jun 2006; Jason Wever ncurses-5.5-r2.ebuild: - Stable on SPARC wrt bug #136414. - - 11 Jun 2006; Markus Rothe ncurses-5.5-r2.ebuild: - Stable on ppc64; bug #136414 - - 11 Jun 2006; ncurses-5.5-r2.ebuild: - Stable on ppc; bug #136414 - - 07 Jun 2006; Joshua Kinard ncurses-5.4-r5.ebuild, - ncurses-5.4-r6.ebuild, ncurses-5.5-r2.ebuild: - Add an RDEPEND so gpm gets included properly during Catalyst runs. - - 30 Mar 2006; Diego Pettenò ncurses-5.5-r2.ebuild: - Add ~x86-fbsd keyword. - -*ncurses-5.5-r2 (08 Mar 2006) - - 08 Mar 2006; Mike Frysinger +ncurses-5.5-r2.ebuild: - Make sure we move the wide versions of libs to /usr/lib as well. - - 31 Dec 2005; Diego Pettenò ncurses-5.5-r1.ebuild: - Use $CHOST checks instead of $USERLAND checks for moving libraries around. - - 14 Dec 2005; Diego Pettenò - files/ncurses-5.5-gfbsd.patch: - Make sure that also dragonfly is tested when linking, or ncurses will fail - ./configure there. Thanks to arachnist for testing. - - 10 Nov 2005; Diego Pettenò - +files/ncurses-5.5-gfbsd.patch, ncurses-5.5-r1.ebuild: - Add patch from gentoo-alt overlay to use Linux soname naming on FreeBSD to - avoid linking breakage. - -*ncurses-5.5-r1 (10 Nov 2005) - - 10 Nov 2005; Mike Frysinger +ncurses-5.5-r1.ebuild: - Add support for --enable-const #111961 by Horst Schirmeier. - -*ncurses-5.5 (20 Oct 2005) - - 20 Oct 2005; Mike Frysinger +ncurses-5.5.ebuild: - Version bump #109838 by Vorobyev Dmitri. - -*ncurses-5.4.20050827 (15 Sep 2005) - - 15 Sep 2005; Mike Frysinger -ncurses-5.4.20050827.ebuild: - Punt since it is binary incompat with earlier versions. Next jumbo patchset - should address this though. - - 29 Jun 2005; Joshua Kinard ncurses-5.4-r6.ebuild: - Marked stable on mips. - - 06 Jun 2005; Markus Rothe ncurses-5.4-r6.ebuild: - Stable on ppc64 - - 29 May 2005; ncurses-5.4-r5.ebuild: - - update sys-libs/ncurses to use libc expanded variable elibc_uclibc vs uclibc - so USE=-* works - - 10 May 2005; Mike Frysinger - ncurses-5.4.20050319.ebuild: - Install libraries into /usr/lib on Darwin #92018. - - 01 May 2005; Michael Hanselmann ncurses-5.4-r6.ebuild: - Stable on ppc. - -*ncurses-5.4.20050319 (28 Apr 2005) - - 28 Apr 2005; Mike Frysinger - +ncurses-5.4.20050319.ebuild: - Add patch from upstream. - - 28 Apr 2005; Gustavo Zacarias ncurses-5.4-r6.ebuild: - Stable on sparc - -*ncurses-5.4-r6 (23 Mar 2005) - - 23 Mar 2005; Mike Frysinger +ncurses-5.4-r6.ebuild: - Install both normal ncurses and wide ncurses with USE=unicode. Take a page - from RedHat to do this. - - 22 Mar 2005; Heinrich Wendel ncurses-5.4-r5.ebuild: - add warning for bug #78313 - - 30 Jan 2005; Mike Frysinger ncurses-5.4-r5.ebuild: - Since gpm no longer DEPENDs on autoconf, it should be save to DEPEND on again. - - 03 Jan 2005; Ciaran McCreesh : - Change encoding to UTF-8 for GLEP 31 compliance - - 07 Dec 2004; ncurses-5.4-r5.ebuild: - - Stopped abusing uclibc for cxx handling, the ebuild now uses nocxx bug - #73633 - enable work around --program-prefix= as ncurses will pick up the arch - tuple and put it in the program prefix incorrectly as - arch-vendor-linux-- - - 17 Oct 2004; Dylan Carlson ncurses-5.4-r5.ebuild: - stable on amd64. - - 04 Oct 2004; Pieter Van den Abeele - ncurses-5.4-r5.ebuild: - PPC stable - - 02 Oct 2004; Bryan Østergaard ncurses-5.4-r5.ebuild: - Stable on alpha. - - 25 Sep 2004; Joshua Kinard ncurses-5.4-r5.ebuild: - Marked stable on mips. - - 22 Sep 2004; Gustavo Zacarias ncurses-5.4-r5.ebuild: - Stable on sparc - - 21 Sep 2004; Heinrich Wendel ncurses-5.4-r5.ebuild: - mark x86 - - 08 Sep 2004; Mike Frysinger ncurses-5.3-r5.ebuild, - ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild, - ncurses-5.4-r4.ebuild, ncurses-5.4-r5.ebuild: - Generate a ldscript for libcurses.so too #51901. - - 02 Sep 2004; Travis Tilley ncurses-5.4-r1.ebuild, - ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild, ncurses-5.4-r4.ebuild, - ncurses-5.4-r5.ebuild: - changed CONF_LIBDIR to $(get_libdir), since the get_libdir function has sane - defaults when using a version a portage without CONF_LIBDIR support - -*ncurses-5.4-r5 (30 Aug 2004) - - 30 Aug 2004; Guy Martin +ncurses-5.4-r5.ebuild: - Unconditonal use of -fPIC (#55238). - - 19 Aug 2004; Travis Tilley ncurses-5.4-r4.ebuild: - fix utf-8 support so that it doesnt totally bork installs with a /lib64 - directory. fixes bug 60920 - -*ncurses-5.4-r4 (19 Aug 2004) - - 19 Aug 2004; Heinrich Wendel ncurses-5.4-r4.ebuild: - add utf-8 support, bug #20006, #27700 - - 17 Aug 2004; Michael Sterrett ncurses-5.4-r3.ebuild: - IUSE doc - - 17 Aug 2004; Aron Griffis ncurses-5.4-r3.ebuild: - stable on alpha and ia64 - - 14 Aug 2004; Travis Tilley ncurses-5.4-r1.ebuild, - ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild: - added CONF_LIBDIR support for installing to lib64/lib32 - - 11 Aug 2004; Michael Sterrett ncurses-5.3-r5.ebuild, - ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild: - gnuconfig_update in src_unpack - -*ncurses-5.4-r3 (28 Jul 2004) - - 28 Jul 2004; Jon Portnoy ncurses-5.3-r5.ebuild, - ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild, ncurses-5.4-r3.ebuild : - Updated ebuilds to use --enable-symlinks per bug #41886. - - 02 Jul 2004; Jeremy Huddleston - ncurses-5.3-r5.ebuild, ncurses-5.4-r1.ebuild, ncurses-5.4-r2.ebuild: - virtual/glibc -> virtual/libc - - 27 Jun 2004; Aron Griffis ncurses-5.3-r5.ebuild: - QA - fix use invocation - -*ncurses-5.4-r2 (19 Jun 2004) - - 19 Jun 2004; ncurses-5.4-r2.ebuild: - Add missing IUSE='build bootstrap' flags and new uclibc IUSE flag. Remove - extraneous ncurses libraries when bootstraping and or when uclibc is set. - - 07 Jun 2004; Mike Frysinger ncurses-5.4-r1.ebuild: - Move back into ~ppc since latest xfree/xorg-x11/gcc combination should fix the - xfree compile bug. - - 15 May 2004; Joshua Kinard ncurses-5.4-r1.ebuild: - Marked stable on mips. - - 13 Apr 2004; Mike Frysinger ncurses-5.3-r1.ebuild - ncurses-5.3-r2.ebuild ncurses-5.3-r3.ebuild ncurses-5.3-r4.ebuild - ncurses-5.4.ebuild ncurses-5.4-r1.ebuild : - Prune out old ebuilds since KEYWORDS overrides the previous ones and - add back in parallel support with 5.4 via (emake). Tested on a P4 with -j - and on a 8way with -j16 ;). - - 02 Apr 2004; Jon Portnoy ncurses-5.4.ebuild, - ncurses-5.4-r1.ebuild : - Revert gpm support entirely due to bootstrap problems. - - 30 Mar 2004; ncurses-5.4-r1.ebuild, ncurses-5.4.ebuild: - Make gpm support not come in if USE=bootstrap, fix bootstrap with USE=gpm set - - 29 Mar 2004; Jon Portnoy ncurses-5.4.ebuild, - ncurses-5.4-r1.ebuild : - Added gpm support. Bug #22005. - - 26 Mar 2004; Jason Wever ncurses-5.4-r1.ebuild: - Marked ncurses-5.4-r1 stable on sparc again. - - 16 Mar 2004; ncurses-5.4-r1.ebuild: - new filter-ldflags function in flag-o-matic allows us to filter exactly what - we need here which is -pie.. So lets use that function vs all of filter-flags - and all it's glory - - 15 Mar 2004; Jason Wever ncurses-5.4-r1.ebuild, - ncurses-5.4.ebuild: - Marked ncurses-5.4.* to testing on sparc as it breaks things and never was in - testing first. - - 12 Mar 2004; ncurses-5.4-r1.ebuild: - ncurses fails to link properly with global LDFLAGS=-pie so we filter it - - 08 Mar 2004; Bartosch Pixa ncurses-5.4-r1.ebuild, - ncurses-5.4.ebuild: - set ~ppc as 5.4 breaks building xfree on ppc - - 07 Mar 2004; Joshua Kinard ncurses-5.3-r5.ebuild: - Marked stable on mips. - -*ncurses-5.4-r1 (03 Mar 2004) - - 03 Mar 2004; Martin Schlemmer ncurses-5.4-r1.ebuild, - files/ncurses-5.4-xterm.patch: - Do not use current capabilities for xterm terminfo, but rather those of older - xfree 4.3 (matches ncurses 5.3 behaviour ...). Bug #43432. - -*ncurses-5.4 (29 Feb 2004) - - 29 Feb 2004; Martin Schlemmer ncurses-5.4.ebuild, - files/ncurses-5.4-share-sed.patch, files/ncurses-5.4-xterm.patch: - Update version, closes bug #43302. - - 29 Feb 2004; Martin Schlemmer ncurses-5.3-r5.ebuild, - files/ncurses-5.3-share-sed.patch: - Sed replaces all 'share' in patch with 'lib', which causes sandbox errors with - a PORTAGE_TMPDIR with 'share' in it, bug #42336. - Patch by gna . - - 21 Feb 2004; Brad House ncurses-5.3-r5.ebuild: - mark stable on amd64 and ppc64 - - 16 Feb 2004; Brandon Low ncurses-5.3-r5.ebuild: - Bump to stable on ARM to fix a bad dep from less - - 17 Jan 2004; Christian Birchinger ncurses-5.3-r5.ebuild: - Added sparc stable keyword - - 16 Jan 2004; Joshua Kinard ncurses-5.3-r1.ebuild, - ncurses-5.3-r2.ebuild, ncurses-5.3-r3.ebuild, ncurses-5.3-r4.ebuild, - ncurses-5.3-r5.ebuild: - Added gnuconfig support for mips in ncurses-5.3-r2 through -r5 and bumped -r1 - back into arm unstable to fix dependency issue. - - 15 Jan 2004; Aron Griffis ncurses-5.3-r5.ebuild: - stable on alpha and ia64 - -*ncurses-5.3-r5 (11 Jan 2004) - - 11 Jan 2004; Martin Schlemmer ncurses-5.3-r5.ebuild, - files/ncurses-5.3-coretutils.patch, files/ncurses-5.3-coreutils.patch: - We need the basic terminfo files in /etc, bug #37026. We will - add '--with-terminfo-dirs="/etc/terminfo:..." to ./configure and - then populate /etc/terminfo in src_install() ... - - 28 Dec 2003; Joshua Kinard ncurses-5.3-r2.ebuild: - Move to mips stable (~mips -> mips) - - 22 Dec 2003; Guy Martin ncurses-5.3-r4.ebuild : - Marked stable on hppa. This will add -fPIC to ncurses. - - 14 Dec 2003; Guy Martin ncurses-5.3-r2.ebuild: - Marked stable on hppa. - - 10 Dec 2003; Aron Griffis ncurses-5.3-r4.ebuild: - Use the brand-spanking-new 64-bit eclass for -fPIC - - 08 Nov 2003; Brad House ncurses-5.3-r4.ebuild: - need -fPIC for amd64 for building static libs as well as shared libs - - 04 Nov 2003; Brad House ncurses-5.3-r4.ebuild: - mark stable on amd64 - - 04 Nov 2003; Christian Birchinger ncurses-5.3-r2.ebuild: - Added sparc stable keyword - - 22 Oct 2003; Bartosch Pixa ncurses-5.3-r4.ebuild: - set ppc in keywords - - 17 Sep 2003; Jon Portnoy ncurses-5.3-r4.ebuild : - ia64 keywords. - - 16 Aug 2003; Nick Hadaway ncurses-5.3-r{1-4}.ebuild: - Changed the die message for make so users aren't confused. - -*ncurses-5.3-r4 (04 Aug 2003) - - 04 Aug 2003; Aron Griffis ncurses-5.3-r4.ebuild: - Need to inherit eutils for gen_usr_ldscript - -*ncurses-5.3-r3 (01 Aug 2003) - - 01 Aug 2003; Aron Griffis ncurses-5.3-r3.ebuild, - files/xterm-debian.ti: - Add xterm-debian terminfo entry for bug 18486 - -*ncurses-5.3-r2 (11 Jun 2003) - - 01 Jul 2003; Todd Sunderlin ncurses-5.3-r2.ebuild, - set stable on sparc - - 11 Jun 2003; Seemant Kulleen ncurses-5.2-r7.ebuild, - ncurses-5.2.20020511-r3.ebuild, ncurses-5.3-r2.ebuild, - files/ncurses-5.3-xterm.patch: - bartron submitted a patch which allows home and end keys to - work in things like nano. Thanks to him in bug #21356 - - 13 Mar 2003; Olivier Reisch ncurses-5.3-r1.ebuild : - Marked ppc stable - - 07 Feb 2003; Zach Welch ncurses-5.3-r1.ebuild : - Added arm to keywords. - - 07 Feb 2003; Guy Martin ncurses-5.3-r1.ebuild : - Added hppa to keywords. - - 06 Jan 2003; Jan Seidel ncurses-5.2.20020511-r3 : - Added mips to keywords. - - 01 Jan 2003; Nick Hadaway ncurses-5.3-r1.ebuild : - Added --without-ada to build options as a newer version of ncurses and - a modified gcc are required for this support. See bug #12288 and - #11204. - - 10 Dec Martin Schlemmer ncurses-5.3-r1.ebuild : - Mark as stable for x86. - - 06 Dec 2002; Rodney Rees : - Changed sparc ~sparc keywords - -*ncurses-5.2-r7 (26 Oct 2002) -*ncurses-5.2.20020511-r3 (26 Oct 2002) -*ncurses-5.3-r1 (26 Oct 2002) - - 28 Mar 2003; Christian Birchinger ncurses-5.3-r1.ebuild: - Added sparc stable keyword - - 24 Feb 2003; Nicholas Wourms ncurses-5.3-r1.ebuild : - Tested on mips extensively, works fine. Marked as stable for mips. - - 10 Nov 2002; Nick Hadaway ncurses-5.3-r1.ebuild : - Marked unstable and unmasking. - - 26 Oct 2002; Martin Schlemmer ncurses*.ebuild : - Add linker scripts in /usr/lib to fix bug #4411. - -*ncurses-5.3 (17 Oct 2002) - - 23 Oct 2002; Martin Schlemmer ncurses-5.3.ebuild : - - Because ncurses-5.3 have c++ bindings, we cannot enable them during - bootstrap. Thus disable it if "build" or "bootstrap" in USE, and - then get bootstrap.sh to rebuild it afterwards without those flags. - Also fix a problem where old build images had ncurses-5.2 libs, which - did not get removed. - - 17 Oct 2002; Nick Hadaway ncurses-5.3.ebuild, - files/digest-ncurses-5.3 : - New version of ncurses. Many years worth of fixes culminating to a - new release. - -*ncurses-5.2.20020511-r2 (3 Sep 2002) -*ncurses-5.2-r6 (3 Sep 2002) - - 3 Sep 2002; Martin Schlemmer ncurses-5.2.20020511-r2, - ncurses-5.2-r6 : - - Change --enable-termcap to --disable-termcap. This fixes the starup - problems in screen with the presence of /etc/termcap. This should - close bug #7060. NOTE: remerge screen after ncurses update. - -*ncurses-5.2.20020511-r1 (9 Jun 2002) - - 31 Jul 2002; Seemant Kulleen : - - the second gcc-3.1 patch (from files/) attempts to replace lines in the - cursesw.cc file that do not even exist any longer. the patch fails. It - has been commented out, with the hope that whoever generated it for the - older snapshots will investigate and sort this out. ncurses, it must be - noted, appears to work well in production, despite the failed patch, - anyway. - - 24 Jul 2002; Spider : - change CXXFLAGS in the ebuild to accomodate for -fno-exceptions - - 15 Jul 2002; Mark Guertin - Added ppc to keywords - - 26 June 2002; mark Guertin : - - changed bzcat to bunzip2 -c (bzcat doesn't exist until - building bzip2 outside of USE="build" so this broke - building stage1) - - 9 Jun 2002; Dan Armak : - - Add bzip2 as a dep so that said patch, which is compressed, can be applied. - -*ncurses-5.2.20020511-r1 (26 May 2002) - - 26 May 2002; Preston A. Elder : - - Added patch to make it work with gcc 3.1 - -*ncurses-5.2.20020511 (18 May 2002) - - 18 May 2002; Donny Davies : - - New snapshot for gcc-3.x testing. - -*ncurses-5.2.20020112a-r1 (205 Apr 2002) - - 05 Apr 2002; Geert Bevin : - - Small header file fix to make apps that use ncurses compile correctly with gcc3. - -*ncurses-5.2.20020112a (21 Mar 2002) - - 21 Mar 2002; Grant Goodyear : - - New version that compiles w/ gcc3. - -*ncurses-5.2-r5 (21 Mar 2002) - 04 Aug 2002; Spider ncurses-5.2-r5.ebuild : - filter out -fno-exceptions from this build as well. - - 12 Mar 2002; Seemant Kulleen ncurses-5.2-r5.ebuild : - - stefan@mdy.univie.ac.at pointed out html documentation getting gzipped - unnecessarily. This is now fixed in r5. I noticed a prior r4 which does - not work anyway, so this is based off r3. - -*ncurses-5.2-r3 (1 Feb 2002) - - 1 Feb 2002; G.Bevin ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-gcc-5.patch b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-gcc-5.patch new file mode 100644 index 0000000000..2448229b88 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-gcc-5.patch @@ -0,0 +1,46 @@ +https://bugs.gentoo.org/545114 + +extracted from the upstream change (which had many unrelated commits in one) + +From 97bb4678dc03e753290b39bbff30ba2825df9517 Mon Sep 17 00:00:00 2001 +From: "Thomas E. Dickey" +Date: Sun, 7 Dec 2014 03:10:09 +0000 +Subject: [PATCH] ncurses 5.9 - patch 20141206 + ++ modify MKlib_gen.sh to work around change in development version of + gcc introduced here: + https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html + https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html + (reports by Marcus Shawcroft, Maohui Lei). + +diff --git a/ncurses/base/MKlib_gen.sh b/ncurses/base/MKlib_gen.sh +index d8cc3c9..b91398c 100755 +--- a/ncurses/base/MKlib_gen.sh ++++ b/ncurses/base/MKlib_gen.sh +@@ -474,11 +474,22 @@ sed -n -f $ED1 \ + -e 's/gen_$//' \ + -e 's/ / /g' >>$TMP + ++cat >$ED1 < $ED2 ++cat $ED2 >$TMP ++ + $preprocessor $TMP 2>/dev/null \ +-| sed \ +- -e 's/ / /g' \ +- -e 's/^ //' \ +- -e 's/_Bool/NCURSES_BOOL/g' \ ++| sed -f $ED1 \ + | $AWK -f $AW2 \ + | sed -f $ED3 \ + | sed \ diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch new file mode 100644 index 0000000000..5c968e76c3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch @@ -0,0 +1,45 @@ +https://bugs.gentoo.org/522586 + +delete the -I$includedir paths that get added to CPPFLAGS. these are never +needed when building natively or cross-compiling and really get in the way +in both cases (upgrades/cross-compiling/etc...). + +extracted from the upstream change: +http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9ee3995474454b7d956885e0fe5c8cac2ae25d42#patch5 + +--- a/configure ++++ b/configure +@@ -18596,33 +18596,11 @@ CPPFLAGS="$CPPFLAGS -I. -I../include" + if test "$srcdir" != "."; then + CPPFLAGS="$CPPFLAGS -I\${srcdir}/../include" + fi +-if test "$GCC" != yes; then +- CPPFLAGS="$CPPFLAGS -I\${includedir}" +-elif test "$includedir" != "/usr/include"; then +- if test "$includedir" = '${prefix}/include' ; then +- if test $prefix != /usr ; then +- CPPFLAGS="$CPPFLAGS -I\${includedir}" +- fi +- else +- CPPFLAGS="$CPPFLAGS -I\${includedir}" +- fi +-fi + + ACPPFLAGS="-I. -I../include -I../../include $ACPPFLAGS" + if test "$srcdir" != "."; then + ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS" + fi +-if test "$GCC" != yes; then +- ACPPFLAGS="$ACPPFLAGS -I\${includedir}" +-elif test "$includedir" != "/usr/include"; then +- if test "$includedir" = '${prefix}/include' ; then +- if test $prefix != /usr ; then +- ACPPFLAGS="$ACPPFLAGS -I\${includedir}" +- fi +- else +- ACPPFLAGS="$ACPPFLAGS -I\${includedir}" +- fi +-fi + + ### Build up pieces for makefile rules + echo "$as_me:18628: checking default library suffix" >&5 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r5.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r6.ebuild similarity index 89% rename from sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r5.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r6.ebuild index 7cbdc0169f..f98a110e71 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r5.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r6.ebuild @@ -1,25 +1,29 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r3.ebuild,v 1.17 2014/08/05 16:09:26 ottxor Exp $ +# $Id$ + +EAPI="5" -EAPI="4" inherit eutils flag-o-matic toolchain-funcs multilib-minimal MY_PV=${PV:0:3} PV_SNAP=${PV:4} MY_P=${PN}-${MY_PV} DESCRIPTION="console display library" -HOMEPAGE="http://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" +HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" -SLOT="5" +# The subslot reflects the SONAME. +SLOT="0/5" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="ada +cxx debug doc gpm minimal profile static-libs symlink-usr tinfo trace unicode" DEPEND="gpm? ( sys-libs/gpm )" # berkdb? ( sys-libs/db )" +# Block the older ncurses that installed all files w/SLOT=5. #557472 RDEPEND="${DEPEND} + !<=sys-libs/ncurses-5.9-r5:5 ! "${T}"/50ncurses doenvd "${T}"/50ncurses - use minimal && rm -r "${D}"/usr/share/terminfo* + use minimal && rm -r "${ED}"/usr/share/terminfo* # Because ncurses5-config --terminfo returns the directory we keep it keepdir /usr/share/terminfo #245374 elif use minimal; then diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r99.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r99.ebuild new file mode 100644 index 0000000000..d8a8266db3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/ncurses/ncurses-5.9-r99.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Bridge the old SLOT=5[/5] ebuild to the new SLOT=0/5 since the slotmove +# functionality does not handle implicit subslots correctly. #558856 + +EAPI="5" + +inherit multilib-build + +DESCRIPTION="transitional package" +HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" + +LICENSE="metapackage" +SLOT="5/5" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="ada +cxx gpm static-libs tinfo unicode" + +DEPEND="sys-libs/ncurses:0/5[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?,${MULTILIB_USEDEP}]" +RDEPEND="${DEPEND}"