From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22EC6138335 for ; Mon, 15 Jul 2019 00:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FBFE08AE; Mon, 15 Jul 2019 00:34:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B006E08AE for ; Mon, 15 Jul 2019 00:34:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBD93347BF2 for ; Mon, 15 Jul 2019 00:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 522F46F1 for ; Mon, 15 Jul 2019 00:34:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1563150848.2176be37235452f65e7ca8e7382e16f1c109f1e9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/luit/Manifest x11-apps/luit/luit-1.1.1.ebuild X-VCS-Directories: x11-apps/luit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2176be37235452f65e7ca8e7382e16f1c109f1e9 X-VCS-Branch: master Date: Mon, 15 Jul 2019 00:34:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f866284e-5c10-431d-b359-547ae662705c X-Archives-Hash: 2d1c1fbd4dd7ddc5b43e4c90869d2e5e commit: 2176be37235452f65e7ca8e7382e16f1c109f1e9 Author: Matt Turner gentoo org> AuthorDate: Mon Jul 15 00:33:41 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 15 00:34:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2176be37 x11-apps/luit: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/luit/Manifest | 1 - x11-apps/luit/luit-1.1.1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/x11-apps/luit/Manifest b/x11-apps/luit/Manifest index 5fbf559899f..f14c33907f2 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 bfcede57b26..00000000000 --- 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 -}