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 1AF0D158041 for ; Sat, 2 Mar 2024 09:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E415E2A01; Sat, 2 Mar 2024 09:12:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 42AF9E2A04 for ; Sat, 2 Mar 2024 09:12:47 +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 85BD134306A for ; Sat, 2 Mar 2024 09:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EF8614FE for ; Sat, 2 Mar 2024 09:12:43 +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: <1709370732.c7b028b5eb6fec3fbaee423237a3695d29692069.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.113.0.ebuild X-VCS-Directories: kde-frameworks/kjs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7b028b5eb6fec3fbaee423237a3695d29692069 X-VCS-Branch: master Date: Sat, 2 Mar 2024 09:12:43 +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: 16d282c7-bd28-4ffa-b00e-01ebb296143f X-Archives-Hash: 0af74f5029fe8dcbb60ef046d543f7b6 commit: c7b028b5eb6fec3fbaee423237a3695d29692069 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 2 08:45:57 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 2 09:12:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b028b5 kde-frameworks/kjs: drop 5.113.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kjs/Manifest | 1 - kde-frameworks/kjs/kjs-5.113.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest index 66647e64b2d6..5e3916a209aa 100644 --- a/kde-frameworks/kjs/Manifest +++ b/kde-frameworks/kjs/Manifest @@ -1,2 +1 @@ -DIST kjs-5.113.0.tar.xz 339744 BLAKE2B 1084e5b2bd14f89826b9904e501265d23cc3c13775131a84837df6ab7c6d76533a793993409cf62c8b720f2b6e7e1e4a723a698e11b733fb9bd5099359cc7b2e SHA512 0a0c57b21143b0f2b808939fd78de036b20680528d398fee8216e385dfa37e869370673bc6c5a5a1179ed9e55fd53171581d651abd5597822f9c47b4b82e0064 DIST kjs-5.115.0.tar.xz 339808 BLAKE2B f6a33af1d334e985d05bf9440d04d270149da2fa155eed4b9de404cc0f55afe65ded9f106d933d6a238cf22921e5f90890887e9a76877abf862a80042f706899 SHA512 0b95025edf0b3aa3a9f550aeaffe8a43a8a8a265f556aeea80ee9becb50a93aef7c99def609e82db4802771a63474610eabd65b5cbd0965d59a5dd4d30a716fd diff --git a/kde-frameworks/kjs/kjs-5.113.0.ebuild b/kde-frameworks/kjs/kjs-5.113.0.ebuild deleted file mode 100644 index a85e824459dd..000000000000 --- a/kde-frameworks/kjs/kjs-5.113.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 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 )