summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild')
-rw-r--r--games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild b/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild
deleted file mode 100644
index b2a67f55f90e..000000000000
--- a/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-MY_PN="${PN/-mod/s}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Quotes from Prolinux articles and comments"
-HOMEPAGE="http://www.nanolx.org/random/fortunesflashrider/"
-SRC_URI="http://www.nanolx.org/downloads/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND="games-misc/fortune-mod"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare()
-{
- sed -e 's#INSTALLDIR = .*#INSTALLDIR = /share/fortune#' -i Makefile
-}
-
-src_install() {
- emake install PREFIX="${EPREFIX}"/usr DESTDIR="${D}"
- dodoc AUTHORS ChangeLog README
-}