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 6A4FC138335 for ; Mon, 18 Mar 2019 20:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F8B8E08D1; Mon, 18 Mar 2019 20:50:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 456B5E08D1 for ; Mon, 18 Mar 2019 20:50:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 155BD335CC1 for ; Mon, 18 Mar 2019 20:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 348DC54F for ; Mon, 18 Mar 2019 20:50:35 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1552942201.f8f2fa1627d303d6033700919f33f07328ffc495.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/billardgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/billardgl/billardgl-1.75-r2.ebuild X-VCS-Directories: games-sports/billardgl/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f8f2fa1627d303d6033700919f33f07328ffc495 X-VCS-Branch: master Date: Mon, 18 Mar 2019 20:50:35 +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: 5931262e-755d-4acc-8202-40fe43043f3d X-Archives-Hash: a0a69d6aae13f605cfd1ebfd195af89e commit: f8f2fa1627d303d6033700919f33f07328ffc495 Author: Daniel Schmidt tutanota com> AuthorDate: Mon Mar 18 00:57:55 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Mar 18 20:50:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f2fa16 games-sports/billardgl: fix HOMEPAGE Closes: https://bugs.gentoo.org/680658 Signed-off-by: Daniel Schmidt tutanota.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11398 Signed-off-by: James Le Cuirot gentoo.org> games-sports/billardgl/billardgl-1.75-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-sports/billardgl/billardgl-1.75-r2.ebuild b/games-sports/billardgl/billardgl-1.75-r2.ebuild index e71f5aa777d..83ccabcbf9f 100644 --- a/games-sports/billardgl/billardgl-1.75-r2.ebuild +++ b/games-sports/billardgl/billardgl-1.75-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="an OpenGL billards game" -HOMEPAGE="http://www.billardgl.de/" +HOMEPAGE="https://sourceforge.net/projects/billardgl/" SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz mirror://gentoo/${PN}.png"