[mew-int 01929] Re: Gentoo mew (3.3)
HOSONO Hidetomo
h12o at example.com
Sun Jan 9 05:08:14 JST 2005
> To: mew-int at example.com
> From: mew at example.com
> Subject: [mew-int 01928] Gentoo mew (3.3)
> Date: Sat, 08 Jan 2005 19:19:13 +0100 (CET)
> Message-Id: <20050108.191913.74747755.petter at example.com ..
Hello, Petter.
> I've been using mew for quite some time and are very pleased with it.
> I was happy to see that mew was part of the Gentoo distribution. I did
> an "emerge app-emacs/mew". However when it starts up (under X11 that
> is, it works in -nw/no-window mode as I'm writing this message) it
> complains that it can't find the Mew.png file (which does not seem to
> be installed by the emerge).
>
> Are there anybody else using Gentoo and mew? Of course I can just
> install the latest version myself, but it should work out of the box.
>
> Petter
>
I am using Mew-4.1.55 (see my X-Mailer: :) )
on my Gentoo machine, too.
I give you the mew-cvs ebuild file.
You can use it on your overlay-ed portage tree.
If you want, please try it.
(If you want to know how to overlay, see the official Gentoo site)
Place these files like:
${PORTDIR_OVERLAY}/app-emacs/mew-cvs/mew-cvs-4.2.ebuild
${PORTDIR_OVERLAY}/app-emacs/mew-cvs/files/50mew-gentoo.el
${PORTDIR_OVERLAY}/app-emacs/mew-cvs/files/digest-mew-cvs-4.2
I am using Mew installed with this ebuild now.
Thanks.
======================================================================
HOSONO Hidetomo
WWW: http://www.h12o.org/~h12o/
GPG: 741B C3E1 91C6 054E D787 F32D 0501 EF4D DAE5 63DA
-------------- next part --------------
# Copyright 2004 HOSONO Hidetomo
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/portage/app-emacs/mew-cvs/RCS/mew-cvs-4.2.ebuild,v 1.7 2004/12/22 16:18:07 h12o Exp $
ECVS_AUTH="pserver"
export CVS_RSH="ssh"
ECVS_SERVER="anoncvs.mew.org:/cvsmew"
ECVS_MODULE="mew"
ECVS_BRANCH="HEAD"
ECVS_USER="anoncvs"
ECVS_PASS=""
ECVS_CVS_OPTIONS="-dP"
ECVS_SSH_HOST_KEY=""
inherit elisp cvs
IUSE="ssl"
S=${WORKDIR}/${ECVS_MODULE}
DESCRIPTION="great MIME mail reader for Emacs/XEmacs"
HOMEPAGE="http://www.mew.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
# 4.x is meant to be a development branch, so please don't unmask it!
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
DEPEND="virtual/emacs
!app-emacs/mew"
RDEPEND="${DEPEND}
ssl? ( =net-misc/stunnel-4* )"
SITEFILE=50mew-gentoo.el
src_compile() {
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man || die
emake || die
}
src_install() {
einstall prefix=${D}/usr \
infodir=${D}/usr/share/info \
elispdir=${D}/${SITELISP}/${PN} \
etcdir=${D}/${SITELISP}/${PN}/etc \
mandir=${D}/usr/share/man/man1 || die
elisp-site-file-install ${FILESDIR}/${SITEFILE}
dodoc 00*
insinto /etc/skel
newins mew.dot.mew .mew.el
newins mew.dot.emacs .emacs.mew
}
-------------- next part --------------
;;; mew site-lisp configuration
(setq load-path (cons "@SITELISP@" load-path))
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
URL: <http://www.mew.org/pipermail/mew-int/attachments/20050109/2df30415/attachment.bin>
More information about the Mew-int
mailing list