summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/run-mailcap')
-rw-r--r--app-misc/run-mailcap/Manifest2
-rw-r--r--app-misc/run-mailcap/files/run-mailcap-breakrecursion.patch11
-rw-r--r--app-misc/run-mailcap/metadata.xml5
-rw-r--r--app-misc/run-mailcap/run-mailcap-3.39_p1.ebuild36
-rw-r--r--app-misc/run-mailcap/run-mailcap-3.52_p1.ebuild33
5 files changed, 0 insertions, 87 deletions
diff --git a/app-misc/run-mailcap/Manifest b/app-misc/run-mailcap/Manifest
deleted file mode 100644
index 209f3a6aaf94..000000000000
--- a/app-misc/run-mailcap/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mime-support_3.39-1.tar.gz 28441 SHA256 2fe267478fdf9edbef427967a8141ed8ceb5ccd15ca9eaaa336a44a7982220ea SHA512 20603262ceb0592a4d2d3519af7498eb790c2b57887ba7c59cddb48e497b3d3ba567cd7882bc35d7dd0b07bbbf0f2a750ae92f3a540c3d5b124baf1d8211eff1 WHIRLPOOL 0ffb41799983ca6eaf11cc08927b5ea7e95cc56625e25b6d9cb61fb6ef652d40bde210bc4b32ea6aebcd03feda1ae74e0ef796b2aff3f65e38d26e15d401ba2b
-DIST mime-support_3.52-1.tar.gz 31107 SHA256 78ebee71b8de0fbf606f58255b43bfda1dbc94d0e8c416e8b7f233548cf47ea4 SHA512 445d96a95c56564c56babb5883319d57535c372ebd96c95c0fafc4264be7a7b5075145afa5ec27a16668800b78c092fb5014a710cdf451c521ae25c35640e66a WHIRLPOOL a2c6d8709b4e5abc1cfa4ef8602d5654c31278c06fbf739d9b383f28d2390adca6d184dc8943b576fb82d65f4afcbb1cf9d92882a4d13da538968023979aba23
diff --git a/app-misc/run-mailcap/files/run-mailcap-breakrecursion.patch b/app-misc/run-mailcap/files/run-mailcap-breakrecursion.patch
deleted file mode 100644
index 326abd263ce1..000000000000
--- a/app-misc/run-mailcap/files/run-mailcap-breakrecursion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mime-support/run-mailcap.old 2005-08-03 15:36:00.000000000 -0400
-+++ mime-support/run-mailcap 2005-08-03 15:37:41.000000000 -0400
-@@ -440,7 +440,7 @@
- $fail++;
- next;
- }
-- } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/) {
-+ } elsif ($action eq 'view' && $match =~ m/;\s*copiousoutput\s*($|;)/ && $type ne 'text/plain') {
- $comm .= " | $0 --action=$action text/plain:-";
- }
-
diff --git a/app-misc/run-mailcap/metadata.xml b/app-misc/run-mailcap/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-misc/run-mailcap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/app-misc/run-mailcap/run-mailcap-3.39_p1.ebuild b/app-misc/run-mailcap/run-mailcap-3.39_p1.ebuild
deleted file mode 100644
index 0f34cf482cc5..000000000000
--- a/app-misc/run-mailcap/run-mailcap-3.39_p1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-MY_PV="${PV/_p/-}"
-DESCRIPTION="Execute programs via entries in the mailcap file"
-HOMEPAGE="http://packages.debian.org/unstable/net/mime-support"
-SRC_URI="mirror://debian/pool/main/m/mime-support/mime-support_${MY_PV}.tar.gz"
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.6
- app-misc/mime-types"
-
-S=${WORKDIR}/mime-support
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/run-mailcap-breakrecursion.patch
- sed -i run-mailcap -e 's:^\(\$xtermprgrm=\)"/usr/bin/x-terminal-emulator":\1$ENV{XTERMCMD} || "xterm":'
-}
-
-src_install() {
- dobin run-mailcap
- newman run-mailcap.man run-mailcap.1
- newman mailcap.man mailcap.4
- for i in compose edit see print; do
- dosym run-mailcap /usr/bin/$i
- dosym run-mailcap.1 /usr/share/man/man1/$i.1
- done
-}
diff --git a/app-misc/run-mailcap/run-mailcap-3.52_p1.ebuild b/app-misc/run-mailcap/run-mailcap-3.52_p1.ebuild
deleted file mode 100644
index 5ceec80b7a1b..000000000000
--- a/app-misc/run-mailcap/run-mailcap-3.52_p1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-MY_PV="${PV/_p/-}"
-DESCRIPTION="Execute programs via entries in the mailcap file"
-HOMEPAGE="http://packages.debian.org/unstable/net/mime-support"
-SRC_URI="mirror://debian/pool/main/m/mime-support/mime-support_${MY_PV}.tar.gz"
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.6
- app-misc/mime-types"
-
-S=${WORKDIR}/mime-support
-
-src_prepare() {
- sed -i run-mailcap -e 's:^\(\$xtermprgrm=\)"/usr/bin/x-terminal-emulator":\1$ENV{XTERMCMD} || "xterm":'
-}
-
-src_install() {
- dobin run-mailcap
- newman run-mailcap.man run-mailcap.1
- newman mailcap.man mailcap.4
- for i in compose edit see print; do
- dosym run-mailcap /usr/bin/$i
- dosym run-mailcap.1 /usr/share/man/man1/$i.1
- done
-}