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
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')
-rw-r--r--app-text/fbless/ChangeLog9
-rw-r--r--app-text/fbless/fbless-0.2.2.ebuild (renamed from app-text/fbless/fbless-0.2.1.ebuild)6
-rw-r--r--app-text/fbless/fbless-9999.ebuild19
3 files changed, 30 insertions, 4 deletions
diff --git a/app-text/fbless/ChangeLog b/app-text/fbless/ChangeLog
index 47b88f5836f6..a2bf068a1e6c 100644
--- a/app-text/fbless/ChangeLog
+++ b/app-text/fbless/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-text/fbless
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/ChangeLog,v 1.1 2012/07/13 07:48:38 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/ChangeLog,v 1.2 2012/07/18 06:11:42 yngwin Exp $
+
+*fbless-9999 (18 Jul 2012)
+*fbless-0.2.2 (18 Jul 2012)
+
+ 18 Jul 2012; Ben de Groot <yngwin@gentoo.org> +fbless-0.2.2.ebuild,
+ +fbless-9999.ebuild, -fbless-0.2.1.ebuild:
+ Version bump for new, active, fork. Add live ebuild. Bug #427006.
*fbless-0.2.1 (13 Jul 2012)
diff --git a/app-text/fbless/fbless-0.2.1.ebuild b/app-text/fbless/fbless-0.2.2.ebuild
index d171546be239..aaf34218e581 100644
--- a/app-text/fbless/fbless-0.2.1.ebuild
+++ b/app-text/fbless/fbless-0.2.2.ebuild
@@ -1,14 +1,14 @@
# 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-0.2.1.ebuild,v 1.1 2012/07/13 07:48:38 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbless/fbless-0.2.2.ebuild,v 1.1 2012/07/18 06:11:42 yngwin Exp $
EAPI=4
PYTHON_COMPAT="python2_7"
inherit python-distutils-ng
DESCRIPTION="Python-based console fb2 reader with less-like interface"
-HOMEPAGE="http://pybookreader.narod.ru/misc.html"
-SRC_URI="http://pybookreader.narod.ru/${P}.tar.gz"
+HOMEPAGE="https://github.com/matimatik/fbless"
+SRC_URI="mirror://github/matimatik/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
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}"