summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-08-24 13:15:48 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-08-24 13:17:38 +0200
commitfd06ff72948a7c944d7fc58161bc0b6e029e9a96 (patch)
tree20b3873ec6b09b84dfba8ee7bce49bda028b0456 /app-emacs/scala-ts-mode
parentapp-emacs/scala-ts-mode: add 1.0.0_p20240820 (diff)
downloadgentoo-fd06ff72948a7c944d7fc58161bc0b6e029e9a96.tar.gz
gentoo-fd06ff72948a7c944d7fc58161bc0b6e029e9a96.tar.bz2
gentoo-fd06ff72948a7c944d7fc58161bc0b6e029e9a96.zip
app-emacs/scala-ts-mode: drop 1.0.0_p20240316
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emacs/scala-ts-mode')
-rw-r--r--app-emacs/scala-ts-mode/Manifest1
-rw-r--r--app-emacs/scala-ts-mode/scala-ts-mode-1.0.0_p20240316.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/scala-ts-mode/Manifest b/app-emacs/scala-ts-mode/Manifest
index ea561bda2604..9ede4bb3744d 100644
--- a/app-emacs/scala-ts-mode/Manifest
+++ b/app-emacs/scala-ts-mode/Manifest
@@ -1,3 +1,2 @@
-DIST scala-ts-mode-1.0.0_p20240316.tar.gz 18330 BLAKE2B aedcfa91563421673435def9dc2679d5c9f1feb1dde6214e8e7650ca8d72e6165253140bc506ba67cbc00b4e54d9edbb34db47089438b6de2e42699bf15ebfa7 SHA512 544622840cfefbab79ddae06d48cc5a9a6fb1802fd18f7c2b425b921713392e6d84b287dcdb3fa65d08d59f5af28ec2b23711685764affaf854238d3583b0cd3
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_p20240316.ebuild b/app-emacs/scala-ts-mode/scala-ts-mode-1.0.0_p20240316.ebuild
deleted file mode 100644
index f7cfef4ef361..000000000000
--- a/app-emacs/scala-ts-mode/scala-ts-mode-1.0.0_p20240316.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="11a01d726ac4fafb8a6688459ac79b41333bd6c8"
-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
-}