summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2003-04-24 17:50:58 +0000
committerTom William Payne <twp@gentoo.org>2003-04-24 17:50:58 +0000
commita904af3a44c8476f9352026923814fe6885187ee (patch)
tree10005b432ab68ab79b11fcb5c57ea2ba9def5a55 /app-misc/run-mailcap
parentadded ebuild fix for pon/poff and misc scripts, fixes bug #18264 (diff)
downloadgentoo-2-a904af3a44c8476f9352026923814fe6885187ee.tar.gz
gentoo-2-a904af3a44c8476f9352026923814fe6885187ee.tar.bz2
gentoo-2-a904af3a44c8476f9352026923814fe6885187ee.zip
Removed old versions.
Diffstat (limited to 'app-misc/run-mailcap')
-rw-r--r--app-misc/run-mailcap/run-mailcap-3.21.ebuild25
-rw-r--r--app-misc/run-mailcap/run-mailcap-3.21_p1.ebuild25
2 files changed, 0 insertions, 50 deletions
diff --git a/app-misc/run-mailcap/run-mailcap-3.21.ebuild b/app-misc/run-mailcap/run-mailcap-3.21.ebuild
deleted file mode 100644
index af215d859188..000000000000
--- a/app-misc/run-mailcap/run-mailcap-3.21.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/run-mailcap/run-mailcap-3.21.ebuild,v 1.1 2003/04/06 19:31:08 mholzer Exp $
-
-
-DESCRIPTION="Execute programs via entries in the mailcap file"
-HOMEPAGE="http://packages.debian.org/unstable/net/mime-support.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/m/mime-support/mime-support_${PV}-1.tar.gz"
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc "
-IUSE=""
-DEPEND=""
-RDEPEND=">=perl-5.6*"
-
-S=${WORKDIR}/mime-support
-
-src_compile() {
- cp run-mailcap.man run-mailcap.1 || die "cp failed"
-}
-
-src_install() {
- dobin run-mailcap
- doman run-mailcap.1
-}
diff --git a/app-misc/run-mailcap/run-mailcap-3.21_p1.ebuild b/app-misc/run-mailcap/run-mailcap-3.21_p1.ebuild
deleted file mode 100644
index b8b897f86db7..000000000000
--- a/app-misc/run-mailcap/run-mailcap-3.21_p1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/run-mailcap/run-mailcap-3.21_p1.ebuild,v 1.1 2003/04/16 23:03:20 twp Exp $
-
-MY_PV=`echo ${PV} | sed 's/_p/-/'`
-DESCRIPTION="Execute programs via entries in the mailcap file"
-HOMEPAGE="http://packages.debian.org/unstable/net/mime-support.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/m/mime-support/mime-support_${MY_PV}.tar.gz"
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc "
-IUSE=""
-DEPEND=""
-RDEPEND=">=perl-5.6*"
-
-S=${WORKDIR}/mime-support
-
-src_compile() {
- cp run-mailcap.man run-mailcap.1 || die "cp failed"
-}
-
-src_install() {
- dobin run-mailcap
- doman run-mailcap.1
-}