diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-emacs/sunrise-commander | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/sunrise-commander')
4 files changed, 39 insertions, 0 deletions
diff --git a/app-emacs/sunrise-commander/Manifest b/app-emacs/sunrise-commander/Manifest new file mode 100644 index 000000000000..e62388c2f775 --- /dev/null +++ b/app-emacs/sunrise-commander/Manifest @@ -0,0 +1 @@ +DIST sunrise-commander-6_p20210927.tar.gz 109761 BLAKE2B f4996bc15243e0064c9acf5418d25c52a3f5aba2de86d256688aac31565a70e882ab1df04946bc8bd92bd379302f3362fd8e14dedcb531b249d971bee8a16e23 SHA512 60fb59f90235277d123ce9a62a2433b2300f0e0c6545802f8bb235e5a34666d9760f2c968f83067cb66259527cbf69213e60f788dd455f097b21e5f913fe949f diff --git a/app-emacs/sunrise-commander/files/50sunrise-commander-gentoo.el b/app-emacs/sunrise-commander/files/50sunrise-commander-gentoo.el new file mode 100644 index 000000000000..4a1369b59d67 --- /dev/null +++ b/app-emacs/sunrise-commander/files/50sunrise-commander-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'sunrise-toggle "sunrise" + "Show or hide the Sunrise Commander." t) +(defalias 'sunrise 'sunrise-toggle) diff --git a/app-emacs/sunrise-commander/metadata.xml b/app-emacs/sunrise-commander/metadata.xml new file mode 100644 index 000000000000..203b879a4212 --- /dev/null +++ b/app-emacs/sunrise-commander/metadata.xml @@ -0,0 +1,12 @@ +<?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> + <upstream> + <bugs-to>https://github.com/sunrise-commander/sunrise-commander/issues/</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild b/app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild new file mode 100644 index 000000000000..22c18a821598 --- /dev/null +++ b/app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# NOTICE: Check version of sunrise-commander in it's "Cask" & "sunrise.el". + +EAPI=8 + +COMMIT=16e6df7e86c7a383fb4400fae94af32baf9cb24e + +inherit elisp + +DESCRIPTION="Twin-pane file manager for Emacs inspired by Midnight Commander" +HOMEPAGE="https://www.emacswiki.org/emacs/Sunrise_Commander/" +SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" |
