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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54FB5158094 for ; Mon, 18 Jul 2022 08:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6BDE0C24; Mon, 18 Jul 2022 08:10:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17A94E0C24 for ; Mon, 18 Jul 2022 08:10:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AEA1340F06 for ; Mon, 18 Jul 2022 08:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A433456 for ; Mon, 18 Jul 2022 08:10:37 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1658131825.88735196437ced1e52e476a8db16a6869efab53c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/asmjit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/asmjit/Manifest dev-libs/asmjit/asmjit-2022.07.02.ebuild X-VCS-Directories: dev-libs/asmjit/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 88735196437ced1e52e476a8db16a6869efab53c X-VCS-Branch: master Date: Mon, 18 Jul 2022 08:10:37 +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: 6984e26b-4e23-409b-87e3-4c928b47b028 X-Archives-Hash: 26b3aec9447295848f9ac7ef4d147b64 commit: 88735196437ced1e52e476a8db16a6869efab53c Author: Alfredo Tupone gentoo org> AuthorDate: Mon Jul 18 08:10:25 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jul 18 08:10:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88735196 dev-libs/asmjit: 2022.07.02 bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/asmjit/Manifest | 1 + dev-libs/asmjit/asmjit-2022.07.02.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-libs/asmjit/Manifest b/dev-libs/asmjit/Manifest index 1a9ef2aede79..02e1b92d572b 100644 --- a/dev-libs/asmjit/Manifest +++ b/dev-libs/asmjit/Manifest @@ -1 +1,2 @@ DIST asmjit-2021.11.13.tar.gz 717251 BLAKE2B 2bcad7234b0cab2d60c9fcd09149c93397595ca4859cb415378dabf52f8660de3aa5de40ee192fca814ee62bfc690ae8260c2f54faf10eb52c3ed3d63d1f4258 SHA512 2774168ff0847b3c29aee87325f12e431693c70661f8c10e0dc0d6530a3683d51ca472ef993e88c9d4e179494b045b2e75c22d6eda19b0c75e19843b69162da1 +DIST asmjit-2022.07.02.tar.gz 974040 BLAKE2B 28f2d23bcded48f1526b8820a5c9c919e014bdd6e8095762ba37414d2a47dc5665d89c4ca43fee9b216d5dfc71ef19835ce04f6dccc500451f204033b42be20c SHA512 c1196edb656833caa6d4d6817e34e4d2320ecda06bc6b531a0ff73f9e3786a98dad3f2348884de4e272d0e6853bb7b1eaab3feaa5d4430f28c3c9339ded1a58c diff --git a/dev-libs/asmjit/asmjit-2022.07.02.ebuild b/dev-libs/asmjit/asmjit-2022.07.02.ebuild new file mode 100644 index 000000000000..909111795e67 --- /dev/null +++ b/dev-libs/asmjit/asmjit-2022.07.02.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +CommitId=c59847629d3a19da4d10f0be4ac33b43fc4a100f +DESCRIPTION="Machine code generation for C++" +HOMEPAGE="https://asmjit.com/" +SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz + -> ${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="test? ( dev-cpp/gtest )" +RESTRICT="!test? ( test )" + +S="${WORKDIR}"/${PN}-${CommitId} + +src_configure() { + mycmakeargs=( + -DASMJIT_TEST=$(usex test) + ) + cmake_src_configure +}