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/mailcrypt | |
| 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/mailcrypt')
| -rw-r--r-- | app-emacs/mailcrypt/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch | 11 | ||||
| -rw-r--r-- | app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 26 | ||||
| -rw-r--r-- | app-emacs/mailcrypt/metadata.xml | 10 |
4 files changed, 48 insertions, 0 deletions
diff --git a/app-emacs/mailcrypt/Manifest b/app-emacs/mailcrypt/Manifest new file mode 100644 index 000000000000..53c746459434 --- /dev/null +++ b/app-emacs/mailcrypt/Manifest @@ -0,0 +1 @@ +DIST mailcrypt-3.5.9.tar.gz 172073 BLAKE2B 02a911c0676464a670754cf8ddfccefa1ab9c69c680911ce63faa0affe6d3f72ad7d409f716a1edf326225f3378878caedfd4194201894baf05110d26acba533 SHA512 df6524ecc42d4c7bdddb34439186690192bc4091a1965e405223106fc71047c33e4bbbd571b030c326efec46961ba0aefd018ff1205d230dc74c34daf93ba079 diff --git a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch new file mode 100644 index 000000000000..26b0e4301adc --- /dev/null +++ b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch @@ -0,0 +1,11 @@ +--- mailcrypt-3.5.9-orig/mc-gpg.el ++++ mailcrypt-3.5.9/mc-gpg.el +@@ -108,7 +108,7 @@ + (defmacro with-current-buffer (buffer &rest body) + "Execute the forms in BODY with BUFFER as the current buffer. + The value returned is the value of the last form in BODY." +- (` (save-excursion (set-buffer (, buffer)) (,@ body))))) ++ `(save-excursion (set-buffer ,buffer) ,@body))) + ) + + (defun mc-gpg-debug-print (string) diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild new file mode 100644 index 000000000000..d8bacad2b946 --- /dev/null +++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp readme.gentoo-r1 + +DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP" +HOMEPAGE="http://mailcrypt.sourceforge.net/" +SRC_URI="https://downloads.sourceforge.net/mailcrypt/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc ~sparc x86" +RESTRICT="test" + +BDEPEND="sys-apps/texinfo" +RDEPEND="app-crypt/gnupg" + +ELISP_PATCHES="${P}-backquotes.patch" +ELISP_REMOVE="FSF-timer.el" # remove bundled timer.el +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="mailcrypt.texi" +DOCS="ANNOUNCE ChangeLog* INSTALL NEWS ONEWS README* WARNINGS" +DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how to + customize mailcrypt." diff --git a/app-emacs/mailcrypt/metadata.xml b/app-emacs/mailcrypt/metadata.xml new file mode 100644 index 000000000000..c2517f0a0ab3 --- /dev/null +++ b/app-emacs/mailcrypt/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> |
