Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/
Date: Thu, 13 Jan 2022 02:26:59
Message-Id: 1642040805.a4b0bccf2b723c9677f716c113461ed6fa8c98c0.sam@gentoo
1 commit: a4b0bccf2b723c9677f716c113461ed6fa8c98c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 02:26:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 02:26:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b0bccf
7
8 x11-apps/luit: add 20220111
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-apps/luit/Manifest | 1 +
13 x11-apps/luit/luit-20220111.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/x11-apps/luit/Manifest b/x11-apps/luit/Manifest
17 index b2fdd0bd365f..ed468697f11b 100644
18 --- a/x11-apps/luit/Manifest
19 +++ b/x11-apps/luit/Manifest
20 @@ -1,2 +1,3 @@
21 DIST luit-20190106.tgz 190866 BLAKE2B 44098a00cade37aacdd7e67e1dae68157b652458b8a059de3dc56be9cc79ffba2ba861d403ab65de640853e0aec38c7d8d67febb5b6ae852a25430d2988c3661 SHA512 4324ff2793635e12e7fc0df2d7c5cdeb6241591105d0cfaf40a0da06a08764f08c5ef5f6fc19bc0e5d1f4b34b90e14b7aa393a0e613f5e096c6f91c90988215b
22 DIST luit-20210218.tgz 202363 BLAKE2B a7eb88c567125e66b6f257f5f1365cc20cf30a37ec4d172c9d6396f3aebf0e5e505af604df109eebde195dc5152afe50e6ac82f485f3309c852d1dca7cae5f27 SHA512 92bfdfd5b03c73803caaf3ffb1eb92660c6c97c30b7d716454df1b5007af9cf7f75d8f255841a87f8fe266c33bff9af6c1195eb13e5160b7787a3a9e693b21e8
23 +DIST luit-20220111.tgz 206011 BLAKE2B 030f4c734b1b63c7f51f4e601445522a318b9b0cb3d291d9a392c8aac12315088115e513d368977c3a4536c580f033b78ab575ae4d6d4e8439c53fad6f5cd5e0 SHA512 c3e0e2e7e9da5ca1176f61b1aa050e6a525af1e4c924d9685ae0684657e549093677240cc3f74517dcb12821f7c447e5b4f5306f37d1ddefc9fc7bf1971eee28
24
25 diff --git a/x11-apps/luit/luit-20220111.ebuild b/x11-apps/luit/luit-20220111.ebuild
26 new file mode 100644
27 index 000000000000..75c2f4c403da
28 --- /dev/null
29 +++ b/x11-apps/luit/luit-20220111.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 2019-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
37 +HOMEPAGE="https://invisible-island.net/luit/"
38 +SRC_URI="https://invisible-mirror.net/archives/${PN}/${P}.tgz"
39 +
40 +LICENSE="MIT"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
43 +
44 +DEPEND="sys-libs/zlib
45 + virtual/libiconv"
46 +RDEPEND="${DEPEND}"
47 +BDEPEND="sys-apps/groff"
48 +
49 +src_configure() {
50 + econf --disable-fontenc --enable-iconv
51 +}