diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-21 02:35:01 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-21 02:35:01 +0000 |
commit | 32ce5a3db1c172e162288314b0befbcc2616ca40 (patch) | |
tree | 4ba0bed3d27521298a0b566a29e6acc5036b95c8 /sci-visualization/grace | |
parent | Cleaning up older ebuilds. (diff) | |
download | gentoo-2-32ce5a3db1c172e162288314b0befbcc2616ca40.tar.gz gentoo-2-32ce5a3db1c172e162288314b0befbcc2616ca40.tar.bz2 gentoo-2-32ce5a3db1c172e162288314b0befbcc2616ca40.zip |
Remove old version.
(Portage version: 2.1.2.12)
Diffstat (limited to 'sci-visualization/grace')
-rw-r--r-- | sci-visualization/grace/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/grace/files/digest-grace-5.1.19 | 3 | ||||
-rw-r--r-- | sci-visualization/grace/grace-5.1.19.ebuild | 110 |
3 files changed, 4 insertions, 114 deletions
diff --git a/sci-visualization/grace/ChangeLog b/sci-visualization/grace/ChangeLog index fae98f21c60d..899fa6fb59f4 100644 --- a/sci-visualization/grace/ChangeLog +++ b/sci-visualization/grace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/grace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.26 2007/08/20 23:58:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.27 2007/08/21 02:35:00 je_fro Exp $ + + 21 Aug 2007; Jeff Gardner <je_fro@gentoo.org> -grace-5.1.19.ebuild: + Remove old version. 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> grace-5.1.20.ebuild: Stable on x86 wrt bug #188270 diff --git a/sci-visualization/grace/files/digest-grace-5.1.19 b/sci-visualization/grace/files/digest-grace-5.1.19 deleted file mode 100644 index 93647319d7bb..000000000000 --- a/sci-visualization/grace/files/digest-grace-5.1.19 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0745c262ba4d0d1d82fee5972065aefc grace-5.1.19.tar.gz 2453049 -RMD160 4e8b987baf252264c6a4a1746621085d9994f6da grace-5.1.19.tar.gz 2453049 -SHA256 380d041e75a853258ae11abd2d691958e277397b42bc4221a465aa510e135c72 grace-5.1.19.tar.gz 2453049 diff --git a/sci-visualization/grace/grace-5.1.19.ebuild b/sci-visualization/grace/grace-5.1.19.ebuild deleted file mode 100644 index eabed3052352..000000000000 --- a/sci-visualization/grace/grace-5.1.19.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.19.ebuild,v 1.5 2007/02/13 13:00:46 cryos Exp $ - -inherit eutils - -DESCRIPTION="WYSIWYG 2D plotting tool for the X Window System" -HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/" -SRC_URI="ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="debug png jpeg pdf fftw netcdf" - -DEPEND="x11-libs/openmotif - >=sys-libs/zlib-1.0.3 - >=media-libs/t1lib-1.3.1 - >=media-libs/tiff-3.5 - fftw? ( =sci-libs/fftw-2* ) - netcdf? ( >=sci-libs/netcdf-3.0 ) - png? ( >=media-libs/libpng-0.9.6 ) - jpeg? ( media-libs/jpeg ) - pdf? ( >=media-libs/pdflib-4.0.3 ) - >=sys-apps/sed-4" -# x11-libs/xmhtml - -src_compile() { - - local gracehelpviewer - - if has_version 'www-client/dillo' ; then - gracehelpviewer="dillo" - elif has_version 'www-client/opera' ; then - gracehelpviewer="opera" - elif has_version 'net-www/mozilla-firebird' \ - || has_version 'net-www/mozilla-firebird-bin' \ - || has_version 'net-www/mozilla-firebird-cvs' ; then - gracehelpviewer="MozillaFirebird" - elif has_version 'www-client/mozilla' ; then - gracehelpviewer="mozilla" - elif has_version 'kde-base/kdebase' ; then - gracehelpviewer="konqueror" - elif has_version 'www-client/galeon' ; then - gracehelpviewer="galeon" - elif has_version 'www-client/epiphany' ; then - gracehelpviewer="epiphany" - else - gracehelpviewer="netscape" - fi - - sed -i -e "s%doc/%/usr/share/doc/${PF}/html/%g" src/* - sed -i -e "s%examples/%/usr/share/doc/${PF}/examples/%g" src/xmgrace.c - - econf \ - --enable-grace-home=/usr/share/grace \ - --with-helpviewer="${gracehelpviewer} %s" \ - `use_with fftw` \ - `use_enable netcdf` \ - `use_enable debug` \ - `use_enable jpeg jpegdrv` \ - `use_enable png pngdrv` \ - `use_enable pdf pdfdrv` || die - # --enable-xmhtml - - cp doc/Makefile doc/Makefile.orig - sed -e 's:$(GRACE_HOME)/doc:$(PREFIX)/share/doc/$(PF)/html:g' \ - doc/Makefile.orig >doc/Makefile || die - - cp auxiliary/Makefile auxiliary/Makefile.orig - sed -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \ - auxiliary/Makefile.orig >auxiliary/Makefile || die - - cp grconvert/Makefile grconvert/Makefile.orig - sed -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \ - grconvert/Makefile.orig >grconvert/Makefile || die - - cp src/Makefile src/Makefile.orig - sed -e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \ - src/Makefile.orig >src/Makefile || die - - cp grace_np/Makefile grace_np/Makefile.orig - sed -e 's:$(GRACE_HOME)/lib:$(PREFIX)/lib:g' \ - -e 's:$(GRACE_HOME)/include:$(PREFIX)/include:g' \ - grace_np/Makefile.orig >grace_np/Makefile || die - - cp examples/Makefile examples/Makefile.orig - sed -e 's:/examples:/share/doc/$(PF)/examples:g' \ - -e 's:$(GRACE_HOME):$(PREFIX):g' \ - examples/Makefile.orig >examples/Makefile || die - - make || die -} - -src_install() { - - make \ - GRACE_HOME=${D}/usr/share/grace \ - PREFIX=${D}/usr \ - install || die - - dodoc CHANGES COPYRIGHT ChangeLog DEVELOPERS LICENSE README - - #dodir /usr/share/man/man1 - #mv ${D}/usr/share/doc/${PF}/html/*.1 ${D}/usr/share/man/man1 - doman ${D}/usr/share/doc/${PF}/html/*.1 - rm -f ${D}/usr/share/doc/${PF}/html/*.1 - - dosym /usr/share/doc/${PF}/examples /usr/share/grace/examples -} |