summaryrefslogtreecommitdiff
path: root/games-strategy/ja2-stracciatella-data
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-strategy/ja2-stracciatella-data
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-strategy/ja2-stracciatella-data')
-rw-r--r--games-strategy/ja2-stracciatella-data/Manifest2
-rw-r--r--games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild57
-rw-r--r--games-strategy/ja2-stracciatella-data/metadata.xml8
3 files changed, 0 insertions, 67 deletions
diff --git a/games-strategy/ja2-stracciatella-data/Manifest b/games-strategy/ja2-stracciatella-data/Manifest
deleted file mode 100644
index df17ad7cc8a7..000000000000
--- a/games-strategy/ja2-stracciatella-data/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD ja2-stracciatella-data-1.ebuild 1313 BLAKE2B cecb581bcd57959652149938e091f4baf50923b22587fe27718d8350cd2288f316b20dcb7303fb9dcced26210d2680483f17aafec019af243b263c5801a16bcc SHA512 3718d75c55421e216a72d4a04d296b6ebb7567d7532fd189e7da0a125a8ae1947f132ac3779088ce2778e3878321d4921241917048b34ed53b7eda1d9e7ee6f0
-MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254
diff --git a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild
deleted file mode 100644
index f25285d68939..000000000000
--- a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cdrom check-reqs games
-
-DESCRIPTION="A port of Jagged Alliance 2 to SDL (data files)"
-HOMEPAGE="http://tron.homeunix.org/ja2/"
-SRC_URI=""
-
-LICENSE="SIR-TECH"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unshield"
-
-S=${WORKDIR}
-
-CHECKREQS_DISK_BUILD="3G"
-CHECKREQS_DISK_USR="1G"
-
-src_unpack() {
- export CDROM_NAME="INSTALL_CD"
-
- cdrom_get_cds INSTALL/data1.cab
-
- # this makes some serious overhead
- unshield x "${CDROM_ROOT}"/INSTALL/data1.cab || die "unpacking failed"
-}
-
-src_prepare() {
- cd "${S}"/Ja2_Files/Data || die
- local lower i
-
- # convert to lowercase
- find . \( -iname "*.jsd" -o -iname "*.wav" -o -iname "*.sti" -o -iname "*.slf" \) \
- -exec sh -c 'echo "${1}"
- lower="`echo "${1}" | tr [:upper:] [:lower:]`"
- [ -d `dirname "${lower}"` ] || mkdir `dirname ${lower}`
- [ "${1}" = "${lower}" ] || mv "${1}" "${lower}"' - {} \;
-
- # remove possible leftover
- rm -r ./TILECACHE ./STSOUNDS
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/ja2/data
- doins -r "${S}"/Ja2_Files/Data/*
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "This is just the data portion of the game. You will need to install"
- elog "games-strategy/ja2-stracciatella to play the game."
-}
diff --git a/games-strategy/ja2-stracciatella-data/metadata.xml b/games-strategy/ja2-stracciatella-data/metadata.xml
deleted file mode 100644
index 26079e608bed..000000000000
--- a/games-strategy/ja2-stracciatella-data/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
-</pkgmetadata>