Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-libs/ncurses/
Date: Sun, 01 Nov 2015 09:37:26
Message-Id: 1446370632.d7fe9aa75be1f2ce52bd31d3ec8c561ad9238d50.grobian@gentoo
1 commit: d7fe9aa75be1f2ce52bd31d3ec8c561ad9238d50
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 09:37:12 2015 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 09:37:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d7fe9aa7
7
8 sys-libs/ncurses: add meta ebuild for slot-move
9
10 sys-libs/ncurses/ncurses-6.0.ebuild | 21 +++++++++++++++++++++
11 1 file changed, 21 insertions(+)
12
13 diff --git a/sys-libs/ncurses/ncurses-6.0.ebuild b/sys-libs/ncurses/ncurses-6.0.ebuild
14 new file mode 100644
15 index 0000000..108e3e4
16 --- /dev/null
17 +++ b/sys-libs/ncurses/ncurses-6.0.ebuild
18 @@ -0,0 +1,21 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +# Bridge the old SLOT=5[/6] ebuild to the new SLOT=0/6 since the slotmove
24 +# functionality does not handle implicit subslots correctly. #558856
25 +
26 +EAPI="5"
27 +
28 +inherit multilib-build
29 +
30 +DESCRIPTION="transitional package"
31 +HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/"
32 +
33 +LICENSE="metapackage"
34 +SLOT="5/6"
35 +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"
36 +IUSE="ada +cxx gpm static-libs tinfo unicode"
37 +
38 +DEPEND="sys-libs/ncurses:0/6[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?,${MULTILIB_USEDEP}]"
39 +RDEPEND="${DEPEND}"