diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-15 07:57:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-15 08:56:15 +0100 |
commit | 90f56098c70791c0349140fc3739c04aa0ad11c3 (patch) | |
tree | 128ea6e6f0207df24cb7e0246f2898474046f9e6 /net-im | |
parent | net-mail/cyrus-imapd: bump to 3.0.9 (diff) | |
download | gentoo-90f56098c70791c0349140fc3739c04aa0ad11c3.tar.gz gentoo-90f56098c70791c0349140fc3739c04aa0ad11c3.tar.bz2 gentoo-90f56098c70791c0349140fc3739c04aa0ad11c3.zip |
net-im/ekg2: Update HOMEPAGE & mirror distfiles
Closes: https://bugs.gentoo.org/680374
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ekg2/ekg2-0.3.1-r2.ebuild | 6 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-9999.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-im/ekg2/ekg2-0.3.1-r2.ebuild b/net-im/ekg2/ekg2-0.3.1-r2.ebuild index cbdc45612f78..ee5a47aadae2 100644 --- a/net-im/ekg2/ekg2-0.3.1-r2.ebuild +++ b/net-im/ekg2/ekg2-0.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils eutils python-single-r1 versionator DESCRIPTION="Text-based, multi-protocol instant messenger" -HOMEPAGE="http://www.ekg2.org" -SRC_URI="http://pl.ekg2.org/${P}.tar.gz" +HOMEPAGE="https://github.com/ekg2/ekg2/" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index 05cb485792d5..53faab6d8f54 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://github.com/leafnode/${PN}.git" +EGIT_REPO_URI="https://github.com/ekg2/${PN}.git" inherit git-r3 #endif @@ -14,8 +14,8 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils python-single-r1 DESCRIPTION="Text-based, multi-protocol instant messenger" -HOMEPAGE="http://www.ekg2.org" -SRC_URI="http://pl.ekg2.org/${P}.tar.gz" +HOMEPAGE="https://github.com/ekg2/ekg2/" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |