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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78FBE158094 for ; Thu, 23 Jun 2022 20:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EA53E0878; Thu, 23 Jun 2022 20:12:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85D3AE0878 for ; Thu, 23 Jun 2022 20:12:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85B46341940 for ; Thu, 23 Jun 2022 20:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B210514 for ; Thu, 23 Jun 2022 20:12:42 +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: <1656015143.e1b8304aa766f3d3c92f2712b4cd785f805a8984.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rest/rest-0.8.1-r1.ebuild net-libs/rest/rest-0.8.1.ebuild X-VCS-Directories: net-libs/rest/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e1b8304aa766f3d3c92f2712b4cd785f805a8984 X-VCS-Branch: master Date: Thu, 23 Jun 2022 20:12:42 +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: cdbdc68c-7ab4-47c9-8f8b-efe9d65233e6 X-Archives-Hash: d4f47eb4dae14e5566beb868f0a8afbe commit: e1b8304aa766f3d3c92f2712b4cd785f805a8984 Author: David Seifert gentoo org> AuthorDate: Thu Jun 23 20:12:23 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 23 20:12:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b8304a net-libs/rest: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> net-libs/rest/{rest-0.8.1.ebuild => rest-0.8.1-r1.ebuild} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1-r1.ebuild similarity index 92% rename from net-libs/rest/rest-0.8.1.ebuild rename to net-libs/rest/rest-0.8.1-r1.ebuild index 1a871b83d473..9e3edc280976 100644 --- a/net-libs/rest/rest-0.8.1.ebuild +++ b/net-libs/rest/rest-0.8.1-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -GNOME2_LA_PUNT="yes" +EAPI=8 inherit gnome2 multilib-minimal virtualx @@ -11,9 +10,9 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Librest" LICENSE="LGPL-2.1" SLOT="0.7" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="+introspection test" RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86" # Coverage testing should not be enabled RDEPEND=" @@ -23,7 +22,8 @@ RDEPEND=" net-libs/libsoup:2.4[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.40 @@ -36,7 +36,6 @@ multilib_src_configure() { # https://bugzilla.gnome.org/show_bug.cgi?id=758166 ECONF_SOURCE="${S}" \ gnome2_src_configure \ - --disable-static \ --disable-gcov \ --without-gnome \ --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \