diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-26 13:55:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-27 16:48:28 -0400 |
commit | 72f67ced4698fd8bab71b0b2e33432491c468809 (patch) | |
tree | accdd29f0b1fa46ffd15302142801da371ad8fa1 /games-arcade | |
parent | net-print/cups: remove unused patch (diff) | |
download | gentoo-72f67ced4698fd8bab71b0b2e33432491c468809.tar.gz gentoo-72f67ced4698fd8bab71b0b2e33432491c468809.tar.bz2 gentoo-72f67ced4698fd8bab71b0b2e33432491c468809.zip |
games-arcade/berusky: use HTTPS, fix LICENSE
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/berusky/berusky-1.7.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/berusky/berusky-1.7.1-r1.ebuild b/games-arcade/berusky/berusky-1.7.1-r1.ebuild index d56b0203f7d5..57077ecfc396 100644 --- a/games-arcade/berusky/berusky-1.7.1-r1.ebuild +++ b/games-arcade/berusky/berusky-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,12 +6,12 @@ inherit desktop gnome2 DATAFILE="${PN}-data-1.7" DESCRIPTION="Free logic game based on an ancient puzzle named Sokoban" -HOMEPAGE="http://anakreon.cz/?q=node/1" -SRC_URI="http://www.anakreon.cz/download/${P}.tar.gz - http://www.anakreon.cz/download/${DATAFILE}.tar.gz +HOMEPAGE="https://anakreon.cz/?q=node/1" +SRC_URI="https://www.anakreon.cz/download/${P}.tar.gz + https://www.anakreon.cz/download/${DATAFILE}.tar.gz https://dev.gentoo.org/~hasufell/distfiles/${PN}.png" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |