From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6982F139894 for ; Mon, 24 Aug 2015 13:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35CA7141A5; Mon, 24 Aug 2015 13:06:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6E23E0869 for ; Mon, 24 Aug 2015 13:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C63463407D7 for ; Mon, 24 Aug 2015 13:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE9EC161 for ; Mon, 24 Aug 2015 13:06:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440421567.7920a62293a467d039ec66eee19676fcf29d9b13.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: / X-VCS-Repository: repo/gentoo X-VCS-Files: skel.ebuild skel.metadata.xml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7920a62293a467d039ec66eee19676fcf29d9b13 X-VCS-Branch: master Date: Mon, 24 Aug 2015 13:06:09 +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: c7a90ef6-3aef-4fd7-aa1e-136fda2b82b1 X-Archives-Hash: d46860c1c341ae68dc2525a5d1de4c33 commit: 7920a62293a467d039ec66eee19676fcf29d9b13 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 13:01:29 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 24 13:06:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7920a622 Switch to https in skeleton files Signed-off-by: Justin Lecher gentoo.org> skel.ebuild | 4 ++-- skel.metadata.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skel.ebuild b/skel.ebuild index 1e97365..44ebb51 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -36,7 +36,7 @@ inherit eutils DESCRIPTION="This is a sample skeleton ebuild file" # Homepage, not used by Portage directly but handy for developer reference -HOMEPAGE="http://foo.example.org/" +HOMEPAGE="https://foo.example.org/" # Point to any required sources; these will be automatically downloaded by # Portage. @@ -130,7 +130,7 @@ RDEPEND="${DEPEND}" # --mandir=/usr/share/man || die # Note the use of --infodir and --mandir, above. This is to make # this package FHS 2.2-compliant. For more information, see - # http://www.pathname.com/fhs/ + # https://www.pathname.com/fhs/ #} # The following src_compile function is implemented as default by portage, so diff --git a/skel.metadata.xml b/skel.metadata.xml index e1531f8..30655de 100644 --- a/skel.metadata.xml +++ b/skel.metadata.xml @@ -1,5 +1,5 @@ - +