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 BBDF3139695 for ; Sun, 30 Jul 2017 08:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375C51FC15D; Sun, 30 Jul 2017 08:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 14B741FC15D for ; Sun, 30 Jul 2017 08:36:04 +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 3AE76341A9E for ; Sun, 30 Jul 2017 08:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA6174CC for ; Sun, 30 Jul 2017 08:36:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501403749.0156efb879d6fa26abe08a010d23e9487e690880.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild sys-block/open-iscsi/open-iscsi-2.0.874.ebuild X-VCS-Directories: sys-block/open-iscsi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0156efb879d6fa26abe08a010d23e9487e690880 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:00 +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: 9eda554e-8c4d-480a-b82d-cc1321e5e348 X-Archives-Hash: 0acdff89e808efcb6225905004aeda2f commit: 0156efb879d6fa26abe08a010d23e9487e690880 Author: David Hicks hicks id au> AuthorDate: Fri Jul 28 23:04:25 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:35:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0156efb8 sys-block/open-iscsi: use HTTPS for GitHub, fix white space Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild | 6 +++--- sys-block/open-iscsi/open-iscsi-2.0.874.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild index e82f5adaaf8..4f623960f7b 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.874-r1.ebuild @@ -7,7 +7,7 @@ inherit versionator linux-info flag-o-matic toolchain-funcs udev DESCRIPTION="A performant, transport independent, multi-platform implementation of RFC3720" HOMEPAGE="http://www.open-iscsi.com/" -SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -113,9 +113,9 @@ pkg_postinst() { in='/etc/iscsi/initiatorname.iscsi' if [ ! -f "${EROOT}${in}" -a -f "${EROOT}${in}.example" ]; then { - cat "${EROOT}${in}.example" + cat "${EROOT}${in}.example" echo "# InitiatorName generated by ${CATEGORY}/${PF} at $(date -uR)" - echo "InitiatorName=$(${ROOT}/usr/sbin/iscsi-iname)" + echo "InitiatorName=$(${ROOT}/usr/sbin/iscsi-iname)" } >> "${EROOT}${in}.tmp" && mv -f "${EROOT}${in}.tmp" "${EROOT}${in}" fi } diff --git a/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild index deb7e905b75..400251eb5d0 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.874.ebuild @@ -7,7 +7,7 @@ inherit versionator linux-info flag-o-matic toolchain-funcs udev DESCRIPTION="A performant, transport independent, multi-platform implementation of RFC3720" HOMEPAGE="http://www.open-iscsi.com/" -SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"