diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 11:47:06 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-02-12 11:48:53 +0100 |
| commit | 40771617af008490cd597d457ee5e1b8bf5ca239 (patch) | |
| tree | cbb52c27e4172f7f77d71770139792d87e512803 /dev-util/archdiff/archdiff-1.1.6-r1.ebuild | |
| parent | 981ff79da30189bf25e60af0404a574b6e8dc97e (diff) | |
| download | gentoo-40771617af008490cd597d457ee5e1b8bf5ca239.tar.gz gentoo-40771617af008490cd597d457ee5e1b8bf5ca239.tar.bz2 gentoo-40771617af008490cd597d457ee5e1b8bf5ca239.zip | |
dev-util/archdiff: Update for libarchive[zlib] flag removal
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/archdiff/archdiff-1.1.6-r1.ebuild')
| -rw-r--r-- | dev-util/archdiff/archdiff-1.1.6-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/archdiff/archdiff-1.1.6-r1.ebuild b/dev-util/archdiff/archdiff-1.1.6-r1.ebuild new file mode 100644 index 000000000000..ce72aca5fd83 --- /dev/null +++ b/dev-util/archdiff/archdiff-1.1.6-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Utility to view the differences between two source code archives" +HOMEPAGE="https://frigidcode.com/code/archdiff/" +SRC_URI="https://frigidcode.com/code/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+bzip2 +lzma +zlib" + +DEPEND="app-arch/libarchive[bzip2?,lzma?,zlib(+)?] + dev-libs/rremove" +RDEPEND="${DEPEND} + app-misc/colordiff" + +src_configure() { + econf \ + $(use_enable bzip2) \ + $(use_enable zlib gzip) \ + $(use_enable lzma) +} |
