From b8ff0a82be01d1688802ffe5977cae76988e9207 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 17 Mar 2018 21:06:01 +0100 Subject: dev-libs/jemalloc: fix HOMEPAGE, use github SRC_URI Closes: https://bugs.gentoo.org/646046 --- dev-libs/jemalloc/jemalloc-3.6.0.ebuild | 6 +++--- dev-libs/jemalloc/jemalloc-4.4.0.ebuild | 4 ++-- dev-libs/jemalloc/jemalloc-4.5.0.ebuild | 4 ++-- dev-libs/jemalloc/jemalloc-5.0.1.ebuild | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild index 3f63d189b746..7c6f1647e72e 100644 --- a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-3.6.0.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 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-multilib eutils flag-o-matic toolchain-funcs DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://www.canonware.com/jemalloc/" -SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2" +HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" +SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild index d34d914c14ef..f6a005bbe4c0 100644 --- a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs multilib-build multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://www.canonware.com/jemalloc/" +HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild index 9b1c134e5a25..64f9dd64d1d5 100644 --- a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools toolchain-funcs multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://www.canonware.com/jemalloc/" +HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild index ad448d5e1f78..87e10888e1be 100644 --- a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools toolchain-funcs multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://www.canonware.com/jemalloc/" +HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2" LICENSE="BSD" -- cgit v1.2.3-65-gdbad