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.ebuild ess-5.3.3.ebuild
@ 2008-01-10 15:49 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-01-10 15:49 UTC (permalink / raw
  To: gentoo-commits

ulm         08/01/10 15:49:40

  Modified:             ChangeLog
  Added:                ess-5.3.6.ebuild
  Removed:              ess-5.3.3.ebuild
  Log:
  Version bump, bug #205156.
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.26                 app-emacs/ess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	29 Sep 2007 13:05:20 -0000	1.25
+++ ChangeLog	10 Jan 2008 15:49:39 -0000	1.26
@@ -1,6 +1,16 @@
 # ChangeLog for app-emacs/ess
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.25 2007/09/29 13:05:20 ulm Exp $
+# 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 $
+
+*ess-5.3.6 (10 Jan 2008)
+
+  10 Jan 2008; Ulrich Mueller <ulm@gentoo.org> -ess-5.3.3.ebuild,
+  +ess-5.3.6.ebuild:
+  Version bump, fixes bug #205156, thanks to Neil <nshephard@gmail.com>.
+  Ebuild cleaned up: DEPEND on virtual/latex-base instead of virtual/tetex;
+  dysfunctional sed command removed; do "emake install" instead of "einstall";
+  install ANNOUNCE and ChangeLog files; use SITELISP and SITEETC variables
+  from elisp-common.eclass. Remove old version.
 
   29 Sep 2007; Ulrich Mueller <ulm@gentoo.org> -ess-5.2.2-r1.ebuild,
   -ess-5.2.3.ebuild, -ess-5.2.8.ebuild:



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

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

Index: ess-5.3.6.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.ebuild,v 1.1 2008/01/10 15:49:39 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() {
	emake PREFIX="${D}/usr" \
		INFODIR="${D}/usr/share/info" \
		LISPDIR="${D}${SITELISP}/ess" \
		install || die "emake install failed"

	# install all elisp sources; the Makefile installs only part of them
	elisp-install ${PN} lisp/*.el || die "elisp-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-10 15:49 UTC | newest]

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