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.8.ebuild
@ 2008-11-09  5:20 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-11-09  5:20 UTC (permalink / raw
  To: gentoo-commits

ulm         08/11/09 05:20:44

  Modified:             ChangeLog
  Added:                ess-5.3.8.ebuild
  Log:
  Version bump, updated HOMEPAGE and SRC_URI, bug 245814.
  (Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 i686)

Revision  Changes    Path
1.32                 app-emacs/ess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	12 Apr 2008 09:19:27 -0000	1.31
+++ ChangeLog	9 Nov 2008 05:20:44 -0000	1.32
@@ -1,6 +1,12 @@
 # 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.31 2008/04/12 09:19:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.32 2008/11/09 05:20:44 ulm Exp $
+
+*ess-5.3.8 (09 Nov 2008)
+
+  09 Nov 2008; Ulrich Mueller <ulm@gentoo.org> +ess-5.3.8.ebuild:
+  Version bump, updated HOMEPAGE and SRC_URI, bug 245814. Thanks to
+  <nshephard@gmail.com>.
 
 *ess-5.3.7 (12 Apr 2008)
 



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

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

Index: ess-5.3.8.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.8.ebuild,v 1.1 2008/11/09 05:20:44 ulm Exp $

inherit elisp

DESCRIPTION="Emacs Speaks Statistics"
HOMEPAGE="http://ess.r-project.org/"
SRC_URI="http://ess.r-project.org/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

	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
	#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 || die "doins failed"
}

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 ."
}






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/ess: ChangeLog ess-5.3.8.ebuild
@ 2008-12-08 15:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2008-12-08 15:48 UTC (permalink / raw
  To: gentoo-commits

armin76     08/12/08 15:48:05

  Modified:             ChangeLog ess-5.3.8.ebuild
  Log:
  alpha/x86 stable wrt #250221
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.34                 app-emacs/ess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Dec 2008 13:58:16 -0000	1.33
+++ ChangeLog	8 Dec 2008 15:48:05 -0000	1.34
@@ -1,6 +1,9 @@
 # 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.33 2008/12/08 13:58:16 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.34 2008/12/08 15:48:05 armin76 Exp $
+
+  08 Dec 2008; Raúl Porcel <armin76@gentoo.org> ess-5.3.8.ebuild:
+  alpha/x86 stable wrt #250221
 
   08 Dec 2008; Ferris McCormick <fmccor@gentoo.org> ess-5.3.8.ebuild:
   Sparc stable, Bug #250221.



1.3                  app-emacs/ess/ess-5.3.8.ebuild

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

Index: ess-5.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ess-5.3.8.ebuild	8 Dec 2008 13:58:16 -0000	1.2
+++ ess-5.3.8.ebuild	8 Dec 2008 15:48:05 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.8.ebuild,v 1.2 2008/12/08 13:58:16 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ess-5.3.8.ebuild,v 1.3 2008/12/08 15:48:05 armin76 Exp $
 
 inherit elisp
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ppc sparc x86"
 IUSE=""
 
 DEPEND="app-text/texi2html






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/ess: ChangeLog ess-5.3.8.ebuild
@ 2009-03-18 15:57 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-03-18 15:57 UTC (permalink / raw
  To: gentoo-commits

ulm         09/03/18 15:57:53

  Modified:             ChangeLog
  Removed:              ess-5.3.8.ebuild
  Log:
  Remove old.
  (Portage version: 2.2_rc25/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.45                 app-emacs/ess/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	18 Mar 2009 15:08:13 -0000	1.44
+++ ChangeLog	18 Mar 2009 15:57:53 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/ess
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.44 2009/03/18 15:08:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ess/ChangeLog,v 1.45 2009/03/18 15:57:53 ulm Exp $
+
+  18 Mar 2009; Ulrich Mueller <ulm@gentoo.org> -ess-5.3.8.ebuild:
+  Remove old.
 
   18 Mar 2009; Brent Baude <ranger@gentoo.org> ess-5.3.11.ebuild:
   stable ppc, bug 260710






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-18 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-09  5:20 [gentoo-commits] gentoo-x86 commit in app-emacs/ess: ChangeLog ess-5.3.8.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08 15:48 Raul Porcel (armin76)
2009-03-18 15:57 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