summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-27 10:01:08 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-27 10:01:08 -0500
commit619cfc6fcf268e4eff2afd5f9fda600942e85e4f (patch)
treea18d00a9217d35573f020764141e89ab37cbfb07 /app-arch
parentapp-portage/portage-utils-0.82: version bump (diff)
downloadgentoo-619cfc6fcf268e4eff2afd5f9fda600942e85e4f.tar.gz
gentoo-619cfc6fcf268e4eff2afd5f9fda600942e85e4f.tar.bz2
gentoo-619cfc6fcf268e4eff2afd5f9fda600942e85e4f.zip
app-arch/ncompress: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/ncompress/Manifest1
-rw-r--r--app-arch/ncompress/ncompress-4.2.4.4.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-arch/ncompress/Manifest b/app-arch/ncompress/Manifest
index 672da5227807..fcd7778681af 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 a7820bb9aa6c..000000000000
--- 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
-}