Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/vm: ChangeLog vm-8.0.7.522.ebuild vm-8.0.6.515.ebuild
Date: Sun, 06 Jan 2008 09:59:20
Message-Id: E1JBSHl-0000vp-E3@stork.gentoo.org
1 ulm 08/01/06 09:59:17
2
3 Modified: ChangeLog
4 Added: vm-8.0.7.522.ebuild
5 Removed: vm-8.0.6.515.ebuild
6 Log:
7 Version bump. Remove intermediate version.
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.46 app-emacs/vm/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 3 Jan 2008 21:51:28 -0000 1.45
24 +++ ChangeLog 6 Jan 2008 09:59:16 -0000 1.46
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emacs/vm
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.45 2008/01/03 21:51:28 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/ChangeLog,v 1.46 2008/01/06 09:59:16 ulm Exp $
30 +
31 +*vm-8.0.7.522 (06 Jan 2008)
32 +
33 + 06 Jan 2008; Ulrich Mueller <ulm@g.o> -vm-8.0.6.515.ebuild,
34 + +vm-8.0.7.522.ebuild:
35 + Version bump. Remove intermediate version.
36
37 *vm-8.0.6.515 (03 Jan 2008)
38
39
40
41
42 1.1 app-emacs/vm/vm-8.0.7.522.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/vm-8.0.7.522.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/vm/vm-8.0.7.522.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vm-8.0.7.522.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emacs/vm/vm-8.0.7.522.ebuild,v 1.1 2008/01/06 09:59:16 ulm Exp $
52
53 inherit elisp eutils versionator
54
55 VM_PV=$(replace_version_separator 3 '-')
56 VM_P=${PN}-${VM_PV}
57
58 DESCRIPTION="The VM mail reader for Emacs"
59 HOMEPAGE="http://www.nongnu.org/viewmail/"
60 SRC_URI="http://download.savannah.nongnu.org/releases/viewmail/${VM_P}.tgz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
65 IUSE="bbdb ssl"
66
67 DEPEND="bbdb? ( app-emacs/bbdb )"
68 RDEPEND="${DEPEND}
69 ssl? ( net-misc/stunnel )"
70
71 SITEFILE=50${PN}-gentoo.el
72 S="${WORKDIR}/${VM_P}"
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77
78 if ! use bbdb; then
79 elog "Excluding vm-pcrisis.el since the \"bbdb\" USE flag is not set."
80 epatch "${FILESDIR}/vm-8.0-no-pcrisis.patch"
81 fi
82 }
83
84 src_compile() {
85 local myconf
86 use bbdb && myconf="--with-other-dirs=${SITELISP}/bbdb"
87 econf --with-emacs="emacs" \
88 --with-pixmapdir="/usr/share/pixmaps/vm" \
89 ${myconf} || die "econf failed"
90 emake || die "emake failed"
91 }
92
93 src_install() {
94 emake -j1 DESTDIR="${D}" install || die "emake install failed"
95 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
96 dodoc NEWS README TODO example.vm || die "dodoc failed"
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list