Switch to https in skeleton files
authorJustin Lecher <jlec@gentoo.org>
Mon, 24 Aug 2015 13:01:29 +0000 (15:01 +0200)
committerJustin Lecher <jlec@gentoo.org>
Mon, 24 Aug 2015 13:06:07 +0000 (15:06 +0200)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
skel.ebuild
skel.metadata.xml

index 1e973658c95865d7f4d94c29f651a6726f8d641e..44ebb513a14b2033a061b1f2792d4e8964da6857 100644 (file)
@@ -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
index e1531f8ba7fdb804045db84d64f7961aba6aff34..30655de4b4a78910c51b1496dd4303ba19ecc5ff 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <!--
 # $Id$
 
@@ -9,7 +9,7 @@ number of subelements are allowed: herd, maintainer, and
 longdescription. herd is a required subelement.
 
 For a full description look at:
-http://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
+https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
 
 
 Before committing, please remove the comments from this file. They are