Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/inih/
Date: Fri, 23 Sep 2022 02:15:03
Message-Id: 1663899245.83eca1e8b551660b41994262c226edb278d98da5.sam@gentoo
1 commit: 83eca1e8b551660b41994262c226edb278d98da5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 02:14:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 02:14:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eca1e8
7
8 dev-libs/inih: drop 55
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/inih/Manifest | 1 -
13 dev-libs/inih/inih-55.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest
17 index 82898e33779a..99f535bd88e4 100644
18 --- a/dev-libs/inih/Manifest
19 +++ b/dev-libs/inih/Manifest
20 @@ -1,2 +1 @@
21 -DIST inih-55.tar.gz 18219 BLAKE2B 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 SHA512 bcbef361a4400da017dbed811ad21672b58512d2b2b537cc0058cdeca709dd0d5a9def4045ce1c1972873c3d3d35182123337e4388676f6f0d16e8dbff967b0f
22 DIST inih-56.tar.gz 18458 BLAKE2B 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d SHA512 ff3e0910990f73e5b21fddc84737ab346279f201c86c7ad864c6cad9de5bde57c3e0a433b9b8f3585b7d86feaae2ea074185f92891dcadc98c274c1c0745d2d2
23
24 diff --git a/dev-libs/inih/inih-55.ebuild b/dev-libs/inih/inih-55.ebuild
25 deleted file mode 100644
26 index 8f9886c0171b..000000000000
27 --- a/dev-libs/inih/inih-55.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 2020-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -# Tests not wired up to meson and don't seem to be intended for downstream use yet
36 -# e.g. hardcoding gcc, just a shell script
37 -
38 -inherit meson-multilib
39 -
40 -DESCRIPTION="inih (INI not invented here) simple .INI file parser"
41 -HOMEPAGE="https://github.com/benhoyt/inih"
42 -
43 -SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
45 -S="${WORKDIR}/inih-r${PV}"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -
50 -DOCS=( README.md )
51 -
52 -multilib_src_configure() {
53 - local emesonargs=(
54 - -Ddefault_library=shared
55 - -Ddistro_install=true
56 - -Dwith_INIReader=true
57 - )
58 -
59 - meson_src_configure
60 -}