From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EAD181388C4 for ; Sat, 9 Jan 2016 01:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3F33E07DA; Sat, 9 Jan 2016 01:33:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58AEAE07D4 for ; Sat, 9 Jan 2016 01:33:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1ECFF340976 for ; Sat, 9 Jan 2016 01:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F4144D04 for ; Sat, 9 Jan 2016 01:33:35 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1452303074.06464fb3a71b2fd180bf427a848d9948b37c345f.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild app-text/zathura-djvu/zathura-djvu-9999.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 06464fb3a71b2fd180bf427a848d9948b37c345f X-VCS-Branch: master Date: Sat, 9 Jan 2016 01:33: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-Archives-Salt: 4ec4a1b8-4115-4925-bac0-23d87ed85fa5 X-Archives-Hash: 1ab848aa19b6e477835fba1e22233100 commit: 06464fb3a71b2fd180bf427a848d9948b37c345f Author: Michael Weber gentoo org> AuthorDate: Sat Jan 9 01:20:50 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Sat Jan 9 01:31:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06464fb3 app-text/zathura-djvu: Fix EGIT_REPO_URI (thanks tharvik gmail.com, bug 566890). Package-Manager: portage-2.2.26 app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild | 2 +- app-text/zathura-djvu/zathura-djvu-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild index a31e9dd..f7af3ae 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.5.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/" if ! [[ ${PV} == 9999* ]]; then SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" fi -EGIT_REPO_URI="git://git.pwmt.org/${PN}.git" +EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git" EGIT_BRANCH="develop" LICENSE="ZLIB" diff --git a/app-text/zathura-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild index a31e9dd..f7af3ae 100644 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://pwmt.org/projects/zathura/" if ! [[ ${PV} == 9999* ]]; then SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" fi -EGIT_REPO_URI="git://git.pwmt.org/${PN}.git" +EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git" EGIT_BRANCH="develop" LICENSE="ZLIB"