x11-terms/mlterm: Fix typo in metadata.xml
[gentoo.git] / eclass / go-mono.eclass
index ff790c61518570e32856e65e738dae93d067c9a6..df23356b91c45778e1771197c84d09f254b87bc2 100644 (file)
@@ -1,6 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+
+# @DEAD
+# Michał Górny <mgorny@gentoo.org> (17 Jun 2018)
+# This eclass was used for old versions of Mono applications, and all
+# versions using it have been removed already.  It's not maintained,
+# uses obsolete (even removed) eclasses, outdated URIs, it has
+# documentation problems.  Removal in 30 days.
 
 # @ECLASS: go-mono.eclass
 # @MAINTAINER:
@@ -32,13 +38,13 @@ then
 elif [[ "${PV}" == "9999" ]]
 then
        GO_MONO_P=${P}
-       EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git"
+       EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git"
        SRC_URI=""
        inherit autotools git
 elif [[ "${PV%.9999}" != "${PV}" ]]
 then
        GO_MONO_P=${P}
-       EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git"
+       EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git"
        EGIT_BRANCH="mono-$(get_version_component_range 1)-$(get_version_component_range 2)${GO_MONO_SUB_BRANCH}"
        SRC_URI=""
        inherit autotools git