diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-03 22:31:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-03 22:31:10 +0000 |
commit | 173a649995af4d20aeaa30f8a8801f9b0105bd73 (patch) | |
tree | 0d18a662a2e33834ad469c886b56a861fdce1942 /games-misc | |
parent | no interest in maintaining #44654 (diff) | |
download | gentoo-2-173a649995af4d20aeaa30f8a8801f9b0105bd73.tar.gz gentoo-2-173a649995af4d20aeaa30f8a8801f9b0105bd73.tar.bz2 gentoo-2-173a649995af4d20aeaa30f8a8801f9b0105bd73.zip |
Initial import. Ebuild by Ben Urban <benurban@comcast.net> and closing bug #107468.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-misc')
5 files changed, 40 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-firefly/ChangeLog b/games-misc/fortune-mod-firefly/ChangeLog new file mode 100644 index 000000000000..a3b19209cf23 --- /dev/null +++ b/games-misc/fortune-mod-firefly/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-misc/fortune-mod-firefly +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-firefly/ChangeLog,v 1.1 2005/10/03 22:31:10 wolf31o2 Exp $ + +*fortune-mod-firefly-1.5 (03 Oct 2005) + + 03 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +fortune-mod-firefly-1.5.ebuild: + Initial import. Ebuild by Ben Urban <benurban@comcast.net> and closing bug + #107468. + diff --git a/games-misc/fortune-mod-firefly/Manifest b/games-misc/fortune-mod-firefly/Manifest new file mode 100644 index 000000000000..9766b88b07ef --- /dev/null +++ b/games-misc/fortune-mod-firefly/Manifest @@ -0,0 +1,2 @@ +MD5 6716bf029eec743ab12482605f675269 fortune-mod-firefly-1.5.ebuild 495 +MD5 ac578867a59f64ca3e8611c70aed5778 files/digest-fortune-mod-firefly-1.5 71 diff --git a/games-misc/fortune-mod-firefly/files/digest-fortune-mod-firefly-1.5 b/games-misc/fortune-mod-firefly/files/digest-fortune-mod-firefly-1.5 new file mode 100644 index 000000000000..9c082c0f1d5c --- /dev/null +++ b/games-misc/fortune-mod-firefly/files/digest-fortune-mod-firefly-1.5 @@ -0,0 +1 @@ +MD5 9af2a89158cd340dd0986d77e10e5b37 fortune-mod-firefly-1.5.tgz 20738 diff --git a/games-misc/fortune-mod-firefly/fortune-mod-firefly-1.5.ebuild b/games-misc/fortune-mod-firefly/fortune-mod-firefly-1.5.ebuild new file mode 100644 index 000000000000..04debedb4aa2 --- /dev/null +++ b/games-misc/fortune-mod-firefly/fortune-mod-firefly-1.5.ebuild @@ -0,0 +1,21 @@ +# 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-firefly/fortune-mod-firefly-1.5.ebuild,v 1.1 2005/10/03 22:31:10 wolf31o2 Exp $ + +DESCRIPTION="Quotes from FireFly" +HOMEPAGE="http://www.daughtersoftiresias.org/progs/firefly/" +SRC_URI="http://www.daughtersoftiresias.org/progs/firefly/${P}.tgz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86" +IUSE="" + +RDEPEND="games-misc/fortune-mod" + +S="${WORKDIR}" + +src_install() { + insinto /usr/share/fortune + doins firefly firefly.dat +} diff --git a/games-misc/fortune-mod-firefly/metadata.xml b/games-misc/fortune-mod-firefly/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/fortune-mod-firefly/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> |