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-5.3.6.ebuild ess-5.3.3.ebuild
Date: Thu, 10 Jan 2008 15:49:43
Message-Id: E1JCzf2-0002AE-Ap@stork.gentoo.org
1 ulm 08/01/10 15:49:40
2
3 Modified: ChangeLog
4 Added: ess-5.3.6.ebuild
5 Removed: ess-5.3.3.ebuild
6 Log:
7 Version bump, bug #205156.
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.26 app-emacs/ess/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ess/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ess/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ess/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 29 Sep 2007 13:05:20 -0000 1.25
24 +++ ChangeLog 10 Jan 2008 15:49:39 -0000 1.26
25 @@ -1,6 +1,16 @@
26 # ChangeLog for app-emacs/ess
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.25 2007/09/29 13:05:20 ulm Exp $
29 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.26 2008/01/10 15:49:39 ulm Exp $
31 +
32 +*ess-5.3.6 (10 Jan 2008)
33 +
34 + 10 Jan 2008; Ulrich Mueller <ulm@g.o> -ess-5.3.3.ebuild,
35 + +ess-5.3.6.ebuild:
36 + Version bump, fixes bug #205156, thanks to Neil <nshephard@×××××.com>.
37 + Ebuild cleaned up: DEPEND on virtual/latex-base instead of virtual/tetex;
38 + dysfunctional sed command removed; do "emake install" instead of "einstall";
39 + install ANNOUNCE and ChangeLog files; use SITELISP and SITEETC variables
40 + from elisp-common.eclass. Remove old version.
41
42 29 Sep 2007; Ulrich Mueller <ulm@g.o> -ess-5.2.2-r1.ebuild,
43 -ess-5.2.3.ebuild, -ess-5.2.8.ebuild:
44
45
46
47 1.1 app-emacs/ess/ess-5.3.6.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ess/ess-5.3.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ess/ess-5.3.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: ess-5.3.6.ebuild
53 ===================================================================
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.3.6.ebuild,v 1.1 2008/01/10 15:49:39 ulm Exp $
57
58 inherit elisp
59
60 DESCRIPTION="Emacs Speaks Statistics"
61 HOMEPAGE="http://stat.ethz.ch/ESS/"
62 SRC_URI="http://stat.ethz.ch/ESS/downloads/ess/${P}.tgz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
67 IUSE=""
68
69 DEPEND="app-text/texi2html
70 virtual/latex-base"
71 RDEPEND=""
72
73 SITEFILE=50${PN}-gentoo.el
74
75 src_compile() {
76 emake PREFIX=/usr \
77 INFODIR=/usr/share/info \
78 LISPDIR=${SITELISP}/ess \
79 || die "emake failed"
80 }
81
82 src_install() {
83 emake PREFIX="${D}/usr" \
84 INFODIR="${D}/usr/share/info" \
85 LISPDIR="${D}${SITELISP}/ess" \
86 install || die "emake install failed"
87
88 # install all elisp sources; the Makefile installs only part of them
89 elisp-install ${PN} lisp/*.el || die "elisp-install failed"
90 elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
91 || die "elisp-site-file-install failed"
92 #insinto "${SITEETC}/ess"
93 #doins -r etc/*
94
95 dohtml doc/html/*.html
96 dodoc ANNOUNCE ChangeLog doc/{NEWS,README,TODO} || die "dodoc failed"
97 newdoc lisp/ChangeLog ChangeLog-lisp || die "newdoc failed"
98 insinto /usr/share/doc/${PF}
99 doins doc/ess-intro.pdf
100 }
101
102 pkg_postinst() {
103 elisp-site-regen
104 elog "Please see /usr/share/doc/${PF} for the complete documentation."
105 elog "Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
106 }
107
108
109
110 --
111 gentoo-commits@l.g.o mailing list