mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-arch/tarlz: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST tarlz-0.26.tar.lz 114598 BLAKE2B cc8f291c4285cbb27f2312b6bd35d70bb0b92d325f72be5ffdabb02bd0c36fa9381e970b746086d4f12c83acdac2c4c0fa338353fdb9d802039a628f505e5f64 SHA512 89c9dd06f16f4304b451de486b4eddea2a3005c3fe43b8da415491c9dcf2a504bbba178bf7832e8319a5baba90bb6ef2e01db02f1ef874f1e960839817939c84
|
||||
DIST tarlz-0.27.1.tar.lz 117083 BLAKE2B 6e494002caee22ea6dc6f6474ca4852e2cc64c30a9edf4be8b9e45d5a6c90efec5ad4f1d2554ae120e01ea9b0b73a2aa04d7fbfa298c0d4d07d95e55083bd83d SHA512 827813c6f184bcae137db79da51434263bcb3d15f88f5eb7bc34e70b6bf7ae8ce76e11a34b3925dd0bd870543e92245428f154ffddf87c6090c351a2734e7adb
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs unpacker
|
||||
|
||||
DESCRIPTION="A parallel archiver combining tar and lzip"
|
||||
HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
|
||||
SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-arch/lzlib-1.12
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
$(unpacker_src_uri_depends)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
CXX="$(tc-getCXX)" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
Reference in New Issue
Block a user