commit:     b7dcc9a394e4ec768dad17398496db631a9eed6f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 07:27:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 07:37:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dcc9a3

app-arch/plzip: drop 1.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/plzip/Manifest         |  1 -
 app-arch/plzip/plzip-1.9.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/app-arch/plzip/Manifest b/app-arch/plzip/Manifest
index 0f05b7471f15..1cf5cb5abd59 100644
--- a/app-arch/plzip/Manifest
+++ b/app-arch/plzip/Manifest
@@ -1,3 +1,2 @@
 DIST plzip-1.10.tar.gz 94541 BLAKE2B 
deb49345ba3d6b120086aa8646f5684a32e6b64453f2ffc6321011dfd0741ddacca919bb11cba9435a26ea6aa63f453e7c5ff9a7dc7dc38c8ed0c6841237aeef
 SHA512 
7fd7ec288800950deaec9337b3112db72cde059721a0143a091650fc20ba2a3d9d7eebbd7a312e5bbb1a61ca6c902d2450e6c3c7172dccf9c0c8b86db7c2a944
 DIST plzip-1.10.tar.gz.sig 72 BLAKE2B 
d3d40c1f3618750b375f862ece19badbbe762ea3b704ed346b8779d86b0fd1a881f48910222664a121360c2e7da42b31ab950ecfb01724ab91a60bac2694d705
 SHA512 
c4be15ee893cce47150f4da5bdb84d6e20ed9c84367508911de2673614e0df182a9e82d1e0be8967ec1e180f1e9be38be976b099fb5428c4df1567cb9bf54ecc
-DIST plzip-1.9.tar.gz 93312 BLAKE2B 
a5b9a81cfffa17eca9a4cf4d6b037ad943235022142bd053ec8bcfc4dd99b2b730d69332fa54187ba7704266666efde52d23e13f91c290b9cddb96a87023173e
 SHA512 
3bca603ba6337462bde3967e7c7a7e66287f3a71adf8db987429fcdcb06ebbb90b52e666a7f98ac699bc158cbda21a9cce02490131d33fc44171b84ebb3a4a19

diff --git a/app-arch/plzip/plzip-1.9.ebuild b/app-arch/plzip/plzip-1.9.ebuild
deleted file mode 100644
index 07980c802cd0..000000000000
--- a/app-arch/plzip/plzip-1.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Parallel lzip compressor"
-HOMEPAGE="https://www.nongnu.org/lzip/plzip.html";
-SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="app-arch/lzlib:0="
-DEPEND=${RDEPEND}
-
-src_configure() {
-       local myconf=(
-               --prefix="${EPREFIX}"/usr
-               CXX="$(tc-getCXX)"
-               CPPFLAGS="${CPPFLAGS}"
-               CXXFLAGS="${CXXFLAGS}"
-               LDFLAGS="${LDFLAGS}"
-       )
-
-       # not autotools-based
-       ./configure "${myconf[@]}" || die
-}

Reply via email to