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 32BC7158018 for ; Sat, 2 Oct 2021 20:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 870E9E0953; Sat, 2 Oct 2021 20:18:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69D47E0953 for ; Sat, 2 Oct 2021 20:18:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CA06342ABD for ; Sat, 2 Oct 2021 20:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0DCE106 for ; Sat, 2 Oct 2021 20:18:22 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1633205832.d1968d34dafaa4fb4215208214669983d171cc47.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/brasero/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/brasero/brasero-3.12.3.ebuild X-VCS-Directories: app-cdr/brasero/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d1968d34dafaa4fb4215208214669983d171cc47 X-VCS-Branch: master Date: Sat, 2 Oct 2021 20:18:22 +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: 5f7f1d31-8ca2-409d-97ff-aa7e81bae6d6 X-Archives-Hash: ed84312a82151c62298217f2cc98986e commit: d1968d34dafaa4fb4215208214669983d171cc47 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 2 20:16:25 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 2 20:17:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1968d34 app-cdr/brasero: drop eautoreconf, other tweaks * 3.12.3 includes the tracker3 patch, so we don't need to eautoreconf anymore * Drop bogus docbook test dependency - it's only used by gtk-doc, which is pregenerated; there should be no need for the dep specifically for tests, only once we have to build gtk-doc ourselves Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> app-cdr/brasero/brasero-3.12.3.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app-cdr/brasero/brasero-3.12.3.ebuild b/app-cdr/brasero/brasero-3.12.3.ebuild index bdf3c441ff6..65f2b8c73e9 100644 --- a/app-cdr/brasero/brasero-3.12.3.ebuild +++ b/app-cdr/brasero/brasero-3.12.3.ebuild @@ -3,7 +3,6 @@ EAPI=7 GNOME2_LA_PUNT="yes" -GNOME2_EAUTORECONF="yes" inherit gnome2 @@ -12,8 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Brasero" LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3 -IUSE="+css +introspection +libburn mp3 nautilus playlist test tracker" -RESTRICT="!test? ( test )" +IUSE="+css +introspection +libburn mp3 nautilus playlist tracker" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" DEPEND=" @@ -53,10 +51,11 @@ BDEPEND=" >=dev-util/gtk-doc-am-1.12 sys-devel/gettext virtual/pkgconfig - test? ( app-text/docbook-xml-dtd:4.3 ) - app-text/yelp-tools - gnome-base/gnome-common " +# eautoreconf deps +# app-text/yelp-tools +# gnome-base/gnome-common + PDEPEND="gnome-base/gvfs" src_configure() {