summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-09-09 14:09:50 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-09-09 14:09:50 +0000
commit363366972fb7b295e9654536bcee20e3506b317d (patch)
tree5eaab48521b1e6bdb1533484f38dbb23d695d2f7 /sci-visualization
parentupdate HOMEPAGE and SRC_URI, and remove src_test. (diff)
downloadgentoo-2-363366972fb7b295e9654536bcee20e3506b317d.tar.gz
gentoo-2-363366972fb7b295e9654536bcee20e3506b317d.tar.bz2
gentoo-2-363366972fb7b295e9654536bcee20e3506b317d.zip
Version bump (bug #191798).
(Portage version: 2.1.3.7)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/epix/ChangeLog8
-rw-r--r--sci-visualization/epix/epix-1.1.15.ebuild28
-rw-r--r--sci-visualization/epix/files/digest-epix-1.1.153
-rw-r--r--sci-visualization/epix/files/epix-1.1.15-doc-gentoo.patch36
4 files changed, 74 insertions, 1 deletions
diff --git a/sci-visualization/epix/ChangeLog b/sci-visualization/epix/ChangeLog
index 101bd37bf91a..35873ec62384 100644
--- a/sci-visualization/epix/ChangeLog
+++ b/sci-visualization/epix/ChangeLog
@@ -1,6 +1,12 @@
# 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.13 2007/06/11 08:42:11 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.14 2007/09/09 14:09:50 markusle Exp $
+
+*epix-1.1.15 (09 Sep 2007)
+
+ 09 Sep 2007; Markus Dittrich <markusle@gentoo.org>
+ +files/epix-1.1.15-doc-gentoo.patch, +epix-1.1.15.ebuild:
+ Version bump (bug #191798).
11 Jun 2007; Marcus D. Hanwell <cryos@gentoo.org> -epix-1.0.0.ebuild,
-epix-1.0.20.ebuild, epix-1.0.24.ebuild:
diff --git a/sci-visualization/epix/epix-1.1.15.ebuild b/sci-visualization/epix/epix-1.1.15.ebuild
new file mode 100644
index 000000000000..127829e6d115
--- /dev/null
+++ b/sci-visualization/epix/epix-1.1.15.ebuild
@@ -0,0 +1,28 @@
+# 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.1.15.ebuild,v 1.1 2007/09/09 14:09:50 markusle Exp $
+
+inherit toolchain-funcs flag-o-matic
+
+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=""
+
+DEPEND="virtual/tetex"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-doc-gentoo.patch
+ sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \
+ -i configure || die "sed on configure failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed"
+}
diff --git a/sci-visualization/epix/files/digest-epix-1.1.15 b/sci-visualization/epix/files/digest-epix-1.1.15
new file mode 100644
index 000000000000..2ede828a1ea8
--- /dev/null
+++ b/sci-visualization/epix/files/digest-epix-1.1.15
@@ -0,0 +1,3 @@
+MD5 85a05d8f6bb6c76e50bb62be9ee5d611 epix-1.1.15_withpdf.tar.bz2 1396212
+RMD160 196486ef1a9302a6132231b86f5967d8776d4152 epix-1.1.15_withpdf.tar.bz2 1396212
+SHA256 4740b7c4a3d8551cd5532fb86e31caedada5adaa166f25a405e00bd993bc6dee epix-1.1.15_withpdf.tar.bz2 1396212
diff --git a/sci-visualization/epix/files/epix-1.1.15-doc-gentoo.patch b/sci-visualization/epix/files/epix-1.1.15-doc-gentoo.patch
new file mode 100644
index 000000000000..e76799388414
--- /dev/null
+++ b/sci-visualization/epix/files/epix-1.1.15-doc-gentoo.patch
@@ -0,0 +1,36 @@
+diff -Naur epix-1.1.15/Makefile.in epix-1.1.15.new/Makefile.in
+--- epix-1.1.15/Makefile.in 2007-08-31 11:35:04.000000000 -0400
++++ epix-1.1.15.new/Makefile.in 2007-09-09 09:59:07.000000000 -0400
+@@ -300,7 +300,7 @@
+ libepix_a_LIBADD = $(libepix_a_CXXSOURCES:.cc=.o)
+ man_MANS = epix.1 elaps.1 flix.1 laps.1
+ EPIX_CONFFILES = bash_completions epix.el
+-EPIX_NOTEFILES = AUTHORS BUGS ChangeLog COPYING INSTALL NEWS POST-INSTALL \
++EPIX_NOTEFILES = AUTHORS BUGS ChangeLog INSTALL NEWS POST-INSTALL \
+ README THANKS VERSION
+
+ EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) $(EPIX_CONFFILES) $(EPIX_NOTEFILES) \
+@@ -999,9 +999,8 @@
+ # Extra things to install
+ install-data-local: epix.el
+ @echo; echo "Installing notes and configuration files"
+- ./mkinstalldirs $(DESTDIR)$(docdir)/notes $(DESTDIR)$(docdir)/config
+- $(INSTALL_DATA) $(EPIX_NOTEFILES) $(DESTDIR)$(docdir)/notes
+- $(INSTALL_DATA) $(EPIX_CONFFILES) $(DESTDIR)$(docdir)/config
++ ./mkinstalldirs $(DESTDIR)$(docdir)
++ $(INSTALL_DATA) $(EPIX_NOTEFILES) $(EPIX_CONFFILES) $(DESTDIR)$(docdir)
+
+ # This is being installed by install-exec, but should not be executable
+ install-exec-local: install-pkglibDATA
+diff -Naur epix-1.1.15/doc/Makefile.in epix-1.1.15.new/doc/Makefile.in
+--- epix-1.1.15/doc/Makefile.in 2007-08-31 11:35:03.000000000 -0400
++++ epix-1.1.15.new/doc/Makefile.in 2007-09-09 09:57:57.000000000 -0400
+@@ -148,7 +148,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-EPIXFLAGS = --no-defaults -I.. -L.. -lepix -v
++EPIXFLAGS = --no-defaults -I.. -L.. -lepix -q
+ XPS := $(wildcard *.xp)
+ EEPICS = $(XPS:.xp=.eepic)
+ CLEANFILES = *~ *.aux *.dvi *.log *.out *.idx *.ilg *.ind *.toc \