Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/inih/files/
Date: Mon, 04 Apr 2022 07:49:18
Message-Id: 1649058526.c6a36f568d65d51051542ca8b90757711affb183.soap@gentoo
1 commit: c6a36f568d65d51051542ca8b90757711affb183
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Apr 4 07:48:46 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 07:48:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a36f56
7
8 dev-libs/inih: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/24891
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-libs/inih/files/inih-54-set-version.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/dev-libs/inih/files/inih-54-set-version.patch b/dev-libs/inih/files/inih-54-set-version.patch
19 deleted file mode 100644
20 index b9dba1ffb0be..000000000000
21 --- a/dev-libs/inih/files/inih-54-set-version.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 -https://github.com/benhoyt/inih/pull/135
25 -
26 -From 690fd8cb5a1c7db67e78b9e2543ff5a9fc733ce3 Mon Sep 17 00:00:00 2001
27 -From: Sam James <sam@g.o>
28 -Date: Thu, 24 Mar 2022 23:32:46 +0000
29 -Subject: [PATCH] meson.build: define version
30 -
31 -Otherwise, the installed .pc file contains "Version: undefined".
32 -
33 -Signed-off-by: Sam James <sam@g.o>
34 ---- a/meson.build
35 -+++ b/meson.build
36 -@@ -1,6 +1,7 @@
37 - project('inih',
38 - ['c'],
39 - license : 'BSD-3-Clause',
40 -+ version : '54',
41 - )
42 -
43 - #### options ####