commit:     1ced985fc5c89dfe573ddd52398be61f85cb8203
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 19:45:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 19:45:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ced985f

net-dns/idnkit: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-dns/idnkit/idnkit-2.3-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/net-dns/idnkit/idnkit-2.3-r1.ebuild 
b/net-dns/idnkit/idnkit-2.3-r1.ebuild
new file mode 100644
index 000000000000..d76117b8f17e
--- /dev/null
+++ b/net-dns/idnkit/idnkit-2.3-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+RESTRICT="test"
+
+RDEPEND="virtual/libiconv"
+DEPEND="
+       ${RDEPEND}
+       dev-lang/perl
+"
+
+src_configure() {
+       econf $(use_enable liteonly)
+}
+
+src_install() {
+       default
+
+       find "${ED}" -name '*.la' -delete || die
+}

Reply via email to