From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvarlink/
Date: Sat, 29 May 2021 19:03:30 +0000 (UTC) [thread overview]
Message-ID: <1622314936.3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.soap@gentoo> (raw)
commit: 3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:16 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3006a7f6
dev-libs/libvarlink: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/libvarlink/libvarlink-16.ebuild | 12 ++++--------
dev-libs/libvarlink/libvarlink-18.ebuild | 12 ++++--------
dev-libs/libvarlink/libvarlink-19.ebuild | 12 ++++--------
3 files changed, 12 insertions(+), 24 deletions(-)
diff --git a/dev-libs/libvarlink/libvarlink-16.ebuild b/dev-libs/libvarlink/libvarlink-16.ebuild
index b15afea5560..806ab716b32 100644
--- a/dev-libs/libvarlink/libvarlink-16.ebuild
+++ b/dev-libs/libvarlink/libvarlink-16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,18 +8,14 @@ inherit meson
DESCRIPTION="C implementation of the Varlink protocol and command line tool"
HOMEPAGE="https://github.com/varlink/libvarlink"
SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="Apache-2.0"
SLOT="0"
-
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-util/meson-0.47.0
- virtual/pkgconfig
-"
+
+BDEPEND="virtual/pkgconfig"
src_configure() {
local emesonargs=(
diff --git a/dev-libs/libvarlink/libvarlink-18.ebuild b/dev-libs/libvarlink/libvarlink-18.ebuild
index 43b326cc7cc..806ab716b32 100644
--- a/dev-libs/libvarlink/libvarlink-18.ebuild
+++ b/dev-libs/libvarlink/libvarlink-18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,18 +8,14 @@ inherit meson
DESCRIPTION="C implementation of the Varlink protocol and command line tool"
HOMEPAGE="https://github.com/varlink/libvarlink"
SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="Apache-2.0"
SLOT="0"
-
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-util/meson-0.47.0
- virtual/pkgconfig
-"
+
+BDEPEND="virtual/pkgconfig"
src_configure() {
local emesonargs=(
diff --git a/dev-libs/libvarlink/libvarlink-19.ebuild b/dev-libs/libvarlink/libvarlink-19.ebuild
index b8c592de9de..1bc5971cde8 100644
--- a/dev-libs/libvarlink/libvarlink-19.ebuild
+++ b/dev-libs/libvarlink/libvarlink-19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,18 +8,14 @@ inherit meson
DESCRIPTION="C implementation of the Varlink protocol and command line tool"
HOMEPAGE="https://github.com/varlink/libvarlink"
SRC_URI="https://github.com/varlink/libvarlink/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="Apache-2.0"
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-util/meson-0.47.0
- virtual/pkgconfig
-"
+
+BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}/${P}-fix-meson-build.patch" )
next reply other threads:[~2021-05-29 19:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-29 19:03 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-10 22:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvarlink/ Zac Medico
2022-05-05 5:38 Arthur Zamarin
2022-05-03 17:40 Arthur Zamarin
2021-12-08 4:11 Zac Medico
2021-11-12 19:14 Mike Gilbert
2021-11-04 23:20 Zac Medico
2020-02-18 20:13 Zac Medico
2019-01-07 10:16 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622314936.3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox