commit: 32644b11b0869ff20c7e2de775b4f41c09b25df0 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Sat Jul 29 10:26:59 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 09:15:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32644b11
dev-libs/libmowgli: use HTTPS for GitHub, update broken HOMEPAGE * 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 | 2 +- dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild | 2 +- dev-libs/libmowgli/libmowgli-2.0.0.ebuild | 2 +- dev-libs/libmowgli/libmowgli-9999.ebuild | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0.ebuild index e0c667c4f2b..cb7389cc110 100644 --- a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild +++ b/dev-libs/libmowgli/libmowgli-1.0.0.ebuild @@ -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="" diff --git a/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild b/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild index 1134282cb96..84028f134be 100644 --- a/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild +++ b/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild @@ -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" diff --git a/dev-libs/libmowgli/libmowgli-2.0.0.ebuild b/dev-libs/libmowgli/libmowgli-2.0.0.ebuild index 97279b1e43d..1017a87a9e3 100644 --- a/dev-libs/libmowgli/libmowgli-2.0.0.ebuild +++ b/dev-libs/libmowgli/libmowgli-2.0.0.ebuild @@ -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" diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild index 5012e175e78..9a22f89057f 100644 --- a/dev-libs/libmowgli/libmowgli-9999.ebuild +++ b/dev-libs/libmowgli/libmowgli-9999.ebuild @@ -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"
