[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2023-07-29 Thread Ulrich Müller
commit: d404290a96638575dd6eeb6097afd3f5a6a91c24
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 29 21:18:33 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 29 21:19:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d404290a

app-emacs/vm: drop 

Closes: https://bugs.gentoo.org/911439
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/vm/vm-.ebuild | 58 -
 1 file changed, 58 deletions(-)

diff --git a/app-emacs/vm/vm-.ebuild b/app-emacs/vm/vm-.ebuild
deleted file mode 100644
index 7834ef8f589d..
--- a/app-emacs/vm/vm-.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp bzr autotools
-
-DESCRIPTION="The VM mail reader for Emacs"
-HOMEPAGE="http://www.nongnu.org/viewmail/";
-EBZR_REPO_URI="lp:vm"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="bbdb ssl"
-
-BDEPEND="bbdb? ( app-emacs/bbdb )"
-RDEPEND="${BDEPEND}
-   ssl? ( net-misc/stunnel )"
-BDEPEND="${BDEPEND}
-   sys-apps/texinfo"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   eapply "${FILESDIR}"/vm-8.2.0_beta-texinfo-encoding.patch
-   if ! use bbdb; then
-   elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is 
not set."
-   eapply "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"
-   fi
-   eapply_user
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-emacs="emacs" \
-   --with-lispdir="${SITELISP}/${PN}" \
-   --with-etcdir="${SITEETC}/${PN}" \
-   --with-docdir="/usr/share/doc/${PF}" \
-   $(use bbdb && echo "--with-other-dirs=${SITELISP}/bbdb")
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   emake -j1 DESTDIR="${D}" install
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-   # delete duplicate documentation
-   find "${D}/${SITEETC}/${PN}" -type d -name pixmaps -prune \
-   -o -type f -exec rm '{}' '+' || die
-
-   dodoc example.vm
-   # NEWS is accessed from lisp and must not be compressed
-   docompress -x /usr/share/doc/${PF}/NEWS
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2021-09-27 Thread Ulrich Müller
commit: eca29d7f2950d5949fef42a05d9e003e467a48b0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Sep 25 09:53:47 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Sep 27 16:55:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca29d7f

Revert "app-emacs/vm: remove - ebuild due to ::gentoo not havgin bzr"

This reverts commit 1072d5e9992ac753dbcbfff6541f6a6f6f7fc913.

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/vm/vm-.ebuild | 58 +
 1 file changed, 58 insertions(+)

diff --git a/app-emacs/vm/vm-.ebuild b/app-emacs/vm/vm-.ebuild
new file mode 100644
index 000..7834ef8f589
--- /dev/null
+++ b/app-emacs/vm/vm-.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp bzr autotools
+
+DESCRIPTION="The VM mail reader for Emacs"
+HOMEPAGE="http://www.nongnu.org/viewmail/";
+EBZR_REPO_URI="lp:vm"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="bbdb ssl"
+
+BDEPEND="bbdb? ( app-emacs/bbdb )"
+RDEPEND="${BDEPEND}
+   ssl? ( net-misc/stunnel )"
+BDEPEND="${BDEPEND}
+   sys-apps/texinfo"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   eapply "${FILESDIR}"/vm-8.2.0_beta-texinfo-encoding.patch
+   if ! use bbdb; then
+   elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is 
not set."
+   eapply "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"
+   fi
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-emacs="emacs" \
+   --with-lispdir="${SITELISP}/${PN}" \
+   --with-etcdir="${SITEETC}/${PN}" \
+   --with-docdir="/usr/share/doc/${PF}" \
+   $(use bbdb && echo "--with-other-dirs=${SITELISP}/bbdb")
+}
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   emake -j1 DESTDIR="${D}" install
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   # delete duplicate documentation
+   find "${D}/${SITEETC}/${PN}" -type d -name pixmaps -prune \
+   -o -type f -exec rm '{}' '+' || die
+
+   dodoc example.vm
+   # NEWS is accessed from lisp and must not be compressed
+   docompress -x /usr/share/doc/${PF}/NEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2020-05-27 Thread Joonas Niilola
commit: 1072d5e9992ac753dbcbfff6541f6a6f6f7fc913
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu May 28 05:45:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu May 28 05:45:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1072d5e9

app-emacs/vm: remove - ebuild due to ::gentoo not havgin bzr

Bug: https://bugs.gentoo.org/719892
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emacs/vm/vm-.ebuild | 58 -
 1 file changed, 58 deletions(-)

diff --git a/app-emacs/vm/vm-.ebuild b/app-emacs/vm/vm-.ebuild
deleted file mode 100644
index 7834ef8f589..000
--- a/app-emacs/vm/vm-.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp bzr autotools
-
-DESCRIPTION="The VM mail reader for Emacs"
-HOMEPAGE="http://www.nongnu.org/viewmail/";
-EBZR_REPO_URI="lp:vm"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="bbdb ssl"
-
-BDEPEND="bbdb? ( app-emacs/bbdb )"
-RDEPEND="${BDEPEND}
-   ssl? ( net-misc/stunnel )"
-BDEPEND="${BDEPEND}
-   sys-apps/texinfo"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   eapply "${FILESDIR}"/vm-8.2.0_beta-texinfo-encoding.patch
-   if ! use bbdb; then
-   elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is 
not set."
-   eapply "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"
-   fi
-   eapply_user
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-emacs="emacs" \
-   --with-lispdir="${SITELISP}/${PN}" \
-   --with-etcdir="${SITEETC}/${PN}" \
-   --with-docdir="/usr/share/doc/${PF}" \
-   $(use bbdb && echo "--with-other-dirs=${SITELISP}/bbdb")
-}
-
-src_compile() {
-   emake -j1
-}
-
-src_install() {
-   emake -j1 DESTDIR="${D}" install
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-   # delete duplicate documentation
-   find "${D}/${SITEETC}/${PN}" -type d -name pixmaps -prune \
-   -o -type f -exec rm '{}' '+' || die
-
-   dodoc example.vm
-   # NEWS is accessed from lisp and must not be compressed
-   docompress -x /usr/share/doc/${PF}/NEWS
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-10-22 Thread Ulrich Müller
commit: 2e7fb963d30c293cb676dbf681c8b7effdc465eb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 22 12:59:08 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 22 13:10:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7fb963

app-emacs/vm: Move app-emacs/bbdb to BDEPEND.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index df64a109d95..519d10d2b62 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -16,10 +16,11 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86"
 IUSE="bbdb ssl"
 
-DEPEND="bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}
+BDEPEND="bbdb? ( app-emacs/bbdb )"
+RDEPEND="${BDEPEND}
ssl? ( net-misc/stunnel )"
-BDEPEND="sys-apps/texinfo"
+BDEPEND="${BDEPEND}
+   sys-apps/texinfo"
 
 S="${WORKDIR}/${MY_P}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-10-22 Thread Ulrich Müller
commit: 4508712e3f05578c8bef05bf6012995baa174690
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 22 13:05:23 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 22 13:10:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4508712e

app-emacs/vm: Add live ebuild.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/vm/vm-.ebuild | 58 +
 1 file changed, 58 insertions(+)

diff --git a/app-emacs/vm/vm-.ebuild b/app-emacs/vm/vm-.ebuild
new file mode 100644
index 000..7834ef8f589
--- /dev/null
+++ b/app-emacs/vm/vm-.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp bzr autotools
+
+DESCRIPTION="The VM mail reader for Emacs"
+HOMEPAGE="http://www.nongnu.org/viewmail/";
+EBZR_REPO_URI="lp:vm"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="bbdb ssl"
+
+BDEPEND="bbdb? ( app-emacs/bbdb )"
+RDEPEND="${BDEPEND}
+   ssl? ( net-misc/stunnel )"
+BDEPEND="${BDEPEND}
+   sys-apps/texinfo"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   eapply "${FILESDIR}"/vm-8.2.0_beta-texinfo-encoding.patch
+   if ! use bbdb; then
+   elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is 
not set."
+   eapply "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"
+   fi
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-emacs="emacs" \
+   --with-lispdir="${SITELISP}/${PN}" \
+   --with-etcdir="${SITEETC}/${PN}" \
+   --with-docdir="/usr/share/doc/${PF}" \
+   $(use bbdb && echo "--with-other-dirs=${SITELISP}/bbdb")
+}
+
+src_compile() {
+   emake -j1
+}
+
+src_install() {
+   emake -j1 DESTDIR="${D}" install
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   # delete duplicate documentation
+   find "${D}/${SITEETC}/${PN}" -type d -name pixmaps -prune \
+   -o -type f -exec rm '{}' '+' || die
+
+   dodoc example.vm
+   # NEWS is accessed from lisp and must not be compressed
+   docompress -x /usr/share/doc/${PF}/NEWS
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/files/, app-emacs/vm/

2019-10-13 Thread Ulrich Müller
commit: b451acb7defe46c596ca96ae3245b2779d47aa92
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Oct 13 11:27:23 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Oct 13 11:27:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b451acb7

app-emacs/vm: Declare encoding of texinfo file.

Closes: https://bugs.gentoo.org/697556
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/vm/files/vm-8.2.0_beta-texinfo-encoding.patch |  8 
 app-emacs/vm/vm-8.2.0_beta-r1.ebuild| 12 +++-
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/app-emacs/vm/files/vm-8.2.0_beta-texinfo-encoding.patch 
b/app-emacs/vm/files/vm-8.2.0_beta-texinfo-encoding.patch
new file mode 100644
index 000..2e202ee9c77
--- /dev/null
+++ b/app-emacs/vm/files/vm-8.2.0_beta-texinfo-encoding.patch
@@ -0,0 +1,8 @@
+--- vm-8.2.0b-orig/info/vm.texinfo
 vm-8.2.0b/info/vm.texinfo
+@@ -1,4 +1,5 @@
+ \input texinfo
++@documentencoding ISO-8859-1
+ @setfilename vm.info
+ @settitle VM User's Manual
+ @dircategory Emacs

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 271adb1e64f..df64a109d95 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -23,13 +23,15 @@ BDEPEND="sys-apps/texinfo"
 
 S="${WORKDIR}/${MY_P}"
 SITEFILE="50${PN}-gentoo.el"
+PATCHES=(
+   "${FILESDIR}"/${P}-datadir.patch
+   "${FILESDIR}"/${P}-texinfo-5.patch
+   "${FILESDIR}"/${P}-optional-args.patch
+   "${FILESDIR}"/${P}-texinfo-encoding.patch
+)
 
 src_prepare() {
-   eapply "${FILESDIR}/${P}-datadir.patch"
-   eapply "${FILESDIR}/${P}-texinfo-5.patch"
-   eapply "${FILESDIR}/${P}-optional-args.patch"
-   eapply_user
-
+   elisp_src_prepare
if ! use bbdb; then
elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is 
not set."
eapply "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-10-11 Thread Matt Turner
commit: 37f21ba4733d481ff05233198dc2ae8ae578c02d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 04:26:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 04:30:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f21ba4

app-emacs/vm-8.2.0_beta-r1: add ~alpha, bug 693064

Signed-off-by: Matt Turner  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 284f8c20ce9..271adb1e64f 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-09-20 Thread Sergei Trofimovich
commit: f07fac0c827e93aae9ed4e3b36914881ff1cdfcc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 07:09:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 07:09:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07fac0c

app-emacs/vm: keyworded 8.2.0_beta-r1 for ia64, bug #693064

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 143e0808b91..284f8c20ce9 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/, app-emacs/vm/files/

2019-09-03 Thread Ulrich Müller
commit: f5497dfe42ae6341b9a5fb8f44d23892e5bc87d4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Sep  3 08:03:51 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep  3 08:05:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5497dfe

app-emacs/vm: Remove old.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/vm/Manifest   |  1 -
 app-emacs/vm/files/50vm-gentoo-8.0.el   |  4 --
 app-emacs/vm/files/vm-8.1.2-texinfo-5.patch | 59 -
 app-emacs/vm/vm-8.1.2.ebuild| 50 
 4 files changed, 114 deletions(-)

diff --git a/app-emacs/vm/Manifest b/app-emacs/vm/Manifest
index 42b74a039a9..3b92fe090b2 100644
--- a/app-emacs/vm/Manifest
+++ b/app-emacs/vm/Manifest
@@ -1,2 +1 @@
-DIST vm-8.1.2.tgz 703527 BLAKE2B 
34b6326363893b830d76a48dc6e103100d8da6891392926d21eff00bb25217af58eb6f161ba38e99becc31f6bf1496eb75fb71709b57b08cd247fa1b28543a1b
 SHA512 
6b879e237d6509ecd95aff3fb5e26018cb38dd19b29a57545bd28b0ca45961a7106cefd6fdd42e123119ac465a4b9ef66b683c47a9f1d9ac683a954b484a0ff4
 DIST vm-8.2.0b.tgz 839789 BLAKE2B 
fc032e0a6259d2397d80cc80fbb7cf5845e43a228124f867402738a9123c78c798822d8d9c8edbdb823bfe3bce946d53afb6cd24e02d28925a51d458cf21eedf
 SHA512 
37b642975e8fe7e350c0a648f83608b28d8616417d376d9888c89b37c90d8bdb3c91cdc4c91a0f5072d29ac81bfea3d88f9b36699379bf8a5bdd15dd5a70858d

diff --git a/app-emacs/vm/files/50vm-gentoo-8.0.el 
b/app-emacs/vm/files/50vm-gentoo-8.0.el
deleted file mode 100644
index 554b6634a2e..000
--- a/app-emacs/vm/files/50vm-gentoo-8.0.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(setq vm-toolbar-pixmap-directory "@SITEETC@")
-(setq vm-image-directory "@SITEETC@")
-(require 'vm-autoloads)

diff --git a/app-emacs/vm/files/vm-8.1.2-texinfo-5.patch 
b/app-emacs/vm/files/vm-8.1.2-texinfo-5.patch
deleted file mode 100644
index 0283e19a8a7..000
--- a/app-emacs/vm/files/vm-8.1.2-texinfo-5.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-diff -up emacs-vm-8.1.2/info/vm.texinfo.texinfo5 emacs-vm-8.1.2/info/vm.texinfo
 emacs-vm-8.1.2/info/vm.texinfo.texinfo52012-03-05 18:43:21.0 
+0100
-+++ emacs-vm-8.1.2/info/vm.texinfo 2013-05-19 00:05:10.0 +0200
-@@ -783,7 +783,8 @@ following formats:
- 
- @example
- ``pop:@var{HOST}:@var{PORT}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
--``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''@end
 example
-+``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
-+@end example
- 
- @noindent Remote mailboxes accessed by VM in this fashion are referred
- to as @dfn{server folders} (and @dfn{POP folders} or @dfn{IMAP
-@@ -996,8 +997,7 @@ The variable's value should be an associ
-  ((@var{IMAPDROP} @var{NAME}) ...)
- @end example
- 
--@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop
--  specification}). 
-+@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop 
specification}).
- 
- @var{NAME} is a string that should give a less cumbersome name that you
- will use to refer to this maildrop when using @code{vm-visit-imap-folder}.
-@@ -2342,7 +2342,7 @@ MIME encode it as necessary.
- * MIME preview::Previewing a MIME message before sending.
- @end menu
- 
--@node MIME attachments, MIME characters, MIME Composition, MIME Composition, 
-+@node MIME attachments, MIME characters, MIME Composition, MIME Composition
- @unnumberedsec MIME attachments
- 
- @kindex C-c C-a
-@@ -3328,13 +3328,15 @@ The fifth is `f' or ` ', for messages fi
- The sixth is `w' or ` ', for messages written.
- @*
- The seventh is `e' or ` ', for messages that have been edited.
-+@vindex vm-summary-attachment-indicator
- @item P
- indicator for a message with attachments.
--The variable @vindex vm-summary-attachment-indicator
-+The variable
- @code{vm-summary-attachment-indicator} is the inserted string, by default a 
@code{$}.
-+@vindex vm-summary-postponed-indicator
- @item p
- indicator for a postponed message. 
--The variable @vindex vm-summary-postponed-indicator
-+The variable
- @code{vm-summary-postponed-indicator} is the inserted string, by default a 
@code{P}.
- @item c
- number of characters in message (ignoring headers)
-@@ -4588,7 +4590,7 @@ The project code base is maintained at t
- @uref{http://launchpad.net/vm}.  The ``VM Development Team'' can be
- reached here using the email address @code{vm@@launchpad.net}.
- 
--@unnumberedsubsec Savannah project site
-+@unnumberedsec Savannah project site
- 
- The changes made in each of the releases is described in the @samp{NEWS}
- file, which can be found in the source code repository.  The changes made

diff --git a/app-emacs/vm/vm-8.1.2.ebuild b/app-emacs/vm/vm-8.1.2.ebuild
deleted file mode 100644
index 3cc65011f9c..000
--- a/app-emacs/vm/vm-8.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gento

[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-09-02 Thread Agostino Sarubbo
commit: a795317b8bfddefcce1748567d366367adb38d31
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 13:23:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 13:23:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a795317b

app-emacs/vm: amd64 stable wrt bug #693204

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 6e243bcb55e..143e0808b91 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-09-02 Thread Agostino Sarubbo
commit: 00e316f98033875d39f7cd979c15e2ae9987eaa7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 10:15:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 10:15:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e316f9

app-emacs/vm: x86 stable wrt bug #693204

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index f54eaa274c7..6e243bcb55e 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-09-02 Thread Agostino Sarubbo
commit: 565c639690454ad39b7f9341c4c7eeffe12076c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  2 10:11:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  2 10:11:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565c6396

app-emacs/vm: ppc stable wrt bug #693204

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 9c218b069a7..f54eaa274c7 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2019-08-31 Thread Sergei Trofimovich
commit: 7ebf8809a57944feb75d5e3603c2c83a76b7ca67
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebf8809

app-emacs/vm: keyworded 8.2.0_beta-r1 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 2027647cf11..9c218b069a7 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2018-08-10 Thread Ulrich Müller
commit: 6760261651ebf4728033008855dd4e3a3dc3dcdd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Aug 10 20:02:58 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Aug 10 20:03:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67602616

Revert "app-emacs/vm: Depend on 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/

2018-08-09 Thread Ulrich Müller
commit: cbddee99c918586cf77a97e06683b6ac940d449c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Aug 10 05:56:06 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Aug 10 06:22:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbddee99

app-emacs/vm: Depend on 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/files/, app-emacs/vm/

2018-08-09 Thread Ulrich Müller
commit: 5e3ee0a508a71cbc4090d86e09e3a5c124566034
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Aug 10 06:22:02 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Aug 10 06:22:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3ee0a5

app-emacs/vm: Fix function definition in vm-pcrisis.el.

Bug: https://bugs.gentoo.org/652952
Package-Manager: Portage-2.3.45, Repoman-2.3.10

 app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch   | 13 +
 .../{vm-8.2.0_beta.ebuild => vm-8.2.0_beta-r1.ebuild}  | 18 +-
 2 files changed, 22 insertions(+), 9 deletions(-)

diff --git a/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch 
b/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch
new file mode 100644
index 000..2cec28e046f
--- /dev/null
+++ b/app-emacs/vm/files/vm-8.2.0_beta-optional-args.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/652952
+
+--- vm-8.2.0b-orig/lisp/vm-pcrisis.el
 vm-8.2.0b/lisp/vm-pcrisis.el
+@@ -1214,7 +1214,7 @@
+ ;; Functions for vmpc-conditions:
+ ;; ---
+ 
+-(defun vmpc-none-true-yet (&optional &rest exceptions)
++(defun vmpc-none-true-yet (&rest exceptions)
+   "True if none of the previous evaluated conditions was true.
+ This is a condition that can appear in `vmpc-conditions'.  If EXCEPTIONS are
+ specified, it means none were true except those.  For example, if you wanted

diff --git a/app-emacs/vm/vm-8.2.0_beta.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
similarity index 83%
rename from app-emacs/vm/vm-8.2.0_beta.ebuild
rename to app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 2ed8bc2e6aa..0cdf2674f88 100644
--- a/app-emacs/vm/vm-8.2.0_beta.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit elisp eutils
+inherit elisp
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"
@@ -17,22 +17,22 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/vm/, app-emacs/vm/files/

2015-08-13 Thread Sebastian Pipping
commit: 3d341781e5288feda7b654128402fc5c5aa74f1c
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Aug 13 22:20:25 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Aug 13 22:23:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d341781

app-emacs/vm: Fix compilation (bug #554542)

Patch from
https://launchpadlibrarian.net/140342636/emacs-vm-8.1.2-texinfo5.patch
https://bugs.launchpad.net/vm/8.2.x/+bug/1181584

Signed-off-by: Sebastian Pipping  gentoo.org>

 app-emacs/vm/files/vm-8.1.2-texinfo-5.patch | 59 +
 app-emacs/vm/vm-8.1.2.ebuild|  1 +
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/vm/files/vm-8.1.2-texinfo-5.patch 
b/app-emacs/vm/files/vm-8.1.2-texinfo-5.patch
new file mode 100644
index 000..0283e19
--- /dev/null
+++ b/app-emacs/vm/files/vm-8.1.2-texinfo-5.patch
@@ -0,0 +1,59 @@
+diff -up emacs-vm-8.1.2/info/vm.texinfo.texinfo5 emacs-vm-8.1.2/info/vm.texinfo
+--- emacs-vm-8.1.2/info/vm.texinfo.texinfo52012-03-05 18:43:21.0 
+0100
 emacs-vm-8.1.2/info/vm.texinfo 2013-05-19 00:05:10.0 +0200
+@@ -783,7 +783,8 @@ following formats:
+ 
+ @example
+ ``pop:@var{HOST}:@var{PORT}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
+-``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''@end
 example
++``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
++@end example
+ 
+ @noindent Remote mailboxes accessed by VM in this fashion are referred
+ to as @dfn{server folders} (and @dfn{POP folders} or @dfn{IMAP
+@@ -996,8 +997,7 @@ The variable's value should be an associ
+  ((@var{IMAPDROP} @var{NAME}) ...)
+ @end example
+ 
+-@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop
+-  specification}). 
++@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop 
specification}).
+ 
+ @var{NAME} is a string that should give a less cumbersome name that you
+ will use to refer to this maildrop when using @code{vm-visit-imap-folder}.
+@@ -2342,7 +2342,7 @@ MIME encode it as necessary.
+ * MIME preview::Previewing a MIME message before sending.
+ @end menu
+ 
+-@node MIME attachments, MIME characters, MIME Composition, MIME Composition, 
++@node MIME attachments, MIME characters, MIME Composition, MIME Composition
+ @unnumberedsec MIME attachments
+ 
+ @kindex C-c C-a
+@@ -3328,13 +3328,15 @@ The fifth is `f' or ` ', for messages fi
+ The sixth is `w' or ` ', for messages written.
+ @*
+ The seventh is `e' or ` ', for messages that have been edited.
++@vindex vm-summary-attachment-indicator
+ @item P
+ indicator for a message with attachments.
+-The variable @vindex vm-summary-attachment-indicator
++The variable
+ @code{vm-summary-attachment-indicator} is the inserted string, by default a 
@code{$}.
++@vindex vm-summary-postponed-indicator
+ @item p
+ indicator for a postponed message. 
+-The variable @vindex vm-summary-postponed-indicator
++The variable
+ @code{vm-summary-postponed-indicator} is the inserted string, by default a 
@code{P}.
+ @item c
+ number of characters in message (ignoring headers)
+@@ -4588,7 +4590,7 @@ The project code base is maintained at t
+ @uref{http://launchpad.net/vm}.  The ``VM Development Team'' can be
+ reached here using the email address @code{vm@@launchpad.net}.
+ 
+-@unnumberedsubsec Savannah project site
++@unnumberedsec Savannah project site
+ 
+ The changes made in each of the releases is described in the @samp{NEWS}
+ file, which can be found in the source code repository.  The changes made

diff --git a/app-emacs/vm/vm-8.1.2.ebuild b/app-emacs/vm/vm-8.1.2.ebuild
index 5213633..c341eec 100644
--- a/app-emacs/vm/vm-8.1.2.ebuild
+++ b/app-emacs/vm/vm-8.1.2.ebuild
@@ -30,6 +30,7 @@ src_prepare() {
elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is 
not set."
epatch "${FILESDIR}/${PN}-8.0-no-pcrisis.patch"
fi
+   epatch "${FILESDIR}/${P}-texinfo-5.patch"
 }
 
 src_configure() {