diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-emacs/multi-term | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-emacs/multi-term')
| -rw-r--r-- | app-emacs/multi-term/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/multi-term/files/50multi-term-gentoo.el | 7 | ||||
| -rw-r--r-- | app-emacs/multi-term/metadata.xml | 12 | ||||
| -rw-r--r-- | app-emacs/multi-term/multi-term-1.4-r1.ebuild | 18 |
4 files changed, 38 insertions, 0 deletions
diff --git a/app-emacs/multi-term/Manifest b/app-emacs/multi-term/Manifest new file mode 100644 index 000000000000..041a8714dac0 --- /dev/null +++ b/app-emacs/multi-term/Manifest @@ -0,0 +1 @@ +DIST multi-term-1.4.el.xz 7996 BLAKE2B fd9247d55b272c5238ae2344ecb7f516d0b3877f934ad35410ffaaa85d5d208a906cef2f2843240c672f916ce68dc210aa07c2330e9e485505c89d98c88a7d25 SHA512 113118fd352516cb1abf49536369361790786d570d347aab3faa1c672058d883e9ae8bba00a73f6ffc7487fc4166525e0c4af395888f09181dcc69d8aaba5f03 diff --git a/app-emacs/multi-term/files/50multi-term-gentoo.el b/app-emacs/multi-term/files/50multi-term-gentoo.el new file mode 100644 index 000000000000..0552079e24d9 --- /dev/null +++ b/app-emacs/multi-term/files/50multi-term-gentoo.el @@ -0,0 +1,7 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'multi-term "multi-term" + "Create new term buffer. +Will prompt you shell name when you type `C-u' before this command." t) +(autoload 'multi-term-dedicated-open "multi-term" + "Open dedicated `multi-term' window. +Will prompt you shell name when you type `C-u' before this command." t) diff --git a/app-emacs/multi-term/metadata.xml b/app-emacs/multi-term/metadata.xml new file mode 100644 index 000000000000..53c506041584 --- /dev/null +++ b/app-emacs/multi-term/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>mjo@gentoo.org</email> +</maintainer> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<stabilize-allarches/> +</pkgmetadata> diff --git a/app-emacs/multi-term/multi-term-1.4-r1.ebuild b/app-emacs/multi-term/multi-term-1.4-r1.ebuild new file mode 100644 index 000000000000..2bed5b183b68 --- /dev/null +++ b/app-emacs/multi-term/multi-term-1.4-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Manage multiple terminal buffers in Emacs" +HOMEPAGE="https://www.emacswiki.org/emacs/MultiTerm" + +# Taken from http://www.emacswiki.org/emacs/download/${PN}.el +SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 ~riscv x86" + +SITEFILE="50${PN}-gentoo.el" |
