diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-11 07:17:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-11 07:17:28 +0000 |
commit | 85672fa416990325b0cc8bf33462245cd4892185 (patch) | |
tree | 1c4072d9130419906523536fec64caf39e0fd915 /games-misc | |
parent | add patch from Marien Zwart for current gcc __FUNCTION__ handling (bug #106258) (diff) | |
download | gentoo-2-85672fa416990325b0cc8bf33462245cd4892185.tar.gz gentoo-2-85672fa416990325b0cc8bf33462245cd4892185.tar.bz2 gentoo-2-85672fa416990325b0cc8bf33462245cd4892185.zip |
initial commit - ebuild supplied by Peter Hyman via bug #108380
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-misc')
5 files changed, 45 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-slackware/ChangeLog b/games-misc/fortune-mod-slackware/ChangeLog new file mode 100644 index 000000000000..1afda2dcd8c4 --- /dev/null +++ b/games-misc/fortune-mod-slackware/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-misc/fortune-mod-slackware +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-slackware/ChangeLog,v 1.1 2005/10/11 07:17:28 mr_bones_ Exp $ + +*fortune-mod-slackware-1.10 (11 Oct 2005) + + 11 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +fortune-mod-slackware-1.10.ebuild: + initial commit - ebuild supplied by Peter Hyman via bug #108380 + diff --git a/games-misc/fortune-mod-slackware/Manifest b/games-misc/fortune-mod-slackware/Manifest new file mode 100644 index 000000000000..bd9d9f623d45 --- /dev/null +++ b/games-misc/fortune-mod-slackware/Manifest @@ -0,0 +1,2 @@ +MD5 5a025a7b7e4b6ccef8593965811d5e8d fortune-mod-slackware-1.10.ebuild 562 +MD5 6ca591bd3e84a114f5d7766e08cd28e4 files/digest-fortune-mod-slackware-1.10 71 diff --git a/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.10 b/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.10 new file mode 100644 index 000000000000..24966227c5aa --- /dev/null +++ b/games-misc/fortune-mod-slackware/files/digest-fortune-mod-slackware-1.10 @@ -0,0 +1 @@ +MD5 069cb0e47156a9d0140c3e6219d422eb slack-fortunes-all-1.10.tgz 81920 diff --git a/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild new file mode 100644 index 000000000000..1861116f5ee8 --- /dev/null +++ b/games-misc/fortune-mod-slackware/fortune-mod-slackware-1.10.ebuild @@ -0,0 +1,27 @@ +# 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-slackware/fortune-mod-slackware-1.10.ebuild,v 1.1 2005/10/11 07:17:28 mr_bones_ Exp $ + +MY_PN=slack-fortunes-all +DESCRIPTION="This fortune mod is a collection of quotes seen on AOLS (Slackware)" +HOMEPAGE="http://fauxascii.com/linux/mod_quotes.html" +SRC_URI="http://fauxascii.com/linux/data/${MY_PN}-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="games-misc/fortune-mod" + +S=${WORKDIR} + +src_unpack() { + unpack ${A} + rm -f *.md5 +} + +src_install() { + insinto /usr/share/fortune + doins * || die "doins failed" +} diff --git a/games-misc/fortune-mod-slackware/metadata.xml b/games-misc/fortune-mod-slackware/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/fortune-mod-slackware/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |