From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-misc/fortune-mod-pqf/Manifest | 1 + .../fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 32 ++++++++++++++++++++++ games-misc/fortune-mod-pqf/metadata.xml | 5 ++++ 3 files changed, 38 insertions(+) create mode 100644 games-misc/fortune-mod-pqf/Manifest create mode 100644 games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild create mode 100644 games-misc/fortune-mod-pqf/metadata.xml (limited to 'games-misc/fortune-mod-pqf') diff --git a/games-misc/fortune-mod-pqf/Manifest b/games-misc/fortune-mod-pqf/Manifest new file mode 100644 index 000000000000..38fd06f6aa53 --- /dev/null +++ b/games-misc/fortune-mod-pqf/Manifest @@ -0,0 +1 @@ +DIST pqf-6.0 146363 SHA256 43823e7ac07a6c75d84eee8d99b1d84d014e2faa12c1df07691ccf53d3ee8ad3 SHA512 c38be09c945c20454cd0ca4d1a4dce18b40bae1ed2c71d093c7d9e4fb2de444425d50a35c7dad5535ed38b5ea52c6c9e8f6035221c08e0485145fc169cb9186e WHIRLPOOL d0b804be7b6b18ddc37afa3cd1b6ef6a3d7dfd123827584bd893a47b804148817fc9ea78a8298ab83bd6fd1d6748e32ee60705317950a19f97f370d76439b15c 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..913b4d530bd6 --- /dev/null +++ b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=5 +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="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +DEPEND="games-misc/fortune-mod" +RDEPEND="${DEPEND}" + +S=${WORKDIR} + +src_prepare() { + cp "${DISTDIR}"/${A} "${S}"/pqf-${PV} +} + +src_compile() { + uniq "pqf-${PV}" | sed 's/^$/\%/g' > pqf + echo "%" >> pqf + strfile -r pqf || die +} + +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 @@ + + + +games + -- cgit v1.2.3-65-gdbad