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.0.2.ebuild
@ 2007-09-28 13:34 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2007-09-28 13:34 UTC (permalink / raw
  To: gentoo-commits

markusle    07/09/28 13:34:37

  Modified:             ChangeLog
  Added:                epix-1.2.0.2.ebuild
  Log:
  Version bump (see bug #194061).
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.19                 sci-visualization/epix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Sep 2007 13:15:57 -0000	1.18
+++ ChangeLog	28 Sep 2007 13:34:37 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for sci-visualization/epix
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.18 2007/09/15 13:15:57 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.19 2007/09/28 13:34:37 markusle Exp $
+
+*epix-1.2.0.2 (28 Sep 2007)
+
+  28 Sep 2007; Markus Dittrich <markusle@gentoo.org> +epix-1.2.0.2.ebuild:
+  Version bump (see bug #194061).
 
 *epix-1.1.17 (15 Sep 2007)
 



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

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

Index: epix-1.2.0.2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.0.2.ebuild,v 1.1 2007/09/28 13:34:37 markusle Exp $

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

MY_PV="${PV/%.2/-2}"

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/${PN}-${MY_PV}_withpdf.tar.bz2"
LICENSE="GPL-2"

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

DEPEND="virtual/tetex
		emacs? ( virtual/emacs )"

SITEFILE=50${PN}-gentoo.el

S="${WORKDIR}/${PN}-${MY_PV}"

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() {
	cd "${S}"
	econf --with-nolisp || 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
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-09-28 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 13:34 [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: ChangeLog epix-1.2.0.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