commit:     cbf7313f8f2d9520f69ec7cbb8bf85fb9a3e1ceb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 13 18:55:50 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 18:55:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=cbf7313f

cmail removed 2018-09-13 bug 663030

 app-emacs/cmail/Manifest                |  1 +
 app-emacs/cmail/cmail-2.62-r1.ebuild    | 51 +++++++++++++++++++++++++++++++++
 app-emacs/cmail/files/70cmail-gentoo.el |  5 ++++
 app-emacs/cmail/metadata.xml            | 12 ++++++++
 4 files changed, 69 insertions(+)

diff --git a/app-emacs/cmail/Manifest b/app-emacs/cmail/Manifest
new file mode 100644
index 0000000..a449ae8
--- /dev/null
+++ b/app-emacs/cmail/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..99ad967
--- /dev/null
+++ b/app-emacs/cmail/cmail-2.62-r1.ebuild
@@ -0,0 +1,51 @@
+# 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
new file mode 100644
index 0000000..5bc1fbb
--- /dev/null
+++ b/app-emacs/cmail/files/70cmail-gentoo.el
@@ -0,0 +1,5 @@
+
+;;; 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
new file mode 100644
index 0000000..ff41b00
--- /dev/null
+++ b/app-emacs/cmail/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+  <email>[email protected]</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+<upstream>
+  <remote-id type="sourceforge-jp">cmail</remote-id>
+</upstream>
+</pkgmetadata>

Reply via email to