commit: 38ef5c8c94b3ebeb55c39047e00f4d93d20e46f8 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 14:26:26 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 14:26:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ef5c8c
dev-cpp/json11: drop 1.0.0 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-cpp/json11/json11-1.0.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-cpp/json11/json11-1.0.0.ebuild b/dev-cpp/json11/json11-1.0.0.ebuild deleted file mode 100644 index a7da588e277d..000000000000 --- a/dev-cpp/json11/json11-1.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A tiny JSON library for C++11" -HOMEPAGE="https://github.com/dropbox/json11" -SRC_URI="https://github.com/dropbox/json11/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( - "${FILESDIR}"/${P}-fix-multiarch-install.patch -)
