From 4be76139a012d0ffe80cef747042fe62a0af02aa Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 7 Sep 2016 02:57:15 +0300 Subject: samba deps --- sys-libs/talloc/metadata.xml | 15 ++++++ sys-libs/talloc/talloc-scm.ebuild | 102 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 sys-libs/talloc/metadata.xml create mode 100644 sys-libs/talloc/talloc-scm.ebuild (limited to 'sys-libs/talloc') diff --git a/sys-libs/talloc/metadata.xml b/sys-libs/talloc/metadata.xml new file mode 100644 index 0000000..afa6476 --- /dev/null +++ b/sys-libs/talloc/metadata.xml @@ -0,0 +1,15 @@ + + + + + patrick@gentoo.org + Patrick Lauer + + + samba@gentoo.org + Samba + + + Enable extra compatibility stuff + + diff --git a/sys-libs/talloc/talloc-scm.ebuild b/sys-libs/talloc/talloc-scm.ebuild new file mode 100644 index 0000000..6c484ef --- /dev/null +++ b/sys-libs/talloc/talloc-scm.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" + +inherit waf-utils python-single-r1 multilib multilib-minimal git-r3 + +DESCRIPTION="Samba talloc library" +HOMEPAGE="http://talloc.samba.org/" +SRC_URI="" + +EGIT_REPO_URI="git://git.samba.org/samba.git" + +LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" +SLOT="0" +KEYWORDS="" +IUSE="compat +python" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="python? ( ${PYTHON_DEPS} ) + !!