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 240D91397EF for ; Thu, 20 Aug 2015 12:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC45F141C9; Thu, 20 Aug 2015 12:23:06 +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 2D426141C1 for ; Thu, 20 Aug 2015 12:23:06 +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 4CC5D340B10 for ; Thu, 20 Aug 2015 12:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803A3165 for ; Thu, 20 Aug 2015 12:23:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440073379.b501927d566c60fc1a765a007669b185e549a13d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/zsh/metadata.xml app-shells/zsh/zsh-5.0.5.ebuild app-shells/zsh/zsh-5.0.7-r1.ebuild app-shells/zsh/zsh-5.0.7-r2.ebuild app-shells/zsh/zsh-5.0.8.ebuild app-shells/zsh/zsh-9999.ebuild X-VCS-Directories: app-shells/zsh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b501927d566c60fc1a765a007669b185e549a13d X-VCS-Branch: master Date: Thu, 20 Aug 2015 12:23:02 +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: 2725f60a-2dc4-4e03-a4d5-3427eeead699 X-Archives-Hash: a13fd5801e243d157b2b6958bcb515da commit: b501927d566c60fc1a765a007669b185e549a13d Author: Justin Lecher gentoo org> AuthorDate: Thu Aug 20 12:07:49 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Aug 20 12:22:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b501927d app-shells/zsh: Set correct subslot dependency for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> app-shells/zsh/metadata.xml | 10 +++++----- app-shells/zsh/zsh-5.0.5.ebuild | 2 +- app-shells/zsh/zsh-5.0.7-r1.ebuild | 2 +- app-shells/zsh/zsh-5.0.7-r2.ebuild | 2 +- app-shells/zsh/zsh-5.0.8.ebuild | 2 +- app-shells/zsh/zsh-9999.ebuild | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-shells/zsh/metadata.xml b/app-shells/zsh/metadata.xml index d02793c..2b8832f 100644 --- a/app-shells/zsh/metadata.xml +++ b/app-shells/zsh/metadata.xml @@ -1,11 +1,11 @@ - - radhermit@gentoo.org - Tim Harder - - + + radhermit@gentoo.org + Tim Harder + + Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were diff --git a/app-shells/zsh/zsh-5.0.5.ebuild b/app-shells/zsh/zsh-5.0.5.ebuild index 58e851a..11f9e87 100644 --- a/app-shells/zsh/zsh-5.0.5.ebuild +++ b/app-shells/zsh/zsh-5.0.5.ebuild @@ -18,7 +18,7 @@ IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" >=sys-libs/ncurses-5.1 - static? ( >=sys-libs/ncurses-5.7-r4[static-libs] ) + static? ( >=sys-libs/ncurses-5.7-r4:5=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) diff --git a/app-shells/zsh/zsh-5.0.7-r1.ebuild b/app-shells/zsh/zsh-5.0.7-r1.ebuild index 21fdb78..7897acd 100644 --- a/app-shells/zsh/zsh-5.0.7-r1.ebuild +++ b/app-shells/zsh/zsh-5.0.7-r1.ebuild @@ -18,7 +18,7 @@ IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" >=sys-libs/ncurses-5.1 - static? ( >=sys-libs/ncurses-5.7-r4[static-libs] ) + static? ( >=sys-libs/ncurses-5.7-r4:5=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) diff --git a/app-shells/zsh/zsh-5.0.7-r2.ebuild b/app-shells/zsh/zsh-5.0.7-r2.ebuild index b6e7712..fb5f7c3 100644 --- a/app-shells/zsh/zsh-5.0.7-r2.ebuild +++ b/app-shells/zsh/zsh-5.0.7-r2.ebuild @@ -18,7 +18,7 @@ IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" >=sys-libs/ncurses-5.1 - static? ( >=sys-libs/ncurses-5.7-r4[static-libs] ) + static? ( >=sys-libs/ncurses-5.7-r4:5=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) diff --git a/app-shells/zsh/zsh-5.0.8.ebuild b/app-shells/zsh/zsh-5.0.8.ebuild index d2cb123..8e7b40e 100644 --- a/app-shells/zsh/zsh-5.0.8.ebuild +++ b/app-shells/zsh/zsh-5.0.8.ebuild @@ -24,7 +24,7 @@ IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" >=sys-libs/ncurses-5.1 - static? ( >=sys-libs/ncurses-5.7-r4[static-libs] ) + static? ( >=sys-libs/ncurses-5.7-r4:5=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index d2cb123..8e7b40e 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.ebuild @@ -24,7 +24,7 @@ IUSE="caps debug doc examples gdbm maildir pcre static unicode" RDEPEND=" >=sys-libs/ncurses-5.1 - static? ( >=sys-libs/ncurses-5.7-r4[static-libs] ) + static? ( >=sys-libs/ncurses-5.7-r4:5=[static-libs] ) caps? ( sys-libs/libcap ) pcre? ( >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) )