summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-27 19:47:32 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-27 19:47:32 +0000
commit811a1d014ae7a57a90ee55c3d31b2f2e0542fb68 (patch)
tree2d8b6fd9a236f214c6e81dfbe3178aeb8f7d1645 /app-emacs/vm
parentppc stable #286137 (diff)
downloadhistorical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.tar.gz
historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.tar.bz2
historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.zip
Remove old.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-emacs/vm')
-rw-r--r--app-emacs/vm/ChangeLog6
-rw-r--r--app-emacs/vm/files/51vm-gentoo.el13
-rw-r--r--app-emacs/vm/vm-7.19-r3.ebuild45
3 files changed, 5 insertions, 59 deletions
diff --git a/app-emacs/vm/ChangeLog b/app-emacs/vm/ChangeLog
index e0ff39edf186..ea57d364e780 100644
--- a/app-emacs/vm/ChangeLog
+++ b/app-emacs/vm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/vm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.72 2009/09/27 17:42:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.73 2009/09/27 19:43:27 ulm Exp $
+
+ 27 Sep 2009; Ulrich Mueller <ulm@gentoo.org> -files/51vm-gentoo.el,
+ -vm-7.19-r3.ebuild:
+ Remove old.
27 Sep 2009; nixnut <nixnut@gentoo.org> vm-7.19-r4.ebuild:
ppc stable #284462
diff --git a/app-emacs/vm/files/51vm-gentoo.el b/app-emacs/vm/files/51vm-gentoo.el
deleted file mode 100644
index 754b946836cd..000000000000
--- a/app-emacs/vm/files/51vm-gentoo.el
+++ /dev/null
@@ -1,13 +0,0 @@
-
-;;; VM site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(setq vm-toolbar-pixmap-directory "/usr/share/pixmaps/vm")
-(setq vm-image-directory "/usr/share/pixmaps/vm")
-(autoload 'vm "vm" "Start VM on your primary inbox." t)
-(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t)
-(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
-(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
-(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
-(autoload 'vm-mail "vm" "Send a mail message using VM." t)
-(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
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
-}