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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF5C3158016 for ; Sat, 25 Sep 2021 23:25:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9FB6E0929; Sat, 25 Sep 2021 23:25:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EC2EE0929 for ; Sat, 25 Sep 2021 23:25:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62DAD342EF8 for ; Sat, 25 Sep 2021 23:25:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2AB1E5 for ; Sat, 25 Sep 2021 23:25:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632612247.8df1b1c03989b40104024c61a329438726740b5f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-utf8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-utf8/lua-utf8-0.1.3-r101.ebuild X-VCS-Directories: dev-lua/lua-utf8/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8df1b1c03989b40104024c61a329438726740b5f X-VCS-Branch: master Date: Sat, 25 Sep 2021 23:25:01 +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: c37e17a9-e212-49d0-abf6-448463edd741 X-Archives-Hash: 2a84ee931c232758ce5d61902f76df22 commit: 8df1b1c03989b40104024c61a329438726740b5f Author: Sam James gentoo org> AuthorDate: Sat Sep 25 23:24:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 23:24:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df1b1c0 Revert "dev-lua/lua-utf8: fix ucd data header regeneration" This reverts commit a9dcb35859e3573e7030ebc9141c9517316fcccd. Bug: https://bugs.gentoo.org/814860 Signed-off-by: Sam James gentoo.org> dev-lua/lua-utf8/lua-utf8-0.1.3-r101.ebuild | 102 ---------------------------- 1 file changed, 102 deletions(-) diff --git a/dev-lua/lua-utf8/lua-utf8-0.1.3-r101.ebuild b/dev-lua/lua-utf8/lua-utf8-0.1.3-r101.ebuild deleted file mode 100644 index 56443c4373a..00000000000 --- a/dev-lua/lua-utf8/lua-utf8-0.1.3-r101.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) - -inherit lua toolchain-funcs - -DESCRIPTION="A UTF-8 support module for Lua and LuaJIT" -HOMEPAGE="https://github.com/starwing/luautf8" -SRC_URI="https://github.com/starwing/luautf8/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN//-/}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND="${LUA_DEPS}" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - ${LUA_DEPS} -" - -src_prepare() { - local unicodedir="${EPREFIX}"/usr/share/unicode - local ucddir - - if has_verson '