summaryrefslogtreecommitdiff
path: root/app-emacs/dired-hacks
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/dired-hacks
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emacs/dired-hacks')
-rw-r--r--app-emacs/dired-hacks/Manifest1
-rw-r--r--app-emacs/dired-hacks/dired-hacks-0.0.1_p20230621.ebuild48
-rw-r--r--app-emacs/dired-hacks/files/50dired-hacks-gentoo.el2
-rw-r--r--app-emacs/dired-hacks/metadata.xml13
4 files changed, 0 insertions, 64 deletions
diff --git a/app-emacs/dired-hacks/Manifest b/app-emacs/dired-hacks/Manifest
deleted file mode 100644
index 34602af9af79..000000000000
--- a/app-emacs/dired-hacks/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dired-hacks-0.0.1_p20230621.tar.gz 70320 BLAKE2B 1f28f4f54c250b82c3897a42273337a0a1c1ccc2a0c46addcf55d30a2e5bc61211665860701a83379e9ae8252d389fde3c51b7cf8a8739e11b5aac2ff2447293 SHA512 c682149af031807fa3a9d64bbe7f78896af57a066d37809b6889a968162e5787e751520ebf975e7765f6b37f38a19a679b0c9123d8d0bb687086e18de803c848
diff --git a/app-emacs/dired-hacks/dired-hacks-0.0.1_p20230621.ebuild b/app-emacs/dired-hacks/dired-hacks-0.0.1_p20230621.ebuild
deleted file mode 100644
index 412bdb2f86b3..000000000000
--- a/app-emacs/dired-hacks/dired-hacks-0.0.1_p20230621.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Collection of useful dired additions for GNU Emacs"
-HOMEPAGE="https://github.com/Fuco1/dired-hacks/"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Fuco1/${PN}.git"
-else
- [[ ${PV} == *_p20230621 ]] && COMMIT=874449d6fc98aee565e1715ec18acec3c1c2cafb
- SRC_URI="https://github.com/Fuco1/${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test" # Tests fail.
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
- app-emacs/dash
- app-emacs/eimp
- app-emacs/f
- app-emacs/s
-"
-BDEPEND="
- ${RDEPEND}
- test? (
- app-emacs/assess
- app-emacs/shut-up
- )
-"
-
-elisp-enable-tests buttercup tests
-
-src_compile() {
- elisp_src_compile
- elisp-make-autoload-file
-}
diff --git a/app-emacs/dired-hacks/files/50dired-hacks-gentoo.el b/app-emacs/dired-hacks/files/50dired-hacks-gentoo.el
deleted file mode 100644
index 3efac2fa37c8..000000000000
--- a/app-emacs/dired-hacks/files/50dired-hacks-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "dired-hacks-autoloads" nil t)
diff --git a/app-emacs/dired-hacks/metadata.xml b/app-emacs/dired-hacks/metadata.xml
deleted file mode 100644
index ed56e656fcb7..000000000000
--- a/app-emacs/dired-hacks/metadata.xml
+++ /dev/null
@@ -1,13 +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/Fuco1/dired-hacks/issues/</bugs-to>
- <remote-id type="github">Fuco1/dired-hacks</remote-id>
- </upstream>
-</pkgmetadata>