summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-01-05 19:15:21 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-01-05 19:15:21 +0000
commitec5c2a15fbd1cda1e4831fb3fee2ff4874c6b08a (patch)
treea703f9a1c293620fa9e4b7867a219c9c2d1989fe /net-mail
parentppc stable (diff)
downloadhistorical-ec5c2a15fbd1cda1e4831fb3fee2ff4874c6b08a.tar.gz
historical-ec5c2a15fbd1cda1e4831fb3fee2ff4874c6b08a.tar.bz2
historical-ec5c2a15fbd1cda1e4831fb3fee2ff4874c6b08a.zip
Version bump, closes #76773. Some QA fixes.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/eps/ChangeLog12
-rw-r--r--net-mail/eps/Manifest16
-rw-r--r--net-mail/eps/eps-1.2.ebuild13
-rw-r--r--net-mail/eps/eps-1.5.ebuild28
-rw-r--r--net-mail/eps/files/digest-eps-1.51
-rw-r--r--net-mail/eps/metadata.xml3
6 files changed, 59 insertions, 14 deletions
diff --git a/net-mail/eps/ChangeLog b/net-mail/eps/ChangeLog
index 4af33abce369..9a44a52b2298 100644
--- a/net-mail/eps/ChangeLog
+++ b/net-mail/eps/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-mail/eps
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/eps/ChangeLog,v 1.3 2004/11/24 09:44:17 ticho Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/eps/ChangeLog,v 1.4 2005/01/05 19:15:21 ticho Exp $
+
+*eps-1.5 (05 Jan 2005)
+
+ 05 Jan 2005; Andrej Kacian <ticho@gentoo.org> metadata.xml,
+ eps-1.2.ebuild, +eps-1.5.ebuild:
+ Version bump. Closes #76773, reported by Matt Brookings <matt@inter7.com>.
+ Fix Makefile not to use cp -p during install. Install docs. Add
+ longdescription to metadata.xml.
24 Nov 2004; Andrej Kacian <ticho@gentoo.org> eps-1.2.ebuild:
Stable on x86.
diff --git a/net-mail/eps/Manifest b/net-mail/eps/Manifest
index f33982f0d2dd..39ea4acc7c34 100644
--- a/net-mail/eps/Manifest
+++ b/net-mail/eps/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 b7f275dfac2a05b7b794104d35040148 ChangeLog 539
-MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 96f4f782fa228c3db8564325a473bfbd eps-1.2.ebuild 731
+MD5 b75a646f99afb73f1b63180a61103c77 ChangeLog 839
+MD5 4303ab5111c9e60e5b3bd5a88e1ec7c6 eps-1.5.ebuild 756
+MD5 fc470cad53fd62b6edc8b0c4e943d0f2 metadata.xml 442
+MD5 3d5418fb802d6637488f81b31f8a337b eps-1.2.ebuild 746
MD5 fc8883226596a2d8b69fe1c26de46183 files/digest-eps-1.2 58
+MD5 2193218573380121c6bc7948f8b7f06f files/digest-eps-1.5 58
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
+Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFBpFgq10xuJSrg3/sRAg9bAJ9/TtzzzSLhU0VaqtmEyB+IzD5gYwCeMT70
-Uic5yr1RcZGy03vU12juJH8=
-=xHPl
+iD8DBQFB3DzSQlM6RnzZP+IRAvZiAKCgLaMxqE5D9CN738r6HkFVCQpgOwCgxNaf
+hXmqG8G7x2abo/03VE0GpTI=
+=T+tT
-----END PGP SIGNATURE-----
diff --git a/net-mail/eps/eps-1.2.ebuild b/net-mail/eps/eps-1.2.ebuild
index 47f90c346450..4ce9fe12dc04 100644
--- a/net-mail/eps/eps-1.2.ebuild
+++ b/net-mail/eps/eps-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.2.ebuild,v 1.4 2004/11/24 09:44:17 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/eps/eps-1.2.ebuild,v 1.5 2005/01/05 19:15:21 ticho Exp $
DESCRIPTION="Inter7 Email Processing and mht System library"
HOMEPAGE="http://www.inter7.com/eps"
@@ -14,10 +14,15 @@ DEPEND="virtual/libc
RDEPEND="virtual/libc"
src_compile() {
- sed -e 's/\/usr/\$\(DESTDIR\)\$\(prefix\)/g' -e 's/\-O3/\$\(CFLAGS\)/g' Makefile > Makefile.new && mv Makefile.new Makefile
+ 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}../image install || die "install failed"
+ make prefix=/usr DESTDIR=${D} install || die "install failed"
+ dodoc ChangeLog TODO doc/*
}
diff --git a/net-mail/eps/eps-1.5.ebuild b/net-mail/eps/eps-1.5.ebuild
new file mode 100644
index 000000000000..df4be8a63f09
--- /dev/null
+++ b/net-mail/eps/eps-1.5.ebuild
@@ -0,0 +1,28 @@
+# 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.1 2005/01/05 19:15:21 ticho 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/*
+}
diff --git a/net-mail/eps/files/digest-eps-1.5 b/net-mail/eps/files/digest-eps-1.5
new file mode 100644
index 000000000000..53521c81e73c
--- /dev/null
+++ b/net-mail/eps/files/digest-eps-1.5
@@ -0,0 +1 @@
+MD5 842615f5527eacdf91d5dd375ef2e71d eps-1.5.tar.gz 28346
diff --git a/net-mail/eps/metadata.xml b/net-mail/eps/metadata.xml
index 51f94e3fbe0e..c0f9eb6c90f2 100644
--- a/net-mail/eps/metadata.xml
+++ b/net-mail/eps/metadata.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>net-mail</herd>
+ <herd>net-mail</herd>
+ <longdescription>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.</longdescription>
</pkgmetadata>