diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /games-misc/wumpus | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'games-misc/wumpus')
-rw-r--r-- | games-misc/wumpus/Manifest | 3 | ||||
-rw-r--r-- | games-misc/wumpus/metadata.xml | 5 | ||||
-rw-r--r-- | games-misc/wumpus/wumpus-1.4.ebuild | 46 |
3 files changed, 54 insertions, 0 deletions
diff --git a/games-misc/wumpus/Manifest b/games-misc/wumpus/Manifest new file mode 100644 index 000000000000..128df71d3e26 --- /dev/null +++ b/games-misc/wumpus/Manifest @@ -0,0 +1,3 @@ +DIST wump.6 4821 SHA256 290cf47bec06550563b7aa38e98c203d4928d09104b4a852cb89d2933d045af4 SHA512 51e61efa71d46bace722dae3dbc7ea782f97ef02cb529054c1f5ea56139017b90e6a31ae70314c4a4c82bbcb821f826aa0f6032d934104bf3e7851437377e471 WHIRLPOOL 1e2ac8daeeb9493ad33cc00f13a7987f77582746b788eba99342cb7dce412f3351f14a99ecaac44b583a8231d5adaef85cab2a0e025787b9e79d0da654bb6428 +DIST wump.c 22691 SHA256 6c85a36af61922d939ccd307ef22731b67c8792c91ebe0e88ca92e1d0752d057 SHA512 a914e1eb9e6204e5d763a7c32445721b849a753c3007312c7f9bbbaed9fc3f133639e7ef27a66636e9c5bc7bb13ab7a54f4f607272403014042723de38cbd878 WHIRLPOOL e1f64cf5c95342a1e090d1bc2bd4887367e2b3be6ed43ec13b460666aa9ff96a3ddf2ea4ed44c83096826e98cade1787fe0a315401b769c08b45afa03f6f0ae6 +DIST wump.info 1883 SHA256 5e67570605fccbc2af25ff8eba565bcb74a08bb01470dc4520d1368e6bc9cdc3 SHA512 faee0552c7065f6cc98db53d0ed085b7b4c6aadb5f457733e36a621f9ea1753cb627d4a3813cc9b9aaaa1cd178458fd7ceb4ef9114892e0f8faeb303cc0351d8 WHIRLPOOL b255c40d683a16356a5c9f884efafedf7d97fa708b3c76d6db4bed65588e5ee6a7cc272ef463dc54589c1c0565e8ed9bf731c10e412566c8e39393de7946e648 diff --git a/games-misc/wumpus/metadata.xml b/games-misc/wumpus/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/wumpus/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> diff --git a/games-misc/wumpus/wumpus-1.4.ebuild b/games-misc/wumpus/wumpus-1.4.ebuild new file mode 100644 index 000000000000..d70e491acd21 --- /dev/null +++ b/games-misc/wumpus/wumpus-1.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs games + +DESCRIPTION="Classic Hunt the Wumpus Adventure Game" +HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wump/" +SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.c + ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.6 + ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.info" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="sys-apps/less" +RDEPEND=${DEPEND} + +S=${WORKDIR} + +src_unpack() { + local i + + for i in wump.{info,c,6} ; do + cp "${DISTDIR}"/${i} "${S}/" + done +} + +src_compile() { + touch pathnames.h + [ -z "${PAGER}" ] && PAGER=/usr/bin/less + $(tc-getCC) ${LDFLAGS} -Dlint -D_PATH_PAGER=\"${PAGER}\" \ + -D_PATH_WUMPINFO=\""${GAMES_DATADIR}"/${PN}/wump.info\" ${CFLAGS} \ + -o wump wump.c || die +} + +src_install() { + dogamesbin wump + doman wump.6 + insinto "${GAMES_DATADIR}/${PN}" + doins wump.info + prepgamesdirs +} |