diff options
-rw-r--r-- | app-emacs/prom-wl/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/50prom-wl-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/70prom-wl-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/digest-prom-wl-2.7.0-r1 (renamed from app-emacs/prom-wl/files/digest-prom-wl-2.7.0) | 0 | ||||
-rw-r--r-- | app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild (renamed from app-emacs/prom-wl/prom-wl-2.7.0.ebuild) | 14 |
5 files changed, 20 insertions, 12 deletions
diff --git a/app-emacs/prom-wl/ChangeLog b/app-emacs/prom-wl/ChangeLog index 7411534aea2d..59cc846e8c44 100644 --- a/app-emacs/prom-wl/ChangeLog +++ b/app-emacs/prom-wl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emacs/prom-wl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/prom-wl/ChangeLog,v 1.4 2007/02/06 13:41:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/prom-wl/ChangeLog,v 1.5 2007/10/06 10:07:22 ulm Exp $ + +*prom-wl-2.7.0-r1 (06 Oct 2007) + + 06 Oct 2007; Ulrich Mueller <ulm@gentoo.org> +files/50prom-wl-gentoo.el, + -files/70prom-wl-gentoo.el, -prom-wl-2.7.0.ebuild, + +prom-wl-2.7.0-r1.ebuild: + Use autoload mechanism. Install documentation. Drop ~ppc-macos keyword. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. 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/files/70prom-wl-gentoo.el b/app-emacs/prom-wl/files/70prom-wl-gentoo.el deleted file mode 100644 index b3bd9ac9c1d3..000000000000 --- a/app-emacs/prom-wl/files/70prom-wl-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ - -;;; prom-wl site-lisp configuration - -(load "prom-wl") diff --git a/app-emacs/prom-wl/files/digest-prom-wl-2.7.0 b/app-emacs/prom-wl/files/digest-prom-wl-2.7.0-r1 index 40f3a0eba3d2..40f3a0eba3d2 100644 --- a/app-emacs/prom-wl/files/digest-prom-wl-2.7.0 +++ b/app-emacs/prom-wl/files/digest-prom-wl-2.7.0-r1 diff --git a/app-emacs/prom-wl/prom-wl-2.7.0.ebuild b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild index 5372c057e5e6..2e4dcd88a389 100644 --- a/app-emacs/prom-wl/prom-wl-2.7.0.ebuild +++ b/app-emacs/prom-wl/prom-wl-2.7.0-r1.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.ebuild,v 1.3 2005/08/28 02:20:50 tester Exp $ +# $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 -IUSE="" - 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" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc-macos ~x86" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" RDEPEND="|| ( app-emacs/wanderlust app-emacs/wanderlust-cvs )" -SITEFILE="70prom-wl-gentoo.el" +SITEFILE=50${PN}-gentoo.el +DOCS="prom-wl-usage.jis" |