commit:     a00855c2c9f225386866d0a30b86e42c65021855
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 08:53:34 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 30 08:53:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=a00855c2

app-emacs/rudel: Remove live ebuild.

bzr.eclass is gone.

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

 app-emacs/rudel/files/60rudel-gentoo.el | 13 ----------
 app-emacs/rudel/metadata.xml            | 16 ------------
 app-emacs/rudel/rudel-9999.ebuild       | 44 ---------------------------------
 3 files changed, 73 deletions(-)

diff --git a/app-emacs/rudel/files/60rudel-gentoo.el 
b/app-emacs/rudel/files/60rudel-gentoo.el
deleted file mode 100644
index 2383074..0000000
--- a/app-emacs/rudel/files/60rudel-gentoo.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'rudel-join-session "rudel-loaddefs"
-  "Start a collaborative Rudel session" t)
-(autoload 'rudel-host-session "rudel-loaddefs"
-  "Host a collaborative Rudel session" t)
-(autoload 'rudel-speedbar "rudel-loaddefs"
-  "Show connected users and documents for the Rudel session in speedbar" t)
-(autoload 'global-rudel-minor-mode "rudel-loaddefs"
-  "Bindings for rudel session-level commands" t)
-
-;;(global-set-key (kbd "C-c c j") 'rudel-join-session)
-
-(setq rudel-icons-directory "@SITEETC@/icons/")

diff --git a/app-emacs/rudel/metadata.xml b/app-emacs/rudel/metadata.xml
deleted file mode 100644
index 5dedbfa..0000000
--- a/app-emacs/rudel/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-  <email>gnu-em...@gentoo.org</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<longdescription>
-  Rudel is collaborative editing environment for GNU Emacs. Its purpose
-  is tod share buffers with other users in order to edit the contents
-  of those buffers collaboratively. Rudel supports multiple backends to
-  enable communication with other collaborative editors using different
-  protocols, though currently Obby (for use with the Gobby editor) is
-  the only fully-functional one.
-</longdescription>
-</pkgmetadata>

diff --git a/app-emacs/rudel/rudel-9999.ebuild 
b/app-emacs/rudel/rudel-9999.ebuild
deleted file mode 100644
index fcaeed4..0000000
--- a/app-emacs/rudel/rudel-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp bzr
-
-EBZR_REPO_URI="bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk"
-DESCRIPTION="Collaborative editing environment for GNU Emacs"
-HOMEPAGE="http://rudel.sourceforge.net/
-       http://www.emacswiki.org/emacs/Rudel";
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() {
-       ${EMACS} ${EMACSFLAGS} -l rudel-compile.el || die
-}
-
-src_install() {
-       local dir
-
-       for dir in . adopted infinote jupiter obby socket telepathy tls \
-               xmpp zeroconf
-       do
-               insinto "${SITELISP}/${PN}/${dir}"
-               doins ${dir}/*.{el,elc}
-       done
-
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-       insinto "${SITEETC}/${PN}"
-       doins -r icons
-
-       dodoc README INSTALL ChangeLog TODO doc/card.pdf
-
-       DOC_CONTENTS="Connections to Gobby servers require the gnutls-cli 
program
-               (net-libs/gnutls).
-               \\n\\nThe Avahi daemon (net-dns/avahi) is required for automatic
-               session discovery and advertising."
-       readme.gentoo_create_doc
-}

Reply via email to