commit:     83eca1e8b551660b41994262c226edb278d98da5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 02:14:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 02:14:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eca1e8

dev-libs/inih: drop 55

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/inih/Manifest       |  1 -
 dev-libs/inih/inih-55.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest
index 82898e33779a..99f535bd88e4 100644
--- a/dev-libs/inih/Manifest
+++ b/dev-libs/inih/Manifest
@@ -1,2 +1 @@
-DIST inih-55.tar.gz 18219 BLAKE2B 
28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236
 SHA512 
bcbef361a4400da017dbed811ad21672b58512d2b2b537cc0058cdeca709dd0d5a9def4045ce1c1972873c3d3d35182123337e4388676f6f0d16e8dbff967b0f
 DIST inih-56.tar.gz 18458 BLAKE2B 
51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d
 SHA512 
ff3e0910990f73e5b21fddc84737ab346279f201c86c7ad864c6cad9de5bde57c3e0a433b9b8f3585b7d86feaae2ea074185f92891dcadc98c274c1c0745d2d2

diff --git a/dev-libs/inih/inih-55.ebuild b/dev-libs/inih/inih-55.ebuild
deleted file mode 100644
index 8f9886c0171b..000000000000
--- a/dev-libs/inih/inih-55.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Tests not wired up to meson and don't seem to be intended for downstream use 
yet
-# e.g. hardcoding gcc, just a shell script
-
-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 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-S="${WORKDIR}/inih-r${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-
-DOCS=( README.md )
-
-multilib_src_configure() {
-       local emesonargs=(
-               -Ddefault_library=shared
-               -Ddistro_install=true
-               -Dwith_INIReader=true
-       )
-
-       meson_src_configure
-}

Reply via email to