net-irc/irssi: use HTTPS for GitHub and HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:06:24 +0000 (04:06 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:51 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-irc/irssi/irssi-0.8.21.ebuild
net-irc/irssi/irssi-1.0.2.ebuild
net-irc/irssi/irssi-1.0.3.ebuild
net-irc/irssi/irssi-1.0.4.ebuild
net-irc/irssi/irssi-9999.ebuild

index 1b9e0cf7423e8477635fad98c3df9c6ba819d949..a82b29f33ae2fa119e5d627536f04a3353163703 100644 (file)
@@ -9,8 +9,8 @@ inherit autotools eutils flag-o-matic perl-module toolchain-funcs
 MY_P="${P/_/-}"
 
 DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
-SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz"
+HOMEPAGE="https://irssi.org/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
index f7682eb663162f9fa31a941a6c4c650d6d77afaf..43b884cd42cff5eb61faed63adcda48d4a9a6b8e 100644 (file)
@@ -9,8 +9,8 @@ inherit eutils perl-module
 MY_P="${P/_/-}"
 
 DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
-SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz"
+HOMEPAGE="https://irssi.org/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 38a1350cf4caf6ccf06965a1ca76ac4827674c3c..5cf5aa46b11cbac1f3aaefb7e9bb216166389bae 100644 (file)
@@ -9,8 +9,8 @@ inherit eutils perl-module
 MY_P="${P/_/-}"
 
 DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
-SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz"
+HOMEPAGE="https://irssi.org/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 3ae57510612f75397ce997870a7d855b51612374..3194ff9f552d0f150a892daa9f7d667daf9fb993 100644 (file)
@@ -9,8 +9,8 @@ inherit eutils perl-module
 MY_P="${P/_/-}"
 
 DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
-SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz"
+HOMEPAGE="https://irssi.org/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 07a6d1ae889bee357807a6ce8cf3098dfcb21304..7c30d8608ca74e85733f1be23113735ac8c84866 100644 (file)
@@ -5,10 +5,10 @@ EAPI="6"
 
 inherit autotools perl-module git-r3
 
-EGIT_REPO_URI="git://github.com/irssi/irssi.git"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
 
 DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/"
+HOMEPAGE="https://irssi.org/"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""