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 F0F0F1396D9 for ; Sat, 18 Nov 2017 11:13:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CE8EE0C03; Sat, 18 Nov 2017 11:13:23 +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 0E458E0C03 for ; Sat, 18 Nov 2017 11:13:23 +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 2967933BF51 for ; Sat, 18 Nov 2017 11:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA6349EE6 for ; Sat, 18 Nov 2017 11:13:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1511003591.7d9136988d3853c6c2b3953e971d7c7207d0e8ac.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fracplanet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/fracplanet/fracplanet-0.5.1.ebuild X-VCS-Directories: x11-misc/fracplanet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7d9136988d3853c6c2b3953e971d7c7207d0e8ac X-VCS-Branch: master Date: Sat, 18 Nov 2017 11:13:20 +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-Archives-Salt: ea9da47d-64b5-427d-bc00-3b091dd48a84 X-Archives-Hash: d48511349f634d07a23f1e0e8b1eac1e commit: 7d9136988d3853c6c2b3953e971d7c7207d0e8ac Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 18 11:13:11 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 18 11:13:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d913698 x11-misc/fracplanet: Add official HOMEPAGE. Package-Manager: Portage-2.3.14, Repoman-2.3.6 x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild index 3439fceb999..413b4851dc9 100644 --- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild +++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild @@ -5,7 +5,10 @@ EAPI=6 inherit qmake-utils DESCRIPTION="Fractal planet and terrain generator" -HOMEPAGE="https://sourceforge.net/projects/fracplanet/" +HOMEPAGE=" + http://www.bottlenose.net/share/fracplanet/index.htm + https://sourceforge.net/projects/fracplanet/ +" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2"