public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/imaxima: imaxima-1.0.ebuild ChangeLog imaxima-1.0_rc2.ebuild imaxima-0.99.ebuild
@ 2009-04-19 13:22 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2009-04-19 13:22 UTC (permalink / raw
  To: gentoo-commits

grozin      09/04/19 13:22:36

  Modified:             ChangeLog
  Added:                imaxima-1.0.ebuild
  Removed:              imaxima-1.0_rc2.ebuild imaxima-0.99.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc30/cvs/Linux i686)

Revision  Changes    Path
1.24                 app-emacs/imaxima/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	25 Mar 2009 20:53:44 -0000	1.23
+++ ChangeLog	19 Apr 2009 13:22:36 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/imaxima
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.23 2009/03/25 20:53:44 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/ChangeLog,v 1.24 2009/04/19 13:22:36 grozin Exp $
+
+*imaxima-1.0 (19 Apr 2009)
+
+  19 Apr 2009; Andrey Grozin <grozin@gentoo.org> -imaxima-0.99.ebuild,
+  -imaxima-1.0_rc2.ebuild, +imaxima-1.0.ebuild:
+  Version bump
 
   25 Mar 2009; Tiago Cunha <tcunha@gentoo.org> imaxima-1.0_rc2.ebuild:
   keyworded ~arch for sparc, bug 262975



1.1                  app-emacs/imaxima/imaxima-1.0.ebuild

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

Index: imaxima-1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0.ebuild,v 1.1 2009/04/19 13:22:36 grozin Exp $

inherit elisp

MY_P="${PN}-imath-${PV/_}"
DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs"
HOMEPAGE="http://members3.jcom.home.ne.jp/imaxima/Site/Welcome.html"
SRC_URI="http://members3.jcom.home.ne.jp/imaxima/Site/Download_and_Install_files/${MY_P}.tar.gz"

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

DEPEND=""
RDEPEND="virtual/latex-base
	virtual/ghostscript
	|| ( dev-tex/mh =dev-texlive/texlive-mathextra-2007* )
	sci-mathematics/maxima"

SITEFILE="50${PN}-gentoo.el"
S="${WORKDIR}/${MY_P}"

src_compile() {
	econf --with-lispdir="${SITELISP}/${PN}" || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
	dodoc ChangeLog NEWS README || die

	if use examples; then
		docinto imath-example
		dodoc imath-example/*.txt || die
		dohtml -r imath-example/. || die
	fi
}






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

only message in thread, other threads:[~2009-04-19 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 13:22 [gentoo-commits] gentoo-x86 commit in app-emacs/imaxima: imaxima-1.0.ebuild ChangeLog imaxima-1.0_rc2.ebuild imaxima-0.99.ebuild Andrey Grozin (grozin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox