dev-libs/libmowgli: use HTTPS for GitHub, update broken HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 10:26:59 +0000 (20:26 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:42 +0000 (11:15 +0200)
* Use HTTPS for accessing GitHub domains
* Replace HOMEPAGE with a correct URL that doesn't return an error

Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-libs/libmowgli/libmowgli-1.0.0.ebuild
dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild
dev-libs/libmowgli/libmowgli-2.0.0.ebuild
dev-libs/libmowgli/libmowgli-9999.ebuild

index e0c667c4f2b78d180055eb80887ae0fa6c211ba6..cb7389cc110efc838086860efdb0bf27c4d52f3f 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=3
 
 DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib"
-HOMEPAGE="http://www.atheme.org/project/mowgli"
+HOMEPAGE="http://atheme.org/projects/libmowgli.html"
 SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2"
 IUSE=""
 
index 1134282cb967f68cb561e93e162d55b8c8f6f810..84028f134be9359da0d8562a42b4d9b8e14389e9 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=5
 
 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="http://www.atheme.org/project/mowgli"
+HOMEPAGE="http://atheme.org/projects/libmowgli.html"
 SRC_URI="http://atheme.org/downloads/${P}.tar.gz"
 IUSE="libressl ssl"
 
index 97279b1e43d74c1f6b45678aae0316fc57ee0f38..1017a87a9e3b30a15247331a268b73c7a137bef5 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=4
 
 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="http://www.atheme.org/project/mowgli"
+HOMEPAGE="http://atheme.org/projects/libmowgli.html"
 SRC_URI="http://atheme.org/downloads/${P}.tar.gz"
 IUSE="ssl"
 
index 5012e175e785bad511e69edbd7683ef5405ba286..9a22f89057f1f3a1d01234d77b2c81a13dcf0108 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
@@ -6,8 +6,8 @@ EAPI=5
 inherit git-2
 
 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
-HOMEPAGE="http://www.atheme.org/project/mowgli"
-EGIT_REPO_URI="git://github.com/atheme/libmowgli-2.git"
+HOMEPAGE="http://atheme.org/projects/libmowgli.html"
+EGIT_REPO_URI="https://github.com/atheme/libmowgli-2.git"
 IUSE="libressl ssl"
 
 LICENSE="BSD-2"