diff options
author | Christian Tietz <christian.tietz@mailbox.org> | 2018-09-16 02:19:09 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-09-16 10:34:09 +0100 |
commit | 6555a1784a5fac1c262c1c65fb7ac50bbc58e81e (patch) | |
tree | c2d0c4409ff76359084764865196b368f979cce0 /games-action/descent1-data | |
parent | x11-themes/mate-themes: remove non-installable versions (diff) | |
download | gentoo-6555a1784a5fac1c262c1c65fb7ac50bbc58e81e.tar.gz gentoo-6555a1784a5fac1c262c1c65fb7ac50bbc58e81e.tar.bz2 gentoo-6555a1784a5fac1c262c1c65fb7ac50bbc58e81e.zip |
games-action/descent1-data: Fix GOG download
Also replace broken ${DISTDIR} message.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9882
Diffstat (limited to 'games-action/descent1-data')
-rw-r--r-- | games-action/descent1-data/Manifest | 2 | ||||
-rw-r--r-- | games-action/descent1-data/descent1-data-1.4a.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/descent1-data/Manifest b/games-action/descent1-data/Manifest index 42297f9f4bf5..471a2a58f635 100644 --- a/games-action/descent1-data/Manifest +++ b/games-action/descent1-data/Manifest @@ -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 diff --git a/games-action/descent1-data/descent1-data-1.4a.ebuild b/games-action/descent1-data/descent1-data-1.4a.ebuild index 85cf48cd3a03..bc33ea190d7c 100644 --- a/games-action/descent1-data/descent1-data-1.4a.ebuild +++ b/games-action/descent1-data/descent1-data-1.4a.ebuild @@ -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." } |