From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 202E213989D for ; Wed, 26 Aug 2015 12:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE4BE088B; Wed, 26 Aug 2015 12:19:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC319E088B for ; Wed, 26 Aug 2015 12:19:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7203A340983 for ; Wed, 26 Aug 2015 12:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9036115B for ; Wed, 26 Aug 2015 12:19:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440591560.ec1cb36e722e62cf504f89ffdfc05ce87407ae3d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/metadata.xml sys-libs/ncurses/ncurses-5.9-r100.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ec1cb36e722e62cf504f89ffdfc05ce87407ae3d X-VCS-Branch: master Date: Wed, 26 Aug 2015 12:19:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 995423a8-8cb0-4a5c-a285-ae00edcdb0ee X-Archives-Hash: 6824712b2abee7e8c9e32bfcc244557e commit: ec1cb36e722e62cf504f89ffdfc05ce87407ae3d Author: Justin Lecher gentoo org> AuthorDate: Wed Aug 26 12:19:10 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Aug 26 12:19:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1cb36e 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 gentoo.org> sys-libs/ncurses/metadata.xml | 12 +- sys-libs/ncurses/ncurses-5.9-r100.ebuild | 186 +++++++++++++++++++++++++++++++ 2 files changed, 192 insertions(+), 6 deletions(-) diff --git a/sys-libs/ncurses/metadata.xml b/sys-libs/ncurses/metadata.xml index 7856364..e136782 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 0000000..40db661 --- /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 + !