From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-strategy/ja2-stracciatella-data/Manifest | 2 - .../ja2-stracciatella-data-1.ebuild | 57 ---------------------- games-strategy/ja2-stracciatella-data/metadata.xml | 8 --- 3 files changed, 67 deletions(-) delete mode 100644 games-strategy/ja2-stracciatella-data/Manifest delete mode 100644 games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1.ebuild delete mode 100644 games-strategy/ja2-stracciatella-data/metadata.xml (limited to 'games-strategy/ja2-stracciatella-data') 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 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -- cgit v1.2.3