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 7C7D4138334 for ; Wed, 19 Sep 2018 18:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC27E0933; Wed, 19 Sep 2018 18:08:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 54634E0933 for ; Wed, 19 Sep 2018 18:08:27 +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 211F7335CF8 for ; Wed, 19 Sep 2018 18:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 824EF3F9 for ; Wed, 19 Sep 2018 18:08:24 +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: <1537380497.b248420d25ad2bdfb97046b1dcfbcdac38e756db.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.ebuild X-VCS-Directories: app-emacs/mailcrypt/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b248420d25ad2bdfb97046b1dcfbcdac38e756db X-VCS-Branch: master Date: Wed, 19 Sep 2018 18:08:24 +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: 74ca1e9b-a66d-4eb0-a0c0-1566a71c2c2a X-Archives-Hash: f845643674348745b32a068f2193d2d6 commit: b248420d25ad2bdfb97046b1dcfbcdac38e756db Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 19 18:07:36 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 19 18:08:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b248420d app-emacs/mailcrypt: Remove old. Signed-off-by: Ulrich Müller gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild | 41 ------------------------------ 1 file changed, 41 deletions(-) diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild deleted file mode 100644 index ee1ecbc9e39..00000000000 --- a/app-emacs/mailcrypt/mailcrypt-3.5.9.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo 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" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - eautoreconf -} - -src_configure() { - export EMACS=/usr/bin/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 -}