summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/vm/vm-7.19-r3.ebuild')
-rw-r--r--app-emacs/vm/vm-7.19-r3.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-emacs/vm/vm-7.19-r3.ebuild b/app-emacs/vm/vm-7.19-r3.ebuild
deleted file mode 100644
index bdb03eb67682..000000000000
--- a/app-emacs/vm/vm-7.19-r3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/vm-7.19-r3.ebuild,v 1.7 2009/09/10 08:32:36 ulm Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="An emacs major mode for reading and writing e-mail with support for GPG and MIME."
-HOMEPAGE="http://www.wonderworks.com/vm/"
-SRC_URI="ftp://ftp.uni-mainz.de/pub/software/gnu/${PN}/${P}.tar.gz
- ftp://ftp.uu.net/networking/mail/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-SITEFILE=51vm-gentoo.el
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}/vm-info-dir-fix-gentoo.patch"
- epatch "${FILESDIR}/${P}-burst-digest.patch"
- epatch "${FILESDIR}/${P}-gcc4.patch"
-}
-
-src_compile() {
- make prefix="${D}/usr" \
- INFODIR="${D}/usr/share/info" \
- LISPDIR="${D}/${SITELISP}/vm" \
- PIXMAPDIR="${D}/usr/share/pixmaps/vm" \
- all || die
-}
-
-src_install() {
- make prefix="${D}/usr" \
- INFODIR="${D}/usr/share/info" \
- LISPDIR="${D}/${SITELISP}/vm" \
- PIXMAPDIR="${D}/usr/share/pixmaps/vm" \
- install || die
- elisp-install ${PN} *.el
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc README
-}