commit:     5b883d85e77e8e94e8fa93cb4061dedd4b92c225
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 19:02:57 2026 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 19:09:40 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b883d85

x11-misc/emacs-desktop-mail: add 1.3

Transitional ebuild, for the purpose of a smooth upgrade path:
- depends on >=emacs-common-1.14 (which installs the mail desktop files)
- installs no files itself

Bug: https://bugs.gentoo.org/885981
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../emacs-desktop-mail-1.3.ebuild                   | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/x11-misc/emacs-desktop-mail/emacs-desktop-mail-1.3.ebuild 
b/x11-misc/emacs-desktop-mail/emacs-desktop-mail-1.3.ebuild
new file mode 100644
index 000000000000..879a252d7bc2
--- /dev/null
+++ b/x11-misc/emacs-desktop-mail/emacs-desktop-mail-1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Desktop entries for handling mailto URIs with GNU Emacs"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-editors/emacs-30.1:*
+       >=app-emacs/emacs-common-1.14"
+
+pkg_postinst() {
+       ewarn "Desktop entries handling mailto URIs (with Emacs 30.1 or later)"
+       ewarn "are now installed by >=app-emacs/emacs-common-1.14."
+       ewarn "${CATEGORY}/${PN} is deprecated and no longer installs"
+       ewarn "any files, so you may safely unmerge it."
+}

Reply via email to