Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/
Date: Sun, 30 Jul 2017 09:16:03
Message-Id: 1501406142.32644b11b0869ff20c7e2de775b4f41c09b25df0.mgorny@gentoo
1 commit: 32644b11b0869ff20c7e2de775b4f41c09b25df0
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:26:59 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32644b11
7
8 dev-libs/libmowgli: use HTTPS for GitHub, update broken HOMEPAGE
9
10 * Use HTTPS for accessing GitHub domains
11 * Replace HOMEPAGE with a correct URL that doesn't return an error
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 dev-libs/libmowgli/libmowgli-1.0.0.ebuild | 2 +-
16 dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild | 2 +-
17 dev-libs/libmowgli/libmowgli-2.0.0.ebuild | 2 +-
18 dev-libs/libmowgli/libmowgli-9999.ebuild | 6 +++---
19 4 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild b/dev-libs/libmowgli/libmowgli-1.0.0.ebuild
22 index e0c667c4f2b..cb7389cc110 100644
23 --- a/dev-libs/libmowgli/libmowgli-1.0.0.ebuild
24 +++ b/dev-libs/libmowgli/libmowgli-1.0.0.ebuild
25 @@ -4,7 +4,7 @@
26 EAPI=3
27
28 DESCRIPTION="High-performance C development framework. Can be used stand-alone or as a supplement to GLib"
29 -HOMEPAGE="http://www.atheme.org/project/mowgli"
30 +HOMEPAGE="http://atheme.org/projects/libmowgli.html"
31 SRC_URI="http://distfiles.atheme.org/${P}.tar.bz2"
32 IUSE=""
33
34
35 diff --git a/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild b/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild
36 index 1134282cb96..84028f134be 100644
37 --- a/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild
38 +++ b/dev-libs/libmowgli/libmowgli-2.0.0-r1.ebuild
39 @@ -4,7 +4,7 @@
40 EAPI=5
41
42 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
43 -HOMEPAGE="http://www.atheme.org/project/mowgli"
44 +HOMEPAGE="http://atheme.org/projects/libmowgli.html"
45 SRC_URI="http://atheme.org/downloads/${P}.tar.gz"
46 IUSE="libressl ssl"
47
48
49 diff --git a/dev-libs/libmowgli/libmowgli-2.0.0.ebuild b/dev-libs/libmowgli/libmowgli-2.0.0.ebuild
50 index 97279b1e43d..1017a87a9e3 100644
51 --- a/dev-libs/libmowgli/libmowgli-2.0.0.ebuild
52 +++ b/dev-libs/libmowgli/libmowgli-2.0.0.ebuild
53 @@ -4,7 +4,7 @@
54 EAPI=4
55
56 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
57 -HOMEPAGE="http://www.atheme.org/project/mowgli"
58 +HOMEPAGE="http://atheme.org/projects/libmowgli.html"
59 SRC_URI="http://atheme.org/downloads/${P}.tar.gz"
60 IUSE="ssl"
61
62
63 diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild
64 index 5012e175e78..9a22f89057f 100644
65 --- a/dev-libs/libmowgli/libmowgli-9999.ebuild
66 +++ b/dev-libs/libmowgli/libmowgli-9999.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2016 Gentoo Foundation
69 +# Copyright 1999-2017 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=5
73 @@ -6,8 +6,8 @@ EAPI=5
74 inherit git-2
75
76 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
77 -HOMEPAGE="http://www.atheme.org/project/mowgli"
78 -EGIT_REPO_URI="git://github.com/atheme/libmowgli-2.git"
79 +HOMEPAGE="http://atheme.org/projects/libmowgli.html"
80 +EGIT_REPO_URI="https://github.com/atheme/libmowgli-2.git"
81 IUSE="libressl ssl"
82
83 LICENSE="BSD-2"