summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2012-07-18 06:11:42 +0000
committerBen de Groot <yngwin@gentoo.org>2012-07-18 06:11:42 +0000
commitbebeac77a40ed67b4e8f7d0a8543830c0fd84d0c (patch)
tree242a986971da9bffb4bb48cfe3aa4abed7fa1f1e /app-text/fbless/fbless-9999.ebuild
parentInitial import (diff)
downloadgentoo-2-bebeac77a40ed67b4e8f7d0a8543830c0fd84d0c.tar.gz
gentoo-2-bebeac77a40ed67b4e8f7d0a8543830c0fd84d0c.tar.bz2
gentoo-2-bebeac77a40ed67b4e8f7d0a8543830c0fd84d0c.zip
Version bump for new, active, fork. Add live ebuild. Bug #427006.
(Portage version: 2.2.0_alpha119/cvs/Linux x86_64)
Diffstat (limited to 'app-text/fbless/fbless-9999.ebuild')
-rw-r--r--app-text/fbless/fbless-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-9999.ebuild
new file mode 100644
index 000000000000..ae341b1919df
--- /dev/null
+++ b/app-text/fbless/fbless-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/fbless-9999.ebuild,v 1.1 2012/07/18 06:11:42 yngwin Exp $
+
+EAPI=4
+PYTHON_COMPAT="python2_7"
+inherit python-distutils-ng git-2
+
+DESCRIPTION="Python-based console fb2 reader with less-like interface"
+HOMEPAGE="https://github.com/matimatik/fbless"
+EGIT_REPO_URI="git://github.com/matimatik/fbless.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-lang/python:2.7[ncurses,xml]"
+RDEPEND="${DEPEND}"