Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
Date: Mon, 18 Nov 2019 11:56:58
Message-Id: 1574078127.019def4680b5b687911bac3c3e4f4117443badb6.ulm@gentoo
1 commit: 019def4680b5b687911bac3c3e4f4117443badb6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 11:49:39 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 11:55:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019def46
7
8 app-emacs/mailcrypt: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild | 44 ---------------------------
14 1 file changed, 44 deletions(-)
15
16 diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
17 deleted file mode 100644
18 index 60f6a2ed7f2..00000000000
19 --- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
20 +++ /dev/null
21 @@ -1,44 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit readme.gentoo-r1 elisp autotools
28 -
29 -DESCRIPTION="Provides a simple interface to public key cryptography with OpenPGP"
30 -HOMEPAGE="http://mailcrypt.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc sparc x86"
36 -RESTRICT="test"
37 -
38 -RDEPEND="app-crypt/gnupg"
39 -
40 -ELISP_PATCHES="${P}-backquotes.patch"
41 -ELISP_REMOVE="FSF-timer.el" # remove bundled timer.el
42 -SITEFILE="50${PN}-gentoo.el"
43 -
44 -src_prepare() {
45 - elisp_src_prepare
46 - eautoreconf
47 -}
48 -
49 -src_configure() {
50 - export EMACS
51 - econf
52 -}
53 -
54 -src_install() {
55 - emake \
56 - lispdir="${D}${SITELISP}/${PN}" \
57 - infodir="${D}/usr/share/info" \
58 - install
59 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
60 - dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README*
61 -
62 - DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how
63 - to customize mailcrypt."
64 - readme.gentoo_create_doc
65 -}