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 AB639139694 for ; Sun, 30 Jul 2017 09:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAF8C1FC241; Sun, 30 Jul 2017 09:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9D71B1FC241 for ; Sun, 30 Jul 2017 09:16:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5BDDE341AAA for ; Sun, 30 Jul 2017 09:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 284827491 for ; Sun, 30 Jul 2017 09:15:59 +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: <1501406150.2a48c3d73289c2e5565068a42055459c1669e4bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/zen-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild X-VCS-Directories: sys-kernel/zen-sources/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a48c3d73289c2e5565068a42055459c1669e4bd X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:15:59 +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: cfb1776a-4625-4d92-a31b-db4b0917321c X-Archives-Hash: c6f216077fc56457bdc65addd124a44b commit: 2a48c3d73289c2e5565068a42055459c1669e4bd Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 10:57:17 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:15:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a48c3d7 sys-kernel/zen-sources: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild | 5 ++--- sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild | 5 ++--- sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild | 5 ++--- sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild | 5 ++--- sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild | 5 ++--- sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild | 5 ++--- 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild index c9729638770..70f5e180384 100644 --- a/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild +++ b/sys-kernel/zen-sources/zen-sources-3.10.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,7 @@ CKV="${PV/99/}" ETYPE="sources" EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="git://github.com/damentz/zen-kernel.git - https://github.com/damentz/zen-kernel.git" +EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" inherit kernel-2 git-2 detect_version diff --git a/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild index c9729638770..70f5e180384 100644 --- a/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild +++ b/sys-kernel/zen-sources/zen-sources-3.11.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,7 @@ CKV="${PV/99/}" ETYPE="sources" EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="git://github.com/damentz/zen-kernel.git - https://github.com/damentz/zen-kernel.git" +EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" inherit kernel-2 git-2 detect_version diff --git a/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild index c9729638770..70f5e180384 100644 --- a/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild +++ b/sys-kernel/zen-sources/zen-sources-3.12.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,7 @@ CKV="${PV/99/}" ETYPE="sources" EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="git://github.com/damentz/zen-kernel.git - https://github.com/damentz/zen-kernel.git" +EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" inherit kernel-2 git-2 detect_version diff --git a/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild index db7992dc363..70f5e180384 100644 --- a/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild +++ b/sys-kernel/zen-sources/zen-sources-3.13.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,7 @@ CKV="${PV/99/}" ETYPE="sources" EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="git://github.com/damentz/zen-kernel.git - https://github.com/damentz/zen-kernel.git" +EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" inherit kernel-2 git-2 detect_version diff --git a/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild index c9729638770..70f5e180384 100644 --- a/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild +++ b/sys-kernel/zen-sources/zen-sources-3.8.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,7 @@ CKV="${PV/99/}" ETYPE="sources" EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="git://github.com/damentz/zen-kernel.git - https://github.com/damentz/zen-kernel.git" +EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" inherit kernel-2 git-2 detect_version diff --git a/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild b/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild index c9729638770..70f5e180384 100644 --- a/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild +++ b/sys-kernel/zen-sources/zen-sources-3.9.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,7 @@ CKV="${PV/99/}" ETYPE="sources" EGIT_BRANCH="${PV/.9999/}/master" -EGIT_REPO_URI="git://github.com/damentz/zen-kernel.git - https://github.com/damentz/zen-kernel.git" +EGIT_REPO_URI="https://github.com/damentz/zen-kernel.git" inherit kernel-2 git-2 detect_version