summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-11-06 20:02:58 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-11-06 20:02:58 +0000
commit7a4d0bd0b0b711e53f3891171211d563e2ec9f00 (patch)
tree691bd28a62d12cf1c7070761dcc99eb3c17a4e52 /games-rpg
parentFix NEEDED in .so file (diff)
downloadgentoo-2-7a4d0bd0b0b711e53f3891171211d563e2ec9f00.tar.gz
gentoo-2-7a4d0bd0b0b711e53f3891171211d563e2ec9f00.tar.bz2
gentoo-2-7a4d0bd0b0b711e53f3891171211d563e2ec9f00.zip
initial import wrt #411295
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/morrowind-data/ChangeLog10
-rw-r--r--games-rpg/morrowind-data/Manifest3
-rw-r--r--games-rpg/morrowind-data/metadata.xml9
-rw-r--r--games-rpg/morrowind-data/morrowind-data-2.ebuild44
4 files changed, 66 insertions, 0 deletions
diff --git a/games-rpg/morrowind-data/ChangeLog b/games-rpg/morrowind-data/ChangeLog
new file mode 100644
index 000000000000..c17853d1e6cb
--- /dev/null
+++ b/games-rpg/morrowind-data/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-rpg/morrowind-data
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/ChangeLog,v 1.1 2014/11/06 20:02:58 hasufell Exp $
+
+*morrowind-data-2 (06 Nov 2014)
+
+ 06 Nov 2014; Julian Ospald <hasufell@gentoo.org> +morrowind-data-2.ebuild,
+ +metadata.xml:
+ initial import wrt #411295
+
diff --git a/games-rpg/morrowind-data/Manifest b/games-rpg/morrowind-data/Manifest
new file mode 100644
index 000000000000..f52d153af8d2
--- /dev/null
+++ b/games-rpg/morrowind-data/Manifest
@@ -0,0 +1,3 @@
+EBUILD morrowind-data-2.ebuild 922 SHA256 3867e9fcfb66e4a6d88ce021666a91854bc6099d95076e4884c31f5fc2f73f5e SHA512 834897cdd31d591714171bd8728bd80c56560ed759c32d9b64361b7b2b251af7533208f7d0646c928a001a1437ad23cbcb59a6418833b8467deeaa66b2c19e7c WHIRLPOOL e577670432ed72ce8ffa18171eaab86420d34f790e5a2bc9903c3acb71f6b65ad4eaa6e88171d79a3248b31509bf57c43e680c05c10a21591021b4bc47d84a1f
+MISC ChangeLog 282 SHA256 3345003b70ccf65eeedb273658a700f52fb507040b6b3060d0102511a65a4bde SHA512 5cef8cc7386dfededbdae9d67e269f157ca1338e9fe8fb0ce65613ec0152ee531f9c38e2f19849663a4218984bf51c5f41550ba3c3184585eee7dbc2cc721a58 WHIRLPOOL dd604f7d7f85ff4dcdaf0428d63b5900cb007f62f4e6d2413c73046999dc2b623b2b107765edc42e1e89cdd8a542ac52d39c30095e26fb4e7791c5962240ebaa
+MISC metadata.xml 254 SHA256 548b928b887eac78ad779373af460d64be13448be404bc9dd4de5ba7bcee660f SHA512 957071d6056e3ca50264505247c2d38c34e6a2029f27a71cd51de1c4c1f5fab45b6e6c8be1f956552fcff45e440ce911e8c11486809e6e40b4145d23b22c3cc7 WHIRLPOOL 3188212468f95f1652beab3647a2809439d7e804d930dfdba5283f3304dfb14a4ebfd05448e7447caaa48d22d21481b0d2e8b6fd0af2d30c0bd9ad7889cac0f0
diff --git a/games-rpg/morrowind-data/metadata.xml b/games-rpg/morrowind-data/metadata.xml
new file mode 100644
index 000000000000..e01266bf6026
--- /dev/null
+++ b/games-rpg/morrowind-data/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>hasufell@gentoo.org</email>
+ <name>Julian Ospald</name>
+ </maintainer>
+ <herd>games</herd>
+</pkgmetadata>
diff --git a/games-rpg/morrowind-data/morrowind-data-2.ebuild b/games-rpg/morrowind-data/morrowind-data-2.ebuild
new file mode 100644
index 000000000000..051a244c2d34
--- /dev/null
+++ b/games-rpg/morrowind-data/morrowind-data-2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild,v 1.1 2014/11/06 20:02:58 hasufell Exp $
+
+EAPI=5
+
+inherit cdrom check-reqs games
+
+DESCRIPTION="The Elder Scrolls III: Morrowind - data extractor"
+HOMEPAGE="http://www.elderscrolls.com/"
+SRC_URI=""
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="bindist mirror"
+
+RDEPEND="games-engines/openmw"
+DEPEND="app-arch/unshield"
+
+QA_PREBUILT="${GAMES_DATADIR}/${PN}/*"
+
+S=${WORKDIR}
+
+CHECKREQS_DISK_BUILD="622M"
+CHECKREQS_DISK_USR="741M"
+
+src_unpack() {
+ cdrom_get_cds data1.cab
+
+ unshield x "${CDROM_ROOT}"/data1.cab || die "unpacking data1.cab failed!"
+ unshield x "${CDROM_ROOT}"/data2.cab || die "unpacking data2.cab failed!"
+}
+
+src_install() {
+ insinto "${GAMES_DATADIR}"/${PN}
+ doins -r "${CDROM_ROOT}"/Video
+ doins App_Executables/Morrowind.ini Data_Files/*
+ doins -r Music Sound Splash Fonts
+
+ prepgamesdirs
+}