diff options
author | 2010-10-30 15:08:56 +0000 | |
---|---|---|
committer | 2010-10-30 15:08:56 +0000 | |
commit | 7850f935a08986da281618843cf0d54eacf3e0c4 (patch) | |
tree | 4d8681922267c0b8374c9cbf105be2ead302b2b6 /games-misc/fortune-mod-flashrider/fortune-mod-flashrider-0.25.ebuild | |
parent | Keyworded for ~-linux prefix (diff) | |
download | gentoo-2-7850f935a08986da281618843cf0d54eacf3e0c4.tar.gz gentoo-2-7850f935a08986da281618843cf0d54eacf3e0c4.tar.bz2 gentoo-2-7850f935a08986da281618843cf0d54eacf3e0c4.zip |
Moved games-misc/fortune-mod-prolinux to fortune-mod-flashrider due to upstream name change.
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'games-misc/fortune-mod-flashrider/fortune-mod-flashrider-0.25.ebuild')
-rw-r--r-- | games-misc/fortune-mod-flashrider/fortune-mod-flashrider-0.25.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-0.25.ebuild b/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-0.25.ebuild new file mode 100644 index 000000000000..ab934f7d6031 --- /dev/null +++ b/games-misc/fortune-mod-flashrider/fortune-mod-flashrider-0.25.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 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-0.25.ebuild,v 1.1 2010/10/30 15:08:56 zzam Exp $ + +EAPI=2 + +DESCRIPTION="Quotes from Prolinux articles and comments" +HOMEPAGE="http://www.pro-linux.de/news/2009/14520.html" +SRC_URI="http://www.pro-linux.de/files/fortunes-prolinux-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 x86" +IUSE="" + +DEPEND="games-misc/fortune-mod" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN/-mod-flashrider/s-prolinux} + +src_compile() { + ./mkdat cookies +} + +src_install() { + insinto /usr/share/fortune + doins prolinux prolinux.dat || die + dodoc AUTHORS ChangeLog README +} |