Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/cmail/, app-emacs/cmail/files/, profiles/
Date: Thu, 13 Sep 2018 16:25:31
Message-Id: 1536855869.71b3694249da3b954075a32e3d8c16dd64691f31.mgorny@gentoo
1 commit: 71b3694249da3b954075a32e3d8c16dd64691f31
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 16:24:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 16:24:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b36942
7
8 app-emacs/cmail: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/663030
11
12 app-emacs/cmail/Manifest | 1 -
13 app-emacs/cmail/cmail-2.62-r1.ebuild | 51 ---------------------------------
14 app-emacs/cmail/files/70cmail-gentoo.el | 5 ----
15 app-emacs/cmail/metadata.xml | 12 --------
16 profiles/package.mask | 5 ----
17 5 files changed, 74 deletions(-)
18
19 diff --git a/app-emacs/cmail/Manifest b/app-emacs/cmail/Manifest
20 deleted file mode 100644
21 index a449ae81bac..00000000000
22 --- a/app-emacs/cmail/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST cmail-2.62.tar.gz 507137 BLAKE2B b12500fe3bcb58a65436822eed057865eedfdd1ca5f91805987b61d940e187598b6edacadfff83857533b29577ff89836328d7f9fed1ae7f1bc35fcd42129816 SHA512 0b042861b6975910f281e949592bce7d83f94f6f5c78690ad7a4ecd4267b57c1e84fda0746d3018194d4e6d1a3c84a5a4c7fa172ec25027a957ad8400aff17b8
26
27 diff --git a/app-emacs/cmail/cmail-2.62-r1.ebuild b/app-emacs/cmail/cmail-2.62-r1.ebuild
28 deleted file mode 100644
29 index 99ad9679868..00000000000
30 --- a/app-emacs/cmail/cmail-2.62-r1.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=0
37 -
38 -inherit elisp
39 -
40 -DESCRIPTION="A simple mail management system for Emacs"
41 -HOMEPAGE="http://cmail.sourceforge.jp/"
42 -SRC_URI="mirror://sourceforge.jp/${PN}/2191/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ppc x86"
47 -IUSE="l10n_ja"
48 -
49 -RDEPEND="app-emacs/apel
50 - virtual/emacs-flim
51 - app-emacs/semi"
52 -
53 -SITEFILE="70cmail-gentoo.el"
54 -
55 -src_compile() {
56 - emake EMACS="${EMACS}" FLAGS="${EMACSFLAGS}" || die "emake failed"
57 -}
58 -
59 -src_install() {
60 - emake EMACS="${EMACS}" \
61 - FLAGS="${EMACSFLAGS} \
62 - --eval \"(setq CMAIL_ICON_DIR \\\"${D}${SITEETC}/${PN}/icon\\\")\"" \
63 - PREFIX="${D}/usr" \
64 - LISPDIR="${D}/${SITELISP}" \
65 - INFODIR="${D}/usr/share/info" \
66 - VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" install \
67 - || die "emake install failed"
68 -
69 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
70 -
71 - dodoc ChangeLog INTRO.en README.en sample.* \
72 - doc/README.{POP,gnuspop3}.en doc/cmail-r2c.en.doc || die "dodoc failed"
73 -
74 - if use l10n_ja; then
75 - dodoc README.ja RELNOTES.ja doc/FAQ \
76 - doc/README.{FETCHMAIL,POP,bbdb,cmail-crypt,cvs-access} \
77 - doc/README.{feedmail,folders,gnuspop3,imap4} \
78 - doc/README.{multi-account,multi-highlight,nickname} \
79 - doc/cmail-r2c.doc doc/glossary || die "dodoc failed"
80 - else
81 - rm -f "${D}"/usr/share/info/cmail.info*
82 - fi
83 -}
84
85 diff --git a/app-emacs/cmail/files/70cmail-gentoo.el b/app-emacs/cmail/files/70cmail-gentoo.el
86 deleted file mode 100644
87 index 5bc1fbb3711..00000000000
88 --- a/app-emacs/cmail/files/70cmail-gentoo.el
89 +++ /dev/null
90 @@ -1,5 +0,0 @@
91 -
92 -;;; cmail site-lisp configuration
93 -
94 -(setq cmail-spool-directory "/var/spool/mail")
95 -(autoload 'cmail "cmail" nil t)
96
97 diff --git a/app-emacs/cmail/metadata.xml b/app-emacs/cmail/metadata.xml
98 deleted file mode 100644
99 index ff41b008124..00000000000
100 --- a/app-emacs/cmail/metadata.xml
101 +++ /dev/null
102 @@ -1,12 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 -<maintainer type="project">
107 - <email>gnu-emacs@g.o</email>
108 - <name>Gentoo GNU Emacs project</name>
109 -</maintainer>
110 -<stabilize-allarches/>
111 -<upstream>
112 - <remote-id type="sourceforge-jp">cmail</remote-id>
113 -</upstream>
114 -</pkgmetadata>
115
116 diff --git a/profiles/package.mask b/profiles/package.mask
117 index bf04cf3e0fc..7b0f33de56c 100644
118 --- a/profiles/package.mask
119 +++ b/profiles/package.mask
120 @@ -216,11 +216,6 @@ dev-python/pyfire
121 # Beta release with new features, masked for testing
122 =app-text/tesseract-4.0.0_beta*
123
124 -# Ulrich Müller <ulm@g.o> (07 Aug 2018)
125 -# Fails to build with emacs-26.1. Last release in 2003, last commit
126 -# to upstream CVS in 2010. Masked for removal in 30 days. Bug #663030.
127 -app-emacs/cmail
128 -
129 # Mike Gilbert <floppym@g.o> (04 Aug 2018)
130 # Dev channel releases are only for people who are developers or want more
131 # experimental features and accept a more unstable release.