summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-06-21 11:40:04 +0200
committerDavid Seifert <soap@gentoo.org>2022-06-21 11:40:04 +0200
commit2b8a682a5d6a961ee0a44e74acc944ed1db8ff1f (patch)
treefc78d84f07b6aa60c6c93010b4b48976886e3ad7 /dev-libs/inih
parentapp-text/lesspipe: drop 1.91, 2.04-r1 (diff)
downloadgentoo-2b8a682a5d6a961ee0a44e74acc944ed1db8ff1f.tar.gz
gentoo-2b8a682a5d6a961ee0a44e74acc944ed1db8ff1f.tar.bz2
gentoo-2b8a682a5d6a961ee0a44e74acc944ed1db8ff1f.zip
dev-libs/inih: drop 53
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/inih')
-rw-r--r--dev-libs/inih/Manifest1
-rw-r--r--dev-libs/inih/inih-53.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest
index 0b8c86373e91..5cbed445c5b5 100644
--- a/dev-libs/inih/Manifest
+++ b/dev-libs/inih/Manifest
@@ -1,2 +1 @@
-DIST inih-53.tar.gz 16984 BLAKE2B 1242e6273c9dd9a11ea026a3495a487b2aa72d8e01f34304d8568c88897ae9c9bb425246f992dc16f4dc2210ec14c597d0ef595cec84ff98a5d6101ee5a643b9 SHA512 99bc40c294b521e9973184bfb30d60c129735991f33b387b3d023827a34672b0489eadf91e38895ea725168dbc7b27bb02c1975debe7573b4b209d0e947b2100
DIST inih-55.tar.gz 18219 BLAKE2B 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 SHA512 bcbef361a4400da017dbed811ad21672b58512d2b2b537cc0058cdeca709dd0d5a9def4045ce1c1972873c3d3d35182123337e4388676f6f0d16e8dbff967b0f
diff --git a/dev-libs/inih/inih-53.ebuild b/dev-libs/inih/inih-53.ebuild
deleted file mode 100644
index 0c65d26f1690..000000000000
--- a/dev-libs/inih/inih-53.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson-multilib
-
-DESCRIPTION="inih (INI not invented here) simple .INI file parser"
-HOMEPAGE="https://github.com/benhoyt/inih"
-
-SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-LICENSE="BSD"
-SLOT="0"
-
-IUSE="static-libs"
-
-S="${WORKDIR}/inih-r${PV}"
-
-multilib_src_configure() {
- local emesonargs=(
- -Ddefault_library=$(usex static-libs both shared)
- -Ddistro_install=true
- -Dwith_INIReader=true
- )
-
- meson_src_configure
-}
-
-multilib_src_install_all() {
- local DOCS=(
- LICENSE.txt
- README.md
- )
- einstalldocs
-}