summaryrefslogtreecommitdiff
path: root/dev-cpp/json11/json11-1.0.0.ebuild
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-04-20 16:26:26 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-04-20 16:26:38 +0200
commit38ef5c8c94b3ebeb55c39047e00f4d93d20e46f8 (patch)
tree27d1ea207b5aa58e7f06f41c7b29181e6de5e1b5 /dev-cpp/json11/json11-1.0.0.ebuild
parent8ebcb26561c2513cbc38dbd57600ac7cb64cbb67 (diff)
downloadgentoo-38ef5c8c94b3ebeb55c39047e00f4d93d20e46f8.tar.gz
gentoo-38ef5c8c94b3ebeb55c39047e00f4d93d20e46f8.tar.bz2
gentoo-38ef5c8c94b3ebeb55c39047e00f4d93d20e46f8.zip
dev-cpp/json11: drop 1.0.0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-cpp/json11/json11-1.0.0.ebuild')
-rw-r--r--dev-cpp/json11/json11-1.0.0.ebuild18
1 files changed, 0 insertions, 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
-)