public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/ess: ChangeLog ess-5.3.6-r1.ebuild ess-5.3.6.ebuild
@ 2008-01-31  8:32 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-01-31  8:32 UTC (permalink / raw
  To: gentoo-commits

ulm         08/01/31 08:32:36

  Modified:             ChangeLog
  Added:                ess-5.3.6-r1.ebuild
  Removed:              ess-5.3.6.ebuild
  Log:
  Install elisp source files earlier, bug 205156 comment 3.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.27                 app-emacs/ess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	10 Jan 2008 15:49:39 -0000	1.26
+++ ChangeLog	31 Jan 2008 08:32:35 -0000	1.27
@@ -1,6 +1,13 @@
 # ChangeLog for app-emacs/ess
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.26 2008/01/10 15:49:39 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.27 2008/01/31 08:32:35 ulm Exp $
+
+*ess-5.3.6-r1 (31 Jan 2008)
+
+  31 Jan 2008; Ulrich Mueller <ulm@gentoo.org> -ess-5.3.6.ebuild,
+  +ess-5.3.6-r1.ebuild:
+  Install elisp source files earlier, in order to suppress warnings at Emacs
+  startup, bug 205156 comment 3.
 
 *ess-5.3.6 (10 Jan 2008)
 



1.1                  app-emacs/ess/ess-5.3.6-r1.ebuild

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

Index: ess-5.3.6-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.3.6-r1.ebuild,v 1.1 2008/01/31 08:32:35 ulm Exp $

inherit elisp

DESCRIPTION="Emacs Speaks Statistics"
HOMEPAGE="http://stat.ethz.ch/ESS/"
SRC_URI="http://stat.ethz.ch/ESS/downloads/ess/${P}.tgz"

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

DEPEND="app-text/texi2html
	virtual/latex-base"
RDEPEND=""

SITEFILE=50${PN}-gentoo.el

src_compile() {
	emake PREFIX=/usr \
		INFODIR=/usr/share/info \
		LISPDIR=${SITELISP}/ess \
		|| die "emake failed"
}

src_install() {
	# Install all elisp sources; the Makefile installs only part of them.
	# This has to go before emake install, see bug 205156 comment 3.
	elisp-install ${PN} lisp/ess*.el || die "elisp-install failed"

	emake PREFIX="${D}/usr" \
		INFODIR="${D}/usr/share/info" \
		LISPDIR="${D}${SITELISP}/ess" \
		install || die "emake install failed"

	elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
		|| die "elisp-site-file-install failed"
	#insinto "${SITEETC}/ess"
	#doins -r etc/*

	dohtml doc/html/*.html
	dodoc ANNOUNCE ChangeLog doc/{NEWS,README,TODO} || die "dodoc failed"
	newdoc lisp/ChangeLog ChangeLog-lisp || die "newdoc failed"
	insinto /usr/share/doc/${PF}
	doins doc/ess-intro.pdf
}

pkg_postinst() {
	elisp-site-regen
	elog "Please see /usr/share/doc/${PF} for the complete documentation."
	elog "Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-31  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31  8:32 [gentoo-commits] gentoo-x86 commit in app-emacs/ess: ChangeLog ess-5.3.6-r1.ebuild ess-5.3.6.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