Portage is a package management system used by Gentoo Linux
# ChangeLog for mail-client/elm
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/elm/ChangeLog,v 1.14 2007/02/08 12:59:15 flameeyes Exp $
08 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
26 May 2005; Andrej Kacian
Added block on net-mail/mailutils, due to conflicting (incompatible) files.
03 Jan 2005; Andrej Kacian
Old ebuild cleanup.
03 Jan 2005; Joseph Jezak
Marked ppc stable for bug #75370.
29 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
23 Dec 2004; Gustavo Zacarias
Stable on sparc wrt #75370
10 Oct 2004; Bryan Østergaard
Stable on alpha.
22 Sep 2004; Andrej Kacian
Stable on x86.
*elm-2.4_rc100-r1 (07 Aug 2004)
07 Aug 2004; Tom Knight
Thanks to Andrej Kacian for the patch to fix bug #38156
01 Jul 2004; Jeremy Huddleston
virtual/glibc -> virtual/libc
04 Jun 2004; Bryan Østergaard
Stable on alpha.
*elm-2.4_rc100 (29 May 2004)
29 May 2004; Seemant Kulleen
+elm-2.4_rc100.ebuild:
Moved from net-mail/elm to mail-client/elm.
*elm-2.4_rc100 (23 Jan 2003)
23 Jan 2003; Nick Hadaway
files/digest-elm-2.4_rc100 :
This is ELM ME+ patch 100.
New ebuild. WARNING: sandbox is disabled for this build. Elm-related
files in /usrlib install directly to the filesystem as I have
not been able to figure out how to get around the portion of install
that generates the /usr/lib/elm.map.* directories via portage.
Everything else installs cleanly through sandbox. If anyone
can come up with a sandboxed install mechanism, feel free to
do so.
>=net-mail/mailbase-0.00-r5 is required as elm appears not to function
when /var/mail (or more correctly /var/spool/mail) permissions are
not 1777 until -r5.
DIST elm-2.4ME+100.tar.gz 1296358 RMD160 744208926b041f8a1d4ae0c362b6438eba76850c SHA1 7fc99d99adeb78f08ea6936b211160d201acb855 SHA256 e6d6c8e6262a4f33e70710482607316c3c5179e2d3cff3898c3dbbabb3915d50
EBUILD elm-2.4_rc100-r1.ebuild 2152 RMD160 373856d10d106d39adeec7b429baaad95056bd06 SHA1 68b17abac2b1ebb1cc1803fce41efae0da4d0b45 SHA256 2d6e1b3a1862bbffe2e508ff84675b829bf47050085304c86664dc59b3702ab7
MISC ChangeLog 2342 RMD160 62355b81a062380bec353c9fa7a52be148c36cdc SHA1 6e5462f74e97e057aea5f3616842837c6594e4a6 SHA256 1a34b800f072cf16820a2995ca0e0df42ca21e2f1075e4a10fc9b3176500bd66
MISC metadata.xml 161 RMD160 273e570423fa3cd9d3f15f7967a43307c8ee9661 SHA1 a1fecd2f7b169d621b88c6ccab9d758209fc8f19 SHA256 4ebf9a8f60040bfb95f13790c1d146a49c69f791f9c421e02a5d96fd6fcb2b32
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/elm/elm-2.4_rc100-r1.ebuild,v 1.6 2005/05/26 16:52:26 ticho Exp $
DESCRIPTION="a classic mail client enhanced by Michael Elkins"
HOMEPAGE="http://www.ozone.fmi.fi/KEH/"
SRC_URI="http://www.ozone.fmi.fi/KEH/elm-2.4ME+100.tar.gz"
LICENSE="Elm"
SLOT="0"
KEYWORDS="x86 sparc ppc alpha"
IUSE="spell"
DEPEND="virtual/libc
>=net-mail/mailbase-0.00-r5
dev-libs/openssl
spell? ( app-text/ispell )
!net-mail/mailutils"
S=${WORKDIR}/elm2.4.ME+.100
src_compile() {
sed -i -e "s:\$shlib:${D}\$shlib:g" \
lib/Makefile.SH
sed -i -e "s:\$shlib:${D}\$shlib:g" \
shared_libs/iconv/Makefile.SH
sed -i -e "s:\$shlib:${D}\$shlib:g" \
shared_libs/smtp/Makefile.SH
sed -i -e "s:\$shlib:${D}\$shlib:g" \
shared_libs/tls/Makefile.SH
sed -i -e "s:elmunidata -I :elmunidata -w ${D}usr/lib/elm.map.bin/unidata.bin :" \
-e "s:\$lib$:${D}\$lib:" \
src/Makefile.SH
sed -i -e "s:\$lib$:${D}\$lib:" \
utils/Makefile.SH
sed -i -e "s:\"\$lib\":\"${D}\$lib\":" \
-e "s:\$lib$:${D}\$lib:" \
doc/Makefile.SH
sed -e "s:helphome\t\"\$lib:helphome\t\"${D}\$lib:" \
-e "s:\"\$lib/elmrc-info:\"${D}\$lib/elmrc-info:" \
-e "s:\$shlib:${D}\$shlib:" \
hdrs/sysdefs.SH
sed -i -e "s:install_prefix/man:install_prefix/share/man:" \
-e "s:etc=\"\$lib\":etc=\"/etc/elm\":" \
-e "s:dflt=\"-O\":dflt=\"${CFLAGS}\":" \
-e "s:dflt=cc:dflt=gcc:" \
Configure
local myconf
use spell && myconf="ispell=\'y\'"
./Configure -P/usr -b ${myconf} || die "configure failed"
make || die "make failed"
}
src_install() {
dodir /usr/lib/elm.map.txt /usr/lib/elm.map.bin /etc/elm /usr/bin \
/usr/share/man/man1 /usr/share/man/cat1
cd ${S}/src
cp Makefile Makefile.orig
sed \
-e "s:-G -I -C:-G -w \${D}etc/elm/elm.rc -C:" \
< Makefile.orig > Makefile
cd ${S}
make \
DEST=${D}usr/bin \
MAN=${D}usr/share/man/man1 \
CATMAN=${D}usr/share/man/cat1 \
ETC=${D}etc/elm install || die "make install failed"
insinto /usr/lib/elm.map.txt
doins charset/MAPPINGS/ISO8859/*
}