games-misc/fortune-mod-flashrider: old

Package-Manager: portage-2.2.28
This commit is contained in:
Michael Sterrett
2016-06-27 17:29:15 -04:00
parent 9ec5287655
commit c94e572c65
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST fortunes-flashrider-1.00.tar.bz2 113598 SHA256 276e3e802c0485122b911d12c9a7441d90bf68ad1428c10a8acb88f148485c35 SHA512 f36614f8404900580e3ca174560b330dbb87a36c4fef414cafac3051f396fe51128dba0b827494ad7813bb4a9a363f4d22c5e6f9364ca4cbb71a9e9cc40c69dd WHIRLPOOL 42c17adc8a99a4a3b68fbb5d010b576e97fa7a5f39b537f63c78ce9322a0a1cc9120c9b3e9cfebbb7efcb0af992dc40c3bb4d4ec741b41d201d9bace765fba16
DIST fortunes-flashrider_1.10.tar.bz2 126771 SHA256 d807eae7a43b9ee4ee5ab8824d0b7eab81ae00ad9c8899f903ebf8cdb5987744 SHA512 3fdf4f19d474cd5560ec234a290a9d6a3108148a8125b93817c4e0513f884a95449588f27775cb7ba321521d19d540bd459d1bd14648206216f9beac5fe6764e WHIRLPOOL 5a1c68740d0aa539ceadd80637172ee04832f03ca1e692aa7aa9570bd3e4ada2d2252c4ec9850d8967c95e0a0c969f6c45b504daf804e40da2f1df731fa26636

View File

@@ -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
}