From bc8361ad276a7c6a7e2e1205b557de120fb2b248 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Fri, 14 Aug 2015 13:43:15 +0200 Subject: Set RDEPEND on <=sys-libs/ncurses-6.0 and do not install terminfo (bug #557454). Package-Manager: portage-2.2.20.1 --- x11-terms/st/st-0.6-r1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 x11-terms/st/st-0.6-r1.ebuild (limited to 'x11-terms/st/st-0.6-r1.ebuild') diff --git a/x11-terms/st/st-0.6-r1.ebuild b/x11-terms/st/st-0.6-r1.ebuild new file mode 100644 index 000000000000..e0e54e1689a9 --- /dev/null +++ b/x11-terms/st/st-0.6-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils multilib savedconfig toolchain-funcs + +DESCRIPTION="simple terminal implementation for X" +HOMEPAGE="http://st.suckless.org/" +SRC_URI="http://dl.suckless.org/st/${P}.tar.gz" + +LICENSE="MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="savedconfig" + +RDEPEND=" + !