From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E21B139694 for ; Sat, 4 Mar 2017 10:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4524421C09F; Sat, 4 Mar 2017 10:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2169621C09F for ; Sat, 4 Mar 2017 10:08:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B333417C6 for ; Sat, 4 Mar 2017 10:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678B35BF6 for ; Sat, 4 Mar 2017 10:08:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1488622072.ac3e620ce1eae3060992192c64df7708c6c9d6e3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/rudel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/rudel/rudel-0.3_pre20110721.ebuild X-VCS-Directories: app-emacs/rudel/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ac3e620ce1eae3060992192c64df7708c6c9d6e3 X-VCS-Branch: master Date: Sat, 4 Mar 2017 10:08:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5cf2008f-4c51-4e11-8034-40afdb5146d5 X-Archives-Hash: f67e31fd497a0cec61085c5aba0551a4 commit: ac3e620ce1eae3060992192c64df7708c6c9d6e3 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 4 10:07:52 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 4 10:07:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3e620c app-emacs/rudel: Remove old. Package-Manager: Portage-2.3.4, Repoman-2.3.2 app-emacs/rudel/rudel-0.3_pre20110721.ebuild | 47 ---------------------------- 1 file changed, 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 4ca9a0939c3..00000000000 --- 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 -}