From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F75D1382C5 for ; Sat, 27 Jun 2020 20:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8568EE093A; Sat, 27 Jun 2020 20:51:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 650F4E0928 for ; Sat, 27 Jun 2020 20:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B4B734F231 for ; Sat, 27 Jun 2020 20:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D1E2BA for ; Sat, 27 Jun 2020 20:51:29 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593290908.72f67ced4698fd8bab71b0b2e33432491c468809.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/berusky/berusky-1.7.1-r1.ebuild X-VCS-Directories: games-arcade/berusky/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 72f67ced4698fd8bab71b0b2e33432491c468809 X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:51:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28d8a1e0-fbd5-4fc8-91a0-7376373584a5 X-Archives-Hash: c87444193ccb8d52751d86126ab67683 commit: 72f67ced4698fd8bab71b0b2e33432491c468809 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jun 26 11:55:43 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 27 20:48:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f67ced games-arcade/berusky: use HTTPS, fix LICENSE Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> games-arcade/berusky/berusky-1.7.1-r1.ebuild | 10 +++++----- 1 file 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 d56b0203f7d..57077ecfc39 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=""