commit:     a4a9ba8814cf6896bd8d02c98b6c97fb9e620d40
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 10:47:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 10:53:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a9ba88

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.9.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-arch/lzlib/Manifest b/app-arch/lzlib/Manifest
index b9b206827c6..47995833baf 100644
--- a/app-arch/lzlib/Manifest
+++ b/app-arch/lzlib/Manifest
@@ -1,2 +1 @@
 DIST lzlib-1.11.tar.gz 105873 BLAKE2B 
6caadc4c3b78db835bcf4f11e5290342f0f952943006589345898a85211b0a0ae5d775d0a8e7747c549eae00dd0abd2e2afb5c07eb75b4fda712a9361a71bd59
 SHA512 
5aa3ff084177efe906518724a98a78c32d1c0e02b967800a44388fc6af441de48fcc5899457913fca11fae3beb8bebc260ac447f0a336b1c14f3f13726114567
-DIST lzlib-1.9.tar.gz 96147 BLAKE2B 
17de794c1823558a804c93a4df14cd75e66eb8ebb6d62af1ef7349e1ed187fc77b57cc44901af76767871632dac2dd624f9e4313226fcf41225d140b5c64f54f
 SHA512 
2d36e0b27f544fdab958dbf7d966b41e44c134382ec9f792d94dacf60355eadc25a1cf2b8b7049287995fa5bfc27aec0f3e4253304e3b10813c96b0609408278

diff --git a/app-arch/lzlib/lzlib-1.9.ebuild b/app-arch/lzlib/lzlib-1.9.ebuild
deleted file mode 100644
index 72bec4c5725..00000000000
--- a/app-arch/lzlib/lzlib-1.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Library for lzip compression"
-HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html";
-SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz";
-
-LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
-SLOT="0"
-KEYWORDS="~amd64 ~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