Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/
Date: Wed, 22 May 2019 03:52:58
Message-Id: 1558496824.6ec4c58c3ac6b6d9a822152212166ecf25fbc308.mattst88@gentoo
1 commit: 6ec4c58c3ac6b6d9a822152212166ecf25fbc308
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 17 00:04:58 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 22 03:47:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec4c58c
7
8 x11-apps/luit: Version bump to 20190106
9
10 Closes: https://bugs.gentoo.org/679666
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-apps/luit/Manifest | 1 +
14 x11-apps/luit/luit-20190106.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/x11-apps/luit/Manifest b/x11-apps/luit/Manifest
18 index f7931873032..5fbf559899f 100644
19 --- a/x11-apps/luit/Manifest
20 +++ b/x11-apps/luit/Manifest
21 @@ -1 +1,2 @@
22 DIST luit-1.1.1.tar.bz2 140044 BLAKE2B 5abf18955b753182198b4ebfa981e34b57707c578f1093f855e201b69b04b6a70fe189c0dcda43338a07d47f892eb3acb8278aba0e739d00e3cf164806d56ca4 SHA512 e834e89fca9987f6d82701f53d3c450cc64b93a804b11465b4a7ec5cb3a5c4ef30115df57dec3cbdbafa46e4a4f1bb4759b723123e2ff2f6b1c12207015638e6
23 +DIST luit-20190106.tgz 190866 BLAKE2B 44098a00cade37aacdd7e67e1dae68157b652458b8a059de3dc56be9cc79ffba2ba861d403ab65de640853e0aec38c7d8d67febb5b6ae852a25430d2988c3661 SHA512 4324ff2793635e12e7fc0df2d7c5cdeb6241591105d0cfaf40a0da06a08764f08c5ef5f6fc19bc0e5d1f4b34b90e14b7aa393a0e613f5e096c6f91c90988215b
24
25 diff --git a/x11-apps/luit/luit-20190106.ebuild b/x11-apps/luit/luit-20190106.ebuild
26 new file mode 100644
27 index 00000000000..a9f4e3f9811
28 --- /dev/null
29 +++ b/x11-apps/luit/luit-20190106.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
43 +IUSE=""
44 +
45 +DEPEND="sys-libs/zlib
46 + virtual/libiconv"
47 +RDEPEND="${DEPEND}"
48 +BDEPEND="sys-apps/groff"
49 +
50 +src_configure() {
51 + econf --disable-fontenc --enable-iconv
52 +}