summaryrefslogtreecommitdiff
path: root/app-emacs/spacemacs-theme
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/spacemacs-theme
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emacs/spacemacs-theme')
-rw-r--r--app-emacs/spacemacs-theme/Manifest1
-rw-r--r--app-emacs/spacemacs-theme/files/50spacemacs-theme-gentoo.el2
-rw-r--r--app-emacs/spacemacs-theme/metadata.xml14
-rw-r--r--app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild32
-rw-r--r--app-emacs/spacemacs-theme/spacemacs-theme-9999.ebuild29
5 files changed, 0 insertions, 78 deletions
diff --git a/app-emacs/spacemacs-theme/Manifest b/app-emacs/spacemacs-theme/Manifest
deleted file mode 100644
index 419c562d0dc4..000000000000
--- a/app-emacs/spacemacs-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spacemacs-theme-0.3_p20241101.gh.tar.gz 689107 BLAKE2B 8caf3eeaf4d74e46ebdf404b4d4e1bd9ea0481d750fc9b315e2504e5cbab84de0cfd0b5f06557e6b14c9472d7f805f302850c01204062bc8abfe0222a2375f7f SHA512 4a64c43e049386e0b85f195303775815c7a4d152960a836a5c9be4d5ba368081705148871964f965db06b343632dc227af21aa8056a9a99109098072869f47a0
diff --git a/app-emacs/spacemacs-theme/files/50spacemacs-theme-gentoo.el b/app-emacs/spacemacs-theme/files/50spacemacs-theme-gentoo.el
deleted file mode 100644
index 14e3d2142040..000000000000
--- a/app-emacs/spacemacs-theme/files/50spacemacs-theme-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'custom-theme-load-path (file-name-as-directory "@SITELISP@"))
diff --git a/app-emacs/spacemacs-theme/metadata.xml b/app-emacs/spacemacs-theme/metadata.xml
deleted file mode 100644
index d71447de900c..000000000000
--- a/app-emacs/spacemacs-theme/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/nashamri/spacemacs-theme/issues/</bugs-to>
- <remote-id type="github">nashamri/spacemacs-theme</remote-id>
- </upstream>
- <stabilize-allarches />
-</pkgmetadata>
diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild
deleted file mode 100644
index 74de2cb52c05..000000000000
--- a/app-emacs/spacemacs-theme/spacemacs-theme-0.3_p20241101.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs color theme that started as a theme for Spacemacs"
-HOMEPAGE="https://github.com/nashamri/spacemacs-theme/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/nashamri/${PN}.git"
-else
- [[ "${PV}" == *p20241101 ]] && COMMIT="6c74684c4d55713c8359bedf1936e429918a8c33"
-
- SRC_URI="https://github.com/nashamri/${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.gh.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-ELISP_REMOVE="
- spacemacs-theme-pkg.el
-"
-
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/spacemacs-theme/spacemacs-theme-9999.ebuild b/app-emacs/spacemacs-theme/spacemacs-theme-9999.ebuild
deleted file mode 100644
index e2b95f97bdcc..000000000000
--- a/app-emacs/spacemacs-theme/spacemacs-theme-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Emacs color theme that started as a theme for Spacemacs"
-HOMEPAGE="https://github.com/nashamri/spacemacs-theme/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/nashamri/${PN}.git"
-else
- SRC_URI="https://github.com/nashamri/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-ELISP_REMOVE="
- spacemacs-theme-pkg.el
-"
-
-SITEFILE="50${PN}-gentoo.el"