diff options
author | 2007-04-07 23:58:59 +0000 | |
---|---|---|
committer | 2007-04-07 23:58:59 +0000 | |
commit | 1d888ca86a355afbbb7b6afb5396c2e69e61f11d (patch) | |
tree | 88c2665c3bca7615d98b5458f7bd8821b7091f47 /sci-visualization | |
parent | Added 2.6.20.5 to match with the requested stable gentoo-sources. (diff) | |
download | gentoo-2-1d888ca86a355afbbb7b6afb5396c2e69e61f11d.tar.gz gentoo-2-1d888ca86a355afbbb7b6afb5396c2e69e61f11d.tar.bz2 gentoo-2-1d888ca86a355afbbb7b6afb5396c2e69e61f11d.zip |
Version bump.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/epix/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/epix/epix-1.0.24.ebuild | 34 | ||||
-rw-r--r-- | sci-visualization/epix/files/digest-epix-1.0.24 | 3 |
3 files changed, 43 insertions, 1 deletions
diff --git a/sci-visualization/epix/ChangeLog b/sci-visualization/epix/ChangeLog index 246f07242701..b354b96a4c45 100644 --- a/sci-visualization/epix/ChangeLog +++ b/sci-visualization/epix/ChangeLog @@ -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.11 2007/02/22 01:07:30 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.12 2007/04/07 23:58:59 cryos Exp $ + +*epix-1.0.24 (07 Apr 2007) + + 07 Apr 2007; Marcus D. Hanwell <cryos@gentoo.org> +epix-1.0.24.ebuild: + Version bump. 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/sci-visualization/epix/epix-1.0.24.ebuild b/sci-visualization/epix/epix-1.0.24.ebuild new file mode 100644 index 000000000000..2478a54eea43 --- /dev/null +++ b/sci-visualization/epix/epix-1.0.24.ebuild @@ -0,0 +1,34 @@ +# 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.0.24.ebuild,v 1.1 2007/04/07 23:58:59 cryos 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}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="virtual/tetex" + +RDEPEND="app-shells/bash + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + cd "${S}" + + sed -e 's:doc/${PACKAGE_TARNAME}:doc/${PACKAGE_TARNAME}-${PACKAGE_VERSION}:' \ + -i configure || die "sed on configure failed" + + sed -e "s:stdout:null:" -e "s:stderr:null:" -i epix-lib.sh || \ + die "failed to fix epix-lib" +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" +} diff --git a/sci-visualization/epix/files/digest-epix-1.0.24 b/sci-visualization/epix/files/digest-epix-1.0.24 new file mode 100644 index 000000000000..7459325b4f81 --- /dev/null +++ b/sci-visualization/epix/files/digest-epix-1.0.24 @@ -0,0 +1,3 @@ +MD5 0c4df8fa8da31f1e1e3436bf8bed3873 epix-1.0.24.tar.bz2 636271 +RMD160 3be9f0b0048018cb5e2c4a3fa3f3fc17bab64afb epix-1.0.24.tar.bz2 636271 +SHA256 943ca33df2dd7406bd69da4096119053af337554dc55e7ab2c9480e449898f7e epix-1.0.24.tar.bz2 636271 |