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 11916138334 for ; Wed, 27 Nov 2019 15:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37F38E08EB; Wed, 27 Nov 2019 15:01:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 23350E08EB for ; Wed, 27 Nov 2019 15:01:31 +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 AB03B34D4AC for ; Wed, 27 Nov 2019 15:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398A65D2 for ; Wed, 27 Nov 2019 15:01:27 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574866868.619cfc6fcf268e4eff2afd5f9fda600942e85e4f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/ncompress/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/ncompress/Manifest app-arch/ncompress/ncompress-4.2.4.4.ebuild X-VCS-Directories: app-arch/ncompress/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 619cfc6fcf268e4eff2afd5f9fda600942e85e4f X-VCS-Branch: master Date: Wed, 27 Nov 2019 15:01:27 +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: 12d81125-f3e4-4294-a2c1-dade9a5bbce3 X-Archives-Hash: 6147f921f10618f07668b3c2deb5b111 commit: 619cfc6fcf268e4eff2afd5f9fda600942e85e4f Author: Aaron Bauman gentoo org> AuthorDate: Wed Nov 27 15:01:08 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Nov 27 15:01:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619cfc6f app-arch/ncompress: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> app-arch/ncompress/Manifest | 1 - app-arch/ncompress/ncompress-4.2.4.4.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-arch/ncompress/Manifest b/app-arch/ncompress/Manifest index 672da522780..fcd7778681a 100644 --- a/app-arch/ncompress/Manifest +++ b/app-arch/ncompress/Manifest @@ -1,2 +1 @@ -DIST ncompress-4.2.4.4.tar.gz 32571 BLAKE2B 6b404b350e46635856f7329a1e5eefcf38ce1f16137c35ca2226ab8add12ff4d94a289642b0a3f2ff59cc584c2f54bc330756df63f41fd34c958eb173b8eccba SHA512 abc7bd96daaab0b83d5ca18ef4b8b4c6528632653a0882a4e0eda4fb3f99e23aae60ee30193e79104ea2ac8fb5816ac3b0bdebb08322db6bde6b8ef1639527be DIST ncompress-4.2.4.5.tar.gz 35562 BLAKE2B a09661659a72cf4be40e143d8cff53779de7423c0337d8c92863509390d8adc355d660da98db9de431bb4c990f8d10955e19a97188b100450ff9ea2caf19ae8d SHA512 487e8d5ca743c3aba19cf69f7ec62bdc0784e43af5737f06d6d4257f2f33899eb3d293ed049f57b3164e344a0fddc077bc73437564977bad8de45816354c8bf3 diff --git a/app-arch/ncompress/ncompress-4.2.4.4.ebuild b/app-arch/ncompress/ncompress-4.2.4.4.ebuild deleted file mode 100644 index a7820bb9aa6..00000000000 --- a/app-arch/ncompress/ncompress-4.2.4.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="Another uncompressor for compatibility" -HOMEPAGE="https://github.com/vapier/ncompress" -SRC_URI="mirror://sourceforge/ncompress/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -src_compile() { - tc-export CC - emake -} - -src_install() { - dobin compress - dosym compress /usr/bin/uncompress - doman compress.1 - echo '.so compress.1' > "${ED}"/usr/share/man/man1/uncompress.1 - dodoc Acknowleds Changes LZW.INFO README -}