summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-29 21:02:16 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-29 21:02:16 +0200
commit3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013 (patch)
tree6ebcd07385543cf0eafa350bab96be21e88a47c6 /dev-libs/libvarlink
parentdev-db/libdbi: ebuild tidying (diff)
downloadgentoo-3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.tar.gz
gentoo-3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.tar.bz2
gentoo-3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.zip
dev-libs/libvarlink: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libvarlink')
-rw-r--r--dev-libs/libvarlink/libvarlink-16.ebuild12
-rw-r--r--dev-libs/libvarlink/libvarlink-18.ebuild12
-rw-r--r--dev-libs/libvarlink/libvarlink-19.ebuild12
3 files changed, 12 insertions, 24 deletions
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" )