diff options
Diffstat (limited to 'games-misc')
3 files changed, 32 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-sp-fortunes/ChangeLog b/games-misc/fortune-mod-sp-fortunes/ChangeLog index d08a4ce07c44..09c2d1cd411c 100644 --- a/games-misc/fortune-mod-sp-fortunes/ChangeLog +++ b/games-misc/fortune-mod-sp-fortunes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-misc/fortune-mod-sp-fortunes -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-sp-fortunes/ChangeLog,v 1.6 2005/08/27 18:07:53 corsair Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-sp-fortunes/ChangeLog,v 1.7 2005/10/13 00:34:56 vapier Exp $ + +*fortune-mod-sp-fortunes-0.2 (13 Oct 2005) + + 13 Oct 2005; Mike Frysinger <vapier@gentoo.org> + +fortune-mod-sp-fortunes-0.2.ebuild: + Version bump #108375 by Peter Hyman. 27 Aug 2005; Markus Rothe <corsair@gentoo.org> fortune-mod-sp-fortunes-0.1.ebuild: diff --git a/games-misc/fortune-mod-sp-fortunes/files/digest-fortune-mod-sp-fortunes-0.2 b/games-misc/fortune-mod-sp-fortunes/files/digest-fortune-mod-sp-fortunes-0.2 new file mode 100644 index 000000000000..ac09e094b660 --- /dev/null +++ b/games-misc/fortune-mod-sp-fortunes/files/digest-fortune-mod-sp-fortunes-0.2 @@ -0,0 +1 @@ +MD5 1eed67e6ff7513d1f28369b66d551ada SP-0.2.tar.gz 11093 diff --git a/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.2.ebuild b/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.2.ebuild new file mode 100644 index 000000000000..9d7ba2ffee32 --- /dev/null +++ b/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-sp-fortunes/fortune-mod-sp-fortunes-0.2.ebuild,v 1.1 2005/10/13 00:34:56 vapier Exp $ + +MY_P=${P/fortune-mod-sp-fortunes/SP} +MY_PN=${PN/fortune-mod-sp-fortunes/SP} +DESCRIPTION="South Park Fortunes" +HOMEPAGE="http://eol.init1.nl/content/view/44/54/" +SRC_URI="http://eelco.is.a.rootboy.net/fortunecookies/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86" +IUSE="" + +RDEPEND="games-misc/fortune-mod" + +S=${WORKDIR}/${MY_P} + +src_install() { + insinto /usr/share/fortune + doins SP SP.dat || die +} |