summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2002-12-13 08:09:52 +0000
committerMasatomo Nakano <nakano@gentoo.org>2002-12-13 08:09:52 +0000
commitd934f54a155729863587f46d5519b524bbcd7141 (patch)
tree0cb0dbdf7a04396fbb60f4f9d79b265e6b055bb2 /app-emacs
parentVersion bump. WM9 audio and video now supported. Small sed fix for qt (diff)
downloadgentoo-2-d934f54a155729863587f46d5519b524bbcd7141.tar.gz
gentoo-2-d934f54a155729863587f46d5519b524bbcd7141.tar.bz2
gentoo-2-d934f54a155729863587f46d5519b524bbcd7141.zip
version bump.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/wl/ChangeLog10
-rw-r--r--app-emacs/wl/files/digest-wl-2.10.01
-rw-r--r--app-emacs/wl/wl-2.10.0.ebuild56
3 files changed, 66 insertions, 1 deletions
diff --git a/app-emacs/wl/ChangeLog b/app-emacs/wl/ChangeLog
index 3f87d8bfaf06..261cb58f8ac5 100644
--- a/app-emacs/wl/ChangeLog
+++ b/app-emacs/wl/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-emacs/wl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/wl/ChangeLog,v 1.1 2002/11/01 02:52:02 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wl/ChangeLog,v 1.2 2002/12/13 08:09:52 nakano Exp $
+
+*wl-2.10.0 (13 Dec 2002)
+
+ 13 Dec 2002; Masatomo Nakano <nakano@gentoo.org> ChangeLog,
+ wl-2.10.0.ebuild, files/digest-wl-2.10.0
+
+ Version bump.
+
*wl-2.8.1 (31 Oct 2002)
diff --git a/app-emacs/wl/files/digest-wl-2.10.0 b/app-emacs/wl/files/digest-wl-2.10.0
new file mode 100644
index 000000000000..f612de5ec0e0
--- /dev/null
+++ b/app-emacs/wl/files/digest-wl-2.10.0
@@ -0,0 +1 @@
+MD5 5bf3ce1e17bad6cdd41e5f91ce78544e wl-2.10.0.tar.gz 959695
diff --git a/app-emacs/wl/wl-2.10.0.ebuild b/app-emacs/wl/wl-2.10.0.ebuild
new file mode 100644
index 000000000000..f7545fb40f7a
--- /dev/null
+++ b/app-emacs/wl/wl-2.10.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wl/wl-2.10.0.ebuild,v 1.1 2002/12/13 08:09:52 nakano Exp $
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="Wanderlust is a mail/news reader supporting IMAP4rev1 for emacsen"
+HOMEPAGE="http://www.gohome.org/wl/index.html"
+SRC_URI="ftp://ftp.gohome.org/wl/stable/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/emacs
+ >=app-emacs/apel-10.3
+ >=app-emacs/flim-1.14.3
+ >=app-emacs/semi-1.14.3"
+# >=virtual/flim-1.14.3
+# >=virtual/semi-1.14.3
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ make || die;
+ make info || die;
+}
+
+src_install() {
+
+ make \
+ LISPDIR=${D}/usr/share/emacs/site-lisp \
+ PIXMAPDIR=${D}/usr/share/${PN}/icons \
+ install || die
+
+ elisp-site-file-install ${FILESDIR}/70wl-gentoo.el
+
+ dodir /usr/share/${PN}/samples
+
+ insinto /usr/share/${PN}/samples
+ doins samples/*
+
+ doinfo doc/wl-ja.info doc/wl.info
+ dodoc BUGS* COPYING ChangeLog INSTALL* README*
+}
+
+pkg_postinst() {
+ elisp-site-regen
+ einfo "Please see /usr/share/doc/${P}/INSTALL.gz."
+ einfo "And Sample configuration files exist on /usr/share/${PN}/samples."
+}
+
+pkg_postrm() {
+ elisp-site-regen
+}