ChangeLog

# ChangeLog for net-mail/eps
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/eps/ChangeLog,v 1.8 2007/02/22 01:41:53 peper Exp $

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

06 Jan 2007; Fernando J. Pereda -eps-1.2.ebuild:
QA: Clean unused versions.

05 Mar 2005; Joseph Jezak eps-1.5.ebuild:
Marked ppc stable for bug #83848.

03 Mar 2005; Fernando J. Pereda eps-1.5.ebuild:
x86 stable. wrt #83848

*eps-1.5 (05 Jan 2005)

05 Jan 2005; Andrej Kacian metadata.xml,
eps-1.2.ebuild, +eps-1.5.ebuild:
Version bump. Closes #76773, reported by Matt Brookings .
Fix Makefile not to use cp -p during install. Install docs. Add
longdescription to metadata.xml.

24 Nov 2004; Andrej Kacian eps-1.2.ebuild:
Stable on x86.

17 Oct 2004; David Holm eps-1.2.ebuild:
Added to ~ppc.

*eps-1.2 (25 Sep 2004)

25 Sep 2004; Andrej Kacian +metadata.xml,
+eps-1.2.ebuild:
Initial version. Ebuild submitted by Mark Gilbert .

Manifest

DIST eps-1.5.tar.gz 28346 RMD160 a4a9def4737d64a644b4286877b7e7d4cc4bc2af SHA1 d56a782632409115f6c2cbe3b91d07796bcfe590 SHA256 d3b543c92d5831bce3035ebf6c68ea3fd14b09053df469941451f5f5f87e4aa3
EBUILD eps-1.5.ebuild 755 RMD160 5a4000e7a61f094ecee8667cbf02a17b284aab7d SHA1 f07e3a90dd29510a7cbc410d09eb224904c51a91 SHA256 34c3f4f6de4f098f9d69b9cae70aae0b3319adcfdbd0c4b7b528e9ccebf1a404
MISC ChangeLog 1227 RMD160 ce40f69105b3ad3dba11d4e898e05bc9d30cd059 SHA1 48c4ed86792acaf43fe5ee7c4b845a310643b776 SHA256 295583c39bcf8857a480077a40368117c91fde971279ccd301bac2494d95ffa4
MISC metadata.xml 442 RMD160 1a09d588299bbb24da2a58f1dc8eb81f5e35b826 SHA1 4ef1c0f0385ba0bec2194427c6568647467a69d9 SHA256 c50ef4e87967283b2b6715ba3846549f4955d95b0df43956fdd9c5e0de0a3340

eps-1.5.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/eps/eps-1.5.ebuild,v 1.3 2005/03/05 10:59:20 josejx Exp $

DESCRIPTION="Inter7 Email Processing and mht System library"
HOMEPAGE="http://www.inter7.com/eps"
SRC_URI="http://www.inter7.com/eps/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND="virtual/libc
sys-apps/sed"
RDEPEND="virtual/libc"

src_compile() {
sed -i -e 's/\/usr/\$\(DESTDIR\)\$\(prefix\)/g' \
-e 's/\-O3/\$\(CFLAGS\)/g' \
-e 's/cp -pf/cp -f/g' \
Makefile

make || die "compile failed"
}

src_install() {
make prefix=/usr DESTDIR=${D} install || die "install failed"
dodoc ChangeLog TODO doc/*
}

metadata.xml




net-mail
EPS (Email Parsing System) is intended to give people the ability to write their own email processing tools. Whether you want to process incoming and outgoing emails, or just analyze a message, this package is intended to aid in that endeavor.