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 CCC6313989A for ; Thu, 27 Aug 2015 06:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4452914241; Thu, 27 Aug 2015 06:53:22 +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 C5BEB14241 for ; Thu, 27 Aug 2015 06:53:21 +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 C283E340A22 for ; Thu, 27 Aug 2015 06:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C33162 for ; Thu, 27 Aug 2015 06:53:19 +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: <1440658344.125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4.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-r5.ebuild sys-libs/ncurses/ncurses-5.9-r99.ebuild sys-libs/ncurses/ncurses-6.0.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4 X-VCS-Branch: master Date: Thu, 27 Aug 2015 06:53:19 +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: f0154ac4-fb2b-4d38-b9d1-fdb68c421798 X-Archives-Hash: af0877dbfa4f086d0cef04bb2b00521d commit: 125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4 Author: Mike Frysinger gentoo org> AuthorDate: Thu Aug 27 06:49:36 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Aug 27 06:52:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125fb7a6 sys-libs/ncurses: add dummy package to bridge SLOT move #558856 Since the slotmove operator does not properly update implicit subslots in generated dependencies in the vdb, add a dummy ebuild to bridge the old SLOT=5[/5] and the new SLOT=0/5. .../{ncurses-6.0.ebuild => ncurses-5.9-r5.ebuild} | 185 ++++++++------------- sys-libs/ncurses/ncurses-5.9-r99.ebuild | 18 ++ sys-libs/ncurses/ncurses-6.0.ebuild | 2 +- 3 files changed, 92 insertions(+), 113 deletions(-) diff --git a/sys-libs/ncurses/ncurses-6.0.ebuild b/sys-libs/ncurses/ncurses-5.9-r5.ebuild similarity index 55% copy from sys-libs/ncurses/ncurses-6.0.ebuild copy to sys-libs/ncurses/ncurses-5.9-r5.ebuild index 145960b..3668c97 100644 --- a/sys-libs/ncurses/ncurses-6.0.ebuild +++ b/sys-libs/ncurses/ncurses-5.9-r5.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils flag-o-matic toolchain-funcs multilib-minimal multiprocessing +inherit eutils flag-o-matic toolchain-funcs multilib-minimal MY_PV=${PV:0:3} PV_SNAP=${PV:4} @@ -15,33 +15,37 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" # The subslot reflects the SONAME. -SLOT="0/6" +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 test threads tinfo trace unicode" +IUSE="ada +cxx debug doc gpm minimal profile static-libs tinfo trace unicode" -DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )" +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-r4:0 + !<=sys-libs/ncurses-5.9-r4:5 !