Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/ncompress/
Date: Wed, 27 Nov 2019 15:01:32
Message-Id: 1574866868.619cfc6fcf268e4eff2afd5f9fda600942e85e4f.bman@gentoo
1 commit: 619cfc6fcf268e4eff2afd5f9fda600942e85e4f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 15:01:08 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 15:01:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619cfc6f
7
8 app-arch/ncompress: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-arch/ncompress/Manifest | 1 -
13 app-arch/ncompress/ncompress-4.2.4.4.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/app-arch/ncompress/Manifest b/app-arch/ncompress/Manifest
17 index 672da522780..fcd7778681a 100644
18 --- a/app-arch/ncompress/Manifest
19 +++ b/app-arch/ncompress/Manifest
20 @@ -1,2 +1 @@
21 -DIST ncompress-4.2.4.4.tar.gz 32571 BLAKE2B 6b404b350e46635856f7329a1e5eefcf38ce1f16137c35ca2226ab8add12ff4d94a289642b0a3f2ff59cc584c2f54bc330756df63f41fd34c958eb173b8eccba SHA512 abc7bd96daaab0b83d5ca18ef4b8b4c6528632653a0882a4e0eda4fb3f99e23aae60ee30193e79104ea2ac8fb5816ac3b0bdebb08322db6bde6b8ef1639527be
22 DIST ncompress-4.2.4.5.tar.gz 35562 BLAKE2B a09661659a72cf4be40e143d8cff53779de7423c0337d8c92863509390d8adc355d660da98db9de431bb4c990f8d10955e19a97188b100450ff9ea2caf19ae8d SHA512 487e8d5ca743c3aba19cf69f7ec62bdc0784e43af5737f06d6d4257f2f33899eb3d293ed049f57b3164e344a0fddc077bc73437564977bad8de45816354c8bf3
23
24 diff --git a/app-arch/ncompress/ncompress-4.2.4.4.ebuild b/app-arch/ncompress/ncompress-4.2.4.4.ebuild
25 deleted file mode 100644
26 index a7820bb9aa6..00000000000
27 --- a/app-arch/ncompress/ncompress-4.2.4.4.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="Another uncompressor for compatibility"
38 -HOMEPAGE="https://github.com/vapier/ncompress"
39 -SRC_URI="mirror://sourceforge/ncompress/${P}.tar.gz"
40 -
41 -LICENSE="public-domain"
42 -SLOT="0"
43 -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"
44 -IUSE=""
45 -
46 -src_compile() {
47 - tc-export CC
48 - emake
49 -}
50 -
51 -src_install() {
52 - dobin compress
53 - dosym compress /usr/bin/uncompress
54 - doman compress.1
55 - echo '.so compress.1' > "${ED}"/usr/share/man/man1/uncompress.1
56 - dodoc Acknowleds Changes LZW.INFO README
57 -}