summaryrefslogtreecommitdiff
path: root/app-emacs/cask-mode
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-emacs/cask-mode
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-emacs/cask-mode')
-rw-r--r--app-emacs/cask-mode/Manifest1
-rw-r--r--app-emacs/cask-mode/cask-mode-0.1.ebuild43
-rw-r--r--app-emacs/cask-mode/files/50cask-mode-gentoo.el4
-rw-r--r--app-emacs/cask-mode/metadata.xml17
4 files changed, 0 insertions, 65 deletions
diff --git a/app-emacs/cask-mode/Manifest b/app-emacs/cask-mode/Manifest
deleted file mode 100644
index 6dc5024fd227..000000000000
--- a/app-emacs/cask-mode/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cask-mode-0.1.tar.gz 42693 BLAKE2B 07c3cd998aee36d275c0d3d5dfdb190a1ad59aaa72695272e7dc33e410413de6723003ae28f30e91f96f0ea95142e97cf7fda28a1986fbd509bd281de91693c1 SHA512 4b9861e9fb5a69db476a32b3cc2cfec8e9418d618cb2e348f1476d6aefa22615c539dd3666914be5c42aed1370d5835c7b78775d3bb4578df845b16dbda91727
diff --git a/app-emacs/cask-mode/cask-mode-0.1.ebuild b/app-emacs/cask-mode/cask-mode-0.1.ebuild
deleted file mode 100644
index 03398c956339..000000000000
--- a/app-emacs/cask-mode/cask-mode-0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Major mode for editing Cask files for Emacs"
-HOMEPAGE="https://github.com/Wilfred/cask-mode/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/Wilfred/${PN}.git"
-else
- SRC_URI="https://github.com/Wilfred/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-BDEPEND="
- test? (
- app-emacs/assess
- )
-"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert-runner test
-
-src_prepare() {
- elisp_src_prepare
-
- # Silence a broken test
- sed -i "test/${PN}-test.el" \
- -e "s|ert-deftest cask-mode-highlight-comment|lambda|" \
- || die
-}
diff --git a/app-emacs/cask-mode/files/50cask-mode-gentoo.el b/app-emacs/cask-mode/files/50cask-mode-gentoo.el
deleted file mode 100644
index 481b1b9dc272..000000000000
--- a/app-emacs/cask-mode/files/50cask-mode-gentoo.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'cask-mode "cask-mode"
- "Major mode for editing Cask files." t)
-(add-to-list 'auto-mode-alist '("/Cask\\'" . cask-mode))
diff --git a/app-emacs/cask-mode/metadata.xml b/app-emacs/cask-mode/metadata.xml
deleted file mode 100644
index 5f23f7c0ce0e..000000000000
--- a/app-emacs/cask-mode/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <longdescription>
- cask-mode is a major mode for editing Cask files. It provides syntax
- highlighting, comment toggling and indentation.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/Wilfred/cask-mode/issues/</bugs-to>
- </upstream>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>