diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-05 19:15:21 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-05 19:15:21 +0000 |
commit | 11a40f344774c0e1cc10e6fdffbb5c7a209c8fb9 (patch) | |
tree | 6d6e74e838c4a9d982b4b064a2f7e8e0c3c79c01 /net-mail | |
parent | ppc stable (Manifest recommit) (diff) | |
download | gentoo-2-11a40f344774c0e1cc10e6fdffbb5c7a209c8fb9.tar.gz gentoo-2-11a40f344774c0e1cc10e6fdffbb5c7a209c8fb9.tar.bz2 gentoo-2-11a40f344774c0e1cc10e6fdffbb5c7a209c8fb9.zip |
Version bump, closes #76773. Some QA fixes.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/eps/ChangeLog | 12 | ||||
-rw-r--r-- | net-mail/eps/Manifest | 16 | ||||
-rw-r--r-- | net-mail/eps/eps-1.2.ebuild | 13 | ||||
-rw-r--r-- | net-mail/eps/eps-1.5.ebuild | 28 | ||||
-rw-r--r-- | net-mail/eps/files/digest-eps-1.5 | 1 | ||||
-rw-r--r-- | net-mail/eps/metadata.xml | 3 |
6 files changed, 54 insertions, 19 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..aea1fe2a0807 100644 --- a/net-mail/eps/Manifest +++ b/net-mail/eps/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b7f275dfac2a05b7b794104d35040148 ChangeLog 539 -MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 96f4f782fa228c3db8564325a473bfbd eps-1.2.ebuild 731 +MD5 a4c0a3af64c3b3905d939e522be9180e eps-1.5.ebuild 644 +MD5 fc470cad53fd62b6edc8b0c4e943d0f2 metadata.xml 442 +MD5 642593a0d38ac6747d76efe51ca8e260 eps-1.2.ebuild 731 MD5 fc8883226596a2d8b69fe1c26de46183 files/digest-eps-1.2 58 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBpFgq10xuJSrg3/sRAg9bAJ9/TtzzzSLhU0VaqtmEyB+IzD5gYwCeMT70 -Uic5yr1RcZGy03vU12juJH8= -=xHPl ------END PGP SIGNATURE----- +MD5 2193218573380121c6bc7948f8b7f06f files/digest-eps-1.5 58 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> |