app-admin/reprepro - 5.4.5 (powerman)

Search

Install

Install this version:

emerge -a =app-admin/reprepro-5.4.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/reprepro-5.4.5

Or alternatively:

emerge --autounmask-write -a =app-admin/reprepro-5.4.5

Package Information

Description:
Debian APT repository creator and maintainer application
Homepage:
https://salsa.debian.org/brlink/reprepro
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
5.4.5 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Debian APT repository creator and maintainer application"
HOMEPAGE="https://salsa.debian.org/brlink/reprepro"
SRC_URI="http://ftp.debian.org/debian/pool/main/r/${PN}/${P/-/_}.orig.tar.xz -> ${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="archive bzip2 gpg lzma"

DEPEND="sys-libs/db:=
	sys-libs/zlib
	gpg? ( app-crypt/gpgme:1= dev-libs/libgpg-error )
	archive? ( app-arch/libarchive:0= )
	lzma? ( app-arch/lzma )"
RDEPEND="${DEPEND}"

src_configure() {
	./autogen.sh
	econf \
		"$(use_with archive libarchive)" \
		"$(use_with bzip2 libbz2)" \
		"$(use_with gpg libgpgme)" \
		"$(use_with lzma liblzma)"
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-admin/reprepro | euse -E <flag> -p app-admin/reprepro | euse -D <flag> -p app-admin/reprepro

Global/Standard Flags

gpg

Dependencies

DEPEND

sys-libs/db:=
	sys-libs/zlib
	gpg? ( app-crypt/gpgme:1= dev-libs/libgpg-error )
	archive? ( app-arch/libarchive:0= )
	lzma? ( app-arch/lzma )

RDEPEND

sys-libs/db:=
	sys-libs/zlib
	gpg? ( app-crypt/gpgme:1= dev-libs/libgpg-error )
	archive? ( app-arch/libarchive:0= )
	lzma? ( app-arch/lzma )

Manifest for 5.4.5

Type File Size Source URLs
DIST reprepro-5.4.5.tar.xz 461776 bytes http://ftp.debian.org/debian/pool/main/r/reprepro/reprepro_5.4.5.orig.tar.xz