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 E8EE21396D1 for ; Thu, 31 Aug 2017 12:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367AAE0E06; Thu, 31 Aug 2017 12:02:09 +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 0E661E0E00 for ; Thu, 31 Aug 2017 12:02:08 +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 A9FEB34164B for ; Thu, 31 Aug 2017 12:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFB5388FD for ; Thu, 31 Aug 2017 12:02:04 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504180860.595f999db650746d9aec52fb159e57c7561a562e.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/viewnior/viewnior-1.6.ebuild X-VCS-Directories: media-gfx/viewnior/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 595f999db650746d9aec52fb159e57c7561a562e X-VCS-Branch: master Date: Thu, 31 Aug 2017 12:02:04 +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: b1f67326-433b-4d11-8302-b818ef113cb3 X-Archives-Hash: a1ac32fc22e5cc8c2a15830693887b5f commit: 595f999db650746d9aec52fb159e57c7561a562e Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 12:00:37 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 12:01:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595f999d media-gfx/viewnior: update SRC_URI and HOMEPAGE github page media-gfx/viewnior/viewnior-1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild index b98ebe15bea..1efc547aee7 100644 --- a/media-gfx/viewnior/viewnior-1.6.ebuild +++ b/media-gfx/viewnior/viewnior-1.6.ebuild @@ -6,8 +6,8 @@ inherit xdg-utils gnome2-utils autotools MY_PN=Viewnior DESCRIPTION="Fast and simple image viewer" -HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/xsisqox/Viewnior" -SRC_URI="https://github.com/xsisqox/${MY_PN}/archive/${P}.tar.gz" +HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ https://github.com/hellosiyan/Viewnior" +SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"