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 CF9C415802F for ; Sun, 2 Apr 2023 20:48:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE5D3E07D0; Sun, 2 Apr 2023 20:48:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B4F33E07D0 for ; Sun, 2 Apr 2023 20:48:25 +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 BD43A340D56 for ; Sun, 2 Apr 2023 20:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3CAEA1A for ; Sun, 2 Apr 2023 20:48:22 +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: <1680468475.89d8a50940d269f8cf1fd8183b966c3b4fd81611.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/mknfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-base/mknfonts/mknfonts-0.5-r2.ebuild gnustep-base/mknfonts/mknfonts-0.5-r3.ebuild X-VCS-Directories: gnustep-base/mknfonts/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 89d8a50940d269f8cf1fd8183b966c3b4fd81611 X-VCS-Branch: master Date: Sun, 2 Apr 2023 20:48: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: 2eb96e21-241c-4bc7-bfe4-e76147313ddf X-Archives-Hash: 67399ad7f9b76bb2995130b577fbdc92 commit: 89d8a50940d269f8cf1fd8183b966c3b4fd81611 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Apr 2 20:42:27 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Apr 2 20:47:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d8a509 gnustep-base/mknfonts: EAPI6 cleanup, amd64/x86 stable for -r3 Closes: https://bugs.gentoo.org/887701 Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-base/mknfonts/mknfonts-0.5-r2.ebuild | 27 --------------------------- gnustep-base/mknfonts/mknfonts-0.5-r3.ebuild | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/gnustep-base/mknfonts/mknfonts-0.5-r2.ebuild b/gnustep-base/mknfonts/mknfonts-0.5-r2.ebuild deleted file mode 100644 index b4e3d0b21090..000000000000 --- a/gnustep-base/mknfonts/mknfonts-0.5-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnustep-base - -DESCRIPTION="A tool to create .nfont packages for use with gnustep-back-art" -HOMEPAGE="https://packages.debian.org/mknfonts.tool" -SRC_URI="mirror://debian/pool/main/m/${PN}.tool/${PN}.tool_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -DEPEND="gnustep-base/gnustep-gui - >=media-libs/freetype-2.1" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-rename.patch ) - -src_prepare() { - # Correct link command for --as-needed - sed -i -e "s/ADDITIONAL_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed" - - default -} diff --git a/gnustep-base/mknfonts/mknfonts-0.5-r3.ebuild b/gnustep-base/mknfonts/mknfonts-0.5-r3.ebuild index 3f090150a909..363fb84f8683 100644 --- a/gnustep-base/mknfonts/mknfonts-0.5-r3.ebuild +++ b/gnustep-base/mknfonts/mknfonts-0.5-r3.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/m/${PN}.tool/${PN}.tool_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="gnustep-base/gnustep-gui