summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-16 09:12:30 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-16 09:12:30 +0300
commit59f82cee193b4f8719967588d0fc4c6c1b6c6da8 (patch)
tree48b44f2248d0573f5d4d42613b2a239619410027 /dev-libs/liblzw
parentdev-libs/liblzw: sh stable wrt bug #676464 (diff)
downloadgentoo-59f82cee193b4f8719967588d0fc4c6c1b6c6da8.tar.gz
gentoo-59f82cee193b4f8719967588d0fc4c6c1b6c6da8.tar.bz2
gentoo-59f82cee193b4f8719967588d0fc4c6c1b6c6da8.zip
dev-libs/liblzw: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/liblzw')
-rw-r--r--dev-libs/liblzw/liblzw-0.2.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-libs/liblzw/liblzw-0.2.ebuild b/dev-libs/liblzw/liblzw-0.2.ebuild
deleted file mode 100644
index ea74b2a8250f..000000000000
--- a/dev-libs/liblzw/liblzw-0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="small C library for reading LZW compressed files (.Z)"
-HOMEPAGE="https://github.com/vapier/liblzw"
-SRC_URI="mirror://sourceforge/freestdf/${P}.tar.lzma"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 m68k s390 sh x86"
-IUSE=""
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README
-}