summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-14 07:56:06 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-14 07:56:06 +0000
commitfada9ff761cede9076a27badc6a79993bf4cb8fb (patch)
tree8849ed2c41eaadd6bac58bbf1ceebc8a26a588c7 /app-emacs/vm
parentVersion bump, update HOMEPAGE. (diff)
downloadgentoo-2-fada9ff761cede9076a27badc6a79993bf4cb8fb.tar.gz
gentoo-2-fada9ff761cede9076a27badc6a79993bf4cb8fb.tar.bz2
gentoo-2-fada9ff761cede9076a27badc6a79993bf4cb8fb.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/vm')
-rw-r--r--app-emacs/vm/ChangeLog10
-rw-r--r--app-emacs/vm/files/50vm-gentoo-7.19.el10
-rw-r--r--app-emacs/vm/files/vm-7.19-burst-digest.patch18
-rw-r--r--app-emacs/vm/files/vm-7.19-gcc4.patch44
-rw-r--r--app-emacs/vm/files/vm-7.19-install-info.patch13
-rw-r--r--app-emacs/vm/files/vm-info-dir-fix-gentoo.patch13
-rw-r--r--app-emacs/vm/vm-7.19-r4.ebuild46
7 files changed, 8 insertions, 146 deletions
diff --git a/app-emacs/vm/ChangeLog b/app-emacs/vm/ChangeLog
index 1d9431f67378..87751656fbe3 100644
--- a/app-emacs/vm/ChangeLog
+++ b/app-emacs/vm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/vm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.99 2013/04/04 21:17:46 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.100 2014/02/14 07:56:06 ulm Exp $
+
+ 14 Feb 2014; Ulrich Müller <ulm@gentoo.org> -vm-7.19-r4.ebuild,
+ -files/vm-7.19-burst-digest.patch, -files/vm-7.19-gcc4.patch,
+ -files/vm-7.19-install-info.patch, -files/50vm-gentoo-7.19.el,
+ -files/vm-info-dir-fix-gentoo.patch:
+ Remove old.
04 Apr 2013; Ulrich Müller <ulm@gentoo.org> vm-7.19-r4.ebuild,
-vm-8.0.12-r6.ebuild, -files/vm-8.0.12-autoload-vm-pine.patch,
diff --git a/app-emacs/vm/files/50vm-gentoo-7.19.el b/app-emacs/vm/files/50vm-gentoo-7.19.el
deleted file mode 100644
index 2ce5be4d0fbc..000000000000
--- a/app-emacs/vm/files/50vm-gentoo-7.19.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(setq vm-toolbar-pixmap-directory "@SITEETC@")
-(setq vm-image-directory "@SITEETC@")
-(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/files/vm-7.19-burst-digest.patch b/app-emacs/vm/files/vm-7.19-burst-digest.patch
deleted file mode 100644
index 21721d085d74..000000000000
--- a/app-emacs/vm/files/vm-7.19-burst-digest.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- vm-digest.el~ 2003-05-03 23:31:52.000000000 +0200
-+++ vm-digest.el 2005-10-06 16:41:56.000000000 +0200
-@@ -179,6 +179,7 @@
- (goto-char start)
- (while (= (following-char) ?\n)
- (delete-char 1)))
-+ (insert ?\n)
- (insert (vm-trailing-message-separator folder-type)))
- ((vm-mime-types-match "multipart/digest"
- (car (vm-mm-layout-type layout)))
-@@ -202,6 +203,7 @@
- (goto-char start)
- (while (= (following-char) ?\n)
- (delete-char 1)))
-+ (insert ?\n)
- (insert (vm-trailing-message-separator folder-type))
- (setq part-list (cdr part-list))))
- (t (error
diff --git a/app-emacs/vm/files/vm-7.19-gcc4.patch b/app-emacs/vm/files/vm-7.19-gcc4.patch
deleted file mode 100644
index 15f49a10b586..000000000000
--- a/app-emacs/vm/files/vm-7.19-gcc4.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -ur vm-7.19.orig/base64-decode.c vm-7.19/base64-decode.c
---- vm-7.19.orig/base64-decode.c 1997-09-18 05:06:05.000000000 +0200
-+++ vm-7.19/base64-decode.c 2007-02-24 08:57:57.000000000 +0100
-@@ -3,6 +3,7 @@
- /* BASE64 on stdin -> converted data on stdout */
-
- #include <stdio.h>
-+#include <stdlib.h>
-
- #ifdef _WIN32
- #ifndef WIN32
-diff -ur vm-7.19.orig/base64-encode.c vm-7.19/base64-encode.c
---- vm-7.19.orig/base64-encode.c 1997-09-18 05:06:05.000000000 +0200
-+++ vm-7.19/base64-encode.c 2007-02-24 08:57:54.000000000 +0100
-@@ -7,6 +7,7 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
-
- #ifdef _WIN32
- #ifndef WIN32
-diff -ur vm-7.19.orig/qp-decode.c vm-7.19/qp-decode.c
---- vm-7.19.orig/qp-decode.c 2000-03-05 21:59:04.000000000 +0100
-+++ vm-7.19/qp-decode.c 2007-02-24 08:57:46.000000000 +0100
-@@ -4,6 +4,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <stdlib.h>
-
- #ifdef _WIN32
- #ifndef WIN32
-diff -ur vm-7.19.orig/qp-encode.c vm-7.19/qp-encode.c
---- vm-7.19.orig/qp-encode.c 2000-11-30 22:19:52.000000000 +0100
-+++ vm-7.19/qp-encode.c 2007-02-24 08:57:35.000000000 +0100
-@@ -7,6 +7,7 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
-
- #ifdef _WIN32
- #ifndef WIN32
diff --git a/app-emacs/vm/files/vm-7.19-install-info.patch b/app-emacs/vm/files/vm-7.19-install-info.patch
deleted file mode 100644
index 38c5601cb257..000000000000
--- a/app-emacs/vm/files/vm-7.19-install-info.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fixes installation with Emacs 23 where only a single vm.info file is created.
-
---- vm-7.19-orig/Makefile 2003-03-31 01:51:43.000000000 +0200
-+++ vm-7.19/Makefile 2009-09-10 09:46:23.000000000 +0200
-@@ -115,7 +115,7 @@
-
- install-info: vm.info
- test -d $(INFODIR) || mkdir -p $(INFODIR)
-- cp vm.info vm.info-* $(INFODIR)
-+ cp vm.info* $(INFODIR)
-
- install-vm: vm.elc
- test -d $(LISPDIR) || mkdir -p $(LISPDIR)
diff --git a/app-emacs/vm/files/vm-info-dir-fix-gentoo.patch b/app-emacs/vm/files/vm-info-dir-fix-gentoo.patch
deleted file mode 100644
index 34334aa5c1cd..000000000000
--- a/app-emacs/vm/files/vm-info-dir-fix-gentoo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- vm.texinfo~ 2004-09-29 09:10:15.000000000 +0200
-+++ vm.texinfo 2007-04-05 00:57:50.000000000 +0200
-@@ -1,8 +1,9 @@
- \input texinfo @comment -*-Text-*-
- @setfilename vm.info
- @settitle VM User's Manual
-+@dircategory Emacs
- @direntry
--* VM:: A mail reader.
-+* VM: (vm). A mail reader.
- @end direntry
- @iftex
- @finalout
diff --git a/app-emacs/vm/vm-7.19-r4.ebuild b/app-emacs/vm/vm-7.19-r4.ebuild
deleted file mode 100644
index 3e47379de02a..000000000000
--- a/app-emacs/vm/vm-7.19-r4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/vm-7.19-r4.ebuild,v 1.7 2013/04/04 21:17:46 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="amd64 ppc x86"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo-${PV}.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"
- epatch "${FILESDIR}/${P}-install-info.patch"
-}
-
-src_compile() {
- make prefix="${D}/usr" \
- INFODIR="${D}/usr/share/info" \
- LISPDIR="${D}${SITELISP}/${PN}" \
- PIXMAPDIR="${D}${SITEETC}/${PN}" \
- all || die
-}
-
-src_install() {
- make prefix="${D}/usr" \
- INFODIR="${D}/usr/share/info" \
- LISPDIR="${D}${SITELISP}/${PN}" \
- PIXMAPDIR="${D}${SITEETC}/${PN}" \
- install || die
- elisp-install ${PN} *.el
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc README
-}