Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/
Date: Fri, 30 Sep 2022 03:04:19
Message-Id: 1664507026.31c87fd9b228f1d1d176154c25fb690ae0d83239.sam@gentoo
1 commit: 31c87fd9b228f1d1d176154c25fb690ae0d83239
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 03:03:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 03:03:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c87fd9
7
8 sys-libs/tevent: drop 0.12.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/tevent/Manifest | 1 -
13 sys-libs/tevent/tevent-0.12.0.ebuild | 78 ------------------------------------
14 2 files changed, 79 deletions(-)
15
16 diff --git a/sys-libs/tevent/Manifest b/sys-libs/tevent/Manifest
17 index 523e7d95ee39..66b5fd0ee769 100644
18 --- a/sys-libs/tevent/Manifest
19 +++ b/sys-libs/tevent/Manifest
20 @@ -1,4 +1,3 @@
21 DIST tevent-0.10.2.tar.gz 800731 BLAKE2B 5ea6b83378b04dbe1666432db0dbd4c0df2e6b0bf5ebcc8ec4ec9bdeb834efec75c87b2019dc78c691aba6c4f6467394101febd6010f106046a1fb8848e27405 SHA512 1da8f28898f35daab515892b880d1de601062cc3e2b2570cd62e6913df17b0195a05acb7b484c628cddc0eb8b0cde893105ede3feb32bc5764e7d25684f332ba
22 DIST tevent-0.11.0.tar.gz 866327 BLAKE2B 9e6e958597e21c0d228346aa102987f89bb6630a5661cef21b908735469a59e7b4f46bc4473e9c25fe636913a1eebc1f26234448c09739ad812cd3ce97bf5048 SHA512 740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790
23 -DIST tevent-0.12.0.tar.gz 877767 BLAKE2B cbfb823f9a8ce8a9a88964c9daa15643c077163c03a792468836e5bbc7e7500c745e1fc1203063ed01f899cf598794764c6d465afc3ed31cd711f420ebc6ce55 SHA512 ae955b64a683bc6aaba66592ca5d205eb48f62a70bd2674b5b3a0e3b0f4de30c93f400bf183d3bef5993845a3281716584b24cf8a93c849ba4fa7d1fcfb9cc99
24 DIST tevent-0.12.1.tar.gz 879683 BLAKE2B 51521aa26dc3ac38dcf69cdb77a7ad33fede88947e3a91cc5917fae9746951643a70615db24449437e133b575ca41d961ed63c23a0b4f1a01edf090952672032 SHA512 ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938
25
26 diff --git a/sys-libs/tevent/tevent-0.12.0.ebuild b/sys-libs/tevent/tevent-0.12.0.ebuild
27 deleted file mode 100644
28 index b56018d2eb11..000000000000
29 --- a/sys-libs/tevent/tevent-0.12.0.ebuild
30 +++ /dev/null
31 @@ -1,78 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -PYTHON_REQ_USE="threads(+)"
39 -inherit waf-utils multilib-minimal python-single-r1
40 -
41 -DESCRIPTION="Samba tevent library"
42 -HOMEPAGE="https://tevent.samba.org/"
43 -SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
48 -IUSE="python"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -RESTRICT="test"
52 -
53 -RDEPEND="
54 - dev-libs/libbsd[${MULTILIB_USEDEP}]
55 - >=sys-libs/talloc-2.3.3[${MULTILIB_USEDEP}]
56 - python? (
57 - ${PYTHON_DEPS}
58 - sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
59 - )
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-util/cmocka-1.1.3
63 - elibc_glibc? (
64 - net-libs/libtirpc[${MULTILIB_USEDEP}]
65 - || (
66 - net-libs/rpcsvc-proto
67 - <sys-libs/glibc-2.26[rpc(+)]
68 - )
69 - )
70 -"
71 -BDEPEND="${PYTHON_DEPS}
72 - virtual/pkgconfig
73 -"
74 -
75 -WAF_BINARY="${S}/buildtools/bin/waf"
76 -
77 -pkg_setup() {
78 - python-single-r1_pkg_setup
79 - export PYTHONHASHSEED=1
80 -}
81 -
82 -src_prepare() {
83 - default
84 - multilib_copy_sources
85 -}
86 -
87 -multilib_src_configure() {
88 - waf-utils_src_configure \
89 - --bundled-libraries=NONE \
90 - --builtin-libraries=NONE \
91 - $(multilib_native_usex python '' '--disable-python')
92 -}
93 -
94 -multilib_src_compile() {
95 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
96 - unset MAKEOPTS
97 - waf-utils_src_compile
98 -}
99 -
100 -multilib_src_install() {
101 - waf-utils_src_install
102 -
103 - multilib_is_native_abi && use python && python_domodule tevent.py
104 -}
105 -
106 -multilib_src_install_all() {
107 - insinto /usr/include
108 - doins tevent_internal.h
109 -}