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 56264138334 for ; Sun, 17 Feb 2019 14:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C334E09B4; Sun, 17 Feb 2019 14:18:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EC998E09B4 for ; Sun, 17 Feb 2019 14:18:02 +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 7D37B335D20 for ; Sun, 17 Feb 2019 14:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB2ED537 for ; Sun, 17 Feb 2019 14:17:59 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1550413074.c06d031782d0fd8c8c60e3c394126e416a83e0f1.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/Manifest dev-libs/libevent/libevent-2.1.9_beta.ebuild dev-libs/libevent/libevent-9999.ebuild X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c06d031782d0fd8c8c60e3c394126e416a83e0f1 X-VCS-Branch: master Date: Sun, 17 Feb 2019 14:17:59 +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: 16366a04-2c15-4a34-95cc-3d7d5c843c71 X-Archives-Hash: 706d5f60d8ecf0ec9cb547963128d469 commit: c06d031782d0fd8c8c60e3c394126e416a83e0f1 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 17 14:17:17 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 17 14:17:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06d0317 dev-libs/libevent: Version 2.1.9_beta Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> dev-libs/libevent/Manifest | 1 + ...vent-9999.ebuild => libevent-2.1.9_beta.ebuild} | 33 ++++++++++++---------- dev-libs/libevent/libevent-9999.ebuild | 6 ++-- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/dev-libs/libevent/Manifest b/dev-libs/libevent/Manifest index ba25e280bed..9171930e0d2 100644 --- a/dev-libs/libevent/Manifest +++ b/dev-libs/libevent/Manifest @@ -1 +1,2 @@ DIST libevent-2.1.8.tar.gz 1026485 BLAKE2B f1ceb740aa776a7c26f52916d771af7f4bb351cadf858ef991ab015e5897e34579c6af1f4ed3b516d5be2ac7cb3a7c27ac9d3020dbb04ac7670118616a264561 SHA512 a2fd3dd111e73634e4aeb1b29d06e420b15c024d7b47778883b5f8a4ff320b5057a8164c6d50b53bd196c79d572ce2639fe6265e03a93304b09c22b41e4c2a17 +DIST libevent-2.1.9_beta.tar.gz 1067050 BLAKE2B d59f424995742e6a57df74420d91c8a1614d7dbb6e3928a3dd666269f7c2f4876d6fedd649e4e947a6db63c15f69c18866bda9997c3bb3571452a8dbf126916a SHA512 672bff332292ec76503bc0ccb9462058e093f1867740fece51f77bb666c77c85e10271730b32b36d6faa9ab2ccee0433879457e201bf94b6bf704dba2c066051 diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-2.1.9_beta.ebuild similarity index 56% copy from dev-libs/libevent/libevent-9999.ebuild copy to dev-libs/libevent/libevent-2.1.9_beta.ebuild index 278ad77c4d5..9c98cb2fe64 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-2.1.9_beta.ebuild @@ -1,21 +1,18 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools eutils git-r3 multilib-minimal +EAPI=7 +inherit autotools multilib-minimal DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" -EGIT_REPO_URI="https://github.com/libevent/libevent" -HOMEPAGE=" - http://libevent.org/ - ${EGIT_REPO_URI} -" +HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV/_/-}/${P/_/-}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -SLOT="0" -KEYWORDS="" +# libevent-2.1.so.6 +SLOT="0/2.1-6" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug libressl +ssl static-libs test +threads" -RESTRICT="test" DEPEND=" ssl? ( @@ -27,13 +24,10 @@ RDEPEND=" ${DEPEND} !<=dev-libs/9libs-1.0 " - MULTILIB_WRAPPED_HEADERS=( /usr/include/event2/event-config.h ) -DOCS=( - ChangeLog{,-1.4,-2.0} -) +S=${WORKDIR}/${P/_/-} src_prepare() { default @@ -55,7 +49,16 @@ multilib_src_configure() { $(use_enable threads thread-support) } +src_test() { + # The test suite doesn't quite work (see bug #406801 for the latest + # installment in a riveting series of reports). + : + # emake -C test check | tee "${T}"/tests +} + +DOCS=( ChangeLog{,-1.4,-2.0} ) + multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index 278ad77c4d5..16a0b3af8b6 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit autotools eutils git-r3 multilib-minimal +EAPI=7 +inherit autotools git-r3 multilib-minimal DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" EGIT_REPO_URI="https://github.com/libevent/libevent" @@ -57,5 +57,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${ED}" -name '*.la' -delete || die }