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 76664139085 for ; Fri, 23 Dec 2016 03:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C7AE0D08; Fri, 23 Dec 2016 03:17:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EB1A8E0D07 for ; Fri, 23 Dec 2016 03:17:23 +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 9B9C734102B for ; Fri, 23 Dec 2016 03:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4261AE8 for ; Fri, 23 Dec 2016 03:17:20 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1482463016.13f377301f40217529c0f7d42266246eac36c480.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-1.4-r1.ebuild net-irc/znc/znc-1.6.3-r1.ebuild net-irc/znc/znc-1.6.4.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 13f377301f40217529c0f7d42266246eac36c480 X-VCS-Branch: master Date: Fri, 23 Dec 2016 03:17: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: 858ff3c1-71e1-425a-a0f6-3eaaca25ca6c X-Archives-Hash: 54853296bc6808454534d1d0d51255bb commit: 13f377301f40217529c0f7d42266246eac36c480 Author: Alexey Sokolov google com> AuthorDate: Sun Dec 18 09:38:50 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Fri Dec 23 03:16:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f37730 net-irc/znc: fix URI to support older releases net-irc/znc/znc-1.4-r1.ebuild | 2 +- net-irc/znc/znc-1.6.3-r1.ebuild | 2 +- net-irc/znc/znc-1.6.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/znc/znc-1.4-r1.ebuild b/net-irc/znc/znc-1.4-r1.ebuild index 6b66981..bde3b79 100644 --- a/net-irc/znc/znc-1.4-r1.ebuild +++ b/net-irc/znc/znc-1.4-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" KEYWORDS="" else - SRC_URI="http://znc.in/releases/${PN}-${MY_PV}.tar.gz" + SRC_URI="http://znc.in/releases/archive/${PN}-${MY_PV}.tar.gz" KEYWORDS="amd64 ~arm x86" fi diff --git a/net-irc/znc/znc-1.6.3-r1.ebuild b/net-irc/znc/znc-1.6.3-r1.ebuild index e4bd9d6..cf860fa 100644 --- a/net-irc/znc/znc-1.6.3-r1.ebuild +++ b/net-irc/znc/znc-1.6.3-r1.ebuild @@ -13,7 +13,7 @@ GTEST_URL="https://github.com/google/googletest/archive/release-${GTEST_VER}.tar DESCRIPTION="An advanced IRC Bouncer" SRC_URI=" - http://znc.in/releases/${PN}-${MY_PV}.tar.gz + http://znc.in/releases/archive/${PN}-${MY_PV}.tar.gz test? ( ${GTEST_URL} ) " KEYWORDS="amd64 arm x86" diff --git a/net-irc/znc/znc-1.6.4.ebuild b/net-irc/znc/znc-1.6.4.ebuild index 211a14d..d7516ba 100644 --- a/net-irc/znc/znc-1.6.4.ebuild +++ b/net-irc/znc/znc-1.6.4.ebuild @@ -13,7 +13,7 @@ GTEST_URL="https://github.com/google/googletest/archive/release-${GTEST_VER}.tar DESCRIPTION="An advanced IRC Bouncer" SRC_URI=" - http://znc.in/releases/${PN}-${MY_PV}.tar.gz + http://znc.in/releases/archive/${PN}-${MY_PV}.tar.gz test? ( ${GTEST_URL} ) " KEYWORDS="~amd64 ~arm ~x86"