diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 21:34:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:05 +0000 |
commit | 503fac388444080936f453523b1d3ee3913cafad (patch) | |
tree | 7d5888933aa02f5f9728ab1c4c210aad21b56847 /x11-apps/luit/luit-20220111.ebuild | |
parent | sys-fs/jfsutils: drop 1.1.15-r1 (diff) | |
download | gentoo-503fac388444080936f453523b1d3ee3913cafad.tar.gz gentoo-503fac388444080936f453523b1d3ee3913cafad.tar.bz2 gentoo-503fac388444080936f453523b1d3ee3913cafad.zip |
x11-apps/luit: drop 20220111
Bug: https://bugs.gentoo.org/886807
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps/luit/luit-20220111.ebuild')
-rw-r--r-- | x11-apps/luit/luit-20220111.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/luit/luit-20220111.ebuild b/x11-apps/luit/luit-20220111.ebuild deleted file mode 100644 index e0ad650eb546..000000000000 --- a/x11-apps/luit/luit-20220111.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~loong ~m68k ~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 -} |