diff options
Diffstat (limited to 'app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild')
-rw-r--r-- | app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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..e9963e4db123 --- /dev/null +++ b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" |