mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
net-p2p/dbhub: drop 0.451-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
parent
a2c3bcc57d
commit
dcbc19acae
@ -1,41 +0,0 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
inherit autotools flag-o-matic
|
|
||||||
|
|
||||||
DESCRIPTION="Hub software for Direct Connect, fork of opendchub"
|
|
||||||
HOMEPAGE="https://sourceforge.net/projects/dbhub/"
|
|
||||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tbz2"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
|
||||||
IUSE="debug nls perl switch-user"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
virtual/libcrypt:=
|
|
||||||
perl? ( dev-lang/perl:= )
|
|
||||||
switch-user? ( sys-libs/libcap )"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
PATCHES=(
|
|
||||||
"${FILESDIR}"/${PN}-gentoo.patch
|
|
||||||
"${FILESDIR}"/${PN}-no-dynaloader.patch
|
|
||||||
"${FILESDIR}"/${PN}-fix-buffer-overflows.patch
|
|
||||||
)
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
eautoreconf
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
append-flags -fcommon
|
|
||||||
econf \
|
|
||||||
$(use_enable debug) \
|
|
||||||
$(use_enable nls) \
|
|
||||||
$(use_enable perl) \
|
|
||||||
$(use_enable switch-user switch_user)
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user