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
commit456aed11c1f509f2eb1a4e2067d4c9dc897f030d (patch)
treea9769100e6f992d7594ead51266f7b74be86e9d6 /app-text/nfoview
parentMake sure to pull in the terminus font #280093 by Jim Faulkner. (diff)
downloadgentoo-2-456aed11c1f509f2eb1a4e2067d4c9dc897f030d.tar.gz
gentoo-2-456aed11c1f509f2eb1a4e2067d4c9dc897f030d.tar.bz2
gentoo-2-456aed11c1f509f2eb1a4e2067d4c9dc897f030d.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"