summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-16 17:40:13 +0000
committerMike Frysinger <vapier@gentoo.org>2009-08-16 17:40:13 +0000
commitfbffa2b54e4c82cb448cd6259cb0dec7e4c98cdf (patch)
tree3411cd2ab65edc651c6a83b7dc50b69d93700d8f /app-text/nfoview
parentMake sure to pull in the terminus font #280093 by Jim Faulkner. (diff)
downloadhistorical-fbffa2b54e4c82cb448cd6259cb0dec7e4c98cdf.tar.gz
historical-fbffa2b54e4c82cb448cd6259cb0dec7e4c98cdf.tar.bz2
historical-fbffa2b54e4c82cb448cd6259cb0dec7e4c98cdf.zip
old
Diffstat (limited to 'app-text/nfoview')
-rw-r--r--app-text/nfoview/nfoview-1.2.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-text/nfoview/nfoview-1.2.ebuild b/app-text/nfoview/nfoview-1.2.ebuild
deleted file mode 100644
index f62437aa18e5..000000000000
--- a/app-text/nfoview/nfoview-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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-1.2.ebuild,v 1.1 2008/06/11 00:20:43 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="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygtk"