summaryrefslogtreecommitdiff
path: root/app-emacs/cmail
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-emacs/cmail
reinit the tree, so we can have metadata
Diffstat (limited to 'app-emacs/cmail')
-rw-r--r--app-emacs/cmail/Manifest6
-rw-r--r--app-emacs/cmail/cmail-2.62-r1.ebuild49
-rw-r--r--app-emacs/cmail/files/70cmail-gentoo.el5
-rw-r--r--app-emacs/cmail/metadata.xml11
4 files changed, 71 insertions, 0 deletions
diff --git a/app-emacs/cmail/Manifest b/app-emacs/cmail/Manifest
new file mode 100644
index 000000000000..9878c77fbad5
--- /dev/null
+++ b/app-emacs/cmail/Manifest
@@ -0,0 +1,6 @@
+AUX 70cmail-gentoo.el 115 SHA256 02a814ee404b20c4a2b5e2fc8a37d05daa1de1f5652bc15616bfba7317195275 SHA512 a98b4d706dcb17d2141354131241e820efd86372988beb17bc5bfd885fc3e38fdfb9539005045e52862db6c10fe5726462ce1c03491ee77d38b1408c349600fa WHIRLPOOL a27d6a37b762333e12c755105958bbc90a9cdc52d8bd7304c6c4eec21a4c861116874abf17ae53c8aa3b4a5e8f7de02b1994ef5eb2d5653a3d1a404b2b04895a
+DIST cmail-2.62.tar.gz 507137 SHA256 b59c19fe9e8ecb0269960691916f5328f8fa133363808a59ece125fc7bf65668 SHA512 0b042861b6975910f281e949592bce7d83f94f6f5c78690ad7a4ecd4267b57c1e84fda0746d3018194d4e6d1a3c84a5a4c7fa172ec25027a957ad8400aff17b8 WHIRLPOOL 3611265181dbf9b4c5157c171f1f69ef59dec6f166f674c7ea75dbc6c5dbcbd3eabb39b445b6e2f4e7c23fdb22b763482bb0b3d011248e4d803dedc95227f519
+EBUILD cmail-2.62-r1.ebuild 1359 SHA256 9d0a5279cf63c3943b07139aa7dcae97e641d0a23423a3f0507bb6a18a1bbbce SHA512 d89f3e5904765f07e4583699851b1ebe1c902f4b40350721c7953a04b574ed75b3ec17e63501707a23a41a09ca389e5cff884ea8a48c3819be9e9507896a0fbd WHIRLPOOL 54cd597b682c0b75719246e4f2a396b3a6593e158ccde01e11ee33c280d946f54c221d862b03838856a3f146a6342f472d7a47288adedad4cc79018b53ee1da2
+MISC ChangeLog 2479 SHA256 d5c29747cd1df5bf130bece9ecd6f782c884f6132a2e2c2855798e5e2ce1f8b5 SHA512 cad0e49f0dfcc1612ef740b1c63487eb453fd78da2b5ec5e00608109d9d1bb92cf883a741dfa574e476e7d9beaf1a2cb5136e5fdca58f86829326832bb967665 WHIRLPOOL 2b5fae373cf5c3b81fbb2009826b17692d8cfd053bcd322c42669d50da36c5d2ca8d016b4f215fdb109b9c1108fbaa6a72b4a096244483e5e6e8b942536be7b2
+MISC ChangeLog-2015 1809 SHA256 0e3b711499f43f8060e11f88484de77843d2dc503003cf11e08399dac8cac672 SHA512 0ebc4ba466643afa2e8a74d6894b2a0a8aa52c95d4129fcaf9367bd4e08fba75542d081cdb884f154230f426fbba350f9333e5c94ab4edbf6e215f8858422d56 WHIRLPOOL 1c18f5d60bb19e5663b7192311ca0fd8012056927862dad14eb78985ce6e562c8ae71ed084011441dc8e74766453be3cd7b517dda91c8e5c622c2d2cc3236c8e
+MISC metadata.xml 335 SHA256 61f70d2a6d205c6d359a649c7a665c11a5938c01f7fc022708d7780d8cb3d1a0 SHA512 e92154f80d76104371943fda206d2565840a92cfe20fd9a7b4d7a1ba6a9d758d460c9bf4b7b17147b737809ee98dd58ba5f3f2532b76d57d86c2ab5d6bd18582 WHIRLPOOL 9fc2dc1eeab603c8613500cd565932742bae8fa7caca635eccc94a45e7c6d1c01d1b2578a11f82b5950954422b016eabe4f780f62bcde032eb7eb1e27fefc7f9
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 000000000000..b3b4f91698f4
--- /dev/null
+++ b/app-emacs/cmail/cmail-2.62-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 000000000000..5bc1fbb3711d
--- /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 000000000000..e344fa5cb458
--- /dev/null
+++ b/app-emacs/cmail/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+<upstream>
+ <remote-id type="sourceforge-jp">cmail</remote-id>
+</upstream>
+</pkgmetadata>