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-fps/doomsday-resources | |
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-fps/doomsday-resources')
-rw-r--r-- | games-fps/doomsday-resources/Manifest | 2 | ||||
-rw-r--r-- | games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild | 38 | ||||
-rw-r--r-- | games-fps/doomsday-resources/metadata.xml | 8 |
3 files changed, 48 insertions, 0 deletions
diff --git a/games-fps/doomsday-resources/Manifest b/games-fps/doomsday-resources/Manifest new file mode 100644 index 000000000000..42cfabf3e9a2 --- /dev/null +++ b/games-fps/doomsday-resources/Manifest @@ -0,0 +1,2 @@ +DIST jdoom-details.zip 1379495 SHA256 6c822f6a97eddb928d0c8b32f0c84eb5a0051207af0f820d309d94a8caa06556 SHA512 94f0c29940795368e9ffdb9fad57f0de65a936a90ad6256effe6fbaa72d1ddf45a016bb72431d1603ade84c01036f84b7dc3e739d04e6c33a41bdf50a9b45dce WHIRLPOOL 1fdf4158580e1c6c4ccdeb02c11ded119085872512e892e1a14b38b63f909e9247b74dc593d28bf9ee4e3fe81ac2fc8524c5ccc8604196df5fb96eb5f2844aa7 +DIST jdoom-resource-pack-1.01.zip 23114845 SHA256 6797f3b3ccfbb4871027e8bd86153ad5b1d4d87c801a94effc962dabba5a09ac SHA512 ec40f3920338040803b7cb3029e6b52352179fe63a1c56bb74ff398e9eca0ae4c7c058213c812644add70b833c26f9a69844c2ae068cdf7d4c7a4f6c9e277636 WHIRLPOOL 309b2c39e9308bc3ba25b32414fc295a7293e7444bf81c33146a6a78568fc983eb00791cc61cd2111bb8981eb4d79127541ffe4e7372af75a3428556e8b1d26c diff --git a/games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild b/games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild new file mode 100644 index 000000000000..ef3e1a8a37cd --- /dev/null +++ b/games-fps/doomsday-resources/doomsday-resources-1.01-r1.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="Improved models & textures for doomsday" +HOMEPAGE="http://www.doomsdayhq.com/" +SRC_URI="mirror://sourceforge/deng/jdoom-resource-pack-${PV}.zip + mirror://sourceforge/deng/jdoom-details.zip" + +LICENSE="free-noncomm" #505636 +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=games-fps/doomsday-1.9.8" +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_install() { + insinto "${GAMES_DATADIR}"/doomsday/data/jdoom/auto + doins data/jDoom/* *.pk3 + + # The definitions file cannot be auto-loaded + insinto "${GAMES_DATADIR}"/doomsday/defs/jdoom + doins defs/jDoom/* + + dodoc *.txt docs/* + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + elog "Add the following to the jdoom/doomsday command-line options:" + elog " -def ${GAMES_DATADIR}/doomsday/defs/jdoom/jDRP.ded" +} diff --git a/games-fps/doomsday-resources/metadata.xml b/games-fps/doomsday-resources/metadata.xml new file mode 100644 index 000000000000..37f93d5031f9 --- /dev/null +++ b/games-fps/doomsday-resources/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> + <upstream> + <remote-id type="sourceforge">deng</remote-id> + </upstream> +</pkgmetadata> |