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 5289C158094 for ; Sun, 2 Oct 2022 19:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E3A4E08AD; Sun, 2 Oct 2022 19:57:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3A53AE08AD for ; Sun, 2 Oct 2022 19:57:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 67CC3340EA7 for ; Sun, 2 Oct 2022 19:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD615F7 for ; Sun, 2 Oct 2022 19:57:24 +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: <1664740612.e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rarian/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rarian/rarian-0.8.1-r3.ebuild app-text/rarian/rarian-0.8.1-r4.ebuild X-VCS-Directories: app-text/rarian/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3 X-VCS-Branch: master Date: Sun, 2 Oct 2022 19:57:24 +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: 71afef41-3831-4d4e-b478-30afae1bc160 X-Archives-Hash: ba7db3e97060e2d571cc3856e88dc247 commit: e39132661b8b4ad5bb7cc7571e2d393e5d59f9c3 Author: David Seifert gentoo org> AuthorDate: Sun Oct 2 19:56:52 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 2 19:56:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3913266 app-text/rarian: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...arian-0.8.1-r3.ebuild => rarian-0.8.1-r4.ebuild} | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/app-text/rarian/rarian-0.8.1-r3.ebuild b/app-text/rarian/rarian-0.8.1-r4.ebuild similarity index 85% rename from app-text/rarian/rarian-0.8.1-r3.ebuild rename to app-text/rarian/rarian-0.8.1-r4.ebuild index 013bf0a0f3fc..14156fe2ff4c 100644 --- a/app-text/rarian/rarian-0.8.1-r3.ebuild +++ b/app-text/rarian/rarian-0.8.1-r4.ebuild @@ -1,32 +1,28 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit autotools eutils +inherit autotools DESCRIPTION="A documentation metadata library" HOMEPAGE="https://rarian.freedesktop.org/" -SRC_URI="https://${PN}.freedesktop.org/Releases/${P}.tar.gz +SRC_URI=" + https://${PN}.freedesktop.org/Releases/${P}.tar.gz https://dev.gentoo.org/~soap/distfiles/${P}-r4-patches.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="static-libs" RDEPEND=" dev-libs/libxslt dev-libs/tinyxml || ( sys-apps/util-linux - app-misc/getopt ) -" -DEPEND="${RDEPEND} - !