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 24B1C15808B for ; Mon, 14 Feb 2022 21:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D708E090F; Mon, 14 Feb 2022 21:37:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EF69E0909 for ; Mon, 14 Feb 2022 21:37:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 701D1342FE2 for ; Mon, 14 Feb 2022 21:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE6B2D6 for ; Mon, 14 Feb 2022 21:37:32 +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: <1644874457.82c7d86d976710247b7dfc98741c53318deb8b2e.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.91.0.ebuild X-VCS-Directories: kde-frameworks/kjs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 82c7d86d976710247b7dfc98741c53318deb8b2e X-VCS-Branch: master Date: Mon, 14 Feb 2022 21:37:32 +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: 50cca235-3e47-45db-9b8d-ded5dff2bff2 X-Archives-Hash: 6f1651b7e9e3a8860731abb078221053 commit: 82c7d86d976710247b7dfc98741c53318deb8b2e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 14 21:18:16 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 14 21:34:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c7d86d kde-frameworks/kjs: 5.91.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kjs/Manifest | 1 + kde-frameworks/kjs/kjs-5.91.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest index 3c22c155120b..56e84050320a 100644 --- a/kde-frameworks/kjs/Manifest +++ b/kde-frameworks/kjs/Manifest @@ -1 +1,2 @@ DIST kjs-5.90.0.tar.xz 339092 BLAKE2B b16b70b3397c73ed93b4a9069f2252cd6f186b9701fd6d5128a23ea8d8966e60a08a002aca385651b25fc3d739c23b32a5aa08cd1ce4ba06d78fc188d8d183b4 SHA512 bfedd0fb89776f8b3dd3e859ad98b986615fb679822781f55d3e4a28c29dd1ab8710604b84b9e6eb8c96e85a70fa3b9122f6b674c7a94715d806d6a938addfdd +DIST kjs-5.91.0.tar.xz 339140 BLAKE2B c7073926ac11ad0bc50d3bb97737d758d89fbbde474cacc0308a99afedf2fe011ad29a097d3d00cc331fe909fc60c769d701ff945213c9e1b5173232c78d0416 SHA512 ee47620a11fbcc0a3a84ac7545422d28485cb7d6f0bd4de617cf10ced5a1aaea6c58d840dcc4a366be33c5aefcff2bb2d9179d9dd3c171857112bac28fc58e7d diff --git a/kde-frameworks/kjs/kjs-5.91.0.ebuild b/kde-frameworks/kjs/kjs-5.91.0.ebuild new file mode 100644 index 000000000000..13a06718a470 --- /dev/null +++ b/kde-frameworks/kjs/kjs-5.91.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_QTHELP="false" +inherit ecm kde.org + +DESCRIPTION="ECMAScipt compatible parser and engine" +LICENSE="BSD-2 LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +BDEPEND=" + dev-lang/perl +" +DEPEND=" + dev-libs/libpcre +" +RDEPEND="${DEPEND}" + +DOCS=( src/README )