commit:     31e0d73fc362e18969168b15a1dbef8e1b1efb7d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 20:50:37 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 22:10:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e0d73f

app-emacs/scala-ts-mode: drop old 1.0.0_p20240630

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/scala-ts-mode/Manifest                   |  1 -
 .../scala-ts-mode-1.0.0_p20240630.ebuild           | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/scala-ts-mode/Manifest b/app-emacs/scala-ts-mode/Manifest
index 9ede4bb3744d..f8ce4bd73ecd 100644
--- a/app-emacs/scala-ts-mode/Manifest
+++ b/app-emacs/scala-ts-mode/Manifest
@@ -1,2 +1 @@
-DIST scala-ts-mode-1.0.0_p20240630.tar.gz 18354 BLAKE2B 
c46f349d90f51f3e5b90f1f852f03c56f5b6f7ccf2efe72d272e82d348aca3d0abeda7402ecc420efcef1fd349987c16633564d8d5cfed05bb4aadeedcee5653
 SHA512 
a7595e2cb5742048a8174b38d28d0d07ebaf8a74ff8f5f695261874c86faf51e7ed3664701b4b7c9e20c03f5c73d706070bbe6ec09d73364ea9a9f3000524f18
 DIST scala-ts-mode-1.0.0_p20240820.tar.gz 19204 BLAKE2B 
65ec1c13f79b7509a6b7481ebea93958b39453739b27554e7b4c7f58e0791c892c3ad05d755ec8455c081137d27a6b8f95980ca5119ca15811b4128eb328966d
 SHA512 
c67d4b0a16a81a20eabd3571658e8190510c019f52ff086d2a93fa7a6becf10063a9fafad960e3343909eece3887e39f3ba1be880abb000298ac8165d09464c1

diff --git a/app-emacs/scala-ts-mode/scala-ts-mode-1.0.0_p20240630.ebuild 
b/app-emacs/scala-ts-mode/scala-ts-mode-1.0.0_p20240630.ebuild
deleted file mode 100644
index 19796258f6d0..000000000000
--- a/app-emacs/scala-ts-mode/scala-ts-mode-1.0.0_p20240630.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-MY_COMMIT="8c4ace721fb525d1a790121a8625bc2623c9f207"
-DESCRIPTION="Emacs Scala Mode via Tree-Sitter"
-HOMEPAGE="https://github.com/KaranAhlawat/scala-ts-mode";
-SRC_URI="
-       
https://codeload.github.com/KaranAhlawat/scala-ts-mode/tar.gz/${MY_COMMIT}
-               -> ${P}.tar.gz
-"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-       >=app-editors/emacs-29[tree-sitter]
-       dev-libs/tree-sitter-scala
-"
-
-DOCS="README.org"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       elisp_src_compile
-       elisp-make-autoload-file
-}

Reply via email to