app-admin/salt: use HTTPS for GitHub, update HOMEPAGE, fix whitespace
authorDavid Hicks <david@hicks.id.au>
Fri, 28 Jul 2017 23:52:33 +0000 (09:52 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:45:37 +0000 (10:45 +0200)
* Use HTTPS for accessing GitHub domains
* Update HOMEPAGE to the new Community/open source home page
* Fix whitepsace issue in metadata.xml reported by Repoman

Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-admin/salt/metadata.xml
app-admin/salt/salt-2015.5.10.ebuild
app-admin/salt/salt-2015.8.13.ebuild
app-admin/salt/salt-2016.11.4.ebuild
app-admin/salt/salt-2016.11.5.ebuild
app-admin/salt/salt-2016.11.6.ebuild
app-admin/salt/salt-2016.3.6.ebuild
app-admin/salt/salt-9999.ebuild

index 706e750f7fedb482eb21946ac353e09ad15387f2..00b55f2c20e01007679b6a534c992413887422c1 100644 (file)
@@ -31,7 +31,7 @@ backbone of cloud and data center management.
     <flag name="neutron">Support the OpenStack neutron network service.</flag>
     <flag name="nova">Enable support for the OpenStack Nova API</flag>
     <flag name="openssl">Add support for using TLS via OpenSSL.</flag>
-       <flag name="portage">Add support for package state enforcement using sys-apps/portage</flag>
+    <flag name="portage">Add support for package state enforcement using sys-apps/portage</flag>
     <flag name="raet">Add support for the new RAET transport.</flag>
     <flag name="redis">Support returning data to a redis database.</flag>
     <flag name="timelib">Use timelib to parse english textual date descriptions.</flag>
index 984c51e521aedb2f9f4cbf2217e787129d327d87..24630f9f662b5b9c54e240ad9c4283e9a690405e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,11 +7,11 @@ PYTHON_COMPAT=(python2_7)
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
index 00702786117d8067cbf136589bfd6f26fe40bf42..88256a21d767665b97715ae9dbed5bb25993587c 100644 (file)
@@ -7,11 +7,11 @@ PYTHON_COMPAT=(python2_7)
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
index 872e4bab59485736a3e913494be655f0ac43f99d..e68adad560f92a68608c06d940cb37674ca6a739 100644 (file)
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
index 872e4bab59485736a3e913494be655f0ac43f99d..e68adad560f92a68608c06d940cb37674ca6a739 100644 (file)
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
index 872e4bab59485736a3e913494be655f0ac43f99d..e68adad560f92a68608c06d940cb37674ca6a739 100644 (file)
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
index 16ccbd833be8b152a28b0c299ef2f77ad674694c..4a419b1d258f4b9709d006da1519d41026805abb 100644 (file)
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""
index a8ef4493e1748dfc4256611b8d158d89deda1c2a..00fe762b9b6da6ad2ed7a1d924485e1b6cead31b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils systemd distutils-r1
 
 DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/"
+HOMEPAGE="https://saltstack.com/community/"
 
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+       EGIT_REPO_URI="https://github.com/${PN}stack/${PN}.git"
        EGIT_BRANCH="develop"
        SRC_URI=""
        KEYWORDS=""