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/ess: ChangeLog ess-13.09.ebuild ess-5.14.ebuild
Date: Wed, 02 Oct 2013 18:13:38
Message-Id: 20131002181331.7B4192004C@flycatcher.gentoo.org
1 ulm 13/10/02 18:13:31
2
3 Modified: ChangeLog
4 Added: ess-13.09.ebuild
5 Removed: ess-5.14.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
10
11 Revision Changes Path
12 1.93 app-emacs/ess/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ChangeLog?rev=1.93&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ChangeLog?rev=1.93&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ChangeLog?r1=1.92&r2=1.93
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
21 retrieving revision 1.92
22 retrieving revision 1.93
23 diff -u -r1.92 -r1.93
24 --- ChangeLog 28 Nov 2012 20:23:26 -0000 1.92
25 +++ ChangeLog 2 Oct 2013 18:13:31 -0000 1.93
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/ess
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.92 2012/11/28 20:23:26 ranger Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.93 2013/10/02 18:13:31 ulm Exp $
32 +
33 +*ess-13.09 (02 Oct 2013)
34 +
35 + 02 Oct 2013; Ulrich Müller <ulm@g.o> -ess-5.14.ebuild,
36 + +ess-13.09.ebuild:
37 + Version bump. Remove old.
38
39 28 Nov 2012; Brent Baude <ranger@g.o> ess-12.09.ebuild:
40 Marking ess-12.09 ppc for bug 441066
41
42
43
44 1.1 app-emacs/ess/ess-13.09.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ess-13.09.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ess/ess-13.09.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ess-13.09.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-13.09.ebuild,v 1.1 2013/10/02 18:13:31 ulm Exp $
54
55 EAPI=5
56
57 inherit elisp
58
59 DESCRIPTION="Emacs Speaks Statistics"
60 HOMEPAGE="http://ess.r-project.org/"
61 SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz"
62
63 LICENSE="GPL-2+ GPL-3+ Texinfo-manual"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
66
67 DEPEND="app-text/texi2html
68 virtual/latex-base"
69
70 SITEFILE="50${PN}-gentoo.el"
71
72 src_compile() {
73 default
74 }
75
76 src_install() {
77 emake PREFIX="${ED}/usr" \
78 INFODIR="${ED}/usr/share/info" \
79 LISPDIR="${ED}${SITELISP}/ess" \
80 DOCDIR="${ED}/usr/share/doc/${PF}" \
81 install
82
83 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
84
85 # Most documentation is installed by the package's build system.
86 rm -f "${ED}${SITELISP}/${PN}/ChangeLog"
87 dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf}
88 newdoc lisp/ChangeLog ChangeLog-lisp
89 }
90
91 pkg_postinst() {
92 elisp-site-regen
93 elog "Please see /usr/share/doc/${PF} for the complete documentation."
94 elog "Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
95 }