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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B11D158064 for ; Mon, 13 May 2024 18:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5886CE2A52; Mon, 13 May 2024 18:50:53 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B81EE2A52 for ; Mon, 13 May 2024 18:50:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FA5B335C2E for ; Mon, 13 May 2024 18:50:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B15591AA3 for ; Mon, 13 May 2024 18:50:50 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1715626241.9255f7493b46861f7aa14e4a4f3e7ffcf15507cf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gnokii/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild X-VCS-Directories: app-mobilephone/gnokii/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9255f7493b46861f7aa14e4a4f3e7ffcf15507cf X-VCS-Branch: master Date: Mon, 13 May 2024 18:50:50 +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: ec5dc780-aa90-4d14-b413-ff106331020b X-Archives-Hash: 0f8d0bea5dc6d141c07ca32819e68464 commit: 9255f7493b46861f7aa14e4a4f3e7ffcf15507cf Author: Arthur Zamarin gentoo org> AuthorDate: Mon May 13 18:48:21 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon May 13 18:50:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9255f749 app-mobilephone/gnokii: EAPI 6 -> 8 Signed-off-by: Arthur Zamarin gentoo.org> ...ii-0.6.31-r4.ebuild => gnokii-0.6.31-r5.ebuild} | 49 ++++++++++++---------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild similarity index 84% rename from app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild rename to app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild index 0e7fe85f1478..39bfdaea1f8e 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit autotools desktop linux-info strip-linguas -HOMEPAGE="https://www.gnokii.org/" if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI=" git://git.savannah.nongnu.org/${PN}.git @@ -14,6 +14,7 @@ else SRC_URI="https://www.gnokii.org/download/${PN}/${P}.tar.bz2" KEYWORDS="amd64 ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi +HOMEPAGE="https://www.gnokii.org/" DESCRIPTION="User space driver and tools for use with mobile phones" LICENSE="GPL-2" @@ -23,6 +24,7 @@ IUSE="bluetooth debug ical irda mysql nls +pcsc-lite postgres sms usb X" RDEPEND=" !app-mobilephone/smstools dev-libs/glib:2 + sys-libs/readline:= bluetooth? ( kernel_linux? ( net-wireless/bluez ) ) ical? ( dev-libs/libical:= ) pcsc-lite? ( sys-apps/pcsc-lite ) @@ -33,7 +35,8 @@ RDEPEND=" usb? ( virtual/libusb:0 ) X? ( x11-libs/gtk+:2 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/intltool irda? ( virtual/os-headers ) nls? ( sys-devel/gettext ) @@ -56,11 +59,12 @@ PATCHES=( ) src_prepare() { - [[ ${PV} == *9999 ]] && \ - PATCHES=( + if [[ ${PV} == *9999 ]]; then + local PATCHES=( "${FILESDIR}"/${P}-icon.patch "${FILESDIR}"/${P}-translations.patch ) + fi default @@ -85,23 +89,24 @@ src_configure() { config_xdebug="--disable-xdebug" fi - econf \ - --disable-static \ - --enable-security \ - --disable-unix98test \ - $(use_enable bluetooth) \ - ${config_xdebug} \ - $(use_enable debug fulldebug) \ - $(use_enable debug rlpdebug) \ - $(use_enable ical libical) \ - $(use_enable irda) \ - $(use_enable mysql) \ - $(use_enable nls) \ - $(use_enable pcsc-lite libpcsclite) \ - $(use_enable postgres) \ - $(use_enable sms smsd) \ - $(use_enable usb libusb) \ + local myeconfargs=( + --enable-security + --disable-unix98test + $(use_enable bluetooth) + ${config_xdebug} + $(use_enable debug fulldebug) + $(use_enable debug rlpdebug) + $(use_enable ical libical) + $(use_enable irda) + $(use_enable mysql) + $(use_enable nls) + $(use_enable pcsc-lite libpcsclite) + $(use_enable postgres) + $(use_enable sms smsd) + $(use_enable usb libusb) $(use_with X x) + ) + econf "${myeconfargs[@]}" } src_test() {