summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-12-29 16:53:50 +0000
committerMike Frysinger <vapier@gentoo.org>2009-12-29 16:53:50 +0000
commit9dd2b32761eecd36bb99862195b32c2e05c25bbf (patch)
treeb6bbbff3ed58b8cd5750d56304f7f981104a9ec6 /app-text/nfoview
parentStabilize for amd64/x86. (diff)
downloadgentoo-2-9dd2b32761eecd36bb99862195b32c2e05c25bbf.tar.gz
gentoo-2-9dd2b32761eecd36bb99862195b32c2e05c25bbf.tar.bz2
gentoo-2-9dd2b32761eecd36bb99862195b32c2e05c25bbf.zip
old
Diffstat (limited to 'app-text/nfoview')
-rw-r--r--app-text/nfoview/files/nfoview-1.1-build.patch13
-rw-r--r--app-text/nfoview/nfoview-1.5.ebuild25
2 files changed, 0 insertions, 38 deletions
diff --git a/app-text/nfoview/files/nfoview-1.1-build.patch b/app-text/nfoview/files/nfoview-1.1-build.patch
deleted file mode 100644
index 8e6440350422..000000000000
--- a/app-text/nfoview/files/nfoview-1.1-build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py
-+++ setup.py
-@@ -40,9 +40,7 @@
- from distutils.command.sdist import sdist
- from distutils.core import setup
-
--os.chdir(os.path.dirname(__file__) or ".")
--sys.path.insert(0, os.path.dirname(__file__))
--from nfoview import __version__
-+__version__ = os.environ['PV']
-
-
- class Clean(clean):
diff --git a/app-text/nfoview/nfoview-1.5.ebuild b/app-text/nfoview/nfoview-1.5.ebuild
deleted file mode 100644
index 9a1fad9d83b6..000000000000
--- a/app-text/nfoview/nfoview-1.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.5.ebuild,v 1.3 2009/08/16 17:40:25 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"