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 BB3DA13832E for ; Mon, 15 Aug 2016 14:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E161421C099; 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 704E121C099 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 74E21340F9F 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 131762453 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: <1471270562.496ae652077c195da49cc063c176c0a37b597bc3.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/hpssacli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild X-VCS-Directories: sys-block/hpssacli/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 496ae652077c195da49cc063c176c0a37b597bc3 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: 78000f18-1041-4e8f-aaed-c75c987de03f X-Archives-Hash: df19d712a24ded9e3d33115a86d2ca44 commit: 496ae652077c195da49cc063c176c0a37b597bc3 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 15 14:13:13 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 15 14:16:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496ae652 sys-block/hpssacli: 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-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild b/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild index 55ae7bd..8f0a2c6 100644 --- a/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild +++ b/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild @@ -11,8 +11,8 @@ MY_PV=$(replace_version_separator 2 '-') DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)" HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_04bffb688a73438598fef81ddd" 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"