summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-16 23:58:43 +0100
committerSam James <sam@gentoo.org>2021-05-17 22:34:26 +0000
commit710af2927b2436effed5d8f15504678ddc21f135 (patch)
treecaab5063bd3db4d48c133301fe65f879c486f269 /x11-apps
parentx11-apps/luit: add changelog (diff)
downloadgentoo-710af2927b2436effed5d8f15504678ddc21f135.tar.gz
gentoo-710af2927b2436effed5d8f15504678ddc21f135.tar.bz2
gentoo-710af2927b2436effed5d8f15504678ddc21f135.zip
x11-apps/luit: add 20210218
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/luit/Manifest1
-rw-r--r--x11-apps/luit/luit-20210218.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/luit/Manifest b/x11-apps/luit/Manifest
index f14c33907f23..b2fdd0bd365f 100644
--- a/x11-apps/luit/Manifest
+++ b/x11-apps/luit/Manifest
@@ -1 +1,2 @@
DIST luit-20190106.tgz 190866 BLAKE2B 44098a00cade37aacdd7e67e1dae68157b652458b8a059de3dc56be9cc79ffba2ba861d403ab65de640853e0aec38c7d8d67febb5b6ae852a25430d2988c3661 SHA512 4324ff2793635e12e7fc0df2d7c5cdeb6241591105d0cfaf40a0da06a08764f08c5ef5f6fc19bc0e5d1f4b34b90e14b7aa393a0e613f5e096c6f91c90988215b
+DIST luit-20210218.tgz 202363 BLAKE2B a7eb88c567125e66b6f257f5f1365cc20cf30a37ec4d172c9d6396f3aebf0e5e505af604df109eebde195dc5152afe50e6ac82f485f3309c852d1dca7cae5f27 SHA512 92bfdfd5b03c73803caaf3ffb1eb92660c6c97c30b7d716454df1b5007af9cf7f75d8f255841a87f8fe266c33bff9af6c1195eb13e5160b7787a3a9e693b21e8
diff --git a/x11-apps/luit/luit-20210218.ebuild b/x11-apps/luit/luit-20210218.ebuild
new file mode 100644
index 000000000000..352027e6a1a2
--- /dev/null
+++ b/x11-apps/luit/luit-20210218.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
+HOMEPAGE="https://invisible-island.net/luit/"
+SRC_URI="https://invisible-mirror.net/archives/${PN}/${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DEPEND="sys-libs/zlib
+ virtual/libiconv"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-apps/groff"
+
+src_configure() {
+ econf --disable-fontenc --enable-iconv
+}