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 643D71384B4 for ; Sat, 7 Nov 2015 16:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A331021C008; Sat, 7 Nov 2015 16:50:37 +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 461C621C008 for ; Sat, 7 Nov 2015 16:50:37 +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 EF624340691 for ; Sat, 7 Nov 2015 16:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 812061A5 for ; Sat, 7 Nov 2015 16:50:31 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1446915018.edabe28f9757250d2a2ac05b8ece35d4343e633f.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-libs/ncurses/ncurses-5.9-r4.ebuild sys-libs/ncurses/ncurses-5.9-r5.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: edabe28f9757250d2a2ac05b8ece35d4343e633f X-VCS-Branch: master Date: Sat, 7 Nov 2015 16:50:31 +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: 2ee9bef7-249b-496d-84ab-6b4ad5cb4642 X-Archives-Hash: 0ea1d516a7cc615444e2b54bca90057e commit: edabe28f9757250d2a2ac05b8ece35d4343e633f Author: Fabian Groffen gentoo org> AuthorDate: Sat Nov 7 16:50:18 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Nov 7 16:50:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=edabe28f sys-libs/ncurses: 5.9 drop SLOT to 0, and pull in -r4 for subslots, thanks Gregory Turner in bug #558800 Package-Manager: portage-2.2.20-prefix sys-libs/ncurses/ncurses-5.9-r4.ebuild | 2 +- .../ncurses/{ncurses-5.9-r4.ebuild => ncurses-5.9-r5.ebuild} | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys-libs/ncurses/ncurses-5.9-r4.ebuild b/sys-libs/ncurses/ncurses-5.9-r4.ebuild index 959e811..8a5eda6 100644 --- a/sys-libs/ncurses/ncurses-5.9-r4.ebuild +++ b/sys-libs/ncurses/ncurses-5.9-r4.ebuild @@ -21,7 +21,7 @@ SRC_URI="${SRC_URI} " LICENSE="MIT" -SLOT="5" +SLOT="0" KEYWORDS="~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ada +cxx debug doc gpm minimal profile static-libs tinfo trace unicode" diff --git a/sys-libs/ncurses/ncurses-5.9-r4.ebuild b/sys-libs/ncurses/ncurses-5.9-r5.ebuild similarity index 98% copy from sys-libs/ncurses/ncurses-5.9-r4.ebuild copy to sys-libs/ncurses/ncurses-5.9-r5.ebuild index 959e811..7b7ae94 100644 --- a/sys-libs/ncurses/ncurses-5.9-r4.ebuild +++ b/sys-libs/ncurses/ncurses-5.9-r5.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r4.ebuild,v 1.3 2015/04/06 20:11:01 vapier Exp $ +# $Id$ + +EAPI="5" -EAPI="4" inherit eutils flag-o-matic toolchain-funcs multilib-minimal libtool MY_PV=${PV:0:3} @@ -21,13 +22,15 @@ SRC_URI="${SRC_URI} " LICENSE="MIT" -SLOT="5" +# The subslot reflects the SONAME. +SLOT="0/5" KEYWORDS="~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ada +cxx debug doc gpm minimal profile static-libs tinfo trace unicode" DEPEND="gpm? ( sys-libs/gpm )" # berkdb? ( sys-libs/db )" RDEPEND="${DEPEND} + !<=sys-libs/ncurses-5.9-r4:5 !