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-rpg/eschalon-book-1-demo | |
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-rpg/eschalon-book-1-demo')
-rw-r--r-- | games-rpg/eschalon-book-1-demo/Manifest | 1 | ||||
-rw-r--r-- | games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild | 38 | ||||
-rw-r--r-- | games-rpg/eschalon-book-1-demo/metadata.xml | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/games-rpg/eschalon-book-1-demo/Manifest b/games-rpg/eschalon-book-1-demo/Manifest new file mode 100644 index 000000000000..c1f9531b44a4 --- /dev/null +++ b/games-rpg/eschalon-book-1-demo/Manifest @@ -0,0 +1 @@ +DIST eschalon-book-1-demo-106.tar.gz 83157919 SHA256 172d66826ad8a1c6fe8b8d9feddeff6fff36f4da07edcf5a12264b17d9d61eea SHA512 7229cb48ad02b1842ac71fec03f5ea3e0df8f895409222a764c8505586a1ceb350dc4b57b4c9eed528ef0984bb60d406f41df26d5b7e8157d0f22b8ded590d66 WHIRLPOOL 7e5e0c2c4abdcc7d44bf0e87eb1ac121bd90dca9cfea9dddc5afef1e3e84f556f949ff4446945eb2f48250783e45d38bfd6dd414d5632ba6c441be00c0d9a708 diff --git a/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild new file mode 100644 index 000000000000..774599e8677b --- /dev/null +++ b/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils games + +DESCRIPTION="A classic role-playing game" +HOMEPAGE="http://basiliskgames.com/eschalon-book-i" +SRC_URI="http://dev.gentoo.org/~calchan/distfiles/${P}.tar.gz" + +LICENSE="eschalon-book-1-demo" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +RESTRICT="strip" +QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/Eschalon Book I Demo" + +RDEPEND=" + >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" + +S="${WORKDIR}/Eschalon Book I Demo" + +src_install() { + insinto "${GAMES_PREFIX_OPT}/${PN}" + doins -r data music sound *pdf *pak help.txt + + exeinto "${GAMES_PREFIX_OPT}/${PN}" + doexe "Eschalon Book I Demo" + + make_desktop_entry ${PN} "Eschalon: Book I (Demo)" + games_make_wrapper ${PN} "\"./Eschalon Book I Demo\"" "${GAMES_PREFIX_OPT}/${PN}" + prepgamesdirs +} diff --git a/games-rpg/eschalon-book-1-demo/metadata.xml b/games-rpg/eschalon-book-1-demo/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-rpg/eschalon-book-1-demo/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> |