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 E28D113835A for ; Sun, 13 Dec 2020 18:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 096FAE0901; Sun, 13 Dec 2020 18:37:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E61E9E0901 for ; Sun, 13 Dec 2020 18:37:41 +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 992A5341130 for ; Sun, 13 Dec 2020 18:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 219BD53 for ; Sun, 13 Dec 2020 18:37:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607876093.48f3918ec35a8f22d02613b111c4c2746a7e70d2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/imsg-compat/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/imsg-compat/Manifest dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild X-VCS-Directories: dev-libs/imsg-compat/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 48f3918ec35a8f22d02613b111c4c2746a7e70d2 X-VCS-Branch: master Date: Sun, 13 Dec 2020 18:37:39 +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: b5b1d5ec-6e86-4fd3-80dd-aee1f459d8c4 X-Archives-Hash: 1b9c06ebd1079e523c1466090470c46d commit: 48f3918ec35a8f22d02613b111c4c2746a7e70d2 Author: Aisha Tammy aisha cc> AuthorDate: Sun Dec 13 16:14:53 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Dec 13 16:14:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48f3918e dev-libs/imsg-compat: version bump to 6.8.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> dev-libs/imsg-compat/Manifest | 1 + dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild | 30 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-libs/imsg-compat/Manifest b/dev-libs/imsg-compat/Manifest index 2b26e70a..f8dc9f78 100644 --- a/dev-libs/imsg-compat/Manifest +++ b/dev-libs/imsg-compat/Manifest @@ -1 +1,2 @@ DIST imsg-compat-6.8.0.tar.gz 10827 BLAKE2B 81471bf67d855e200271e66de854b5e09ddee718b2809e46a16e6ad30d8956910ff15c3e2ae353f12d2cf020cfc1b18010638f000188765807b9f9cd68e34642 SHA512 270ec6e5a6f0f05cf074c4659a508f3f43379f9aa424f4d8d1fec9e6107d97026aca2517ae843c51a240b0e504f4c9368109d842fc018f3aa1be77ce9eac29b4 +DIST imsg-compat-6.8.1.tar.gz 11378 BLAKE2B f48baba739a38525e6271138f332b9c0233858354fcf12f477a4d993d351568d1c1e2baad826f581f31fa332655e728cb97655bfc193e8bc02cf0309dca4fa0b SHA512 ce66816a8c19594598b7fad7965bb1a30723277f86ff91c49e80eaa0aa075fc8c367f93425b204b96b1abefd8c5cde840d4b7db799228d6e6b7d1732e8742a4b diff --git a/dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild b/dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild new file mode 100644 index 00000000..5cdcd012 --- /dev/null +++ b/dev-libs/imsg-compat/imsg-compat-6.8.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="linux port of OpenBSD imsg" + +HOMEPAGE="https://man.openbsd.org/imsg_init.3 + https://github.com/bsd-ac/imsg-compat +" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/bsd-ac/imsg-compat.git" +else + SRC_URI="https://github.com/bsd-ac/imsg-compat/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="ISC" +SLOT="0" +IUSE="static-libs test" +RESTRICT="!test? ( test )" + +src_install() { + emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install + if ! use static-libs ; then + find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die + fi +}