summaryrefslogtreecommitdiff
path: root/app-arch/tarlz/tarlz-0.23.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-25 10:43:56 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-25 10:43:56 +0000
commit5d88bb472ef4d6659a423746d4f8717e55ffaaf5 (patch)
tree65d2bb8ba367a660de263455ccac7eabf5ccc5ab /app-arch/tarlz/tarlz-0.23.ebuild
parenta4a19f78acc305106f3b54bec9af212e38bfe7be (diff)
gentoo auto-resync : 25:01:2024 - 10:43:56
Diffstat (limited to 'app-arch/tarlz/tarlz-0.23.ebuild')
-rw-r--r--app-arch/tarlz/tarlz-0.23.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-arch/tarlz/tarlz-0.23.ebuild b/app-arch/tarlz/tarlz-0.23.ebuild
deleted file mode 100644
index 173f51872685..000000000000
--- a/app-arch/tarlz/tarlz-0.23.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 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}"
-}