Skip to content

Commit

Permalink
kde-frameworks/kjs: 5.104.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 11, 2023
1 parent 966739d commit a3e2bbf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kjs/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kjs-5.102.0.tar.xz 339740 BLAKE2B ef51d8c7f6fdbacfa52675759a75e3637ca34b5dfbcaedb6440ba36b4bb3c7ff01c48bda497723b3dd8ef54eb2a99ac10e430a57c4c68b757cf1cf98365028dd SHA512 6dc43c4cbe5c79dd1622e0147d70b3de2c20960961617f04bfa9a4c5d4aacc785d1d9e8134dba9fe52b04b7460fdcd2be658dee62f5e4c6d6a08e753610940a7
DIST kjs-5.103.0.tar.xz 339840 BLAKE2B b7ce578ac9b317fafaef801955670a9724b643e06be1a76284607796dab25cd74d5e9c3bf980e15c6d680946c727aaa3c943544feeb41423869a1bf246a4ce24 SHA512 96c62b6e81c1112da35ea2e2dc2233455c1a84bb036aef0ccad8e5bb71f82e49a8390790f9b42c2158a14d7a6c9ffc63ad07c2e9ee470feb55ad47391926fccd
DIST kjs-5.104.0.tar.xz 339792 BLAKE2B d492476ac544b2fac8673e8a1e3c3ba6d44dbd0ee67584a95ededada76dcffb064169088c559054fbe2abe9e54c7e2a9405662132155c53c466fb60343a7b5f5 SHA512 fe5b108324f0dfa76b3ac0f0cf1f86cf3d47fe035d37bf32093e0891dde20760a1c578e4b6f06f65a33d4521a2245eb51063663453aff1b52f7867ff38f65cea
23 changes: 23 additions & 0 deletions kde-frameworks/kjs/kjs-5.104.0.ebuild
Original file line number Diff line number Diff line change
@@ -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 )

0 comments on commit a3e2bbf

Please sign in to comment.