diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-03-12 17:35:16 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-03-12 17:35:16 +0000 |
commit | d510c76e0c63791cecf8cf1b10e7b685f7e4795e (patch) | |
tree | 69a706175dce2bb5d1ce189950821578ee16dd43 | |
parent | dev-libs/mimalloc: add myself as a maintainer (diff) | |
download | gentoo-d510c76e0c63791cecf8cf1b10e7b685f7e4795e.tar.gz gentoo-d510c76e0c63791cecf8cf1b10e7b685f7e4795e.tar.bz2 gentoo-d510c76e0c63791cecf8cf1b10e7b685f7e4795e.zip |
dev-libs/mimalloc: update DESCRIPTION
Suggested-by: Sam James <sam@gentoo.org>
Signed-off-by: Matthew Smith <matthew@gentoo.org>
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.5-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.5.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/mimalloc/mimalloc-2.0.3-r1.ebuild b/dev-libs/mimalloc/mimalloc-2.0.3-r1.ebuild index 0f720eedd8eb..a84d0f046ed7 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.3-r1.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance" +DESCRIPTION="A compact general purpose allocator with excellent performance" HOMEPAGE="https://github.com/microsoft/mimalloc" SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild b/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild index 7c12b49f25b0..0e19c310b3ee 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake-multilib -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance" +DESCRIPTION="A compact general purpose allocator with excellent performance" HOMEPAGE="https://github.com/microsoft/mimalloc" SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/mimalloc/mimalloc-2.0.5-r2.ebuild b/dev-libs/mimalloc/mimalloc-2.0.5-r2.ebuild index b6ebdbf5a528..805e1fcc85d2 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.5-r2.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.5-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake-multilib -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance" +DESCRIPTION="A compact general purpose allocator with excellent performance" HOMEPAGE="https://github.com/microsoft/mimalloc" SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/mimalloc/mimalloc-2.0.5.ebuild b/dev-libs/mimalloc/mimalloc-2.0.5.ebuild index 3f591c4f9c51..a84d0f046ed7 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.5.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance" +DESCRIPTION="A compact general purpose allocator with excellent performance" HOMEPAGE="https://github.com/microsoft/mimalloc" SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |