diff options
author | 2003-05-05 10:10:39 +0000 | |
---|---|---|
committer | 2003-05-05 10:10:39 +0000 | |
commit | b83e2e05f233e43ab665c7ed47fc67f6fec9129a (patch) | |
tree | 9b87466ec03dc63588fea0c8425f73b107a67d64 | |
parent | Version bump. (diff) | |
download | historical-b83e2e05f233e43ab665c7ed47fc67f6fec9129a.tar.gz historical-b83e2e05f233e43ab665c7ed47fc67f6fec9129a.tar.bz2 historical-b83e2e05f233e43ab665c7ed47fc67f6fec9129a.zip |
Removed old version.
-rw-r--r-- | app-misc/run-mailcap/files/digest-run-mailcap-3.22_p1 | 2 | ||||
-rw-r--r-- | app-misc/run-mailcap/run-mailcap-3.22_p1.ebuild | 25 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/run-mailcap/files/digest-run-mailcap-3.22_p1 b/app-misc/run-mailcap/files/digest-run-mailcap-3.22_p1 deleted file mode 100644 index fc4612dc39d3..000000000000 --- a/app-misc/run-mailcap/files/digest-run-mailcap-3.22_p1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3070adadc63d59910441de396efaad3f /run-mailcap-3.22_p1.ebuild 735 -MD5 79a389a4c88102dfe6708f8c7594a546 mime-support_3.22-1.tar.gz 72869 diff --git a/app-misc/run-mailcap/run-mailcap-3.22_p1.ebuild b/app-misc/run-mailcap/run-mailcap-3.22_p1.ebuild deleted file mode 100644 index 53ef5eda29df..000000000000 --- a/app-misc/run-mailcap/run-mailcap-3.22_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.22_p1.ebuild,v 1.1 2003/04/24 17:52:10 twp Exp $ - -MY_PV="${PV/_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 -} |