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 1F16E15832A for ; Sat, 8 Jun 2024 12:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45717E2A42; Sat, 8 Jun 2024 12:03:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2E4D5E2A42 for ; Sat, 8 Jun 2024 12:03:20 +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 43630335DCC for ; Sat, 8 Jun 2024 12:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BA61610 for ; Sat, 8 Jun 2024 12:03:17 +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: <1717848143.038440db1b612b58add41f1c0d7faa0876208349.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/idnkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/idnkit/idnkit-2.3.ebuild X-VCS-Directories: net-dns/idnkit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 038440db1b612b58add41f1c0d7faa0876208349 X-VCS-Branch: master Date: Sat, 8 Jun 2024 12:03:17 +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: 3e365268-c26c-4a57-820c-c0f0df328371 X-Archives-Hash: bb9e4a972d7762a975efaccc46e58b36 commit: 038440db1b612b58add41f1c0d7faa0876208349 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jun 8 11:50:22 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jun 8 12:02:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038440db net-dns/idnkit: drop 2.3 Signed-off-by: Arthur Zamarin gentoo.org> net-dns/idnkit/idnkit-2.3.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/net-dns/idnkit/idnkit-2.3.ebuild b/net-dns/idnkit/idnkit-2.3.ebuild deleted file mode 100644 index dc4ea784dae6..000000000000 --- a/net-dns/idnkit/idnkit-2.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Toolkit for Internationalized Domain Names (IDN)" -HOMEPAGE="https://jprs.co.jp/idn/" -SRC_URI="https://jprs.co.jp/idn/${P}.tar.bz2" - -LICENSE="JPRS" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -IUSE="liteonly static-libs" -RDEPEND=" - virtual/libiconv -" -DEPEND=" - ${RDEPEND} - dev-lang/perl -" -RESTRICT="test" - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable liteonly) -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}