commit:     e6c9202c352f84e8d4e77e21c0969146375cd51f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 20:42:45 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  5 20:42:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c9202c

app-arch/lzlib: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lzlib/Manifest          |  1 -
 app-arch/lzlib/lzlib-1.12.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-arch/lzlib/Manifest b/app-arch/lzlib/Manifest
index 7a258419c3a8..16f6a28c6838 100644
--- a/app-arch/lzlib/Manifest
+++ b/app-arch/lzlib/Manifest
@@ -1,3 +1,2 @@
-DIST lzlib-1.12.tar.gz 128996 BLAKE2B 
3a86005eaf660a45888ec5af97bc6100368da2a3003c119c2379e881cd77ef318707342b7c930efa9473b671b8c2aff5c5e00dd5b312f647b7cafc39f29a2eea
 SHA512 
b5379422eed4016b0ee124e39902dd22c314ca5cc5f72c1af5ec2ef6a68e1e85c523ab18e30048d453689f73f780d0144dcabaf881337e1c8101e2fe17ee21f8
 DIST lzlib-1.13.tar.gz 130005 BLAKE2B 
88721890f111c2bb1901329e9cc39e7f581c220bb58bbc93098c34984b7557a80adff236f5755057099870ba20201f6b692925080b97965b4612d221d21cb33c
 SHA512 
b9c4e5a9aca982984b497d1da2e1f0439b37b19acaf88a02f5af114b0a65a828c5ae235b3bd4f419ce001963de38a4d03445a6a1bd93f37e783e799abd75578d
 DIST lzlib-1.13.tar.gz.sig 72 BLAKE2B 
66d7a9939a5e23874a6927545f265cf315d634a166d7f22cbe4f09ab88dbae778aa9c6f77e6d5e51fbaadc9a503f735fb2bc834475089a6046782f9af22b472f
 SHA512 
1db7a91b3a84d70874c0ec92b2764ab6805e20a351438b975f4e72dd6a1dbe5a4448d47af2bb6d056bde9c6102df375454724d536efbdaa90cd7dbf08eb01c81

diff --git a/app-arch/lzlib/lzlib-1.12.ebuild b/app-arch/lzlib/lzlib-1.12.ebuild
deleted file mode 100644
index 28ba96eca484..000000000000
--- a/app-arch/lzlib/lzlib-1.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Library for lzip compression"
-HOMEPAGE="https://www.nongnu.org/lzip/lzlib.html";
-SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz";
-
-LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
-SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 x86"
-IUSE=""
-
-src_configure() {
-       local myconf=(
-               --enable-shared
-               --disable-static
-               --disable-ldconfig
-               --prefix="${EPREFIX}"/usr
-               --libdir='$(prefix)'/$(get_libdir)
-               CC="$(tc-getCC)"
-               CFLAGS="${CFLAGS}"
-               CPPFLAGS="${CPPFLAGS}"
-               LDFLAGS="${LDFLAGS}"
-       )
-
-       # not autotools-based
-       ./configure "${myconf[@]}" || die
-}

Reply via email to