summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-03-09 14:00:41 +0000
committerEray Aslan <eras@gentoo.org>2012-03-09 14:00:41 +0000
commit6997f4da769fb45c9c57b37d7cc32e07c073fe53 (patch)
treeeb042b17b771475c1cb37b0afe974e8f7a435624 /net-mail/tnef/tnef-1.4.9.ebuild
parentFix kde namespace clash. Wrt bug#403755. (diff)
downloadgentoo-2-6997f4da769fb45c9c57b37d7cc32e07c073fe53.tar.gz
gentoo-2-6997f4da769fb45c9c57b37d7cc32e07c073fe53.tar.bz2
gentoo-2-6997f4da769fb45c9c57b37d7cc32e07c073fe53.zip
version bump and remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/tnef/tnef-1.4.9.ebuild')
-rw-r--r--net-mail/tnef/tnef-1.4.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mail/tnef/tnef-1.4.9.ebuild b/net-mail/tnef/tnef-1.4.9.ebuild
new file mode 100644
index 000000000000..7b11e882b463
--- /dev/null
+++ b/net-mail/tnef/tnef-1.4.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.4.9.ebuild,v 1.1 2012/03/09 14:00:41 eras Exp $
+
+DESCRIPTION="Decodes MS-TNEF MIME attachments"
+SRC_URI="mirror://sourceforge/tnef/${P}.tar.gz"
+HOMEPAGE="http://world.std.com/~damned/software.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ rm -rf "${D}"/usr/man
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die
+ doman doc/tnef.1 || die
+}