From cf41aa8898f1b588be148e2dce4de3fddbdbe41d Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 26 Mar 2020 20:01:05 +0100 Subject: sys-libs/talloc: Removed old Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler --- sys-libs/talloc/talloc-2.1.14.ebuild | 89 ------------------------------------ 1 file changed, 89 deletions(-) delete mode 100644 sys-libs/talloc/talloc-2.1.14.ebuild (limited to 'sys-libs/talloc/talloc-2.1.14.ebuild') diff --git a/sys-libs/talloc/talloc-2.1.14.ebuild b/sys-libs/talloc/talloc-2.1.14.ebuild deleted file mode 100644 index f29bf4cb8a92..000000000000 --- a/sys-libs/talloc/talloc-2.1.14.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_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 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris" -IUSE="compat +python" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) - python? ( ${PYTHON_DEPS} ) - !!