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 DF84D158099 for ; Fri, 24 Nov 2023 17:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B46E2BC016; Fri, 24 Nov 2023 17:09:52 +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 0122D2BC016 for ; Fri, 24 Nov 2023 17:09:51 +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 3B59C335CAF for ; Fri, 24 Nov 2023 17:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B8313A3 for ; Fri, 24 Nov 2023 17:09:49 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1700845757.eba80632a52cf39068ce27b2544f3a745cdf6aef.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/gtkpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild X-VCS-Directories: app-pda/gtkpod/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: eba80632a52cf39068ce27b2544f3a745cdf6aef X-VCS-Branch: master Date: Fri, 24 Nov 2023 17:09:49 +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: d23dd473-2bce-4e67-9429-a031bccd099b X-Archives-Hash: e3a5fb3564546fdf72acc376bd2d7a1a commit: eba80632a52cf39068ce27b2544f3a745cdf6aef Author: James Le Cuirot gentoo org> AuthorDate: Fri Nov 24 17:08:47 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Nov 24 17:09:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba80632 app-pda/gtkpod: EAPI 8, fix dependencies Some DEPENDs should have been BDEPENDs. Closes: https://bugs.gentoo.org/918111 Signed-off-by: James Le Cuirot gentoo.org> .../{gtkpod-2.1.5-r4.ebuild => gtkpod-2.1.5-r5.ebuild} | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild b/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild similarity index 93% rename from app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild rename to app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild index 334dc29901ad..47da5b3bfd6f 100644 --- a/app-pda/gtkpod/gtkpod-2.1.5-r4.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.5-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # Not all modules needed by py script are packaged in Gentoo #PYTHON_COMPAT=( python3_{6..9} ) @@ -56,18 +56,22 @@ RDEPEND="${COMMON_DEPEND} # eautoreconf, bug #659748 DEPEND="${COMMON_DEPEND} media-libs/gstreamer:1.0 +" + +BDEPEND=" dev-util/intltool sys-devel/flex sys-devel/gettext - virtual/os-headers virtual/pkgconfig " -src_prepare() { - xdg_src_prepare +PATCHES=( + "${FILESDIR}"/${PN}-2.1.3-gold.patch + "${FILESDIR}"/${PN}-2.1.5-m4a.patch +) - eapply "${FILESDIR}"/${PN}-2.1.3-gold.patch - eapply "${FILESDIR}"/${PN}-2.1.5-m4a.patch +src_prepare() { + default # python_fix_shebang scripts/ # 2to3 --no-diffs -w scripts/sync-palm-jppy.py || die