From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61372138359 for ; Thu, 7 May 2020 23:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BED0E0855; Thu, 7 May 2020 23:57:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D852BE0855 for ; Thu, 7 May 2020 23:57:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6431234F220 for ; Thu, 7 May 2020 23:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2E0F1D6 for ; Thu, 7 May 2020 23:57:21 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1588895834.5ed6fc71bb14219636557eb69693a7ffdc62f7b4.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-libs/tevent/, sys-libs/tevent/files/ X-VCS-Repository: proj/musl X-VCS-Files: sys-libs/tevent/Manifest sys-libs/tevent/files/tevent-add-missing-header.patch sys-libs/tevent/metadata.xml sys-libs/tevent/tevent-0.10.2.ebuild X-VCS-Directories: sys-libs/tevent/ sys-libs/tevent/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 5ed6fc71bb14219636557eb69693a7ffdc62f7b4 X-VCS-Branch: master Date: Thu, 7 May 2020 23:57:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe21d86e-72f4-419d-9ddf-33bd8fa682be X-Archives-Hash: 84add2cfcf627469fe9b0df7e957cd79 commit: 5ed6fc71bb14219636557eb69693a7ffdc62f7b4 Author: Jory Pratt gentoo org> AuthorDate: Thu May 7 23:57:14 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu May 7 23:57:14 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=5ed6fc71 sys-libs/tevent: add missing sys/types.h header for pid_t Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jory Pratt gentoo.org> sys-libs/tevent/Manifest | 1 + .../tevent/files/tevent-add-missing-header.patch | 25 +++++++ sys-libs/tevent/metadata.xml | 12 ++++ sys-libs/tevent/tevent-0.10.2.ebuild | 76 ++++++++++++++++++++++ 4 files changed, 114 insertions(+) diff --git a/sys-libs/tevent/Manifest b/sys-libs/tevent/Manifest new file mode 100644 index 0000000..09de55d --- /dev/null +++ b/sys-libs/tevent/Manifest @@ -0,0 +1 @@ +DIST tevent-0.10.2.tar.gz 800731 BLAKE2B 5ea6b83378b04dbe1666432db0dbd4c0df2e6b0bf5ebcc8ec4ec9bdeb834efec75c87b2019dc78c691aba6c4f6467394101febd6010f106046a1fb8848e27405 SHA512 1da8f28898f35daab515892b880d1de601062cc3e2b2570cd62e6913df17b0195a05acb7b484c628cddc0eb8b0cde893105ede3feb32bc5764e7d25684f332ba diff --git a/sys-libs/tevent/files/tevent-add-missing-header.patch b/sys-libs/tevent/files/tevent-add-missing-header.patch new file mode 100644 index 0000000..9f4a448 --- /dev/null +++ b/sys-libs/tevent/files/tevent-add-missing-header.patch @@ -0,0 +1,25 @@ +From 63ba9622d49270a1f9795da9aab8f9934c6e088b Mon Sep 17 00:00:00 2001 +From: Jory Pratt +Date: Thu, 7 May 2020 18:50:57 -0500 +Subject: [PATCH] tevent.h needs sys/types.h for pid_t + +Signed-off-by: Jory Pratt +--- + tevent.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tevent.h b/tevent.h +index 3c3e3cc..011e1ad 100644 +--- a/tevent.h ++++ b/tevent.h +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + + struct tevent_context; +-- +2.26.2 + diff --git a/sys-libs/tevent/metadata.xml b/sys-libs/tevent/metadata.xml new file mode 100644 index 0000000..00dd5f3 --- /dev/null +++ b/sys-libs/tevent/metadata.xml @@ -0,0 +1,12 @@ + + + + + patrick@gentoo.org + Patrick Lauer + + + samba@gentoo.org + Samba + + diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild b/sys-libs/tevent/tevent-0.10.2.ebuild new file mode 100644 index 0000000..b0b256c --- /dev/null +++ b/sys-libs/tevent/tevent-0.10.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE="threads(+)" + +inherit waf-utils multilib-minimal python-single-r1 + +DESCRIPTION="Samba tevent library" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" +IUSE="elibc_glibc python" + +RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}] + python? ( ${PYTHON_DEPS} )" + +DEPEND="${RDEPEND} + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + elibc_glibc? ( + net-libs/libtirpc[${MULTILIB_USEDEP}] + || ( + net-libs/rpcsvc-proto +