summaryrefslogtreecommitdiff
path: root/app-emacs/mailcrypt
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-emacs/mailcrypt
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-emacs/mailcrypt')
-rw-r--r--app-emacs/mailcrypt/Manifest1
-rw-r--r--app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch11
-rw-r--r--app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild26
-rw-r--r--app-emacs/mailcrypt/metadata.xml10
4 files changed, 0 insertions, 48 deletions
diff --git a/app-emacs/mailcrypt/Manifest b/app-emacs/mailcrypt/Manifest
deleted file mode 100644
index 53c746459434..000000000000
--- a/app-emacs/mailcrypt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 26b0e4301adc..000000000000
--- a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index d8bacad2b946..000000000000
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
deleted file mode 100644
index c2517f0a0ab3..000000000000
--- a/app-emacs/mailcrypt/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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>