commit:     b402d774fc4a3b34a95ad2e05a28e68b677c1ec5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 21:33:16 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 21:34:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b402d774

app-emacs/gnuserv: drop 3.12.8-r5

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../gnuserv/files/gnuserv-3.12.8-backquotes.patch  | 16 -----
 app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild         | 69 ----------------------
 2 files changed, 85 deletions(-)

diff --git a/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch 
b/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch
deleted file mode 100644
index fa31ac2e4017..000000000000
--- a/app-emacs/gnuserv/files/gnuserv-3.12.8-backquotes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Use new-style backquotes, to make it compile with Emacs 27.
-
---- gnuserv-3.12.8-orig/gnuserv-compat.el
-+++ gnuserv-3.12.8/gnuserv-compat.el
-@@ -193,9 +193,9 @@
-     (defmacro defgroup (&rest args)
-       nil)
-     (defmacro defcustom (var value doc &rest args)
--      (` (defvar (, var) (, value) (, doc))))
-+      `(defvar ,var ,value ,doc))
-     (defmacro defface (var value doc &rest args)
--      (` (make-face (, var))))
-+      `(make-face ,var))
-     (defmacro define-widget (&rest args)
-       nil)))
- 

diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild 
b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
deleted file mode 100644
index 8c147acf559b..000000000000
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp desktop xdg-utils
-
-DESCRIPTION="Attach to an already running Emacs"
-HOMEPAGE="https://web.archive.org/web/20160508134736/http://martin.meltin.net/hacks/emacs/
-       https://www.emacswiki.org/emacs/GnuClient";
-SRC_URI="https://web.archive.org/web/20150908031821/http://martin.meltin.net/sites/martin.meltin.net/files/hacks/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
-IUSE="X"
-
-RDEPEND=">=app-eselect/eselect-emacs-1.15
-       X? ( x11-libs/libXau )"
-DEPEND="${RDEPEND}
-       X? ( x11-base/xorg-proto )"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-backquotes.patch
-       "${FILESDIR}"/${P}-process-query.patch
-       "${FILESDIR}"/${P}-gnudoit.patch
-       "${FILESDIR}"/${P}-emacs-28.patch
-)
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-       econf $(use_enable X xauth) \
-               --x-includes="${EPREFIX}"/usr/include \
-               --x-libraries="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_compile() {
-       default
-}
-
-src_install() {
-       exeinto /usr/libexec/emacs
-       doexe gnuserv
-       newbin gnuclient gnuclient-emacs
-       newbin gnudoit gnudoit-emacs
-       # Don't install gnuattach, it is not functional with FSF GNU Emacs
-
-       newman gnuserv.1 gnuserv-emacs.1
-       echo ".so man1/gnuserv-emacs.1" | newman - gnuclient-emacs.1
-       echo ".so man1/gnuserv-emacs.1" | newman - gnudoit-emacs.1
-
-       elisp-install ${PN} *.el *.elc
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-       dodoc ChangeLog README README.orig
-
-       use X && domenu "${FILESDIR}"/gnuclient.desktop
-}
-
-pkg_postinst() {
-       elisp-site-regen
-       use X && xdg_desktop_database_update
-       eselect gnuclient update ifunset
-}
-
-pkg_postrm() {
-       elisp-site-regen
-       use X && xdg_desktop_database_update
-       eselect gnuclient update ifunset
-}

Reply via email to