diff options
-rw-r--r-- | app-emacs/prom-wl/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/50prom-wl-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/prom-wl/metadata.xml | 9 | ||||
-rw-r--r-- | app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild | 20 |
4 files changed, 35 insertions, 0 deletions
diff --git a/app-emacs/prom-wl/Manifest b/app-emacs/prom-wl/Manifest new file mode 100644 index 0000000..18ecd15 --- /dev/null +++ b/app-emacs/prom-wl/Manifest @@ -0,0 +1 @@ +DIST prom-wl-2.7.0.tar.gz 10563 BLAKE2B 63bbd6f708a21b403f30c44493023841242bcc8aed667ddc501933f46abe8e29138502b57d500b4b58056b190d4571d6ef4dda9a9eda7695b7f34c38f8049af2 SHA512 c05d61761b8c050bb6c09f3028f54351d3ffed5a17bb8519be76c8c706df825569cccfc8cd1ff2b656ef885a9606768eeb1b3dc0955ff4316bbe35c5db8ed989 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 0000000..8eab391 --- /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 0000000..c918cde --- /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 0000000..2b6067a --- /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" |