diff options
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/Manifest | 10 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/70wl-gentoo.el | 10 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r1 | 1 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/digest-wanderlust-2.11.18.20031008 | 1 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/digest-wanderlust-2.11.4.20030728 | 1 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/digest-wanderlust-2.8.1 | 1 | ||||
-rw-r--r-- | app-emacs/wanderlust/metadata.xml | 10 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild | 67 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.11.18.20031008.ebuild | 59 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.11.4.20030728.ebuild | 59 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.8.1.ebuild | 57 |
11 files changed, 271 insertions, 5 deletions
diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest index 9c893ed3e439..3a74ee01d11a 100644 --- a/app-emacs/wanderlust/Manifest +++ b/app-emacs/wanderlust/Manifest @@ -1,9 +1,9 @@ -MD5 a7a3284facec98d460e4245f2087a0c1 wanderlust-2.11.4.20030728.ebuild 1315 -MD5 5fd4e0110875faf94eaaaf918db5696c wanderlust-2.11.18.20031008.ebuild 1313 +MD5 dece304d0c1dacd2a92a27bd0e418eda wanderlust-2.11.4.20030728.ebuild 1328 +MD5 092b710303f7ba070e77029f78c5a29d wanderlust-2.11.18.20031008.ebuild 1329 MD5 42cbdeef12abd31687396ae303321803 metadata.xml 271 -MD5 67dad239dc5f9390fd0227f0604d5c93 ChangeLog 2626 -MD5 17c73b4d064a65cee99ae046c2305c5f wanderlust-2.8.1.ebuild 1193 -MD5 dc85a1a0a628d1f51d98608609d2568a wanderlust-2.10.1-r1.ebuild 1404 +MD5 f87e939bbfb62f8b81479517b4f259d6 ChangeLog 2428 +MD5 509002aecf08a8804a4b775c0022eced wanderlust-2.8.1.ebuild 1266 +MD5 d88acfc8bbac5fb17e0f075af6b51247 wanderlust-2.10.1-r1.ebuild 1417 MD5 c633c96cff2fe04a6aec8ba3a96440d7 files/70wl-gentoo.el 298 MD5 44642f0fb41a990b0451d247cfb33033 files/digest-wanderlust-2.8.1 61 MD5 2cc71c29a99b30471c7dbecae5f49382 files/digest-wanderlust-2.10.1-r1 61 diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el new file mode 100644 index 000000000000..8aa46ec18901 --- /dev/null +++ b/app-emacs/wanderlust/files/70wl-gentoo.el @@ -0,0 +1,10 @@ + +;;; Wanderlust site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) + +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) + +(setq wl-icon-directory "/usr/share/wl/icons") diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r1 b/app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r1 new file mode 100644 index 000000000000..7cee3c3b53c6 --- /dev/null +++ b/app-emacs/wanderlust/files/digest-wanderlust-2.10.1-r1 @@ -0,0 +1 @@ +MD5 80cb1a4e3c76025284bf7eaa23faf1d6 wl-2.10.1.tar.gz 967205 diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.11.18.20031008 b/app-emacs/wanderlust/files/digest-wanderlust-2.11.18.20031008 new file mode 100644 index 000000000000..7a7f69143c61 --- /dev/null +++ b/app-emacs/wanderlust/files/digest-wanderlust-2.11.18.20031008 @@ -0,0 +1 @@ +MD5 b302105ce05646d813aaf48ac24f45a6 wl-2.11.18.20031008.tar.gz 1016758 diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.11.4.20030728 b/app-emacs/wanderlust/files/digest-wanderlust-2.11.4.20030728 new file mode 100644 index 000000000000..c24b75f447ba --- /dev/null +++ b/app-emacs/wanderlust/files/digest-wanderlust-2.11.4.20030728 @@ -0,0 +1 @@ +MD5 61ba857eb64bc496ffa276acc2c5abea wl-2.11.4.20030728.tar.gz 1014094 diff --git a/app-emacs/wanderlust/files/digest-wanderlust-2.8.1 b/app-emacs/wanderlust/files/digest-wanderlust-2.8.1 new file mode 100644 index 000000000000..af59f295815c --- /dev/null +++ b/app-emacs/wanderlust/files/digest-wanderlust-2.8.1 @@ -0,0 +1 @@ +MD5 8a11da5eb8b5990c0c0d99216e29e1ac wl-2.8.1.tar.gz 1040012 diff --git a/app-emacs/wanderlust/metadata.xml b/app-emacs/wanderlust/metadata.xml new file mode 100644 index 000000000000..30dadd05c3e4 --- /dev/null +++ b/app-emacs/wanderlust/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<herd>net-mail</herd> +<maintainer> + <email>usata@gentoo.org</email> + <name>Mamoru KOMACHI</name> +</maintainer> +</pkgmetadata> diff --git a/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild b/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild new file mode 100644 index 000000000000..9b08ad8054f4 --- /dev/null +++ b/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.10.1-r1.ebuild,v 1.1 2003/10/10 20:12:39 usata Exp $ + +inherit elisp + +MY_P="${P/wanderlust/wl}" + +IUSE="ssl" + +DESCRIPTION="Wanderlust is a mail/news reader supporting IMAP4rev1 for emacsen" +HOMEPAGE="http://www.gohome.org/wl/" +SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 alpha sparc ppc" + +DEPEND="virtual/emacs + >=app-emacs/apel-10.6 + virtual/flim + virtual/semi + !app-emacs/wanderlust-cvs" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + if [ -n "`use ssl`" ] ; then + cd ${S} + echo "(setq wl-install-utils t)" >> WL-CFG + fi +} + +src_compile() { + make || die + make info || die +} + +src_install() { + make \ + LISPDIR=${D}/usr/share/emacs/site-lisp \ + PIXMAPDIR=${D}/usr/share/wl/icons \ + install || die + + elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die + + dodir /usr/share/wl/samples + + insinto /usr/share/wl/samples/ja + doins samples/ja/* + insinto /usr/share/wl/samples/en + doins samples/en/* + + doinfo doc/wl-ja.info doc/wl.info + dodoc BUGS* 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/wl/samples." +} + +pkg_postrm() { + elisp-site-regen +} diff --git a/app-emacs/wanderlust/wanderlust-2.11.18.20031008.ebuild b/app-emacs/wanderlust/wanderlust-2.11.18.20031008.ebuild new file mode 100644 index 000000000000..f4b08c48fd82 --- /dev/null +++ b/app-emacs/wanderlust/wanderlust-2.11.18.20031008.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.11.18.20031008.ebuild,v 1.1 2003/10/10 20:12:39 usata Exp $ + +inherit elisp + +MY_P="${P/wanderlust/wl}" + +IUSE="ssl" + +DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen" +HOMEPAGE="http://www.gohome.org/wl/" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz + http://dev.gentoo.org/~usata/distfiles/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +# Please do not mark it stable since this is merely a CVS snapshot +KEYWORDS="~x86 ~alpha ~sparc ~ppc" + +DEPEND="virtual/emacs + >=app-emacs/apel-10.6 + virtual/flim + virtual/semi + !app-emacs/wanderlust-cvs" + +S="${WORKDIR}/${MY_P%.*}" + +src_unpack() { + unpack ${A} + if [ -n "`use ssl`" ] ; then + cd ${S} + echo "(setq wl-install-utils t)" >> WL-CFG + fi +} + +src_compile() { + make || die + make info || die +} + +src_install() { + make \ + LISPDIR=${D}/usr/share/emacs/site-lisp \ + PIXMAPDIR=${D}/usr/share/wl/icons \ + install || die + + elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die + + dodir /usr/share/wl/samples + + insinto /usr/share/wl/samples/ja + doins samples/ja/* + insinto /usr/share/wl/samples/en + doins samples/en/* + + doinfo doc/wl-ja.info doc/wl.info + dodoc BUGS* ChangeLog INSTALL* README* +} diff --git a/app-emacs/wanderlust/wanderlust-2.11.4.20030728.ebuild b/app-emacs/wanderlust/wanderlust-2.11.4.20030728.ebuild new file mode 100644 index 000000000000..23665a2cb0ba --- /dev/null +++ b/app-emacs/wanderlust/wanderlust-2.11.4.20030728.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.11.4.20030728.ebuild,v 1.1 2003/10/10 20:12:39 usata Exp $ + +inherit elisp + +MY_P="${P/wanderlust/wl}" + +IUSE="ssl" + +DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen" +HOMEPAGE="http://www.gohome.org/wl/" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz + http://dev.gentoo.org/~usata/distfiles/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +# Please do not mark it stable since this is merely a CVS snapshot +KEYWORDS="~x86 ~alpha ~sparc ~ppc" + +DEPEND="virtual/emacs + >=app-emacs/apel-10.6 + virtual/flim + virtual/semi + !app-emacs/wanderlust-cvs" + +S="${WORKDIR}/wanderlust" + +src_unpack() { + unpack ${A} + if [ -n "`use ssl`" ] ; then + cd ${S} + echo "(setq wl-install-utils t)" >> WL-CFG + fi +} + +src_compile() { + make || die + make info || die +} + +src_install() { + make \ + LISPDIR=${D}/usr/share/emacs/site-lisp \ + PIXMAPDIR=${D}/usr/share/wl/icons \ + install || die + + elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die + + dodir /usr/share/wl/samples + + insinto /usr/share/wl/samples/ja + doins samples/ja/* + insinto /usr/share/wl/samples/en + doins samples/en/* + + doinfo doc/wl-ja.info doc/wl.info + dodoc BUGS* ChangeLog INSTALL* README* +} diff --git a/app-emacs/wanderlust/wanderlust-2.8.1.ebuild b/app-emacs/wanderlust/wanderlust-2.8.1.ebuild new file mode 100644 index 000000000000..f80f93cefe53 --- /dev/null +++ b/app-emacs/wanderlust/wanderlust-2.8.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.8.1.ebuild,v 1.1 2003/10/10 20:12:39 usata Exp $ + +inherit elisp + +MY_P="${P/wanderlust/wl}" + +DESCRIPTION="Wanderlust is a mail/news reader supporting IMAP4rev1 for emacsen" +HOMEPAGE="http://www.gohome.org/wl/" +SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/emacs + >=app-emacs/apel-10.3 + virtual/flim + virtual/semi + !app-emacs/wanderlust-cvs" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + make || die + make info || die +} + +src_install() { + make \ + LISPDIR=${D}/usr/share/emacs/site-lisp \ + PIXMAPDIR=${D}/usr/share/wl/icons \ + install || die + + elisp-site-file-install ${FILESDIR}/70wl-gentoo.el + + dodir /usr/share/wl/samples + + insinto /usr/share/wl/samples/ja + doins samples/ja/* + insinto /usr/share/wl/samples/en + doins samples/en/* + + 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/wl/samples." +} + +pkg_postrm() { + elisp-site-regen +} |