summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-20 06:54:54 +0000
committerMike Frysinger <vapier@gentoo.org>2009-07-20 06:54:54 +0000
commit5fa740c0d8315c0e79790781a33497ed689cdd88 (patch)
treec49ae7b089c16e582a5e9475d80ed3f88ff748e9 /app-text/nfoview
parentUpdate gcc-4.4 patch #277562 by Diego E. Pettenò. (diff)
downloadgentoo-2-5fa740c0d8315c0e79790781a33497ed689cdd88.tar.gz
gentoo-2-5fa740c0d8315c0e79790781a33497ed689cdd88.tar.bz2
gentoo-2-5fa740c0d8315c0e79790781a33497ed689cdd88.zip
old
Diffstat (limited to 'app-text/nfoview')
-rw-r--r--app-text/nfoview/nfoview-1.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/nfoview/nfoview-1.1.ebuild b/app-text/nfoview/nfoview-1.1.ebuild
deleted file mode 100644
index 504ca468b174..000000000000
--- a/app-text/nfoview/nfoview-1.1.ebuild
+++ /dev/null
@@ -1,24 +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.1.ebuild,v 1.2 2008/03/30 17:36:06 vapier Exp $
-
-ESVN_REPO_URI="svn://svn.gna.org/svn/nfoview/trunk"
-inherit eutils 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"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}