From 59d0ab4638659a856173a7d439dd8c4df5a9d107 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 4 Sep 2019 17:41:41 +0200 Subject: sys-libs/talloc: Bump to version 2.3.0 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Lars Wendler --- sys-libs/talloc/talloc-2.3.0.ebuild | 96 +++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 sys-libs/talloc/talloc-2.3.0.ebuild (limited to 'sys-libs/talloc/talloc-2.3.0.ebuild') diff --git a/sys-libs/talloc/talloc-2.3.0.ebuild b/sys-libs/talloc/talloc-2.3.0.ebuild new file mode 100644 index 000000000000..320f1bbb31d1 --- /dev/null +++ b/sys-libs/talloc/talloc-2.3.0.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_REQ_USE="threads(+)" + +inherit waf-utils python-single-r1 multilib multilib-minimal + +DESCRIPTION="Samba talloc library" +HOMEPAGE="https://talloc.samba.org/" +SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz" + +LICENSE="GPL-3 LGPL-3+ LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris" +IUSE="compat +python" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="!elibc_FreeBSD? ( + !elibc_SunOS? ( + !elibc_Darwin? ( + dev-libs/libbsd[${MULTILIB_USEDEP}] + ) + ) + ) + python? ( ${PYTHON_DEPS} ) + !!