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 | |
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')
-rw-r--r-- | x11-apps/luit/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/luit/luit-20220111.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-apps/luit/Manifest b/x11-apps/luit/Manifest index f3a4b11bf151..a9febbe82e89 100644 --- a/x11-apps/luit/Manifest +++ b/x11-apps/luit/Manifest @@ -1,3 +1,2 @@ -DIST luit-20220111.tgz 206011 BLAKE2B 030f4c734b1b63c7f51f4e601445522a318b9b0cb3d291d9a392c8aac12315088115e513d368977c3a4536c580f033b78ab575ae4d6d4e8439c53fad6f5cd5e0 SHA512 c3e0e2e7e9da5ca1176f61b1aa050e6a525af1e4c924d9685ae0684657e549093677240cc3f74517dcb12821f7c447e5b4f5306f37d1ddefc9fc7bf1971eee28 DIST luit-20221028.tgz 209510 BLAKE2B cf2785ac5c9c1081e2845d3b72b968a621add556575ceac807079970cfa701928711708aa3f8714910aad1a2648e9fafaaed5ae1afa2f32e6c18ddb29c12c0d5 SHA512 c6930ce6adb4ad74160bbee22f245ca1e68395e38d0a1d871fc4d8b2c87f42c2c18a91c1afe5d8647a6e0c6a61caf8e227e46985d0f344c3bafa763bf6f2b0e4 DIST luit-20221028.tgz.asc 729 BLAKE2B 0bc964a275cc46616ca4730c2dde55cda1fc95e254a9c5f4e5e7bed17ad34ce7d540de6aecd9a3dee6ac13eb0e5b68de40d16e4236c7896a957f7b82fcbeaf19 SHA512 6f627cb8fa36f4f46321e3170dbc8d3a4a59f82bec885131c5751df81e37ad1a37f8dc7362458ef04e6d35960a5482dfead61b32ee2420014a22d4267d40c5a2 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 -} |