Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/
Date: Mon, 09 Apr 2018 15:01:29
Message-Id: 1523286078.4e10e0b592bd28e925a6bc80d8e245b99732765d.polynomial-c@gentoo
1 commit: 4e10e0b592bd28e925a6bc80d8e245b99732765d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 9 15:01:18 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 9 15:01:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e10e0b5
7
8 dev-libs/jemalloc: Removed double 'http://' in HOMEPAGE.
9
10 Thanks to Dessa for telling me in IRC.
11
12 Package-Manager: Portage-2.3.28, Repoman-2.3.9
13
14 dev-libs/jemalloc/jemalloc-3.6.0.ebuild | 2 +-
15 dev-libs/jemalloc/jemalloc-4.4.0.ebuild | 2 +-
16 dev-libs/jemalloc/jemalloc-4.5.0.ebuild | 2 +-
17 dev-libs/jemalloc/jemalloc-5.0.1.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild
21 index 7c6f1647e72..2940dc6db76 100644
22 --- a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild
23 +++ b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild
24 @@ -6,7 +6,7 @@ EAPI=5
25 inherit autotools-multilib eutils flag-o-matic toolchain-funcs
26
27 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
28 -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
29 +HOMEPAGE="http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
30 SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
35 index f6a005bbe4c..1311edc2620 100644
36 --- a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
37 +++ b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild
38 @@ -6,7 +6,7 @@ EAPI=6
39 inherit toolchain-funcs multilib-build multilib-minimal
40
41 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
42 -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
43 +HOMEPAGE="http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
44 SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2"
45
46 LICENSE="BSD"
47
48 diff --git a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
49 index 64f9dd64d1d..8c24950492c 100644
50 --- a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
51 +++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
52 @@ -6,7 +6,7 @@ EAPI=6
53 inherit autotools toolchain-funcs multilib-minimal
54
55 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
56 -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
57 +HOMEPAGE="http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
58 SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2"
59
60 LICENSE="BSD"
61
62 diff --git a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild
63 index 87e10888e1b..f5ad09f06a6 100644
64 --- a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild
65 +++ b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild
66 @@ -6,7 +6,7 @@ EAPI=6
67 inherit autotools toolchain-funcs multilib-minimal
68
69 DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
70 -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
71 +HOMEPAGE="http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
72 SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2"
73
74 LICENSE="BSD"