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/protbuf | |
| 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/protbuf')
| -rw-r--r-- | app-emacs/protbuf/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/protbuf/files/50protbuf-gentoo.el | 12 | ||||
| -rw-r--r-- | app-emacs/protbuf/metadata.xml | 10 | ||||
| -rw-r--r-- | app-emacs/protbuf/protbuf-1.7-r1.ebuild | 17 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/protbuf/Manifest b/app-emacs/protbuf/Manifest new file mode 100644 index 000000000000..25f37aeb4eca --- /dev/null +++ b/app-emacs/protbuf/Manifest @@ -0,0 +1 @@ +DIST protbuf-1.7.tar.bz2 2270 BLAKE2B fa840549e785dcccbca53e4ddad7b6572f6da0191d3b82544ed562a4e1d6e6a28e1cc44aaf81498a0f6c8f9ef6d37451104b6552bb0c8469029d0589489d03e5 SHA512 9dad81784b71234812ac35be695895c3063e5337dddbed73b28fde800d12110cec6bb9faa42b6ed74d9a2d4f12da96b8e692d193edfc775fd33a7922a019b8b2 diff --git a/app-emacs/protbuf/files/50protbuf-gentoo.el b/app-emacs/protbuf/files/50protbuf-gentoo.el new file mode 100644 index 000000000000..f64466f67ed8 --- /dev/null +++ b/app-emacs/protbuf/files/50protbuf-gentoo.el @@ -0,0 +1,12 @@ +(add-to-list 'load-path "@SITELISP@") + +(autoload 'protect-buffer-from-kill-mode "protbuf" + "Protect buffer from being killed. +To remove this protection, call this command with a negative prefix argument." + t) +(autoload 'protect-process-buffer-from-kill-mode "protbuf" + "Protect buffer from being killed as long as it has an active process. +To remove this protection, call this command with a negative prefix argument." + t) +(autoload 'protect-buffer-from-kill "protbuf") +(autoload 'protect-process-buffer-from-kill "protbuf") diff --git a/app-emacs/protbuf/metadata.xml b/app-emacs/protbuf/metadata.xml new file mode 100644 index 000000000000..c2517f0a0ab3 --- /dev/null +++ b/app-emacs/protbuf/metadata.xml @@ -0,0 +1,10 @@ +<?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> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/app-emacs/protbuf/protbuf-1.7-r1.ebuild b/app-emacs/protbuf/protbuf-1.7-r1.ebuild new file mode 100644 index 000000000000..90bf887093ed --- /dev/null +++ b/app-emacs/protbuf/protbuf-1.7-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Protect Emacs buffers from accidental killing" +HOMEPAGE="http://www.splode.com/~friedman/software/emacs-lisp/ + https://www.emacswiki.org/emacs/ProtectingBuffers" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +SITEFILE="50${PN}-gentoo.el" |
