diff options
author | Tom William Payne <twp@gentoo.org> | 2003-05-05 10:10:39 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-05-05 10:10:39 +0000 |
commit | aab27ee8520921a26d35dba60c652b7c5029a975 (patch) | |
tree | c1feee4d3bab5d841d75bf8f38502e22290033fe /app-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-aab27ee8520921a26d35dba60c652b7c5029a975.tar.gz gentoo-2-aab27ee8520921a26d35dba60c652b7c5029a975.tar.bz2 gentoo-2-aab27ee8520921a26d35dba60c652b7c5029a975.zip |
Removed old version.
Diffstat (limited to 'app-misc')
-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 -} |