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 BE414158015 for ; Wed, 27 Dec 2023 01:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1162BC030; Wed, 27 Dec 2023 01:20:50 +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 537A02BC030 for ; Wed, 27 Dec 2023 01:20:50 +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 03BB6340813 for ; Wed, 27 Dec 2023 01:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53AB214CA for ; Wed, 27 Dec 2023 01:20:46 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1703640042.ad4bf5ab25231feee782b9d859cf3e9faf8dc1d2.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/js2-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/js2-mode/Manifest app-emacs/js2-mode/js2-mode-20231224.ebuild X-VCS-Directories: app-emacs/js2-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ad4bf5ab25231feee782b9d859cf3e9faf8dc1d2 X-VCS-Branch: master Date: Wed, 27 Dec 2023 01:20:46 +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: 2a9f920b-6f85-4a56-8700-f8e3fa951b69 X-Archives-Hash: 8c200317c2422d5ad50d1676abd70b5c commit: ad4bf5ab25231feee782b9d859cf3e9faf8dc1d2 Author: Maciej Barć gentoo org> AuthorDate: Tue Dec 26 21:40:55 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Dec 27 01:20:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4bf5ab app-emacs/js2-mode: bump to 20231224 Signed-off-by: Maciej Barć gentoo.org> app-emacs/js2-mode/Manifest | 1 + app-emacs/js2-mode/js2-mode-20231224.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/js2-mode/Manifest b/app-emacs/js2-mode/Manifest index 24c7723ce94f..14d022768ac1 100644 --- a/app-emacs/js2-mode/Manifest +++ b/app-emacs/js2-mode/Manifest @@ -1 +1,2 @@ DIST js2-mode-20230408.tar.gz 166178 BLAKE2B 6b567da9cd29c7aed40122a6b18af0c87e3197d00d1def663d700e260e8c83c83d07fb27e19e85a7fe0fa6487177a5191868d9caadf714d216e2ac01f9b95ddc SHA512 c3df3e88a627c7fbb3d7747760a4b27fd0da1a922a8e75f346ebdd00f5e682222c5a2cb636f7d19fc0f5c920892c77b8ed73c13ce6987d103366beb9e2b0b4b5 +DIST js2-mode-20231224.tar.gz 166532 BLAKE2B f809132897fa1f87f5d7a6cd798d77eb3dd0b6ab7cddba2a89702774e0114ab7f1061ce3bdd5299340088924ebf61370e1b6432ea782176f4a875a41be973f08 SHA512 df294bea7d01f185e12435364fb97954fe772c76887321cb7b41829c6b40b706dbd1800569dd795e3d93de800d38bfa465e3bb22a932cfc3a0400760aeac0c2d diff --git a/app-emacs/js2-mode/js2-mode-20231224.ebuild b/app-emacs/js2-mode/js2-mode-20231224.ebuild new file mode 100644 index 000000000000..ce8782cda510 --- /dev/null +++ b/app-emacs/js2-mode/js2-mode-20231224.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Improved JavaScript editing mode for GNU Emacs" +HOMEPAGE="https://github.com/mooz/js2-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/mooz/${PN}.git" +else + SRC_URI="https://github.com/mooz/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( NEWS.md README.md ) +SITEFILE="50${PN}-gentoo.el" + +src_test() { + emake test +}