repo/gentoo:master commit in: app-emacs/emacs-crystal-mode/
Maciej BarÄ <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786705225.1b9f9432a68ff105ae17cda7abd228b60b433f85.xgqt@gentoo> |
commit: 1b9f9432a68ff105ae17cda7abd228b60b433f85
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:50:25 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 11:00:25 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9f9432
app-emacs/emacs-crystal-mode: drop old 0.1.0_p20221008
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/emacs-crystal-mode/Manifest | 1 -
.../emacs-crystal-mode-0.1.0_p20221008.ebuild | 29 ----------------------
2 files changed, 30 deletions(-)
diff --git a/app-emacs/emacs-crystal-mode/Manifest b/app-emacs/emacs-crystal-mode/Manifest
index 4578a663fd5c..5b387af67c65 100644
--- a/app-emacs/emacs-crystal-mode/Manifest
+++ b/app-emacs/emacs-crystal-mode/Manifest
@@ -1,2 +1 @@
-DIST emacs-crystal-mode-0.1.0_p20221008.tar.gz 38944 BLAKE2B 62e8a98bdf036a80dd227a00758146944869c9735867e31f9fc9c7edf01edd937c859d85a348e17fa29c55446309f4dd4958bec42ea23c19dbe4039e1a835bf2 SHA512 12445858a4f71620d9e785b16fa9562e54947f41fcf2ad3299b1e10359c241548686e34e14d7a80f116533bff0a08a3a333cc4616ccb3aa5dadee32ba8a7ae96
DIST emacs-crystal-mode-0.2.0_p20260111.gh.tar.gz 39634 BLAKE2B 0fc03a1436f63bc8e5428a9df6050492d5c31ae63d45cf5881a0efa820fa715bc12a9105f813843ecfddcfbccf0ac6466796113cd148ed0accac05a128a4fe59 SHA512 9a364ee1eb1809034ce12b3da23db1ac43aefcbc5cf52b6ed626e5e5e18244ebbf44ddeb662f140ae846b38f26b8d8999607a3e82c15645540502d24429e5bbd
diff --git a/app-emacs/emacs-crystal-mode/emacs-crystal-mode-0.1.0_p20221008.ebuild b/app-emacs/emacs-crystal-mode/emacs-crystal-mode-0.1.0_p20221008.ebuild
deleted file mode 100644
index 10033003f33b..000000000000
--- a/app-emacs/emacs-crystal-mode/emacs-crystal-mode-0.1.0_p20221008.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-[[ ${PV} == *_p20221008 ]] && COMMIT=9bfb9f0f566e937cc6a2f2913d1b56978b81dc99
-
-inherit elisp
-
-DESCRIPTION="GNU Emacs major mode for editing Crystal programming language files"
-HOMEPAGE="https://github.com/crystal-lang-tools/emacs-crystal-mode/"
-SRC_URI="https://github.com/crystal-lang-tools/${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="app-emacs/flycheck"
-BDEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp_src_compile
- elisp-make-autoload-file
-}