Skip to content

Commit

Permalink
games-engines/residualvm: update homepage
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <[email protected]>
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
DarthGandalf authored and FuzzyGophers committed May 17, 2020
1 parent 01d9158 commit a7ceb8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions games-engines/residualvm/residualvm-0.2.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils toolchain-funcs gnome2-utils

DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures"
HOMEPAGE="http://www.residualvm.org/"
HOMEPAGE="https://www.residualvm.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}-sources.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
Expand Down
6 changes: 3 additions & 3 deletions games-engines/residualvm/residualvm-0.3.1-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit desktop toolchain-funcs xdg

DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures"
HOMEPAGE="http://www.residualvm.org/"
HOMEPAGE="https://www.residualvm.org/"
if [[ "${PV}" = 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/residualvm/residualvm.git"
else
SRC_URI="http://www.residualvm.org/downloads/release/${PV}/${P}-sources.tar.bz2"
SRC_URI="https://www.residualvm.org/downloads/release/${PV}/${P}-sources.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1"
Expand Down
6 changes: 3 additions & 3 deletions games-engines/residualvm/residualvm-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit desktop toolchain-funcs xdg

DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures"
HOMEPAGE="http://www.residualvm.org/"
HOMEPAGE="https://www.residualvm.org/"
if [[ "${PV}" = 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/residualvm/residualvm.git"
else
SRC_URI="http://www.residualvm.org/downloads/release/${PV}/${P}-sources.tar.bz2"
SRC_URI="https://www.residualvm.org/downloads/release/${PV}/${P}-sources.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1"
Expand Down

0 comments on commit a7ceb8c

Please sign in to comment.