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 0D0F813989D for ; Wed, 26 Aug 2015 18:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E861418A; Wed, 26 Aug 2015 18:20:09 +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 F3A2A1418A for ; Wed, 26 Aug 2015 18:20:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6FB73409C7 for ; Wed, 26 Aug 2015 18:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D80B155 for ; Wed, 26 Aug 2015 18:20:01 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1440613191.8cc8ae51e676d082f5c785a7463e54773cf96714.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-5.9-r100.ebuild sys-libs/ncurses/ncurses-5.9-r101.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8cc8ae51e676d082f5c785a7463e54773cf96714 X-VCS-Branch: master Date: Wed, 26 Aug 2015 18:20:01 +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: 668ab015-8302-49a8-b7a8-26c48b9395e8 X-Archives-Hash: 8be0fba3216ea3bb71994582b09dd09d commit: 8cc8ae51e676d082f5c785a7463e54773cf96714 Author: Mike Frysinger gentoo org> AuthorDate: Wed Aug 26 17:41:36 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Aug 26 18:19:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc8ae51 sys-libs/ncurses: rewrite SLOT=5 ebuild #557472 Delete code that doesn't make sense in an ABI-only ebuild, and backport changes from the ncurses-6 ebuild. sys-libs/ncurses/ncurses-5.9-r100.ebuild | 186 ---------------------------- sys-libs/ncurses/ncurses-5.9-r101.ebuild | 203 +++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+), 186 deletions(-) diff --git a/sys-libs/ncurses/ncurses-5.9-r100.ebuild b/sys-libs/ncurses/ncurses-5.9-r100.ebuild deleted file mode 100644 index f37ebf4..0000000 --- a/sys-libs/ncurses/ncurses-5.9-r100.ebuild +++ /dev/null @@ -1,186 +0,0 @@ -# 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} - !