summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-27 02:49:36 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-27 02:52:24 -0400
commit125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4 (patch)
treed03a65a726285858fe94522655657bc9d330ebae /sys-libs/ncurses/ncurses-5.9-r99.ebuild
parentwww-apps/mediawiki: remove old (diff)
downloadgentoo-125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4.tar.gz
gentoo-125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4.tar.bz2
gentoo-125fb7a6cdcde8fb1c7dd59edf87dbf276025ef4.zip
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.
Diffstat (limited to 'sys-libs/ncurses/ncurses-5.9-r99.ebuild')
-rw-r--r--sys-libs/ncurses/ncurses-5.9-r99.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-libs/ncurses/ncurses-5.9-r99.ebuild b/sys-libs/ncurses/ncurses-5.9-r99.ebuild
new file mode 100644
index 000000000000..4b407434b631
--- /dev/null
+++ b/sys-libs/ncurses/ncurses-5.9-r99.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Bridge the old SLOT=5[/5] ebuild to the new SLOT=0/5 since the slotmove
+# functionality does not handle implicit subslots correctly. #558856
+
+EAPI="5"
+
+DESCRIPTION="transitional package"
+HOMEPAGE="https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/"
+
+LICENSE="metapackage"
+SLOT="5/5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="ada +cxx gpm static-libs tinfo unicode"
+
+RDEPEND="sys-libs/ncurses:0/5[ada?,cxx?,gpm?,static-libs?,tinfo?,unicode?]"