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" )
 

Reply via email to