commit: d7fe9aa75be1f2ce52bd31d3ec8c561ad9238d50 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Nov 1 09:37:12 2015 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Nov 1 09:37:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d7fe9aa7
sys-libs/ncurses: add meta ebuild for slot-move sys-libs/ncurses/ncurses-6.0.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sys-libs/ncurses/ncurses-6.0.ebuild b/sys-libs/ncurses/ncurses-6.0.ebuild new file mode 100644 index 0000000..108e3e4 --- /dev/null +++ b/sys-libs/ncurses/ncurses-6.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Bridge the old SLOT=5[/6] ebuild to the new SLOT=0/6 since the slotmove +# functionality does not handle implicit subslots correctly. #558856 + +EAPI="5" + +inherit multilib-build + +DESCRIPTION="transitional package" +HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/" + +LICENSE="metapackage" +SLOT="5/6" +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 gpm static-libs tinfo unicode" + +DEPEND="sys-libs/ncurses:0/6[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?,${MULTILIB_USEDEP}]" +RDEPEND="${DEPEND}"
