summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-08-07 07:41:59 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-08-07 07:41:59 +0000
commit723c2ba7d65fb3b6346bae3ea32cb8108774a888 (patch)
treeeb505663d2d0c39b093a94c6406ecdc8a56591ea /sys-libs/talloc
parentsys-kernel/aufs-sources: Bump to latest genpatches and aufs release; drop old (diff)
downloadgentoo-2-723c2ba7d65fb3b6346bae3ea32cb8108774a888.tar.gz
gentoo-2-723c2ba7d65fb3b6346bae3ea32cb8108774a888.tar.bz2
gentoo-2-723c2ba7d65fb3b6346bae3ea32cb8108774a888.zip
Removed old versions
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r--sys-libs/talloc/ChangeLog9
-rw-r--r--sys-libs/talloc/files/talloc-2.0.0-without-doc.patch21
-rw-r--r--sys-libs/talloc/files/talloc-2.0.1-respect-ldflags.patch15
-rw-r--r--sys-libs/talloc/talloc-1.3.0.ebuild49
-rw-r--r--sys-libs/talloc/talloc-1.3.1.ebuild49
-rw-r--r--sys-libs/talloc/talloc-2.0.0-r1.ebuild54
-rw-r--r--sys-libs/talloc/talloc-2.0.0.ebuild58
-rw-r--r--sys-libs/talloc/talloc-2.0.1-r1.ebuild69
-rw-r--r--sys-libs/talloc/talloc-2.0.1-r2.ebuild69
-rw-r--r--sys-libs/talloc/talloc-2.0.1.ebuild54
-rw-r--r--sys-libs/talloc/talloc-2.0.5.ebuild63
11 files changed, 8 insertions, 502 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog
index c4d38708c99b..26265e0b7d57 100644
--- a/sys-libs/talloc/ChangeLog
+++ b/sys-libs/talloc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-libs/talloc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.48 2013/06/30 16:56:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.49 2013/08/07 07:41:59 polynomial-c Exp $
+
+ 07 Aug 2013; Lars Wendler <polynomial-c@gentoo.org> -talloc-1.3.0.ebuild,
+ -talloc-1.3.1.ebuild, -talloc-2.0.0.ebuild, -talloc-2.0.0-r1.ebuild,
+ -talloc-2.0.1.ebuild, -talloc-2.0.1-r1.ebuild, -talloc-2.0.1-r2.ebuild,
+ -talloc-2.0.5.ebuild, -files/talloc-2.0.0-without-doc.patch,
+ -files/talloc-2.0.1-respect-ldflags.patch:
+ Removed old versions.
*talloc-2.0.8-r1 (30 Jun 2013)
diff --git a/sys-libs/talloc/files/talloc-2.0.0-without-doc.patch b/sys-libs/talloc/files/talloc-2.0.0-without-doc.patch
deleted file mode 100644
index 1e9a319dc753..000000000000
--- a/sys-libs/talloc/files/talloc-2.0.0-without-doc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- talloc-2.0.0-orig/configure.ac 2009-08-31 02:58:36 +0900
-+++ talloc-2.0.0/configure.ac 2009-10-23 11:00:13 +0900
-@@ -36,10 +36,15 @@
- m4_include(libtalloc.m4)
- m4_include(compat/talloc_compat1.m4)
-
--AC_PATH_PROG(XSLTPROC,xsltproc)
- DOC_TARGET=""
--if test -n "$XSLTPROC"; then
-- DOC_TARGET=doc
-+AC_ARG_WITH([doc],
-+ AS_HELP_STRING([--without-doc], [disable manpage generation]),
-+ [], [with_doc=yes])
-+if test "yes" = "$with_doc"; then
-+ AC_PATH_PROG(XSLTPROC,xsltproc)
-+ if test -n "$XSLTPROC"; then
-+ DOC_TARGET=doc
-+ fi
- fi
- AC_SUBST(DOC_TARGET)
-
diff --git a/sys-libs/talloc/files/talloc-2.0.1-respect-ldflags.patch b/sys-libs/talloc/files/talloc-2.0.1-respect-ldflags.patch
deleted file mode 100644
index cf7f90673db2..000000000000
--- a/sys-libs/talloc/files/talloc-2.0.1-respect-ldflags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Respect LDFLAGS
-
-http://bugs.gentoo.org/show_bug.cgi?id=323497
-
---- compat/talloc_compat1.mk
-+++ compat/talloc_compat1.mk
-@@ -7,7 +7,7 @@
- TALLOC_COMPAT1_SONAME = libtalloc.$(SHLIBEXT).$(TALLOC_COMPAT1_VERSION_MAJOR)
-
- $(TALLOC_COMPAT1_SOLIB): $(TALLOC_COMPAT1_OBJ) $(TALLOC_SOLIB)
-- $(SHLD) $(SHLD_FLAGS) -o $@ $(TALLOC_COMPAT1_OBJ) \
-+ $(SHLD) $(SHLD_FLAGS) $(LDFLAGS) -o $@ $(TALLOC_COMPAT1_OBJ) \
- $(TALLOC_SOLIB) $(SONAMEFLAG)$(TALLOC_COMPAT1_SONAME)
-
- all:: $(TALLOC_COMPAT1_SOLIB)
diff --git a/sys-libs/talloc/talloc-1.3.0.ebuild b/sys-libs/talloc/talloc-1.3.0.ebuild
deleted file mode 100644
index 45b9706b02e7..000000000000
--- a/sys-libs/talloc/talloc-1.3.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-1.3.0.ebuild,v 1.4 2009/11/04 11:30:19 patrick Exp $
-
-EAPI="2"
-
-inherit confutils eutils autotools
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
-LICENSE="GPL-3"
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-
-DEPEND="!<net-fs/samba-libs-3.4
- app-text/docbook-xml-dtd:4.2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoconf -Ilibreplace
- sed -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' -i Makefile.in
-}
-
-src_configure() {
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --enable-largefile \
- || die "econf failed"
-
-}
-
-src_compile() {
-
- emake showflags || die "emake showflags failed"
- emake shared-build || die "emake shared-build failed"
-
-}
-
-src_install() {
-
- emake install DESTDIR="${D}" || die "emake install failed"
- dolib.a sharedbuild/lib/libtalloc.a
- dolib.so sharedbuild/lib/libtalloc.so
-
-}
diff --git a/sys-libs/talloc/talloc-1.3.1.ebuild b/sys-libs/talloc/talloc-1.3.1.ebuild
deleted file mode 100644
index 2c8188bad7a5..000000000000
--- a/sys-libs/talloc/talloc-1.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-1.3.1.ebuild,v 1.4 2009/11/04 11:30:19 patrick Exp $
-
-EAPI="2"
-
-inherit confutils eutils autotools
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
-LICENSE="GPL-3"
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-
-DEPEND="!<net-fs/samba-libs-3.4
- app-text/docbook-xml-dtd:4.2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoconf -Ilibreplace
- sed -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' -i Makefile.in
-}
-
-src_configure() {
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --enable-largefile \
- || die "econf failed"
-
-}
-
-src_compile() {
-
- emake showflags || die "emake showflags failed"
- emake shared-build || die "emake shared-build failed"
-
-}
-
-src_install() {
-
- emake install DESTDIR="${D}" || die "emake install failed"
- dolib.a sharedbuild/lib/libtalloc.a
- dolib.so sharedbuild/lib/libtalloc.so
-
-}
diff --git a/sys-libs/talloc/talloc-2.0.0-r1.ebuild b/sys-libs/talloc/talloc-2.0.0-r1.ebuild
deleted file mode 100644
index 3401319d278a..000000000000
--- a/sys-libs/talloc/talloc-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.0-r1.ebuild,v 1.6 2009/12/06 17:14:48 flameeyes Exp $
-
-EAPI="2"
-
-inherit confutils eutils autotools
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
-LICENSE="GPL-3"
-IUSE="compat doc"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-
-DEPEND="!<net-fs/samba-3.3
- doc? ( app-text/docbook-xml-dtd:4.2 )
- !<net-fs/samba-libs-3.4
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-
- epatch "${FILESDIR}"/${P}-without-doc.patch
- eautoconf -Ilibreplace
- sed -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' -i Makefile.in
-}
-
-src_configure() {
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- $(use_enable compat talloc-compat1) \
- $(use_with doc) \
- || die "econf failed"
-
-}
-
-src_compile() {
-
- emake showflags || die "emake showflags failed"
- emake shared-build || die "emake shared-build failed"
-
-}
-
-src_install() {
-
- emake install DESTDIR="${D}" || die "emake install failed"
- dolib.a sharedbuild/lib/libtalloc.a
- dolib.so sharedbuild/lib/libtalloc.so
-
-}
diff --git a/sys-libs/talloc/talloc-2.0.0.ebuild b/sys-libs/talloc/talloc-2.0.0.ebuild
deleted file mode 100644
index 43d7e6e7b92d..000000000000
--- a/sys-libs/talloc/talloc-2.0.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.0.ebuild,v 1.4 2009/11/04 11:30:19 patrick Exp $
-
-EAPI="2"
-
-inherit confutils eutils
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
-LICENSE="GPL-3"
-IUSE="compat"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
-
-DEPEND="
- !<net-fs/samba-libs-3.4
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-
- ./autogen.sh || die "autogen.sh failed"
-
- sed -i \
- -e 's|SHLD_FLAGS = @SHLD_FLAGS@|SHLD_FLAGS = @SHLD_FLAGS@ @LDFLAGS@|' \
- -e 's|CC = @CC@|CC = @CC@\
-LDFLAGS = @LDFLAGS@|' \
- Makefile.in || die "sed failed"
-
-}
-
-src_configure() {
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --enable-largefile \
- $(use_enable compat talloc-compat1) \
- || die "econf failed"
-
-}
-
-src_compile() {
-
- emake showflags || die "emake showflags failed"
- emake shared-build || die "emake shared-build failed"
-
-}
-
-src_install() {
-
- emake install DESTDIR="${D}" || die "emake install failed"
- dolib.a sharedbuild/lib/libtalloc.a
- dolib.so sharedbuild/lib/libtalloc.so
-
-}
diff --git a/sys-libs/talloc/talloc-2.0.1-r1.ebuild b/sys-libs/talloc/talloc-2.0.1-r1.ebuild
deleted file mode 100644
index 26859ef65834..000000000000
--- a/sys-libs/talloc/talloc-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.1-r1.ebuild,v 1.8 2010/09/27 16:30:24 leio Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="compat doc static-libs swig"
-
-RDEPEND=""
-DEPEND="doc? ( app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt )
- swig? ( dev-lang/swig )
- !<net-fs/samba-libs-3.4
- !<net-fs/samba-3.3"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.0.0-without-doc.patch" \
- "${FILESDIR}"/${P}-respect-ldflags.patch
-
- eautoconf -Ilibreplace
-
- sed -i \
- -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' \
- Makefile.in
-}
-
-src_configure() {
- if ! use swig ; then
- sed -i \
- -e '/swig/d' \
- talloc.mk || die "sed failed"
- fi
-
- if ! use static-libs ; then
- sed -i \
- -e 's|:: $(TALLOC_STLIB)|::|' \
- -e '/$(TALLOC_STLIB) /d' \
- -e '/libtalloc.a/d' \
- talloc.mk Makefile.in || die "sed failed"
- fi
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- $(use_enable compat talloc-compat1) \
- $(use_with doc)
-}
-
-src_compile() {
- emake shared-build || die "emake shared-build failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- use doc && dohtml *.html
-
- # installs missing symlink
- dolib.so sharedbuild/lib/libtalloc.so
-}
diff --git a/sys-libs/talloc/talloc-2.0.1-r2.ebuild b/sys-libs/talloc/talloc-2.0.1-r2.ebuild
deleted file mode 100644
index d5615f7a1d52..000000000000
--- a/sys-libs/talloc/talloc-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.1-r2.ebuild,v 1.1 2011/12/18 02:38:51 floppym Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="compat doc static-libs swig"
-
-RDEPEND=""
-DEPEND="doc? ( app-text/docbook-xml-dtd:4.2
- dev-libs/libxslt )
- swig? ( dev-lang/swig )
- !<net-fs/samba-libs-3.4
- !<net-fs/samba-3.3"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-2.0.0-without-doc.patch" \
- "${FILESDIR}"/${P}-respect-ldflags.patch
-
- eautoconf -Ilibreplace
-
- sed -i \
- -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' \
- Makefile.in
-}
-
-src_configure() {
- if ! use swig ; then
- sed -i \
- -e '/swig/d' \
- talloc.mk || die "sed failed"
- fi
-
- if ! use static-libs ; then
- sed -i \
- -e 's|:: $(TALLOC_STLIB)|::|' \
- -e '/$(TALLOC_STLIB) /d' \
- -e '/libtalloc.a/d' \
- talloc.mk Makefile.in || die "sed failed"
- fi
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- $(use_enable compat talloc-compat1) \
- $(use_with doc)
-}
-
-src_compile() {
- emake shared-build || die "emake shared-build failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- use doc && dohtml *.html
-
- # installs missing symlink
- dolib.so sharedbuild/lib/libtalloc.so{,.2}
-}
diff --git a/sys-libs/talloc/talloc-2.0.1.ebuild b/sys-libs/talloc/talloc-2.0.1.ebuild
deleted file mode 100644
index 930f614ad5eb..000000000000
--- a/sys-libs/talloc/talloc-2.0.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.1.ebuild,v 1.1 2010/01/26 22:04:08 patrick Exp $
-
-EAPI="2"
-
-inherit confutils eutils autotools
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/talloc/${P}.tar.gz"
-LICENSE="GPL-3"
-IUSE="compat doc"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-
-DEPEND="!<net-fs/samba-3.3
- doc? ( app-text/docbook-xml-dtd:4.2 )
- !<net-fs/samba-libs-3.4
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-
- epatch "${FILESDIR}"/${PN}-2.0.0-without-doc.patch
- eautoconf -Ilibreplace
- sed -e 's:$(SHLD_FLAGS) :$(SHLD_FLAGS) $(LDFLAGS) :' -i Makefile.in
-}
-
-src_configure() {
-
- econf \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- $(use_enable compat talloc-compat1) \
- $(use_with doc) \
- || die "econf failed"
-
-}
-
-src_compile() {
-
- emake showflags || die "emake showflags failed"
- emake shared-build || die "emake shared-build failed"
-
-}
-
-src_install() {
-
- emake install DESTDIR="${D}" || die "emake install failed"
- dolib.a sharedbuild/lib/libtalloc.a
- dolib.so sharedbuild/lib/libtalloc.so
-
-}
diff --git a/sys-libs/talloc/talloc-2.0.5.ebuild b/sys-libs/talloc/talloc-2.0.5.ebuild
deleted file mode 100644
index 285ac6cb0061..000000000000
--- a/sys-libs/talloc/talloc-2.0.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.5.ebuild,v 1.10 2012/03/07 11:42:28 patrick Exp $
-
-EAPI=3
-PYTHON_DEPEND="python? 2:2.6"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-inherit waf-utils python multilib
-
-DESCRIPTION="Samba talloc library"
-HOMEPAGE="http://talloc.samba.org/"
-SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
-IUSE="compat python"
-
-RDEPEND="!!<sys-libs/talloc-2.0.5"
-DEPEND="dev-libs/libxslt
- || ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-pkg_setup() {
- # Make sure the build system will use the right python
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- local extra_opts=""
-
- use compat && extra_opts+=" --enable-talloc-compat1"
- use python || extra_opts+=" --disable-python"
- waf-utils_src_configure \
- ${extra_opts}
-}
-
-src_install() {
- waf-utils_src_install
-
- # waf is stupid, and no, we can't fix the build-system, since it's provided
- # as a brilliant binary blob thats decompressed on the fly
- if [[ ${CHOST} == *-darwin* ]] ; then
- install_name_tool \
- -id "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
- "${ED}"/usr/$(get_libdir)/libtalloc.2.0.5.dylib || die
- if use python ; then
- install_name_tool \
- -id "${EPREFIX}"/usr/$(get_libdir)/libpytalloc-util.2.dylib \
- "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die
- install_name_tool \
- -change "${S}/bin/default/libtalloc.dylib" \
- "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
- "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die
- install_name_tool \
- -change "${S}/bin/default/libtalloc.dylib" \
- "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
- "${ED}"$(python_get_sitedir)/talloc.bundle || die
- fi
- fi
-}