summaryrefslogtreecommitdiff
path: root/net-mail/tnef
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-12 17:42:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-12 17:42:09 +0100
commit12d78242dec4f785d0a0bfb1c00eee2d8996c53b (patch)
tree0e7146574ec8dc5e4e1ebe328c68a50a48f170ca /net-mail/tnef
parent6e0dec7ba4f6c5793a3d0b85952efa7ec57afa65 (diff)
gentoo resync : 12.10.2017 (fix rsync script)
Diffstat (limited to 'net-mail/tnef')
-rw-r--r--net-mail/tnef/tnef-1.4.14.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mail/tnef/tnef-1.4.14.ebuild b/net-mail/tnef/tnef-1.4.14.ebuild
deleted file mode 100644
index 8e0461aaa7b1..000000000000
--- a/net-mail/tnef/tnef-1.4.14.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Decodes MS-TNEF MIME attachments"
-HOMEPAGE="https://github.com/verdammelt/tnef/"
-SRC_URI="https://github.com/verdammelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
-
-src_prepare() {
- eautoreconf
- eapply_user
-}
-
-src_test() {
- emake -j1 check
-}