From 3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 29 May 2021 21:02:16 +0200 Subject: dev-libs/libvarlink: ebuild tidying Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James Signed-off-by: David Seifert --- 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(-) (limited to 'dev-libs/libvarlink') diff --git a/dev-libs/libvarlink/libvarlink-16.ebuild b/dev-libs/libvarlink/libvarlink-16.ebuild index b15afea5560f..806ab716b325 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 43b326cc7cc6..806ab716b325 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 b8c592de9de1..1bc5971cde85 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" ) -- cgit v1.2.3-65-gdbad