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 BC94B138330 for ; Fri, 23 Sep 2016 07:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD604E0881; Fri, 23 Sep 2016 07:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CE6AE0881 for ; Fri, 23 Sep 2016 07:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BE03340845 for ; Fri, 23 Sep 2016 07:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3965C245E for ; Fri, 23 Sep 2016 07:37:01 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1474616217.30c72239cf889301e67fc452b69368fe064205d8.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-4.2.4.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 30c72239cf889301e67fc452b69368fe064205d8 X-VCS-Branch: master Date: Fri, 23 Sep 2016 07:37:01 +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: 5d1ae30f-b1cf-4173-a7aa-724604b60d41 X-Archives-Hash: 2845666dec7ade5d1676d62f7e08bb69 commit: 30c72239cf889301e67fc452b69368fe064205d8 Author: Marek Szuba gentoo org> AuthorDate: Fri Sep 23 07:36:23 2016 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Sep 23 07:36:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c72239 app-misc/gramps: fix HOMEPAGE in 4.2.4 ebuild Package-Manager: portage-2.3.1 app-misc/gramps/gramps-4.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-4.2.4.ebuild b/app-misc/gramps/gramps-4.2.4.ebuild index 749a4c2..00bd8f2 100644 --- a/app-misc/gramps/gramps-4.2.4.ebuild +++ b/app-misc/gramps/gramps-4.2.4.ebuild @@ -9,7 +9,7 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="Genealogical Research and Analysis Management Programming System" -HOMEPAGE="http://www.gramps.org/" +HOMEPAGE="https://gramps-project.org/" SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"