diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-30 19:54:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-30 19:54:16 +0000 |
commit | 38e4beb09b2138ff3c1b4e92fabcc21b4265d631 (patch) | |
tree | 2e2d64e2be55262f827fc5b8d32bcbb0592fec1a /games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild | |
parent | Version bump and port to fakegem. (diff) | |
download | historical-38e4beb09b2138ff3c1b4e92fabcc21b4265d631.tar.gz historical-38e4beb09b2138ff3c1b4e92fabcc21b4265d631.tar.bz2 historical-38e4beb09b2138ff3c1b4e92fabcc21b4265d631.zip |
Restore fortune-mod-discworld.
Package-Manager: portage-2.2_rc62/cvs/Linux i686
Diffstat (limited to 'games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild')
-rw-r--r-- | games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild new file mode 100644 index 000000000000..f56708a53499 --- /dev/null +++ b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild,v 1.4 2010/01/30 19:54:16 ulm Exp $ + +MY_P=${PN/-mod/} +DESCRIPTION="Quotes from Discworld novels" +HOMEPAGE="http://www.splitbrain.org/projects/fortunes/discworld" +SRC_URI="http://www.splitbrain.org/_media/projects/fortunes/${MY_P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +RDEPEND="games-misc/fortune-mod" + +S=${WORKDIR}/${MY_P} + +src_install() { + insinto /usr/share/fortune + doins discworld discworld.dat || die +} |