Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
Date: Sat, 05 Sep 2020 09:21:16
Message-Id: 1599297666.2f3c41f1876387cc87abbd0161569b08b5402156.juippis@gentoo
1 commit: 2f3c41f1876387cc87abbd0161569b08b5402156
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 09:19:06 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 09:21:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3c41f1
7
8 dev-util/cgdb: https:// in HOMEPAGE
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-util/cgdb/cgdb-0.6.8.ebuild | 4 ++--
13 dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 2 +-
14 dev-util/cgdb/cgdb-0.7.1.ebuild | 2 +-
15 dev-util/cgdb/cgdb-9999.ebuild | 4 ++--
16 4 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild
19 index ddd55558fcb..c38d3ca1e86 100644
20 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild
21 +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -15,7 +15,7 @@ fi
29 inherit multilib-minimal
30
31 DESCRIPTION="A curses front-end for GDB, the GNU debugger"
32 -HOMEPAGE="http://cgdb.github.io/"
33 +HOMEPAGE="https://cgdb.github.io/"
34 LICENSE="GPL-2"
35 SLOT="0"
36 IUSE="test"
37
38 diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
39 index 41d85a3805a..b2a19f371e8 100644
40 --- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
41 +++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
42 @@ -15,7 +15,7 @@ fi
43 inherit multilib-minimal
44
45 DESCRIPTION="A curses front-end for GDB, the GNU debugger"
46 -HOMEPAGE="http://cgdb.github.io/"
47 +HOMEPAGE="https://cgdb.github.io/"
48 LICENSE="GPL-2"
49 SLOT="0"
50 IUSE="test"
51
52 diff --git a/dev-util/cgdb/cgdb-0.7.1.ebuild b/dev-util/cgdb/cgdb-0.7.1.ebuild
53 index 9a57cd1d60f..9b0c032ba93 100644
54 --- a/dev-util/cgdb/cgdb-0.7.1.ebuild
55 +++ b/dev-util/cgdb/cgdb-0.7.1.ebuild
56 @@ -15,7 +15,7 @@ fi
57 inherit multilib-minimal
58
59 DESCRIPTION="A curses front-end for GDB, the GNU debugger"
60 -HOMEPAGE="http://cgdb.github.io/"
61 +HOMEPAGE="https://cgdb.github.io/"
62 LICENSE="GPL-2"
63 SLOT="0"
64 IUSE="test"
65
66 diff --git a/dev-util/cgdb/cgdb-9999.ebuild b/dev-util/cgdb/cgdb-9999.ebuild
67 index 5a8f52e6eda..403e3567898 100644
68 --- a/dev-util/cgdb/cgdb-9999.ebuild
69 +++ b/dev-util/cgdb/cgdb-9999.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 +# Copyright 1999-2020 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=7
76 @@ -15,7 +15,7 @@ fi
77 inherit multilib-minimal
78
79 DESCRIPTION="A curses front-end for GDB, the GNU debugger"
80 -HOMEPAGE="http://cgdb.github.io/"
81 +HOMEPAGE="https://cgdb.github.io/"
82 LICENSE="GPL-2"
83 SLOT="0"
84 IUSE="test"