From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1123458-garchives=archives.gentoo.org@lists.gentoo.org> 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 D8176138334 for <garchives@archives.gentoo.org>; Mon, 18 Nov 2019 11:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B52E0887; Mon, 18 Nov 2019 11:56:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 597C1E0887 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Nov 2019 11:56:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D5B34CF73 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Nov 2019 11:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 834918BC for <gentoo-commits@lists.gentoo.org>; Mon, 18 Nov 2019 11:56:52 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1574078127.019def4680b5b687911bac3c3e4f4117443badb6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild X-VCS-Directories: app-emacs/mailcrypt/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 019def4680b5b687911bac3c3e4f4117443badb6 X-VCS-Branch: master Date: Mon, 18 Nov 2019 11:56:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66088069-2eb5-4c95-8a66-804bf094b400 X-Archives-Hash: 5cd5fc25ba477a6a43b11babeba468eb commit: 019def4680b5b687911bac3c3e4f4117443badb6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Nov 18 11:49:39 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Nov 18 11:55:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019def46 app-emacs/mailcrypt: Remove old. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild | 44 --------------------------- 1 file changed, 44 deletions(-) diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild deleted file mode 100644 index 60f6a2ed7f2..00000000000 --- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit readme.gentoo-r1 elisp autotools - -DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP" -HOMEPAGE="http://mailcrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -RESTRICT="test" - -RDEPEND="app-crypt/gnupg" - -ELISP_PATCHES="${P}-backquotes.patch" -ELISP_REMOVE="FSF-timer.el" # remove bundled timer.el -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - elisp_src_prepare - eautoreconf -} - -src_configure() { - export EMACS - econf -} - -src_install() { - emake \ - lispdir="${D}${SITELISP}/${PN}" \ - infodir="${D}/usr/share/info" \ - install - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README* - - DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how - to customize mailcrypt." - readme.gentoo_create_doc -}