diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-04 11:07:52 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-04 11:07:52 +0100 |
commit | ac3e620ce1eae3060992192c64df7708c6c9d6e3 (patch) | |
tree | 8cc417ac4502a43eeb3a9309025f8811235f1959 /app-emacs | |
parent | elisp*.eclass: Fix eclass header. (diff) | |
download | gentoo-ac3e620ce1eae3060992192c64df7708c6c9d6e3.tar.gz gentoo-ac3e620ce1eae3060992192c64df7708c6c9d6e3.tar.bz2 gentoo-ac3e620ce1eae3060992192c64df7708c6c9d6e3.zip |
app-emacs/rudel: Remove old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/rudel/rudel-0.3_pre20110721.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/app-emacs/rudel/rudel-0.3_pre20110721.ebuild b/app-emacs/rudel/rudel-0.3_pre20110721.ebuild deleted file mode 100644 index 4ca9a0939c39..000000000000 --- a/app-emacs/rudel/rudel-0.3_pre20110721.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo elisp - -DESCRIPTION="Collaborative editing environment for GNU Emacs" -HOMEPAGE="http://rudel.sourceforge.net/ - http://www.emacswiki.org/emacs/Rudel" -# snapshot of bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${PN}" -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 -} |