commit: 59f82cee193b4f8719967588d0fc4c6c1b6c6da8 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Feb 16 06:12:30 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Feb 16 06:12:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f82cee
dev-libs/liblzw: Drop old Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/liblzw/liblzw-0.2.ebuild | 18 ------------------ 1 file changed, 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 ea74b2a8250..00000000000 --- 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 -}
