summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-29 16:54:26 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-29 16:54:26 +0000
commitc4bceb68dd557cc734cda8641823aa943461b42c (patch)
treef16dbbcb6839570cac9e7b302e235ef423ef1ce3 /app-text/nfoview
parentold (diff)
downloadgentoo-2-c4bceb68dd557cc734cda8641823aa943461b42c.tar.gz
gentoo-2-c4bceb68dd557cc734cda8641823aa943461b42c.tar.bz2
gentoo-2-c4bceb68dd557cc734cda8641823aa943461b42c.zip
Version bump #298831 by Chris Hall.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text/nfoview')
-rw-r--r--app-text/nfoview/ChangeLog7
-rw-r--r--app-text/nfoview/nfoview-1.8.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/app-text/nfoview/ChangeLog b/app-text/nfoview/ChangeLog
index 7601c771c5fe..1a7ca28025e2 100644
--- a/app-text/nfoview/ChangeLog
+++ b/app-text/nfoview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/nfoview
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.9 2009/12/29 16:53:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.10 2009/12/29 16:54:26 vapier Exp $
+
+*nfoview-1.8 (29 Dec 2009)
+
+ 29 Dec 2009; Mike Frysinger <vapier@gentoo.org> +nfoview-1.8.ebuild:
+ Version bump #298831 by Chris Hall.
29 Dec 2009; Mike Frysinger <vapier@gentoo.org> nfoview-1.6.ebuild:
Stabilize for amd64/x86.
diff --git a/app-text/nfoview/nfoview-1.8.ebuild b/app-text/nfoview/nfoview-1.8.ebuild
new file mode 100644
index 000000000000..1bdbea51792a
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-1.8.ebuild,v 1.1 2009/12/29 16:54:26 vapier Exp $
+
+inherit distutils
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="git://gitorious.org/nfoview/mainline.git"
+ inherit git
+ SRC_URI=""
+ #KEYWORDS=""
+else
+ SRC_URI="http://download.gna.org/nfoview/${PV}/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
+HOMEPAGE="http://home.gna.org/nfoview/"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/pygtk"
+RDEPEND="${DEPEND}
+ media-fonts/terminus-font"