From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3A231382C5 for ; Mon, 9 Apr 2018 15:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59EB3E0980; Mon, 9 Apr 2018 15:01:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EB67E0980 for ; Mon, 9 Apr 2018 15:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C37D335C5A for ; Mon, 9 Apr 2018 15:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D27F1283 for ; Mon, 9 Apr 2018 15:01:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523286078.4e10e0b592bd28e925a6bc80d8e245b99732765d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jemalloc/jemalloc-3.6.0.ebuild dev-libs/jemalloc/jemalloc-4.4.0.ebuild dev-libs/jemalloc/jemalloc-4.5.0.ebuild dev-libs/jemalloc/jemalloc-5.0.1.ebuild X-VCS-Directories: dev-libs/jemalloc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4e10e0b592bd28e925a6bc80d8e245b99732765d X-VCS-Branch: master Date: Mon, 9 Apr 2018 15:01:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e60925c-0b9c-40d5-be6a-2a9ca0da4759 X-Archives-Hash: a51d22d1ab63379f76c0bfe2e45357a6 commit: 4e10e0b592bd28e925a6bc80d8e245b99732765d Author: Lars Wendler gentoo org> AuthorDate: Mon Apr 9 15:01:18 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Apr 9 15:01:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e10e0b5 dev-libs/jemalloc: Removed double 'http://' in HOMEPAGE. Thanks to Dessa for telling me in IRC. Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/jemalloc/jemalloc-3.6.0.ebuild | 2 +- dev-libs/jemalloc/jemalloc-4.4.0.ebuild | 2 +- dev-libs/jemalloc/jemalloc-4.5.0.ebuild | 2 +- dev-libs/jemalloc/jemalloc-5.0.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild index 7c6f1647e72..2940dc6db76 100644 --- a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-multilib eutils flag-o-matic toolchain-funcs DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" +HOMEPAGE="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.4.0.ebuild b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild index f6a005bbe4c..1311edc2620 100644 --- a/dev-libs/jemalloc/jemalloc-4.4.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs multilib-build multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" +HOMEPAGE="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 64f9dd64d1d..8c24950492c 100644 --- a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools toolchain-funcs multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" +HOMEPAGE="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 87e10888e1b..f5ad09f06a6 100644 --- a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools toolchain-funcs multilib-minimal DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator" -HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc" +HOMEPAGE="http://jemalloc.net/ https://github.com/jemalloc/jemalloc" SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2" LICENSE="BSD"