commit: a1734d496f725e2aabb6e8677eac443ac5c177c7 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Apr 18 07:01:20 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Apr 18 18:14:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1734d49
games-action/dxx-rebirth: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8051 games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild index d61ac5c0141..048eb3cb263 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.59.100.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.59.100.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,19 +7,19 @@ inherit eutils scons-utils toolchain-funcs xdg MY_P="${PN}_v${PV}-src" DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine" -HOMEPAGE="http://www.dxx-rebirth.com/" -SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz +HOMEPAGE="https://www.dxx-rebirth.com/" +SRC_URI="https://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz opl3-musicpack? ( - descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-opl3-music.dxa ) - descent2? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa ) ) + descent1? ( https://www.dxx-rebirth.com/download/dxx/res/d1xr-opl3-music.dxa ) + descent2? ( https://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.dxa ) ) sc55-musicpack? ( - descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-sc55-music.dxa ) - descent2? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa ) ) + descent1? ( https://www.dxx-rebirth.com/download/dxx/res/d1xr-sc55-music.dxa ) + descent2? ( https://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa ) ) l10n_de? ( - descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-briefings-ger.dxa ) - descent2? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-briefings-ger.dxa ) ) + descent1? ( https://www.dxx-rebirth.com/download/dxx/res/d1xr-briefings-ger.dxa ) + descent2? ( https://www.dxx-rebirth.com/download/dxx/res/d2xr-briefings-ger.dxa ) ) textures? ( - descent1? ( http://www.dxx-rebirth.com/download/dxx/res/d1xr-hires.dxa ) )" + descent1? ( https://www.dxx-rebirth.com/download/dxx/res/d1xr-hires.dxa ) )" LICENSE="DXX-Rebirth GPL-3 public-domain" SLOT="0"
