| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="A tool to handle local repositories of Debian packages"
HOMEPAGE="https://salsa.debian.org/brlink/reprepro"
EGIT_REPO_URI="https://salsa.debian.org/brlink/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
IUSE="archive bzip2 gpg lzma"
DEPEND="sys-libs/db:=
virtual/zlib:0=
archive? ( app-arch/libarchive:0= )
gpg? (
app-crypt/gpgme:1=
dev-libs/libgpg-error
)
lzma? ( app-arch/lzma )"
RDEPEND="${DEPEND}"
src_configure() {
econf \
"$(use_with archive libarchive)" \
"$(use_with bzip2 libbz2)" \
"$(use_with gpg libgpgme)" \
"$(use_with lzma liblzma)"
}
sys-libs/db:= virtual/zlib:0= archive? ( app-arch/libarchive:0= ) gpg? ( app-crypt/gpgme:1= dev-libs/libgpg-error ) lzma? ( app-arch/lzma )
sys-libs/db:= virtual/zlib:0= archive? ( app-arch/libarchive:0= ) gpg? ( app-crypt/gpgme:1= dev-libs/libgpg-error ) lzma? ( app-arch/lzma )