summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-10 19:10:23 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-15 15:27:25 +0100
commit6e1f751d57a9fca1ff36a5b3170baa54812c9e6d (patch)
treec0d972841b3a7ba1296fc624293ddfc0f41654c5 /dev-libs/newt/newt-0.52.15.ebuild
parentdev-libs/ding-libs: fix HOMEPAGE and SRC_URI. (diff)
downloadgentoo-6e1f751d57a9fca1ff36a5b3170baa54812c9e6d.tar.gz
gentoo-6e1f751d57a9fca1ff36a5b3170baa54812c9e6d.tar.bz2
gentoo-6e1f751d57a9fca1ff36a5b3170baa54812c9e6d.zip
dev-libs/newt: fix HOMEPAGE and SRC_URI.
Closes: https://bugs.gentoo.org/647256 Closes: https://github.com/gentoo/gentoo/pull/7149
Diffstat (limited to 'dev-libs/newt/newt-0.52.15.ebuild')
-rw-r--r--dev-libs/newt/newt-0.52.15.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild
index 669bd8c5e902..7ba8453d0433 100644
--- a/dev-libs/newt/newt-0.52.15.ebuild
+++ b/dev-libs/newt/newt-0.52.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
inherit python-r1 eutils multilib autotools toolchain-funcs
DESCRIPTION="Redhat's Newt windowing toolkit development files"
-HOMEPAGE="https://fedorahosted.org/newt/"
-SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz"
+HOMEPAGE="https://pagure.io/newt"
+SRC_URI="https://releases.pagure.org/newt/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"