public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/vm: ChangeLog vm-8.0.12-r6.ebuild vm-8.0.12-r5.ebuild
@ 2009-11-03  7:42 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-11-03  7:42 UTC (permalink / raw
  To: gentoo-commits

ulm         09/11/03 07:42:22

  Modified:             ChangeLog
  Added:                vm-8.0.12-r6.ebuild
  Removed:              vm-8.0.12-r5.ebuild
  Log:
  Decode MIME message headers before calling Supercite, bug 256886.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.78                 app-emacs/vm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	24 Oct 2009 14:29:56 -0000	1.77
+++ ChangeLog	3 Nov 2009 07:42:22 -0000	1.78
@@ -1,6 +1,12 @@
 # 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.77 2009/10/24 14:29:56 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.78 2009/11/03 07:42:22 ulm Exp $
+
+*vm-8.0.12-r6 (03 Nov 2009)
+
+  03 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -vm-8.0.12-r5.ebuild,
+  +vm-8.0.12-r6.ebuild, +files/vm-8.0.12-supercite-yank-1.patch:
+  Decode MIME message headers before calling Supercite, bug 256886.
 
   24 Oct 2009; Tobias Klausmann <klausman@gentoo.org> vm-8.0.12-r4.ebuild:
   Stable on alpha, bug #288397



1.1                  app-emacs/vm/vm-8.0.12-r6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/vm-8.0.12-r6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/vm-8.0.12-r6.ebuild?rev=1.1&content-type=text/plain

Index: vm-8.0.12-r6.ebuild
===================================================================
# 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-8.0.12-r6.ebuild,v 1.1 2009/11/03 07:42:22 ulm Exp $

inherit elisp eutils

DESCRIPTION="The VM mail reader for Emacs"
HOMEPAGE="http://www.nongnu.org/viewmail/"
SRC_URI="http://download.savannah.nongnu.org/releases/viewmail/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="bbdb ssl"

DEPEND="bbdb? ( app-emacs/bbdb )"
RDEPEND="${DEPEND}
	ssl? ( net-misc/stunnel )"

SITEFILE="50${PN}-gentoo.el"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${P}-autoload-vm-pine.patch" #246185
	epatch "${FILESDIR}/${P}-supercite-yank-1.patch" #256886
	epatch "${FILESDIR}/${P}-folder-corruption.patch" #284668
	epatch "${FILESDIR}/${P}-emacs-23.patch"
	epatch "${FILESDIR}/${P}-charset-displayable.patch"

	if ! use bbdb; then
		elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is not set."
		epatch "${FILESDIR}/vm-8.0-no-pcrisis.patch"
	fi
}

src_compile() {
	econf \
		--with-emacs="emacs" \
		--with-pixmapdir="${SITEETC}/${PN}" \
		$(use bbdb && echo "--with-other-dirs=${SITELISP}/bbdb")
	emake || die "emake failed"
}

src_install() {
	emake -j1 DESTDIR="${D}" install || die "emake install failed"
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
	dodoc NEWS README TODO example.vm || die "dodoc failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-03  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03  7:42 [gentoo-commits] gentoo-x86 commit in app-emacs/vm: ChangeLog vm-8.0.12-r6.ebuild vm-8.0.12-r5.ebuild Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox