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 B15BF1382C5 for ; Thu, 11 Jun 2020 02:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0CDAE097B; Thu, 11 Jun 2020 02:00:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 98B76E097B for ; Thu, 11 Jun 2020 02:00:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C6B0434F21A for ; Thu, 11 Jun 2020 02:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6121A296 for ; Thu, 11 Jun 2020 02:00:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591840803.57acaaa68d01e36d2be45d0ada5e93401dbb84b9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/loksh/Manifest app-shells/loksh/loksh-6.6.ebuild X-VCS-Directories: app-shells/loksh/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 57acaaa68d01e36d2be45d0ada5e93401dbb84b9 X-VCS-Branch: master Date: Thu, 11 Jun 2020 02:00:18 +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: 59671894-7d46-4e6b-8b18-1b84a633f09c X-Archives-Hash: c5cc11e6f6cf6b8ed34d59a5206b843a commit: 57acaaa68d01e36d2be45d0ada5e93401dbb84b9 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jun 11 01:47:35 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jun 11 02:00:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57acaaa6 app-shells/loksh: drop old Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> app-shells/loksh/Manifest | 1 - app-shells/loksh/loksh-6.6.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest index cd393a24ed4..1d183c5fcdc 100644 --- a/app-shells/loksh/Manifest +++ b/app-shells/loksh/Manifest @@ -1,2 +1 @@ -DIST loksh-6.6.tar.gz 251931 BLAKE2B 8671b2a7b5f4d8247c8572a925a078a7bbf7e6f0ae11b9198798c66def35c5bdb5c3b39e5c37e0dcbc068a1757e6cdcb667088640c6c9a556c64a9a4c0582102 SHA512 7f5188b3f0af3167f1c5847043689a35f22d5075cee2ec4ce3ebd324a59233e89db1c864dc62a05ad036ddd541ee89c680fa82e22b85cd2c82ad32c5ebad51be DIST loksh-6.7.2.tar.xz 209520 BLAKE2B 37635721b4ed99b3a8ffd0bc6806e29e96c68618db32d8aad32e8cafb2c669ff44e0228588631478c189fb804a790245a66abe700bd78d06f3fdbd3baaa03778 SHA512 0008905c97c0d65ab246c05ddcd733925cdf2e35bc0eb09dd4301718236cab3f2682bee250e3630f3f9d801c1e20ee2db71194ac01f9ea4c2c8ff437328f5d08 diff --git a/app-shells/loksh/loksh-6.6.ebuild b/app-shells/loksh/loksh-6.6.ebuild deleted file mode 100644 index ccdbc481485..00000000000 --- a/app-shells/loksh/loksh-6.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Linux port of OpenBSD's ksh" -HOMEPAGE="https://github.com/dimkr/loksh" -SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -DEPEND="sys-libs/ncurses:0=" -BDEPEND="virtual/pkgconfig" -RDEPEND="${DEPEND} - !app-shells/ksh" - -src_prepare() { - default - tc-export CC -} - -src_install() { - emake \ - BIN_DIR="${EROOT}/bin" \ - DESTDIR="${D}" \ - DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" \ - install - - dodoc NOTES -}