games-action/descent1-data: Fix GOG download
authorChristian Tietz <christian.tietz@mailbox.org>
Sun, 16 Sep 2018 00:19:09 +0000 (02:19 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 16 Sep 2018 09:34:09 +0000 (10:34 +0100)
Also replace broken ${DISTDIR} message.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9882

games-action/descent1-data/Manifest
games-action/descent1-data/descent1-data-1.4a.ebuild

index 42297f9f4bf5c593637b0033582bfa26cb80c162..471a2a58f63514cb22b7e2e569645643cf762c8b 100644 (file)
@@ -1,2 +1,2 @@
 DIST descent-game-content-10to14a-patch.zip 439853 BLAKE2B 75f90bbbf664237bbbfbe1aed3ff500c24b72b45beee1361b7823c6758c5dd5daf2693de8c4f3bc8deb77e915811237f28464628caf17c58478cfb111524354c SHA512 b71ec888509c77dc8ebc94d5a172a27ab0b16ddfdcb47ac243cefe33b87bbca82df843d9a4bffad8c6f345bfefd89e9e3564353922b00c81ef993e409950eb59
-DIST setup_descent_2.1.0.8.exe 25876928 BLAKE2B 84cb4fddde5308c4e88f7733f0706f2a2ed57b64396d4174d655290aa17886bb99cf8eabff5647ad8518aa76b3821afb3561bcd9a8475e3723bc802ec8fbe8a3 SHA512 bab4269900b7ff0808d4495d5e01d2ebe987b5c37544e3651ff215fe8632b31ad4880ef3f968bd551b1462b9c5d1d392317f1ffec26c5314c76d8341800da876
+DIST setup_descent_1.4a_(16596).exe 25744576 BLAKE2B aede0627394210a39bdb052608fd6822cb6ceb901a6476829ef98ad21b17ce9311b1878d5eb055ff0fb6d2511699c000b56e28f8e1ef89c2a2b664cbf7c25b7c SHA512 1ac19caa04ee64991c6c4291934e5db684615a0b7616782605c4557611090f6132135b8a1b96474b40135fa39d844cb9f6f14a98995f1bf1a596e66f0de80263
index 85cf48cd3a039cc4fea88c6d0b05444f93f4ddf5..bc33ea190d7c4f43a17824096e92419ab1ad4d1c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ CDROM_OPTIONAL="yes"
 inherit cdrom eutils
 
 # For GOG install
-MY_EXE="setup_descent_2.1.0.8.exe"
+MY_EXE="setup_descent_1.4a_(16596).exe"
 
 DESCRIPTION="Data files for Descent 1"
 HOMEPAGE="http://www.interplay.com/games/descent.php"
@@ -27,8 +27,8 @@ DEPEND="cdinstall? ( app-arch/unzip )
 S="${WORKDIR}"
 
 pkg_nofetch() {
-       elog "You must place a copy of, or symlink to, the GOG setup package here:"
-       elog "${DISTDIR}/${MY_EXE}"
+       elog "You must place a copy of, or symlink to, the GOG setup package in your"
+       elog "distfiles directory."
        echo
        elog "If you wish to install from CD-ROM instead, please enable the cdinstall flag."
 }