diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-19 22:35:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-19 22:35:05 +0000 |
commit | bfa07afdf867f1d7ed0a638bacab5d2339f04750 (patch) | |
tree | ed801a8cc95445bcac9f2b502d563d0710ed71db /games-misc | |
parent | Stable on alpha. (diff) | |
download | historical-bfa07afdf867f1d7ed0a638bacab5d2339f04750.tar.gz historical-bfa07afdf867f1d7ed0a638bacab5d2339f04750.tar.bz2 historical-bfa07afdf867f1d7ed0a638bacab5d2339f04750.zip |
Initial import. Ebuild by Matteo Settenvini <matteo-ml@member.fsf.org>. Closing bug #76703.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-pqf/ChangeLog | 11 | ||||
-rw-r--r-- | games-misc/fortune-mod-pqf/Manifest | 4 | ||||
-rw-r--r-- | games-misc/fortune-mod-pqf/files/digest-fortune-mod-pqf-6.0 | 1 | ||||
-rw-r--r-- | games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 32 | ||||
-rw-r--r-- | games-misc/fortune-mod-pqf/metadata.xml | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-pqf/ChangeLog b/games-misc/fortune-mod-pqf/ChangeLog new file mode 100644 index 000000000000..1ae9efc53395 --- /dev/null +++ b/games-misc/fortune-mod-pqf/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-misc/fortune-mod-pqf +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-pqf/ChangeLog,v 1.1 2005/07/19 22:35:05 wolf31o2 Exp $ + +*fortune-mod-pqf-6.0 (19 Jul 2005) + + 19 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +fortune-mod-pqf-6.0.ebuild: + Initial import. Ebuild by Matteo Settenvini <matteo-ml@member.fsf.org>. + Closing bug #76703. + diff --git a/games-misc/fortune-mod-pqf/Manifest b/games-misc/fortune-mod-pqf/Manifest new file mode 100644 index 000000000000..9ece58af34ea --- /dev/null +++ b/games-misc/fortune-mod-pqf/Manifest @@ -0,0 +1,4 @@ +MD5 98f42ca7e850a2975f1fdaec99409f9f fortune-mod-pqf-6.0.ebuild 751 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 a13793545096da6f6e7d8716e66a6852 ChangeLog 460 +MD5 2bc15e79b919923f3f7a61bb57edbdc5 files/digest-fortune-mod-pqf-6.0 52 diff --git a/games-misc/fortune-mod-pqf/files/digest-fortune-mod-pqf-6.0 b/games-misc/fortune-mod-pqf/files/digest-fortune-mod-pqf-6.0 new file mode 100644 index 000000000000..9de66e6d3b62 --- /dev/null +++ b/games-misc/fortune-mod-pqf/files/digest-fortune-mod-pqf-6.0 @@ -0,0 +1 @@ +MD5 61a2cf1201ae38c136ee1c983ea06758 pqf-6.0 146363 diff --git a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild new file mode 100644 index 000000000000..492eec31db5e --- /dev/null +++ b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild @@ -0,0 +1,32 @@ +# 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-pqf/fortune-mod-pqf-6.0.ebuild,v 1.1 2005/07/19 22:35:05 wolf31o2 Exp $ + +DESCRIPTION="Fortune database of Terry Pratchett's Discworld related quotes" +HOMEPAGE="http://www.lspace.org/" +SRC_URI="http://www.ie.lspace.org/ftp-lspace/words/pqf/pqf-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="games-misc/fortune-mod" + +S="${WORKDIR}" + +src_unpack () { + cp "${DISTDIR}/${A}" "${S}/pqf-${PV}" +} + +src_compile () { + uniq "pqf-${PV}" | sed 's/^$/\%/g' > pqf + echo "%" >> pqf + rm "pqf-${PV}" + strfile -r pqf +} + +src_install () { + insinto /usr/share/fortune + doins pqf pqf.dat +} diff --git a/games-misc/fortune-mod-pqf/metadata.xml b/games-misc/fortune-mod-pqf/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/fortune-mod-pqf/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> |