summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2002-05-27 02:47:41 +0000
committerBen Lutgens <lamer@gentoo.org>2002-05-27 02:47:41 +0000
commit538d4c87fcff26b17083c9b3c874b1a95c7949de (patch)
tree9520412a12e81af2c7ea98e526299171ea73b884 /net-mail/tnef
parentMasked out the new Xine, because none of the plugins work with it. (diff)
downloadgentoo-2-538d4c87fcff26b17083c9b3c874b1a95c7949de.tar.gz
gentoo-2-538d4c87fcff26b17083c9b3c874b1a95c7949de.tar.bz2
gentoo-2-538d4c87fcff26b17083c9b3c874b1a95c7949de.zip
Updated to newer version. Closes bug #2850
Diffstat (limited to 'net-mail/tnef')
-rw-r--r--net-mail/tnef/ChangeLog7
-rw-r--r--net-mail/tnef/files/digest-tnef-1.1.11
-rw-r--r--net-mail/tnef/tnef-1.1.1.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/net-mail/tnef/ChangeLog b/net-mail/tnef/ChangeLog
index e1fed7dc7a2f..9bb710a0f9a8 100644
--- a/net-mail/tnef/ChangeLog
+++ b/net-mail/tnef/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-mail/tnef
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.2 2002/05/27 02:47:41 lamer Exp $
*tnef-0.15 (1 Feb 2002)
@@ -11,3 +11,8 @@
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
+
+*tnef-1.1.1 (26 May 2002)
+ 26 May 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog :
+
+ Updated to the latest version.
diff --git a/net-mail/tnef/files/digest-tnef-1.1.1 b/net-mail/tnef/files/digest-tnef-1.1.1
new file mode 100644
index 000000000000..1f1305a5a63a
--- /dev/null
+++ b/net-mail/tnef/files/digest-tnef-1.1.1
@@ -0,0 +1 @@
+MD5 15f488c4fc676876566c3baf7a647a5d tnef-1.1.1.tar.gz 142242
diff --git a/net-mail/tnef/tnef-1.1.1.ebuild b/net-mail/tnef/tnef-1.1.1.ebuild
new file mode 100644
index 000000000000..08f55d26d110
--- /dev/null
+++ b/net-mail/tnef/tnef-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Ronald Moesbergen <r.moesbergen@hccnet.nl>
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Decodes MS-TNEF MIME attachments"
+SRC_URI="http://world.std.com/~damned/${A}"
+HOMEPAGE="http://world.std.com/~damned/software.html"
+
+DEPEND=">=sys-libs/glibc-2.1.3"
+
+src_compile() {
+
+ cd ${S}
+ ./configure --prefix=/usr --host=${CHOST}
+ emake || die
+
+}
+
+src_install () {
+
+ cd ${S}
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO
+ doman doc/tnef.1
+}
+
+