diff options
-rw-r--r-- | app-text/nfoview/nfoview-1.1.ebuild | 24 |
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 -} |