Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblzw/
Date: Sat, 16 Feb 2019 06:12:48
Message-Id: 1550297550.59f82cee193b4f8719967588d0fc4c6c1b6c6da8.zlogene@gentoo
1 commit: 59f82cee193b4f8719967588d0fc4c6c1b6c6da8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 06:12:30 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 06:12:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f82cee
7
8 dev-libs/liblzw: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/liblzw/liblzw-0.2.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-libs/liblzw/liblzw-0.2.ebuild b/dev-libs/liblzw/liblzw-0.2.ebuild
17 deleted file mode 100644
18 index ea74b2a8250..00000000000
19 --- a/dev-libs/liblzw/liblzw-0.2.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -DESCRIPTION="small C library for reading LZW compressed files (.Z)"
28 -HOMEPAGE="https://github.com/vapier/liblzw"
29 -SRC_URI="mirror://sourceforge/freestdf/${P}.tar.lzma"
30 -
31 -LICENSE="public-domain"
32 -SLOT="0"
33 -KEYWORDS="amd64 arm hppa ia64 m68k s390 sh x86"
34 -IUSE=""
35 -
36 -src_install() {
37 - emake install DESTDIR="${D}" || die
38 - dodoc AUTHORS ChangeLog NEWS README
39 -}