summaryrefslogtreecommitdiff
blob: 7527cdc33f6318eb03c0dce6894b9e1f41999b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild,v 1.3 2008/03/30 17:36:06 vapier Exp $

ESVN_REPO_URI="svn://svn.gna.org/svn/nfoview/trunk"
inherit distutils
[[ ${PV} == "9999" ]] && inherit subversion

DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
HOMEPAGE="http://home.gna.org/nfoview/"
[[ ${PV} != "9999" ]] && SRC_URI="http://download.gna.org/nfoview/${PV}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-python/pygtk"