sys-apps/gawk: stable 5.0.1 for ppc64, bug #725374
[gentoo.git] / eclass / mate-desktop.org.eclass
index 1f4ad3f354492c2ae293ababaf9a3193c33d3fad..418f3f8ce07608dbfcb5cf391981958815651203 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
 
 # @ECLASS: mate-desktop.org.eclass
@@ -6,6 +6,7 @@
 # mate@gentoo.org
 # @AUTHOR:
 # Authors: NP-Hardass <NP-Hardass@gentoo.org> based upon the gnome.org eclass.
+# @SUPPORTED_EAPIS: 6
 # @BLURB: Helper eclass for mate-desktop.org hosted archives
 # @DESCRIPTION:
 # Provide a default SRC_URI and EGIT_REPO_URI for MATE packages as well as
@@ -50,15 +51,11 @@ inherit versionator
 
 # Set SRC_URI or EGIT_REPO_URI based on whether live
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="
-               https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git
-               git://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git
-               http://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git
-       "
+       EGIT_REPO_URI="https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git"
        SRC_URI=""
 else
-       SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX}"
+       SRC_URI="https://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX}"
 fi
 
 # Set HOMEPAGE for all ebuilds
-HOMEPAGE="http://mate-desktop.org"
+HOMEPAGE="https://mate-desktop.org"