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 E995913832E for ; Mon, 15 Aug 2016 14:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B92321C091; Mon, 15 Aug 2016 14:16:18 +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 CEDBA21C091 for ; Mon, 15 Aug 2016 14:16:17 +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 886AD340FAA for ; Mon, 15 Aug 2016 14:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007292451 for ; Mon, 15 Aug 2016 14:16:15 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1471270561.bd466dad70e4f2ade944b8e890f49e4621b1fe4c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hponcfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild X-VCS-Directories: sys-apps/hponcfg/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bd466dad70e4f2ade944b8e890f49e4621b1fe4c X-VCS-Branch: master Date: Mon, 15 Aug 2016 14:16:15 +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: f14a6d9c-b355-438a-a756-9fc87e731f03 X-Archives-Hash: 06f6b08c3933fefd88cca6046a8f3b46 commit: bd466dad70e4f2ade944b8e890f49e4621b1fe4c Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 15 14:05:53 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 15 14:16:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd466dad sys-apps/hponcfg: Change SRC_URI to use HTTPS This wasn't possible until today due to an upstream configuration issue which was fixed today. Package-Manager: portage-2.3.0 sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild index 96905ae..4752b84 100644 --- a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild +++ b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild @@ -11,8 +11,8 @@ MY_PV=$(replace_version_separator 3 '-') DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)" HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29" SRC_URI=" - amd64? ( http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm ) - x86? ( http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )" + amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm ) + x86? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )" LICENSE="hpe" SLOT="0"