From f13f569334e21cb96f3b7f0c5c43d5f3becf876b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Feb 2018 07:39:30 +0000 Subject: sys-libs/ncurses:1/5 : revision bump (fix build) --- sys-libs/ncurses/ncurses-5.9-r1337.ebuild | 198 ++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 sys-libs/ncurses/ncurses-5.9-r1337.ebuild (limited to 'sys-libs/ncurses/ncurses-5.9-r1337.ebuild') diff --git a/sys-libs/ncurses/ncurses-5.9-r1337.ebuild b/sys-libs/ncurses/ncurses-5.9-r1337.ebuild new file mode 100644 index 00000000..6d631269 --- /dev/null +++ b/sys-libs/ncurses/ncurses-5.9-r1337.ebuild @@ -0,0 +1,198 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# This version is just for the ABI .5 library + +EAPI="5" + +inherit eutils toolchain-funcs multilib-minimal + +MY_PV=${PV:0:3} +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" +# The subslot reflects the SONAME. +SLOT="1/5" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="gpm tinfo unicode" + +DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )" +# Block the ncurses-5 that installs the same lib. #557472 +RDEPEND="${DEPEND} + !