summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2011-06-27 12:04:26 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2011-06-27 12:04:26 +0000
commite33a8f6d43c61fa2fc69a3a93c9e2f13d502130f (patch)
tree52ce406e0b7d3e635bb24d8a3bb710f1c3be4f75 /games-misc/fortune-mod-flashrider
parentApply patch fixing renaming issues with afc backend, allow to build without u... (diff)
downloadgentoo-2-e33a8f6d43c61fa2fc69a3a93c9e2f13d502130f.tar.gz
gentoo-2-e33a8f6d43c61fa2fc69a3a93c9e2f13d502130f.tar.bz2
gentoo-2-e33a8f6d43c61fa2fc69a3a93c9e2f13d502130f.zip
Version bumped.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-misc/fortune-mod-flashrider')
-rw-r--r--games-misc/fortune-mod-flashrider/ChangeLog8
-rw-r--r--games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/games-misc/fortune-mod-flashrider/ChangeLog b/games-misc/fortune-mod-flashrider/ChangeLog
index c84937bc7a4b..3771dc030699 100644
--- a/games-misc/fortune-mod-flashrider/ChangeLog
+++ b/games-misc/fortune-mod-flashrider/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-misc/fortune-mod-flashrider
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-flashrider/ChangeLog,v 1.4 2011/02/10 19:08:49 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-flashrider/ChangeLog,v 1.5 2011/06/27 12:04:26 zzam Exp $
+
+*fortune-mod-flashrider-1.00 (27 Jun 2011)
+
+ 27 Jun 2011; Matthias Schwarzott <zzam@gentoo.org>
+ +fortune-mod-flashrider-1.00.ebuild:
+ Version bumped.
*fortune-mod-flashrider-0.90 (10 Feb 2011)
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
new file mode 100644
index 000000000000..955d09858492
--- /dev/null
+++ b/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-1.00.ebuild,v 1.1 2011/06/27 12:04:26 zzam Exp $
+
+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
+}