summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-14 17:33:41 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-14 17:34:08 -0700
commit2176be37235452f65e7ca8e7382e16f1c109f1e9 (patch)
tree2e770f65a23c7e47dc25c745f716c4d8bab6296f /x11-apps
parentx11-apps/luit-20190106: arm stable, bug 688302 (diff)
downloadgentoo-2176be37235452f65e7ca8e7382e16f1c109f1e9.tar.gz
gentoo-2176be37235452f65e7ca8e7382e16f1c109f1e9.tar.bz2
gentoo-2176be37235452f65e7ca8e7382e16f1c109f1e9.zip
x11-apps/luit: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/luit/Manifest1
-rw-r--r--x11-apps/luit/luit-1.1.1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/luit/Manifest b/x11-apps/luit/Manifest
index 5fbf559899fc..f14c33907f23 100644
--- a/x11-apps/luit/Manifest
+++ b/x11-apps/luit/Manifest
@@ -1,2 +1 @@
-DIST luit-1.1.1.tar.bz2 140044 BLAKE2B 5abf18955b753182198b4ebfa981e34b57707c578f1093f855e201b69b04b6a70fe189c0dcda43338a07d47f892eb3acb8278aba0e739d00e3cf164806d56ca4 SHA512 e834e89fca9987f6d82701f53d3c450cc64b93a804b11465b4a7ec5cb3a5c4ef30115df57dec3cbdbafa46e4a4f1bb4759b723123e2ff2f6b1c12207015638e6
DIST luit-20190106.tgz 190866 BLAKE2B 44098a00cade37aacdd7e67e1dae68157b652458b8a059de3dc56be9cc79ffba2ba861d403ab65de640853e0aec38c7d8d67febb5b6ae852a25430d2988c3661 SHA512 4324ff2793635e12e7fc0df2d7c5cdeb6241591105d0cfaf40a0da06a08764f08c5ef5f6fc19bc0e5d1f4b34b90e14b7aa393a0e613f5e096c6f91c90988215b
diff --git a/x11-apps/luit/luit-1.1.1.ebuild b/x11-apps/luit/luit-1.1.1.ebuild
deleted file mode 100644
index bfcede57b261..000000000000
--- a/x11-apps/luit/luit-1.1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-XORG_EAUTORECONF=yes
-
-inherit xorg-2
-
-DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
-
-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=""
-RDEPEND="sys-libs/zlib
- x11-libs/libX11
- x11-libs/libfontenc"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # posix_openpt() call needs POSIX 2004, bug #415949
- sed -i 's/-D_XOPEN_SOURCE=500/-D_XOPEN_SOURCE=600/' configure.ac || die
- xorg-2_src_prepare
-}