app-emacs/cmail: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 13 Sep 2018 16:24:29 +0000 (18:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 13 Sep 2018 16:24:29 +0000 (18:24 +0200)
Closes: https://bugs.gentoo.org/663030

app-emacs/cmail/Manifest [deleted file]
app-emacs/cmail/cmail-2.62-r1.ebuild [deleted file]
app-emacs/cmail/files/70cmail-gentoo.el [deleted file]
app-emacs/cmail/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-emacs/cmail/Manifest b/app-emacs/cmail/Manifest
deleted file mode 100644 (file)
index a449ae8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST cmail-2.62.tar.gz 507137 BLAKE2B b12500fe3bcb58a65436822eed057865eedfdd1ca5f91805987b61d940e187598b6edacadfff83857533b29577ff89836328d7f9fed1ae7f1bc35fcd42129816 SHA512 0b042861b6975910f281e949592bce7d83f94f6f5c78690ad7a4ecd4267b57c1e84fda0746d3018194d4e6d1a3c84a5a4c7fa172ec25027a957ad8400aff17b8
diff --git a/app-emacs/cmail/cmail-2.62-r1.ebuild b/app-emacs/cmail/cmail-2.62-r1.ebuild
deleted file mode 100644 (file)
index 99ad967..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit elisp
-
-DESCRIPTION="A simple mail management system for Emacs"
-HOMEPAGE="http://cmail.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/2191/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="l10n_ja"
-
-RDEPEND="app-emacs/apel
-       virtual/emacs-flim
-       app-emacs/semi"
-
-SITEFILE="70cmail-gentoo.el"
-
-src_compile() {
-       emake EMACS="${EMACS}" FLAGS="${EMACSFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       emake EMACS="${EMACS}" \
-               FLAGS="${EMACSFLAGS} \
-                 --eval \"(setq CMAIL_ICON_DIR \\\"${D}${SITEETC}/${PN}/icon\\\")\"" \
-               PREFIX="${D}/usr" \
-               LISPDIR="${D}/${SITELISP}" \
-               INFODIR="${D}/usr/share/info" \
-               VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" install \
-               || die "emake install failed"
-
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-
-       dodoc ChangeLog INTRO.en README.en sample.* \
-               doc/README.{POP,gnuspop3}.en doc/cmail-r2c.en.doc || die "dodoc failed"
-
-       if use l10n_ja; then
-               dodoc README.ja RELNOTES.ja doc/FAQ \
-                       doc/README.{FETCHMAIL,POP,bbdb,cmail-crypt,cvs-access} \
-                       doc/README.{feedmail,folders,gnuspop3,imap4} \
-                       doc/README.{multi-account,multi-highlight,nickname} \
-                       doc/cmail-r2c.doc doc/glossary || die "dodoc failed"
-       else
-               rm -f "${D}"/usr/share/info/cmail.info*
-       fi
-}
diff --git a/app-emacs/cmail/files/70cmail-gentoo.el b/app-emacs/cmail/files/70cmail-gentoo.el
deleted file mode 100644 (file)
index 5bc1fbb..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-
-;;; cmail site-lisp configuration
-
-(setq cmail-spool-directory "/var/spool/mail")
-(autoload 'cmail "cmail" nil t)
diff --git a/app-emacs/cmail/metadata.xml b/app-emacs/cmail/metadata.xml
deleted file mode 100644 (file)
index ff41b00..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-  <email>gnu-emacs@gentoo.org</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-<upstream>
-  <remote-id type="sourceforge-jp">cmail</remote-id>
-</upstream>
-</pkgmetadata>
index bf04cf3e0fcd6eaf26210a7102d3b2d25830b523..7b0f33de56c8c32fa55046575f8d82f5d41744a2 100644 (file)
@@ -216,11 +216,6 @@ dev-python/pyfire
 # Beta release with new features, masked for testing
 =app-text/tesseract-4.0.0_beta*
 
-# Ulrich Müller <ulm@gentoo.org> (07 Aug 2018)
-# Fails to build with emacs-26.1. Last release in 2003, last commit
-# to upstream CVS in 2010. Masked for removal in 30 days. Bug #663030.
-app-emacs/cmail
-
 # Mike Gilbert <floppym@gentoo.org> (04 Aug 2018)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.