[gentoo-commits] proj/gamerlay:master commit in: games-action/descent2-data/

2017-04-29 Thread James Le Cuirot
commit: a783818b136b5a733c6a16c67a7cc5d19e4aecf4
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr 29 20:00:31 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr 29 20:00:31 2017 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=a783818b

games-action/descent2-data: Improved version in Gentoo repo, removing

 .../descent2-data/descent2-data-1.0-r2.ebuild  | 209 -
 1 file changed, 209 deletions(-)

diff --git a/games-action/descent2-data/descent2-data-1.0-r2.ebuild 
b/games-action/descent2-data/descent2-data-1.0-r2.ebuild
deleted file mode 100644
index 6c9e548..000
--- a/games-action/descent2-data/descent2-data-1.0-r2.ebuild
+++ /dev/null
@@ -1,209 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-CDROM_OPTIONAL="yes"
-inherit cdrom eutils games
-
-# Not possible to apply official 1.2 patch under Linux, so provide our own
-# http://www.interplay.com/support/support.php?id=104
-# Should only be needed for original DOS CD-ROM release
-MY_PATCH="http://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz;
-
-# For GOG install
-MY_EXE="setup_descent_1_2.exe"
-
-DESCRIPTION="Data files for Descent 2"
-HOMEPAGE="http://www.interplay.com/games/support.php?id=104;
-SRC_URI="cdinstall? ( $MY_PATCH )
-   !cdinstall? ( $MY_EXE )"
-
-# See readme.txt
-LICENSE="${PN}"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-RESTRICT="!cdinstall? ( fetch )"
-IUSE="+cdinstall doc vertigo videos"
-
-# d2x-0.2.5-r2 may include the CD data itself.
-# d2x-0.2.5-r3 does not include the CD data.
-# d2x-rebirth is favoured because it is stable.
-#RDEPEND="|| (
-#  games-action/d2x-rebirth
-#  >=games-action/d2x-0.2.5-r3 )"
-RDEPEND="!/dev/null | wc -l) -gt 0 ]; then
-   insinto "/usr/share/doc/${PF}"
-   doins doc/*.pdf
-   fi
-   fi
-
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-
-   elog "A client is needed to run the game, e.g. 
games-action/d2x-rebirth."
-   echo
-}



[gentoo-commits] proj/gamerlay:master commit in: games-action/descent2-data/

2017-01-19 Thread Alexander Turenko
commit: f2f6af2f5de7a14d922d461c5fc6f43b154f42e2
Author: Alexander Turenko  gmail  com>
AuthorDate: Thu Jan 19 12:55:35 2017 +
Commit: Alexander Turenko  gmail  com>
CommitDate: Thu Jan 19 12:55:35 2017 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f2f6af2f

games-action/descent2-data: updated patch's URL

Now it hosted on dxx-rebirth's server. Thanks to Christian Beckhaeuser for it :)

 games-action/descent2-data/descent2-data-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/descent2-data/descent2-data-1.0-r2.ebuild 
b/games-action/descent2-data/descent2-data-1.0-r2.ebuild
index f0a9e9d..6c9e548 100644
--- a/games-action/descent2-data/descent2-data-1.0-r2.ebuild
+++ b/games-action/descent2-data/descent2-data-1.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit cdrom eutils games
 # Not possible to apply official 1.2 patch under Linux, so provide our own
 # http://www.interplay.com/support/support.php?id=104
 # Should only be needed for original DOS CD-ROM release
-MY_PATCH="http://totktonada.ru/gentoo/distfiles/d2xptch12.tgz;
+MY_PATCH="http://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz;
 
 # For GOG install
 MY_EXE="setup_descent_1_2.exe"