public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: ChangeLog epix-1.2.5.ebuild epix-1.2.2.ebuild
@ 2008-08-12 13:02 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2008-08-12 13:02 UTC (permalink / raw
  To: gentoo-commits

markusle    08/08/12 13:02:18

  Modified:             ChangeLog
  Added:                epix-1.2.5.ebuild
  Removed:              epix-1.2.2.ebuild
  Log:
  Version bump and removed old ebuild.
  (Portage version: 2.2_rc5/cvs/Linux 2.6.26-SENTINEL-1 i686)

Revision  Changes    Path
1.27                 sci-visualization/epix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	15 Jun 2008 10:55:27 -0000	1.26
+++ ChangeLog	12 Aug 2008 13:02:17 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/epix
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.26 2008/06/15 10:55:27 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.27 2008/08/12 13:02:17 markusle Exp $
+
+*epix-1.2.5 (12 Aug 2008)
+
+  12 Aug 2008; Markus Dittrich <markusle@gentoo.org> -epix-1.2.2.ebuild,
+  +epix-1.2.5.ebuild:
+  Version bump and removed old ebuild.
 
 *epix-1.2.4 (15 Jun 2008)
 



1.1                  sci-visualization/epix/epix-1.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.2.5.ebuild?rev=1.1&content-type=text/plain

Index: epix-1.2.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.5.ebuild,v 1.1 2008/08/12 13:02:17 markusle Exp $

inherit elisp-common flag-o-matic toolchain-funcs bash-completion

DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)"
HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html"
SRC_URI="http://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="emacs"

DEPEND="virtual/latex-base
		|| ( ( dev-texlive/texlive-pstricks
				dev-texlive/texlive-pictures
				dev-texlive/texlive-latexextra
				dev-tex/xcolor )
			app-text/tetex
			app-text/ptex )
		emacs? ( virtual/emacs )"

SITEFILE=50${PN}-gentoo.el

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-1.1.17-doc-gentoo.patch
	sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \
	-i configure || die "sed on configure failed"
}

src_compile() {
	econf --disable-epix-el || die "configure failed"
	emake || die "compile failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	if use emacs; then
		# do compilation here as the make install target will
		# create the .el file
		elisp-compile *.el || die "elisp-compile failed!"
		elisp-install ${PN} *.elc *.el || die "elisp-install failed!"
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	fi
	dobashcompletion bash_completions \
		|| die "install of bash completions failed"
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}






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

only message in thread, other threads:[~2008-08-12 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12 13:02 [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: ChangeLog epix-1.2.5.ebuild epix-1.2.2.ebuild Markus Dittrich (markusle)

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