mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
app-arch/tarlz: treeclean (moved to ::gentoo)
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST tarlz-0.21.tar.lz 104780 BLAKE2B c3aacda3e8ab25757758d811d9cdc153777835950436dbb4827cf75d801f6c3035475330512a2657a8c9733f6afdf452d9689d7d72d11ba8ef968fceab671ed4 SHA512 1ad671da7ee115762163af57aad69ec754753e68a99ef8c4f38e880ecbb75a5b021f38794390eabcdbef4963cbc0c0e2abe36011da4135baf2c21dc22f020f4a
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type='person'>
|
|
||||||
<email>flo@geekplace.eu</email>
|
|
||||||
<name>Florian Schmaus</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
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:0="
|
|
||||||
DEPEND="
|
|
||||||
${RDEPEND}
|
|
||||||
$(unpacker_src_uri_depends)
|
|
||||||
"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
econf \
|
|
||||||
CXX="$(tc-getCXX)" \
|
|
||||||
CXXFLAGS="${CXXFLAGS}" \
|
|
||||||
CPPFLAGS="${CPPFLAGS}" \
|
|
||||||
LDFLAGS="${LDFLAGS}"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user