Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/
Date: Thu, 28 Feb 2019 11:51:10
Message-Id: 1551354655.d36d090d6f5c536ca05a2642e412990e4c23a9ac.polynomial-c@gentoo
1 commit: d36d090d6f5c536ca05a2642e412990e4c23a9ac
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 11:16:20 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 11:50:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36d090d
7
8 sys-libs/talloc: Removed old.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-libs/talloc/Manifest | 1 -
14 sys-libs/talloc/talloc-2.1.13.ebuild | 88 ------------------------------------
15 2 files changed, 89 deletions(-)
16
17 diff --git a/sys-libs/talloc/Manifest b/sys-libs/talloc/Manifest
18 index 835cd3b7f4e..00b07d1de72 100644
19 --- a/sys-libs/talloc/Manifest
20 +++ b/sys-libs/talloc/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST talloc-2.1.13.tar.gz 444608 BLAKE2B ac905d984e9ec438e8d7af473b37d7ccf8e4cf98d96b5a3b621f6c8203e7f5cd4d656602ac1fdfd22e0cab5853a8b54398c0c2ab4202517c4de73c5c90106d63 SHA512 003588fbcde340096b069ed4de0dc6c3e6a489b72abec83e9d3dedf40571a1bf07232d410cc86d8ca505ee49f7483a0043360e913de69106493346fae16a0e2b
23 DIST talloc-2.1.14.tar.gz 444589 BLAKE2B 3e47126eb41dc08befd22d7d41443dc5502d0bed239fa0fd32d63fe5374b4422165a7b364a8ad4a9f6e2d73b2db1dd4bada6aec3271c7b264f148d32974adcff SHA512 1fcc70bf283a4d9fb61faf1c57f80a9c158efbe996452740db9755e879ad72ee7bff6f6c9bed358e085c5c7f97c78800bb903161143af2202952b702141cc130
24 DIST talloc-2.1.15.tar.gz 634092 BLAKE2B e7dfad56e0f6325f50a025e4c92bb1d3d2b1d93897ebef59103c3ca40065c2724a47bb2d1104238b368870d2a944aacabb5f686f20e55134fa83dd68b2e27f6f SHA512 41896f8877e9a52e70b9881c41667dc52d7c1b03c3b248020fd909b794a4c5a4addee3eb944aa80ecfa3b03e6e5e1f67a62b5f3a5dcdc412b3e975352057ff40
25 DIST talloc-2.1.16.tar.gz 634906 BLAKE2B 5f9f2e5ad53944d9a7b5bdb990aa6ab65a3f0d90cd9e368c16b11192e90fdecc873d59618dbf3e15896ecf7bbbbb2deaac91df6e231ad6b22b8e7c14bd382956 SHA512 a1affe4ad2a4cf19d4494017e0e6e37cdf9f8e6a98839c9e4e5c02758a7da7ea0040518de9b26707a60eb0a0eab29f939c6823e5840096dc124d351993e05c74
26
27 diff --git a/sys-libs/talloc/talloc-2.1.13.ebuild b/sys-libs/talloc/talloc-2.1.13.ebuild
28 deleted file mode 100644
29 index 976ef2271ab..00000000000
30 --- a/sys-libs/talloc/talloc-2.1.13.ebuild
31 +++ /dev/null
32 @@ -1,88 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -PYTHON_REQ_USE="threads"
40 -
41 -inherit waf-utils python-single-r1 multilib multilib-minimal
42 -
43 -DESCRIPTION="Samba talloc library"
44 -HOMEPAGE="https://talloc.samba.org/"
45 -SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="GPL-3 LGPL-3+ LGPL-2"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
50 -IUSE="compat +python"
51 -
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 -
54 -RDEPEND="python? ( ${PYTHON_DEPS} )
55 - !!<sys-libs/talloc-2.0.5"
56 -DEPEND="${RDEPEND}
57 - sys-devel/gettext
58 - dev-libs/libxslt
59 - ${PYTHON_DEPS}"
60 -
61 -WAF_BINARY="${S}/buildtools/bin/waf"
62 -
63 -RESTRICT="test"
64 -
65 -MULTILIB_WRAPPED_HEADERS=(
66 - # python goes only for native
67 - /usr/include/pytalloc.h
68 -)
69 -
70 -pkg_setup() {
71 - # try to turn off distcc and ccache for people that have a problem with it
72 - export DISTCC_DISABLE=1
73 - export CCACHE_DISABLE=1
74 -
75 - python-single-r1_pkg_setup
76 -}
77 -
78 -src_prepare() {
79 - default
80 -
81 - # what would you expect of waf? i won't even waste time trying.
82 - multilib_copy_sources
83 -}
84 -
85 -multilib_src_configure() {
86 - local extra_opts=(
87 - $(usex compat --enable-talloc-compat1 '')
88 - $(multilib_native_usex python '' --disable-python)
89 - )
90 - waf-utils_src_configure "${extra_opts[@]}"
91 -}
92 -
93 -multilib_src_compile() {
94 - waf-utils_src_compile
95 -}
96 -
97 -multilib_src_install() {
98 - waf-utils_src_install
99 -
100 - # waf is stupid, and no, we can't fix the build-system, since it's provided
101 - # as a brilliant binary blob thats decompressed on the fly
102 - if [[ ${CHOST} == *-darwin* ]] ; then
103 - install_name_tool \
104 - -id "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
105 - "${ED}"/usr/$(get_libdir)/libtalloc.2.0.5.dylib || die
106 - if use python ; then
107 - install_name_tool \
108 - -id "${EPREFIX}"/usr/$(get_libdir)/libpytalloc-util.2.dylib \
109 - "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die
110 - install_name_tool \
111 - -change "${S}/bin/default/libtalloc.dylib" \
112 - "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
113 - "${ED}"/usr/$(get_libdir)/libpytalloc-util.2.0.5.dylib || die
114 - install_name_tool \
115 - -change "${S}/bin/default/libtalloc.dylib" \
116 - "${EPREFIX}"/usr/$(get_libdir)/libtalloc.2.dylib \
117 - "${D}"$(python_get_sitedir)/talloc.bundle || die
118 - fi
119 - fi
120 -}