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 723CE139083 for ; Sat, 9 Dec 2017 20:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CAE0E10DE; Sat, 9 Dec 2017 20:39:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4CA5BE10DE for ; Sat, 9 Dec 2017 20:39:40 +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 4D6DF33BF01 for ; Sat, 9 Dec 2017 20:39:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E991CAD73 for ; Sat, 9 Dec 2017 20:39:37 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1512851959.27d68414fbbff387fd24d73e6e6f5ba906ebd23b.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bless/bless-0.6.0-r2.ebuild X-VCS-Directories: dev-util/bless/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 27d68414fbbff387fd24d73e6e6f5ba906ebd23b X-VCS-Branch: master Date: Sat, 9 Dec 2017 20:39:37 +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: 465fc695-6f64-48a2-a96f-2226f30854e2 X-Archives-Hash: d5980c14f53ff65db7c6376d75a4e75e commit: 27d68414fbbff387fd24d73e6e6f5ba906ebd23b Author: Mike Auty gentoo org> AuthorDate: Sat Dec 9 20:39:19 2017 +0000 Commit: Mike Auty gentoo org> CommitDate: Sat Dec 9 20:39:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d68414 dev-util/bless: Update HOMEPAGE and SRC_URI (bug 640312) Package-Manager: Portage-2.3.17, Repoman-2.3.6 dev-util/bless/bless-0.6.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r2.ebuild index 79b30990972..3f33877017b 100644 --- a/dev-util/bless/bless-0.6.0-r2.ebuild +++ b/dev-util/bless/bless-0.6.0-r2.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit autotools gnome2 mono-env DESCRIPTION="GTK# Hex Editor" -HOMEPAGE="http://home.gna.org/bless/" -SRC_URI="http://download.gna.org/bless/${P}.tar.gz" +HOMEPAGE="https://github.com/bwrsandman/Bless/" +SRC_URI="https://dev.gentoo.org/~ikelos/devoverlay-distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"