From ec1cb36e722e62cf504f89ffdfc05ce87407ae3d Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 26 Aug 2015 14:19:10 +0200 Subject: sys-libs/ncurses: Add compatibility package for binary packages Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557472 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- sys-libs/ncurses/metadata.xml | 12 +- sys-libs/ncurses/ncurses-5.9-r100.ebuild | 186 +++++++++++++++++++++++++++++++ 2 files changed, 192 insertions(+), 6 deletions(-) create mode 100644 sys-libs/ncurses/ncurses-5.9-r100.ebuild (limited to 'sys-libs/ncurses') diff --git a/sys-libs/ncurses/metadata.xml b/sys-libs/ncurses/metadata.xml index 78563648f103..e1367820bc0e 100644 --- a/sys-libs/ncurses/metadata.xml +++ b/sys-libs/ncurses/metadata.xml @@ -1,14 +1,14 @@ -base-system - - Add bindings for the ADA programming language - + base-system + + Add bindings for the ADA programming language + Build curses library (libncurses) sep from the low-level terminfo library (libtinfo) -- usually needed only for binary packages -- but it is binary compatible in either mode - Enable test trace() support in ncurses calls - + Enable test trace() support in ncurses calls + diff --git a/sys-libs/ncurses/ncurses-5.9-r100.ebuild b/sys-libs/ncurses/ncurses-5.9-r100.ebuild new file mode 100644 index 000000000000..40db661ef5ed --- /dev/null +++ b/sys-libs/ncurses/ncurses-5.9-r100.ebuild @@ -0,0 +1,186 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" +SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="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 gpm profile 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-6:0 + !