summaryrefslogtreecommitdiff
path: root/app-emacs/prom-wl
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/prom-wl')
-rw-r--r--app-emacs/prom-wl/Manifest4
-rw-r--r--app-emacs/prom-wl/files/50prom-wl-gentoo.el5
-rw-r--r--app-emacs/prom-wl/metadata.xml9
-rw-r--r--app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild20
4 files changed, 38 insertions, 0 deletions
diff --git a/app-emacs/prom-wl/Manifest b/app-emacs/prom-wl/Manifest
new file mode 100644
index 000000000000..de5ec1b62e46
--- /dev/null
+++ b/app-emacs/prom-wl/Manifest
@@ -0,0 +1,4 @@
+AUX 50prom-wl-gentoo.el 112 BLAKE2B 7ffd40f1c3dc3d1ca120f4e8a9bacaeaace55ac5640de3bc7ea19c7bf626ed26029156daf718aac892021a13d7b4ff7c77f0da8b893120834ec236087bfb9adf SHA512 a3d7c1f810ed7ef673bfeb062cf1cd3c82132c406183c065a9e03fc0ef0bc8a747cd7b8bf04e7f8f8e3fa84530e06ab63f9ca66b9acb642dc3077c65056f814e
+DIST prom-wl-2.7.0.tar.gz 10563 BLAKE2B 63bbd6f708a21b403f30c44493023841242bcc8aed667ddc501933f46abe8e29138502b57d500b4b58056b190d4571d6ef4dda9a9eda7695b7f34c38f8049af2 SHA512 c05d61761b8c050bb6c09f3028f54351d3ffed5a17bb8519be76c8c706df825569cccfc8cd1ff2b656ef885a9606768eeb1b3dc0955ff4316bbe35c5db8ed989
+EBUILD prom-wl-2.7.0-r1.ebuild 454 BLAKE2B 47f47581141f73f08144e3fc4867370758fa7a4232e0049cfc2f33369ea7dcb916a1a0ff043b8d6b4cf69f451f1f92eec777fb344711f237f0c6bced09c570c8 SHA512 4f59f373039ad07599bf0d96902653840640d95b9aa9cbdf24913507c9e4d67dc286180d1fe7b14a0c96c95ed29c4009b6a7bd7a0e8e35cc8a461aeb0e4a52d6
+MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-emacs/prom-wl/files/50prom-wl-gentoo.el b/app-emacs/prom-wl/files/50prom-wl-gentoo.el
new file mode 100644
index 000000000000..8eab391ee220
--- /dev/null
+++ b/app-emacs/prom-wl/files/50prom-wl-gentoo.el
@@ -0,0 +1,5 @@
+
+;;; prom-wl site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'prom-wl "prom-wl" nil t)
diff --git a/app-emacs/prom-wl/metadata.xml b/app-emacs/prom-wl/metadata.xml
new file mode 100644
index 000000000000..c918cdef9591
--- /dev/null
+++ b/app-emacs/prom-wl/metadata.xml
@@ -0,0 +1,9 @@
+<?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/>
+</pkgmetadata>
diff --git a/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild
new file mode 100644
index 000000000000..2b6067a0c53f
--- /dev/null
+++ b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+inherit elisp
+
+DESCRIPTION="Procmail reader for Wanderlust"
+HOMEPAGE="http://www.h6.dion.ne.jp/~nytheta/software/prom-wl.html"
+SRC_URI="http://www.h6.dion.ne.jp/~nytheta/software/pub/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-emacs/wanderlust"
+
+SITEFILE=50${PN}-gentoo.el
+DOCS="prom-wl-usage.jis"