summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-05-16 17:04:58 -0700
committerMatt Turner <mattst88@gentoo.org>2019-05-21 20:47:04 -0700
commit6ec4c58c3ac6b6d9a822152212166ecf25fbc308 (patch)
treee73d18c06de1290c40e8e266c1ca9b03fc089af0 /x11-apps/luit/luit-20190106.ebuild
parentdev-libs/mm: arm64 stable (diff)
downloadgentoo-6ec4c58c3ac6b6d9a822152212166ecf25fbc308.tar.gz
gentoo-6ec4c58c3ac6b6d9a822152212166ecf25fbc308.tar.bz2
gentoo-6ec4c58c3ac6b6d9a822152212166ecf25fbc308.zip
x11-apps/luit: Version bump to 20190106
Closes: https://bugs.gentoo.org/679666 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/luit/luit-20190106.ebuild')
-rw-r--r--x11-apps/luit/luit-20190106.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/luit/luit-20190106.ebuild b/x11-apps/luit/luit-20190106.ebuild
new file mode 100644
index 000000000000..a9f4e3f9811a
--- /dev/null
+++ b/x11-apps/luit/luit-20190106.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019 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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+ virtual/libiconv"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-apps/groff"
+
+src_configure() {
+ econf --disable-fontenc --enable-iconv
+}