commit: 90f56098c70791c0349140fc3739c04aa0ad11c3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 15 06:57:07 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 15 07:56:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f56098
net-im/ekg2: Update HOMEPAGE & mirror distfiles Closes: https://bugs.gentoo.org/680374 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-im/ekg2/ekg2-0.3.1-r2.ebuild | 6 +++--- 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 cbdc45612f7..ee5a47aadae 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 05cb485792d..53faab6d8f5 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"
