commit: 1f4af7d6f9d4b9a05ff5ef0d332d2a87ba4218fc Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu Oct 31 15:10:13 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu Oct 31 15:25:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4af7d6
dev-libs/liblzw: drop 0.3 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-libs/liblzw/liblzw-0.3.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-libs/liblzw/liblzw-0.3.ebuild b/dev-libs/liblzw/liblzw-0.3.ebuild deleted file mode 100644 index a3745e0cc481..000000000000 --- a/dev-libs/liblzw/liblzw-0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="small C library for reading LZW compressed files (.Z)" -HOMEPAGE="https://github.com/vapier/liblzw" -SRC_URI="https://github.com/vapier/liblzw/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ~m68k ~s390 x86" -IUSE="static-libs" - -src_configure() { - econf --disable-werror $(use_enable static{-libs,}) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}
