diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-06 10:07:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-06 10:07:22 +0000 |
commit | 9c8f02945c0526788d84653a141eb733db889a34 (patch) | |
tree | 55413de1ac5781d808387afb067f00ba4d72c3c9 /app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild | |
parent | sparc stable wrt #133667 (diff) | |
download | historical-9c8f02945c0526788d84653a141eb733db889a34.tar.gz historical-9c8f02945c0526788d84653a141eb733db889a34.tar.bz2 historical-9c8f02945c0526788d84653a141eb733db889a34.zip |
Use autoload mechanism.
Package-Manager: portage-2.1.3.12
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..2e4dcd88a389 --- /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 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild,v 1.1 2007/10/06 10:07:22 ulm Exp $ + +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 app-emacs/wanderlust-cvs )" + +SITEFILE=50${PN}-gentoo.el +DOCS="prom-wl-usage.jis" |