diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-10 19:10:23 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-15 15:27:25 +0100 |
commit | 6e1f751d57a9fca1ff36a5b3170baa54812c9e6d (patch) | |
tree | c0d972841b3a7ba1296fc624293ddfc0f41654c5 /dev-libs/newt/newt-0.52.18.ebuild | |
parent | dev-libs/ding-libs: fix HOMEPAGE and SRC_URI. (diff) | |
download | gentoo-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.18.ebuild')
-rw-r--r-- | dev-libs/newt/newt-0.52.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/newt/newt-0.52.18.ebuild b/dev-libs/newt/newt-0.52.18.ebuild index 5b8a6e093be6..bb64ecc2c13b 100644 --- a/dev-libs/newt/newt-0.52.18.ebuild +++ b/dev-libs/newt/newt-0.52.18.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" |