diff options
author | 2022-03-24 22:18:15 +0100 | |
---|---|---|
committer | 2022-03-24 22:18:15 +0100 | |
commit | 883203f59e7e264f0725908c912eca82b60269eb (patch) | |
tree | ddcb87dcae86f05c6871bf0261e5b187c6db1b1d /app-arch/lziprecover/lziprecover-1.22.ebuild | |
parent | app-portage/smart-live-rebuild: Remove old (diff) | |
download | gentoo-883203f59e7e264f0725908c912eca82b60269eb.tar.gz gentoo-883203f59e7e264f0725908c912eca82b60269eb.tar.bz2 gentoo-883203f59e7e264f0725908c912eca82b60269eb.zip |
app-arch/lziprecover: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/lziprecover/lziprecover-1.22.ebuild')
-rw-r--r-- | app-arch/lziprecover/lziprecover-1.22.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-arch/lziprecover/lziprecover-1.22.ebuild b/app-arch/lziprecover/lziprecover-1.22.ebuild deleted file mode 100644 index d328cc1e2e94..000000000000 --- a/app-arch/lziprecover/lziprecover-1.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Lziprecover is a data recovery tool and decompressor for lzip compressed files" -HOMEPAGE="https://www.nongnu.org/lzip/lziprecover.html" -SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/${P/_/-}" - -src_configure() { - # not autotools-based - ./configure \ - --prefix="${EPREFIX}"/usr \ - CXX="$(tc-getCXX)" \ - CPPFLAGS="${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - LDFLAGS="${LDFLAGS}" || die -} |