diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:46:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:33:09 +0200 |
commit | a8b2e0602490e94b36c165d6176e1ff73e4ef922 (patch) | |
tree | bcdaad870001db5380200b91b769f2a5be570277 /games-action | |
parent | games-action/d2x-rebirth: use HTTPS (diff) | |
download | gentoo-a8b2e0602490e94b36c165d6176e1ff73e4ef922.tar.gz gentoo-a8b2e0602490e94b36c165d6176e1ff73e4ef922.tar.bz2 gentoo-a8b2e0602490e94b36c165d6176e1ff73e4ef922.zip |
games-action/d1x-rebirth: use HTTPS
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild index 11eadc467cb1..04e178288320 100644 --- a/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild +++ b/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,13 +8,14 @@ inherit eutils cdrom scons-utils games DV=1 MY_P=${PN}_v${PV}-src DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine" -HOMEPAGE="http://www.dxx-rebirth.com/" -SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz - http://www.dxx-rebirth.com/download/dxx/res/d1xrdata.zip - http://www.dxx-rebirth.com/download/dxx/res/dxx-rebirth_icons.zip - opl3-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip ) - sc55-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip ) cdinstall? ( http://www.dxx-rebirth.com/download/dxx/res/d1datapt.zip ) - l10n_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )" +HOMEPAGE="https://www.dxx-rebirth.com/" +SRC_URI="https://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz + https://www.dxx-rebirth.com/download/dxx/res/d1xrdata.zip + https://www.dxx-rebirth.com/download/dxx/res/dxx-rebirth_icons.zip + opl3-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip ) + sc55-musicpack? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip ) + cdinstall? ( https://www.dxx-rebirth.com/download/dxx/res/d1datapt.zip ) + l10n_de? ( https://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )" LICENSE="D1X GPL-2 public-domain" SLOT="0" |