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 8CF83158089 for ; Thu, 19 Oct 2023 15:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13EC22BC1B8; Thu, 19 Oct 2023 15:12:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9CC52BC1B8 for ; Thu, 19 Oct 2023 15:12:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59760335D60 for ; Thu, 19 Oct 2023 15:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 614C6B4E for ; Thu, 19 Oct 2023 15:12:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1697728264.397ee672748240c82b96914210c4cfdeb2565288.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kjs/Manifest kde-frameworks/kjs/kjs-5.111.0.ebuild X-VCS-Directories: kde-frameworks/kjs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 397ee672748240c82b96914210c4cfdeb2565288 X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:17 +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: 8d6bdd11-3c0b-46ba-94bf-23a9513d5376 X-Archives-Hash: 34370689636f5ed5ead58ba3365c2731 commit: 397ee672748240c82b96914210c4cfdeb2565288 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:35:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:11:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397ee672 kde-frameworks/kjs: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kjs/Manifest | 1 + kde-frameworks/kjs/kjs-5.111.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest index 1b7cadef2d13..658924a986a1 100644 --- a/kde-frameworks/kjs/Manifest +++ b/kde-frameworks/kjs/Manifest @@ -1 +1,2 @@ DIST kjs-5.110.0.tar.xz 339808 BLAKE2B aceced373c51ebcc12a04e93b6c404bdafdcaadea798f35943f46d35dd89317b295aeb658da27c911803c0a0e8de0251e455b300630ab2113926df91659db5ea SHA512 45c26a08f2de4776d5abaabb50ccf1d98031ff0f304c3ce2d1a04f07594fc5522eb7e1ce5622103ae29e2b6b911740ec6fd3ebabdc70b64630ce13d45a39c70f +DIST kjs-5.111.0.tar.xz 339816 BLAKE2B 17ae3d57f3fe14bbfa5f52277452d10124f1e0109559eb7ebc80b2210a43dcab2cfc36ae4a8e77f450ae34e597bfc2bd1a84d2eded5a3ad2f7b1cd50879b5e8d SHA512 c7aa9740fc133ee54fd41715ba820ca7c5f4d6551e6427ae30a6201c66608f0153dcd08966577c16f7bdfc174c36db1a672ee285c11c0580c45a035adaf96860 diff --git a/kde-frameworks/kjs/kjs-5.111.0.ebuild b/kde-frameworks/kjs/kjs-5.111.0.ebuild new file mode 100644 index 000000000000..6d778961d964 --- /dev/null +++ b/kde-frameworks/kjs/kjs-5.111.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_QTHELP="false" +inherit ecm frameworks.kde.org + +DESCRIPTION="ECMAScipt compatible parser and engine" +LICENSE="BSD-2 LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +BDEPEND=" + dev-lang/perl +" +DEPEND=" + dev-libs/libpcre +" +RDEPEND="${DEPEND}" + +DOCS=( src/README )