diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-28 20:53:25 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-28 20:53:25 +0100 |
commit | d7838be1131086c06c36256d48bf1d261d4ef591 (patch) | |
tree | 7e5f9ce3139c83a17b326165cf8b14343f585890 /dev-libs/miniz | |
parent | dev-python/tree-sitter: keyword 0.20.0-r1 for ~x64-macos (diff) | |
download | gentoo-d7838be1131086c06c36256d48bf1d261d4ef591.tar.gz gentoo-d7838be1131086c06c36256d48bf1d261d4ef591.tar.bz2 gentoo-d7838be1131086c06c36256d48bf1d261d4ef591.zip |
dev-libs/miniz: drop 2.1.0-r3, 2.2.0
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/miniz')
-rw-r--r-- | dev-libs/miniz/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/miniz/miniz-2.1.0-r3.ebuild | 38 | ||||
-rw-r--r-- | dev-libs/miniz/miniz-2.2.0.ebuild | 16 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-libs/miniz/Manifest b/dev-libs/miniz/Manifest index 28884ca7cc6f..84bfb5bcb779 100644 --- a/dev-libs/miniz/Manifest +++ b/dev-libs/miniz/Manifest @@ -1,2 +1 @@ -DIST miniz-2.1.0.tar.gz 104502 BLAKE2B 9a7b3818b454809cdfec523d98f13bef3a52e27b6d3857d289438978d12997e38c71aa97fffe060a6b765f8fbbdd8fe8cebced4a45d9f1f040dd3e39cf2a8055 SHA512 e0aba16afdf230d1e54d0a9cedd336b0b158b02744839f0547e14ee47a97fc1a6668f3a181bd46e969b01b158af18dc8ed3c0a4210b3b620242338a2788806b3 DIST miniz-2.2.0.tar.gz 113592 BLAKE2B 110a71712396fb22075818f681d2e691b8b361e6c8eb786485f9fd3a1e00fcfc95bae4d470b8b1644a1e9674e69617abdba70e337f318969096db222f7a4c3d2 SHA512 0bb2b0ac627715b90ff9fd69ca8958a0bea387bd7ddf5c200daba953b98ef788092e3009842f4f123234e85570159250c8897a30c1c1f2d4dea9bca9837f6111 diff --git a/dev-libs/miniz/miniz-2.1.0-r3.ebuild b/dev-libs/miniz/miniz-2.1.0-r3.ebuild deleted file mode 100644 index 87ac7070f3c8..000000000000 --- a/dev-libs/miniz/miniz-2.1.0-r3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="A lossless, high performance data compression library" -HOMEPAGE="https://github.com/richgel999/miniz" -SRC_URI="https://github.com/richgel999/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64 ~x86" -IUSE="" - -DOCS=( ChangeLog.md LICENSE readme.md ) - -PATCHES=( - "${FILESDIR}/${P}-export-cmake-build-targets.patch" -) - -src_prepare() { - cp "${FILESDIR}/Config.cmake.in" . - cp "${FILESDIR}/miniz.pc.in" . - - cmake_src_prepare -} - -src_configure() { - CMAKE_BUILD_TYPE=Release - - local mycmakeargs=( - -DBUILD_EXAMPLES=OFF - ) - - cmake_src_configure -} diff --git a/dev-libs/miniz/miniz-2.2.0.ebuild b/dev-libs/miniz/miniz-2.2.0.ebuild deleted file mode 100644 index 482aadff9922..000000000000 --- a/dev-libs/miniz/miniz-2.2.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A lossless, high performance data compression library" -HOMEPAGE="https://github.com/richgel999/miniz" -SRC_URI="https://github.com/richgel999/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" - -DOCS=( ChangeLog.md readme.md ) |