diff options
Diffstat (limited to 'app-misc/terminal-colors/terminal-colors-2.2.ebuild')
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-2.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild b/app-misc/terminal-colors/terminal-colors-2.2.ebuild new file mode 100644 index 000000000000..04938ecb7b40 --- /dev/null +++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="ncurses" + +inherit python-r1 + +DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color terminals" +HOMEPAGE="http://zhar.net/projects/shell/terminal-colors" +SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" + +RDEPEND="${PYTHON_DEPS}" + +S=${WORKDIR} + +src_install() { + python_foreach_impl python_newscript ${P} ${PN} +} |