From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3D7D1382C5 for ; Sat, 29 May 2021 19:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F0B4E0809; Sat, 29 May 2021 19:03:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD65BE0809 for ; Sat, 29 May 2021 19:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F20FF340F57 for ; Sat, 29 May 2021 19:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F20EC79F for ; Sat, 29 May 2021 19:03:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622314936.3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvarlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvarlink/libvarlink-16.ebuild dev-libs/libvarlink/libvarlink-18.ebuild dev-libs/libvarlink/libvarlink-19.ebuild X-VCS-Directories: dev-libs/libvarlink/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013 X-VCS-Branch: master Date: Sat, 29 May 2021 19:03:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: edd620fe-f62c-4098-9f49-36de8e09b218 X-Archives-Hash: 242407052aac20fa39885c5711d1db36 commit: 3006a7f650c9ad6d11e01f1b3f46ff05c8ab6013 Author: Sam James gentoo org> AuthorDate: Sat May 29 19:02:16 2021 +0000 Commit: David Seifert gentoo 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 gentoo.org> Signed-off-by: David Seifert 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" )