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 267E3158041 for ; Wed, 3 Apr 2024 16:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6497DE2A50; Wed, 3 Apr 2024 16:03:08 +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 4302DE2A50 for ; Wed, 3 Apr 2024 16:03:08 +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 646473431C6 for ; Wed, 3 Apr 2024 16:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99407103F for ; Wed, 3 Apr 2024 16:03:05 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1712160181.c21cb39e53a74ba01e78a387e6a048e6826988f5.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r2.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r2.ebuild X-VCS-Directories: gnustep-base/gnustep-gui/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: c21cb39e53a74ba01e78a387e6a048e6826988f5 X-VCS-Branch: master Date: Wed, 3 Apr 2024 16:03:05 +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: 4e7ff122-cc3e-4f2e-a5fb-eeddd6cac7a9 X-Archives-Hash: 6bb6ccc2958480f8ddd970fc74108316 commit: c21cb39e53a74ba01e78a387e6a048e6826988f5 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Apr 3 16:02:30 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Apr 3 16:03:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21cb39e gnustep-base/gnustep-gui: giflib is a hard dependency Closes: https://bugs.gentoo.org/927743 Signed-off-by: Bernard Cafarelli gentoo.org> ...ep-gui-0.29.0-r1.ebuild => gnustep-gui-0.29.0-r2.ebuild} | 13 +++++-------- ...ep-gui-0.30.0-r1.ebuild => gnustep-gui-0.30.0-r2.ebuild} | 13 +++++-------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r2.ebuild similarity index 82% rename from gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild rename to gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r2.ebuild index 2f19d72bcb7b..68d961c1b3f3 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="cups gif icu jpeg png speech" +IUSE="cups icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell >=gnustep-base/gnustep-base-1.28.0:=[icu?] media-libs/audiofile + >=media-libs/giflib-4.1:= >=media-libs/tiff-3:= x11-libs/libXt cups? ( >=net-print/cups-1.7.4:= ) - gif? ( >=media-libs/giflib-4.1:= ) icu? ( dev-libs/icu:= ) jpeg? ( media-libs/libjpeg-turbo:= ) png? ( >=media-libs/libpng-1.2:= ) @@ -40,18 +40,15 @@ src_prepare() { src_configure() { egnustep_env - local myconf= - use gif && myconf="--disable-ungif --enable-libgif" - econf \ $(use_enable cups) \ $(use_enable icu) \ $(use_enable jpeg) \ $(use_enable png) \ $(use_enable speech) \ + --disable-ungif --enable-libgif \ --with-tiff-include="${EPREFIX}"/usr/include \ - --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \ - ${myconf} + --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) } src_test() { diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r2.ebuild similarity index 82% rename from gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild rename to gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r2.ebuild index 266a0fd9a8f9..8e05ac1920b1 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="cups gif icu jpeg png speech" +IUSE="cups icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell >=gnustep-base/gnustep-base-1.28.0:=[icu?] media-libs/audiofile + >=media-libs/giflib-4.1:= >=media-libs/tiff-3:= x11-libs/libXt cups? ( >=net-print/cups-1.7.4:= ) - gif? ( >=media-libs/giflib-4.1:= ) icu? ( dev-libs/icu:= ) jpeg? ( media-libs/libjpeg-turbo:= ) png? ( >=media-libs/libpng-1.2:= ) @@ -42,18 +42,15 @@ src_prepare() { src_configure() { egnustep_env - local myconf= - use gif && myconf="--disable-ungif --enable-libgif" - econf \ $(use_enable cups) \ $(use_enable icu) \ $(use_enable jpeg) \ $(use_enable png) \ $(use_enable speech) \ + --disable-ungif --enable-libgif \ --with-tiff-include="${EPREFIX}"/usr/include \ - --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \ - ${myconf} + --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) } src_test() {