diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-09-05 12:19:06 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-05 12:21:06 +0300 |
commit | 2f3c41f1876387cc87abbd0161569b08b5402156 (patch) | |
tree | 3afcced93b088f49696e8427782604d45c2e7e84 /dev-util/cgdb | |
parent | media-gfx/fbida: Set more dependencies (diff) | |
download | gentoo-2f3c41f1876387cc87abbd0161569b08b5402156.tar.gz gentoo-2f3c41f1876387cc87abbd0161569b08b5402156.tar.bz2 gentoo-2f3c41f1876387cc87abbd0161569b08b5402156.zip |
dev-util/cgdb: https:// in HOMEPAGE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/cgdb')
-rw-r--r-- | dev-util/cgdb/cgdb-0.6.8.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-util/cgdb/cgdb-0.7.1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/cgdb/cgdb-9999.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild index ddd55558fcbd..c38d3ca1e868 100644 --- a/dev-util/cgdb/cgdb-0.6.8.ebuild +++ b/dev-util/cgdb/cgdb-0.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ fi inherit multilib-minimal DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.github.io/" +HOMEPAGE="https://cgdb.github.io/" LICENSE="GPL-2" SLOT="0" IUSE="test" diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild index 41d85a3805a1..b2a19f371e8f 100644 --- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild +++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild @@ -15,7 +15,7 @@ fi inherit multilib-minimal DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.github.io/" +HOMEPAGE="https://cgdb.github.io/" LICENSE="GPL-2" SLOT="0" IUSE="test" diff --git a/dev-util/cgdb/cgdb-0.7.1.ebuild b/dev-util/cgdb/cgdb-0.7.1.ebuild index 9a57cd1d60f9..9b0c032ba93d 100644 --- a/dev-util/cgdb/cgdb-0.7.1.ebuild +++ b/dev-util/cgdb/cgdb-0.7.1.ebuild @@ -15,7 +15,7 @@ fi inherit multilib-minimal DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.github.io/" +HOMEPAGE="https://cgdb.github.io/" LICENSE="GPL-2" SLOT="0" IUSE="test" diff --git a/dev-util/cgdb/cgdb-9999.ebuild b/dev-util/cgdb/cgdb-9999.ebuild index 5a8f52e6edac..403e3567898b 100644 --- a/dev-util/cgdb/cgdb-9999.ebuild +++ b/dev-util/cgdb/cgdb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ fi inherit multilib-minimal DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.github.io/" +HOMEPAGE="https://cgdb.github.io/" LICENSE="GPL-2" SLOT="0" IUSE="test" |