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/libvarlink/
Date: Sat, 29 May 2021 19:03:35
Message-Id: 1622314936.3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.soap@gentoo
1 commit: 3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 19:02:16 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 19:02:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3006a7f6
7
8 dev-libs/libvarlink: ebuild tidying
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-libs/libvarlink/libvarlink-16.ebuild | 12 ++++--------
15 dev-libs/libvarlink/libvarlink-18.ebuild | 12 ++++--------
16 dev-libs/libvarlink/libvarlink-19.ebuild | 12 ++++--------
17 3 files changed, 12 insertions(+), 24 deletions(-)
18
19 diff --git a/dev-libs/libvarlink/libvarlink-16.ebuild b/dev-libs/libvarlink/libvarlink-16.ebuild
20 index b15afea5560..806ab716b32 100644
21 --- a/dev-libs/libvarlink/libvarlink-16.ebuild
22 +++ b/dev-libs/libvarlink/libvarlink-16.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -8,18 +8,14 @@ inherit meson
30 DESCRIPTION="C implementation of the Varlink protocol and command line tool"
31 HOMEPAGE="https://github.com/varlink/libvarlink"
32 SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 +
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 -
37 KEYWORDS="~amd64"
38 IUSE="test"
39 RESTRICT="!test? ( test )"
40 -RDEPEND=""
41 -DEPEND="${RDEPEND}"
42 -BDEPEND="
43 - >=dev-util/meson-0.47.0
44 - virtual/pkgconfig
45 -"
46 +
47 +BDEPEND="virtual/pkgconfig"
48
49 src_configure() {
50 local emesonargs=(
51
52 diff --git a/dev-libs/libvarlink/libvarlink-18.ebuild b/dev-libs/libvarlink/libvarlink-18.ebuild
53 index 43b326cc7cc..806ab716b32 100644
54 --- a/dev-libs/libvarlink/libvarlink-18.ebuild
55 +++ b/dev-libs/libvarlink/libvarlink-18.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 +# Copyright 1999-2021 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -8,18 +8,14 @@ inherit meson
63 DESCRIPTION="C implementation of the Varlink protocol and command line tool"
64 HOMEPAGE="https://github.com/varlink/libvarlink"
65 SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz"
66 +
67 LICENSE="Apache-2.0"
68 SLOT="0"
69 -
70 KEYWORDS="~amd64"
71 IUSE="test"
72 RESTRICT="!test? ( test )"
73 -RDEPEND=""
74 -DEPEND="${RDEPEND}"
75 -BDEPEND="
76 - >=dev-util/meson-0.47.0
77 - virtual/pkgconfig
78 -"
79 +
80 +BDEPEND="virtual/pkgconfig"
81
82 src_configure() {
83 local emesonargs=(
84
85 diff --git a/dev-libs/libvarlink/libvarlink-19.ebuild b/dev-libs/libvarlink/libvarlink-19.ebuild
86 index b8c592de9de..1bc5971cde8 100644
87 --- a/dev-libs/libvarlink/libvarlink-19.ebuild
88 +++ b/dev-libs/libvarlink/libvarlink-19.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2020 Gentoo Authors
91 +# Copyright 1999-2021 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI=7
95 @@ -8,18 +8,14 @@ inherit meson
96 DESCRIPTION="C implementation of the Varlink protocol and command line tool"
97 HOMEPAGE="https://github.com/varlink/libvarlink"
98 SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz"
99 +
100 LICENSE="Apache-2.0"
101 SLOT="0"
102 -
103 KEYWORDS="~amd64 ~x86"
104 IUSE="test"
105 RESTRICT="!test? ( test )"
106 -RDEPEND=""
107 -DEPEND="${RDEPEND}"
108 -BDEPEND="
109 - >=dev-util/meson-0.47.0
110 - virtual/pkgconfig
111 -"
112 +
113 +BDEPEND="virtual/pkgconfig"
114
115 PATCHES=( "${FILESDIR}/${P}-fix-meson-build.patch" )