aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <donnie@supernova.(none)>2006-09-30 15:02:09 -0700
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-30 15:02:09 -0700
commitbcb6bd3530a573492a147467b208340aa9c9483a (patch)
tree1f3ec3594fed90ff714b8ad2b247acc9781e972f /sci-libs
parentgnuplot: add support for wxwidgets terminal with cairo (diff)
downloaddberkholz-bcb6bd3530a573492a147467b208340aa9c9483a.tar.gz
dberkholz-bcb6bd3530a573492a147467b208340aa9c9483a.tar.bz2
dberkholz-bcb6bd3530a573492a147467b208340aa9c9483a.zip
Delete lots of stuff merged to gentoo-x86 or otherwise no longer useful.
app-emulation/winex-cvs -- replaced by cedega-cvs from zugaina overlay app-pda/dopi -- in tree app-pda/gnome-pilot -- not using this, although the netsync patch is useful cross-powerpc-unknown-linux-gnu/binutils -- cross toolchains cross-powerpc-unknown-linux-gnu/gcc cross-powerpc-unknown-linux-gnu/gdb cross-powerpc-unknown-linux-gnu/glibc cross-powerpc-unknown-linux-gnu/linux-headers dev-cpp/cairomm -- all the cpp bindings were merged to gentoo-x86 dev-cpp/gconfmm dev-cpp/glibmm dev-cpp/gnome-vfsmm dev-cpp/gtkmm dev-cpp/libglademm dev-cpp/libgnomecanvasmm dev-cpp/libgnomemm dev-cpp/libgnomeuimm dev-util/debugedit -- don't use it games-fps/sauerbraten -- added to gentoo-x86 as binary build sci-libs/libscigraphica -- merged to gentoo-x86 sci-libs/pgplot -- broken with gfortran anyway, missing intrinsics sci-visualization/scigraphica -- merged to gentoo-x86 sys-auth/pam_pkcs11 -- merged to gentoo-x86 x11-misc/xsri -- merged to gentoo-x86
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libscigraphica/Manifest9
-rw-r--r--sci-libs/libscigraphica/files/configure.patch30
-rw-r--r--sci-libs/libscigraphica/files/digest-libscigraphica-2.1.13
-rw-r--r--sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild49
-rw-r--r--sci-libs/pgplot/ChangeLog15
-rw-r--r--sci-libs/pgplot/Manifest32
-rw-r--r--sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch518
-rw-r--r--sci-libs/pgplot/files/digest-pgplot-5.2.23
-rw-r--r--sci-libs/pgplot/files/pgplot-compile-setup.patch49
-rw-r--r--sci-libs/pgplot/files/pgplot-drivers.patch67
-rw-r--r--sci-libs/pgplot/files/pgplot-makemake.patch35
-rw-r--r--sci-libs/pgplot/metadata.xml9
-rw-r--r--sci-libs/pgplot/pgplot-5.2.2.ebuild65
13 files changed, 0 insertions, 884 deletions
diff --git a/sci-libs/libscigraphica/Manifest b/sci-libs/libscigraphica/Manifest
deleted file mode 100644
index d83d93a..0000000
--- a/sci-libs/libscigraphica/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 57781bcc97f1239307e08c4c572968ae files/configure.patch 2015
-RMD160 5dbe9bd7d6bb1d04e850312cccc1fadc4f069551 files/configure.patch 2015
-SHA256 37fc8ed0c7ef016650bc1e7502f4bc732d18e1671c16fd8888e10ac9381886a7 files/configure.patch 2015
-MD5 eeac6b52d0bd421a09ee2d3103373efc files/digest-libscigraphica-2.1.1 262
-RMD160 d304fb7311e5ff0362fa43d226d7efd7399adbee files/digest-libscigraphica-2.1.1 262
-SHA256 360c26d7d45e0aed8708a94e5b0536af7236e6a3b0ecca8e5241bdd4bf1eed68 files/digest-libscigraphica-2.1.1 262
-MD5 7839b82e5d5caa2a9016fcfc61f5d340 libscigraphica-2.1.1.ebuild 1253
-RMD160 88d1a280e8bf92d33c5307776b274bd08217e137 libscigraphica-2.1.1.ebuild 1253
-SHA256 05f76130afd30a24d436d9a90209ae9fb05b38a289c5f8f039cd6dc00056dfce libscigraphica-2.1.1.ebuild 1253
diff --git a/sci-libs/libscigraphica/files/configure.patch b/sci-libs/libscigraphica/files/configure.patch
deleted file mode 100644
index fbe4268..0000000
--- a/sci-libs/libscigraphica/files/configure.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -urN libscigraphica-2.1.1.orig/configure libscigraphica-2.1.1/configure
---- libscigraphica-2.1.1.orig/configure 2006-04-19 11:46:12.000000000 -0700
-+++ libscigraphica-2.1.1/configure 2006-04-19 17:51:43.000000000 -0700
-@@ -10337,9 +10337,9 @@
- PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
- PY_LIBS="python$PY_VERSION"
- PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/"
-- array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//`
-+ array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
- if test x$array_loc = x; then
-- array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//`
-+ array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
- fi
- if test -n $array_loc -a -d $array_loc; then
- echo "$array_loc"
-diff -urN libscigraphica-2.1.1.orig/configure.in libscigraphica-2.1.1/configure.in
---- libscigraphica-2.1.1.orig/configure.in 2006-04-19 11:46:12.000000000 -0700
-+++ libscigraphica-2.1.1/configure.in 2006-04-19 17:51:27.000000000 -0700
-@@ -324,9 +324,9 @@
- PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
- PY_LIBS="python$PY_VERSION"
- PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/"
-- array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//`
-+ array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
- if test x$array_loc = x; then
-- array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//`
-+ array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
- fi
- if test -n $array_loc -a -d $array_loc; then
- echo "$array_loc"
diff --git a/sci-libs/libscigraphica/files/digest-libscigraphica-2.1.1 b/sci-libs/libscigraphica/files/digest-libscigraphica-2.1.1
deleted file mode 100644
index 1fdbccb..0000000
--- a/sci-libs/libscigraphica/files/digest-libscigraphica-2.1.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1966786bcc8c47036e35777cbda422c3 libscigraphica-2.1.1.tar.gz 774288
-RMD160 1b04a432052ad3edd8e233349ee47f4f99bb1a4a libscigraphica-2.1.1.tar.gz 774288
-SHA256 d90f05ab696f24addaec53d35996c8be3503a608e7b76b2c4a8af4cd03706fc8 libscigraphica-2.1.1.tar.gz 774288
diff --git a/sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild b/sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild
deleted file mode 100644
index e049d52..0000000
--- a/sci-libs/libscigraphica/libscigraphica-2.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/scigraphica/scigraphica-0.8.0-r2.ebuild,v 1.2 2005/05/09 18:04:34 dholm Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="Libraries for Scigraphica - a scientific application for data analysis and technical graphics"
-SRC_URI="mirror://sourceforge/scigraphica/${P}.tar.gz"
-HOMEPAGE="http://scigraphica.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-
-DEPEND=">=x11-libs/gtk+extra-2.1.0
- >=dev-lang/python-2
- >=dev-python/numarray-1.3.1
- >=dev-libs/libxml2-2.4.10
- >=media-libs/libart_lgpl-2.3
- >=intltool-0.27.2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/configure.patch
-
- sed -i \
- -e "s:^\(pixmaps/Makefile\)$:\1\npo/Makefile:g" \
- configure.in || die "configure.in sed failed"
-
- sed -i \
- -e "s:^\(^SUBDIRS.*\)$:\1 po:g" \
- Makefile.am || die "Makefile.am sed failed"
-
- einfo "Running intltoolize ..."
- mkdir po
- find . -name '*.xml.in' \
- | sed -e "s:^./::g" \
- > po/POTFILES.in
- intltoolize --copy --force
- eautoreconf
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Installation Failed"
- dodoc AUTHORS ChangeLog FAQ.compile \
- INSTALL NEWS README TODO
-}
-
diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog
deleted file mode 100644
index 443c0fc..0000000
--- a/sci-libs/pgplot/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for sci-libs/pgplot
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.2 2006/03/30 23:55:06 agriffis Exp $
-
- 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> pgplot-5.2.2.ebuild:
- Mark 5.2.2 ~ia64
-
-*pgplot-5.2.2 (16 Dec 2005)
-
- 16 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
- +files/pgplot-compile-setup.patch, +files/pgplot-drivers.patch,
- +files/pgplot-makemake.patch, +metadata.xml, +pgplot-5.2.2.ebuild:
- A Fortran- or C-callable, device-independent graphics package for making
- simple scientific graphs.
-
diff --git a/sci-libs/pgplot/Manifest b/sci-libs/pgplot/Manifest
deleted file mode 100644
index 2d5f6f7..0000000
--- a/sci-libs/pgplot/Manifest
+++ /dev/null
@@ -1,32 +0,0 @@
-AUX 5.2.2-remove-nonstandard-fortran.patch 22005 RMD160 01f1eaea9485194853564abf6785a35237fcb58b SHA1 9310c9f643efbebee376262eb78682ef6b7aa181 SHA256 4c25902a234fae388287bb29ce8a3d04d3d9ba56aab4b1592449889f828f9e13
-MD5 bf686adb22ed49eae52fe9774702defd files/5.2.2-remove-nonstandard-fortran.patch 22005
-RMD160 01f1eaea9485194853564abf6785a35237fcb58b files/5.2.2-remove-nonstandard-fortran.patch 22005
-SHA256 4c25902a234fae388287bb29ce8a3d04d3d9ba56aab4b1592449889f828f9e13 files/5.2.2-remove-nonstandard-fortran.patch 22005
-AUX pgplot-compile-setup.patch 1600 RMD160 73f4786d421b6d353d0e195cc772e13fea1504ca SHA1 719252ffa8674239c8fab19d65f1e3c471b82e53 SHA256 972cbe86b72e79c15deec3c3ecf44b80b23ad56a4e9da4bfdbeb4e872af65e1b
-MD5 4f8ac4db89ea14bd777557e225b200e4 files/pgplot-compile-setup.patch 1600
-RMD160 73f4786d421b6d353d0e195cc772e13fea1504ca files/pgplot-compile-setup.patch 1600
-SHA256 972cbe86b72e79c15deec3c3ecf44b80b23ad56a4e9da4bfdbeb4e872af65e1b files/pgplot-compile-setup.patch 1600
-AUX pgplot-drivers.patch 4024 RMD160 86e1a4a7137d0e1a18667d4fdc142bebe7acb56c SHA1 8eaf1af6167d781f56ff4086e74bdb9446868352 SHA256 99bcbcff9d8218ba9ca8dd240daae636f1c9b2f960c9bd5cc68c71d986bc2f68
-MD5 d097f08f0c028bea283303904d133116 files/pgplot-drivers.patch 4024
-RMD160 86e1a4a7137d0e1a18667d4fdc142bebe7acb56c files/pgplot-drivers.patch 4024
-SHA256 99bcbcff9d8218ba9ca8dd240daae636f1c9b2f960c9bd5cc68c71d986bc2f68 files/pgplot-drivers.patch 4024
-AUX pgplot-makemake.patch 1040 RMD160 2181f8c8a5347a41ac78aae0c6a3ac3392fe4342 SHA1 0d98a3893077f07c2927258832d0525e0307709b SHA256 ef819809db1cfcdd89c8756d157fa6c3283697a5d54607074c7f9c2ee493cc77
-MD5 1e3d99da0d638ce62b08ca0958eb66fb files/pgplot-makemake.patch 1040
-RMD160 2181f8c8a5347a41ac78aae0c6a3ac3392fe4342 files/pgplot-makemake.patch 1040
-SHA256 ef819809db1cfcdd89c8756d157fa6c3283697a5d54607074c7f9c2ee493cc77 files/pgplot-makemake.patch 1040
-DIST pgplot522.tar.gz 1197397 RMD160 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1 SHA1 1f1c9aa17eeec9a2fb23fd15a0e4a91dcc49ddc1 SHA256 a5799ff719a510d84d26df4ae7409ae61fe66477e3f1e8820422a9a4727a5be4
-EBUILD pgplot-5.2.2.ebuild 1568 RMD160 39925de107783c9f6e86b08de2d2883a3bf153a7 SHA1 280561298dbe5684a231cd1e3f4e54b0e751ade1 SHA256 0207a5eed9c829a05202f118e3ff6ab9234da05b44eabd536dc8e86289e506ca
-MD5 cdd334cddfcac71f1d0efea4ae0713e7 pgplot-5.2.2.ebuild 1568
-RMD160 39925de107783c9f6e86b08de2d2883a3bf153a7 pgplot-5.2.2.ebuild 1568
-SHA256 0207a5eed9c829a05202f118e3ff6ab9234da05b44eabd536dc8e86289e506ca pgplot-5.2.2.ebuild 1568
-MISC ChangeLog 619 RMD160 fc9b43b92078cf35a6f63676102c14bfb5b4b020 SHA1 040b1a143edb4744db2aacbb6194fe0265c4f9f4 SHA256 bdf17ad3927d7f5d8c97b690e9700c6b21d056b3b19fe590ff769e7f5379ccab
-MD5 6f3ccda29344c7584837c46c0f936578 ChangeLog 619
-RMD160 fc9b43b92078cf35a6f63676102c14bfb5b4b020 ChangeLog 619
-SHA256 bdf17ad3927d7f5d8c97b690e9700c6b21d056b3b19fe590ff769e7f5379ccab ChangeLog 619
-MISC metadata.xml 248 RMD160 6488d9f1ef3e05e6ac5a29ddcc818e5ead0a5230 SHA1 75a648fddef9922cdfe21fb0298a1c746190fd82 SHA256 de0ad7dc383b462c407cae015684d27c090455eac87c6f0f9ff581ef6e0b5b27
-MD5 af1bfbb0777267a03e889b08173f2757 metadata.xml 248
-RMD160 6488d9f1ef3e05e6ac5a29ddcc818e5ead0a5230 metadata.xml 248
-SHA256 de0ad7dc383b462c407cae015684d27c090455eac87c6f0f9ff581ef6e0b5b27 metadata.xml 248
-MD5 381ff8dd7151ce6c864ea589a0e500f7 files/digest-pgplot-5.2.2 232
-RMD160 837a8454b49f25495e1776c9fb3ad4022b611b5a files/digest-pgplot-5.2.2 232
-SHA256 ee8e209202357347a9e6685f0f2930998edef0897d7496557c32fa767210e182 files/digest-pgplot-5.2.2 232
diff --git a/sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch b/sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch
deleted file mode 100644
index 9620033..0000000
--- a/sci-libs/pgplot/files/5.2.2-remove-nonstandard-fortran.patch
+++ /dev/null
@@ -1,518 +0,0 @@
-diff -urN pgplot.orig/applications/document.f pgplot/applications/document.f
---- pgplot.orig/applications/document.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/applications/document.f 2006-05-31 20:29:45.000000000 -0700
-@@ -127,8 +127,8 @@
- C
- IF (.NOT.PROPEN) THEN
- OPEN (UNIT=PR, FILE=LISFIL(1:LLIS), STATUS='NEW',
-- 1 CARRIAGECONTROL='LIST', IOSTAT=IER,
-- 2 DEFAULTFILE=DEFNAM, FORM='FORMATTED')
-+ 1 IOSTAT=IER,
-+ 2 FORM='FORMATTED')
- IF (IER.NE.0) THEN
- WRITE (OUTC,'(1X,2A)') 'Cannot open LISTFILE, ',
- 1 LISFIL(1:LLIS)
-diff -urN pgplot.orig/applications/gmfplot.f pgplot/applications/gmfplot.f
---- pgplot.orig/applications/gmfplot.f 2006-05-31 20:15:34.000000000 -0700
-+++ pgplot/applications/gmfplot.f 2006-05-31 20:31:23.000000000 -0700
-@@ -28,9 +28,8 @@
- DEVICE = FILE(I:)
- FILE = FILE(:I-1)
- OPEN (UNIT=1,NAME=FILE,READONLY,SHARED,STATUS='OLD',
-- 1 DEFAULTFILE='GRAPHICS.GMF',
-- 2 FORM='UNFORMATTED',RECORDTYPE='FIXED',RECL=180,
-- 3 IOSTAT=IER)
-+ 1 FORM='UNFORMATTED',RECL=180,
-+ 2 IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL ERRSNS(,IER,IES,,IET)
- IF (IES.NE.0) CALL EXIT(IES)
-diff -urN pgplot.orig/drivers/ccdriv.f pgplot/drivers/ccdriv.f
---- pgplot.orig/drivers/ccdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/ccdriv.f 2006-05-31 20:22:50.000000000 -0700
-@@ -192,9 +192,9 @@
- RBUF(1) = LUN
- END IF
- C Open the output file.
-- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE',
-- 1 DEFAULTFILE = DEFNAM, STATUS = 'NEW',
-- 2 RECL = 362, FORM = 'UNFORMATTED', RECORDTYPE = 'VARIABLE',
-+ OPEN (UNIT = LUN, FILE = CHR(:LCHR),
-+ 1 STATUS = 'NEW',
-+ 2 RECL = 362, FORM = 'UNFORMATTED',
- 3 IOSTAT = IER)
- C Check for an error and cleanup if
- C one occurred.
-diff -urN pgplot.orig/drivers/epdriv.f pgplot/drivers/epdriv.f
---- pgplot.orig/drivers/epdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/epdriv.f 2006-05-31 20:23:10.000000000 -0700
-@@ -86,7 +86,7 @@
- C 9: Open device:
- 900 CALL GRGLUN(LUN)
- OPEN(LUN,FILE=CHR(:LCHR),STATUS='NEW',
-- 1 RECORDTYPE='VARIABLE',RECL=4000)
-+ 1 RECL=4000)
- RBUF(1) = LUN
- RBUF(2) = 1
- RETURN
-diff -urN pgplot.orig/drivers/gcdriv.f pgplot/drivers/gcdriv.f
---- pgplot.orig/drivers/gcdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/gcdriv.f 2006-05-31 20:25:58.000000000 -0700
-@@ -125,10 +125,10 @@
- CALL GRGLUN(UNIT)
- RBUF(1) = UNIT
- NPICT = 0
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW',
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
- 2 RECL=197,
-- 3 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ 3 FORM='UNFORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
- 1 CHR(:LCHR))
-@@ -148,7 +148,7 @@
- CALL GRGMSG(IER)
- CALL GRWARN('Failed to allocate plot buffer.')
- RBUF(2) = IER
-- CLOSE (UNIT=UNIT, DISPOSE='DELETE')
-+ CLOSE (UNIT=UNIT)
- CALL GRFLUN(UNIT)
- END IF
- RETURN
-@@ -156,7 +156,7 @@
- C--- IFUNC=10, Close workstation ---------------------------------------
- C
- 100 CONTINUE
-- CLOSE (UNIT=UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT=UNIT)
- CALL GRFLUN(UNIT)
- IER = GRFMEM(BX*BY, BITMAP)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/drivers/gvdriv.f pgplot/drivers/gvdriv.f
---- pgplot.orig/drivers/gvdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/gvdriv.f 2006-05-31 20:25:24.000000000 -0700
-@@ -125,10 +125,10 @@
- CALL GRGLUN(UNIT)
- RBUF(1) = UNIT
- NPICT = 0
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW',
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
- 2 RECL=195,
-- 3 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ 3 FORM='UNFORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
- 1 CHR(:LCHR))
-@@ -148,7 +148,7 @@
- CALL GRGMSG(IER)
- CALL GRWARN('Failed to allocate plot buffer.')
- RBUF(2) = IER
-- CLOSE (UNIT=UNIT, DISPOSE='DELETE')
-+ CLOSE (UNIT=UNIT)
- CALL GRFLUN(UNIT)
- END IF
- RETURN
-@@ -156,7 +156,7 @@
- C--- IFUNC=10, Close workstation ---------------------------------------
- C
- 100 CONTINUE
-- CLOSE (UNIT=UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT=UNIT)
- CALL GRFLUN(UNIT)
- IER = GRFMEM(BX*BY, BITMAP)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/drivers/hjdriv.f pgplot/drivers/hjdriv.f
---- pgplot.orig/drivers/hjdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/hjdriv.f 2006-05-31 20:30:04.000000000 -0700
-@@ -472,9 +472,9 @@
- RBUF(1) = LUN
- END IF
- C Open the output file.
-- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE',
-- 1 DEFAULTFILE = DEFNAM, STATUS = 'NEW',
-- 2 RECL = 128, FORM = 'UNFORMATTED', RECORDTYPE = 'VARIABLE',
-+ OPEN (UNIT = LUN, FILE = CHR(:LCHR),
-+ 1 STATUS = 'NEW',
-+ 2 RECL = 128, FORM = 'UNFORMATTED',
- 3 IOSTAT = IER)
- C! OPEN (UNIT = LUN, FILE = CHR(:LCHR), STATUS = 'UNKNOWN',
- C! 2 FORM = 'BINARY',
-diff -urN pgplot.orig/drivers/ladriv.f pgplot/drivers/ladriv.f
---- pgplot.orig/drivers/ladriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/ladriv.f 2006-05-31 20:22:11.000000000 -0700
-@@ -131,9 +131,9 @@
- RBUF(1) = UNIT
- NPICT = 0
- IC = 1
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='LIST',
-- 1 DEFAULTFILE=DEFNAM, STATUS='NEW',
-- 3 FORM='FORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
-+ 3 FORM='FORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
- 1 CHR(:LCHR))
-diff -urN pgplot.orig/drivers/ljdriv.f pgplot/drivers/ljdriv.f
---- pgplot.orig/drivers/ljdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/ljdriv.f 2006-05-31 20:26:22.000000000 -0700
-@@ -265,9 +265,9 @@
- RBUF(1) = LUN
- END IF
- C Open the output file.
-- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE',
-- 1 DEFAULTFILE = DEFNAM, STATUS = 'NEW',
-- 2 RECL = 128, FORM = 'UNFORMATTED', RECORDTYPE = 'VARIABLE',
-+ OPEN (UNIT = LUN, FILE = CHR(:LCHR),
-+ 1 STATUS = 'NEW',
-+ 2 RECL = 128, FORM = 'UNFORMATTED',
- 3 IOSTAT = IER)
- C Check for an error and cleanup if
- C one occurred.
-diff -urN pgplot.orig/drivers/lndriv.f pgplot/drivers/lndriv.f
---- pgplot.orig/drivers/lndriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/lndriv.f 2006-05-31 20:22:25.000000000 -0700
-@@ -131,7 +131,7 @@
- C Try to open the graphics device
- CALL GRGLUN(UNIT)
- OPEN (UNIT=UNIT,FILE=CHR(:LCHR),STATUS='NEW',
-- 1 FORM='FORMATTED', CARRIAGECONTROL='LIST',
-+ 1 FORM='FORMATTED',
- 1 RECL=512,IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL ERRSNS(IK1,IK2,IK3,IK4,IK5)
-diff -urN pgplot.orig/drivers/lvdriv.f pgplot/drivers/lvdriv.f
---- pgplot.orig/drivers/lvdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/lvdriv.f 2006-05-31 20:21:10.000000000 -0700
-@@ -128,7 +128,7 @@
- C Try to open the graphics device
- CALL GRGLUN(UNIT)
- OPEN (UNIT=UNIT,FILE=CHR(:LCHR),STATUS='NEW',
-- 1 FORM='FORMATTED', CARRIAGECONTROL='LIST',
-+ 1 FORM='FORMATTED',
- 1 RECL=512,IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL ERRSNS(IK1,IK2,IK3,IK4,IK5)
-diff -urN pgplot.orig/drivers/mfdriv.f pgplot/drivers/mfdriv.f
---- pgplot.orig/drivers/mfdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/mfdriv.f 2006-05-31 20:23:59.000000000 -0700
-@@ -156,9 +156,9 @@
- RBUF(1) = LUN
- END IF
- C Open the output file.
-- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE',
-- 1 DEFAULTFILE = DEFNAM, DISPOSE = 'DELETE', STATUS = 'NEW',
-- 2 RECL = 180, FORM = 'UNFORMATTED', RECORDTYPE = 'FIXED',
-+ OPEN (UNIT = LUN, FILE = CHR(:LCHR),
-+ 1 STATUS = 'NEW',
-+ 2 RECL = 180, FORM = 'UNFORMATTED',
- 3 IOSTAT = IER)
- C Check for an error and cleanup if
- C one occurred.
-@@ -198,7 +198,7 @@
- C Flush the buffer.
- CALL GRMF02 (LUN, HW, BUFFER)
- C Close the file.
-- CLOSE (LUN, DISPOSE = 'KEEP')
-+ CLOSE (LUN)
- C Deallocate the logical unit.
- CALL GRFLUN (LUN)
- C
-diff -urN pgplot.orig/drivers/old/imdriv.f pgplot/drivers/old/imdriv.f
---- pgplot.orig/drivers/old/imdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/old/imdriv.f 2006-05-31 20:27:42.000000000 -0700
-@@ -151,9 +151,9 @@
- CALL GRGLUN(UNIT)
- NBUF = 2
- RBUF(1) = UNIT
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW',
-- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER,
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
-+ 2 FORM='UNFORMATTED', IOSTAT=IER,
- 3 RECL=256)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
-@@ -180,7 +180,7 @@
- C--- IFUNC=10, Close workstation ---------------------------------------
- C
- 100 CONTINUE
-- CLOSE (UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT)
- CALL GRFLUN(UNIT)
- IER = GRFMEM(BUFSIZ, BUFFER)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/drivers/old/vedriv.f pgplot/drivers/old/vedriv.f
---- pgplot.orig/drivers/old/vedriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/old/vedriv.f 2006-05-31 20:26:54.000000000 -0700
-@@ -149,9 +149,9 @@
- CALL GRGLUN(UNIT)
- RBUF(1) = UNIT
- NPICT = 0
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- : DEFAULTFILE=DEFNAM, STATUS='NEW', RECL=128,
-- : FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ : STATUS='NEW', RECL=128,
-+ : FORM='UNFORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for Versatec plot: '//
- 1 CHR(:LCHR))
-diff -urN pgplot.orig/drivers/old/vidriv.f pgplot/drivers/old/vidriv.f
---- pgplot.orig/drivers/old/vidriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/old/vidriv.f 2006-05-31 20:27:17.000000000 -0700
-@@ -148,9 +148,9 @@
- CALL GRGLUN(UNIT)
- NBUF = 2
- RBUF(1) = UNIT
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW',
-- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER,
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
-+ 2 FORM='UNFORMATTED', IOSTAT=IER,
- 3 RECL=256)
- IF (IER.NE.0) THEN
- MSG = 'Cannot open output file for '//TYPE//' plot: '
-@@ -178,7 +178,7 @@
- C--- IFUNC=10, Close workstation ---------------------------------------
- C
- 100 CONTINUE
-- CLOSE (UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT)
- CALL GRFLUN(UNIT)
- IER = GRFMEM(BUFSIZ, BUFFER)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/drivers/pxdriv.f pgplot/drivers/pxdriv.f
---- pgplot.orig/drivers/pxdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/pxdriv.f 2006-05-31 20:30:41.000000000 -0700
-@@ -123,10 +123,10 @@
- CALL GRGLUN(UNIT)
- RBUF(1) = UNIT
- NPICT = 0
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW',
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
- 2 RECL=128,
-- 3 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ 3 FORM='UNFORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
- 1 CHR(:LCHR))
-@@ -146,7 +146,7 @@
- CALL GRGMSG(IER)
- CALL GRWARN('Failed to allocate plot buffer.')
- RBUF(2) = IER
-- CLOSE (UNIT=UNIT, DISPOSE='DELETE')
-+ CLOSE (UNIT=UNIT)
- CALL GRFLUN(UNIT)
- END IF
- RETURN
-@@ -154,7 +154,7 @@
- C--- IFUNC=10, Close workstation ---------------------------------------
- C
- 100 CONTINUE
-- CLOSE (UNIT=UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT=UNIT)
- CALL GRFLUN(UNIT)
- IER = GRFMEM(BX*BY, BITMAP)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/drivers/tfdriv.f pgplot/drivers/tfdriv.f
---- pgplot.orig/drivers/tfdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/tfdriv.f 2006-05-31 20:21:50.000000000 -0700
-@@ -151,9 +151,9 @@
- CALL GRGLUN(UNIT)
- NBUF = 2
- RBUF(1) = UNIT
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='DELETE', STATUS='NEW',
-- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER,
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
-+ 2 FORM='UNFORMATTED', IOSTAT=IER,
- 3 RECL=256)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
-@@ -181,7 +181,7 @@
- C--- IFUNC=10, Close workstation ---------------------------------------
- C
- 100 CONTINUE
-- CLOSE (UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT)
- CALL GRFLUN(UNIT)
- IER = GRFMEM(BUFSIZ, BUFFER)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/drivers/todriv.f pgplot/drivers/todriv.f
---- pgplot.orig/drivers/todriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/todriv.f 2006-05-31 20:28:29.000000000 -0700
-@@ -122,9 +122,9 @@
- CALL GRGLUN(UNIT)
- RBUF(1) = UNIT
- NPICT = 0
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, STATUS='NEW',
-- 2 FORM='UNFORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
-+ 2 FORM='UNFORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
- 1 CHR(:LCHR))
-diff -urN pgplot.orig/drivers/txdriv.f pgplot/drivers/txdriv.f
---- pgplot.orig/drivers/txdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/txdriv.f 2006-05-31 20:30:32.000000000 -0700
-@@ -661,7 +661,7 @@
- C *VMS We will write out 512 bytes at a time. RMS will take
- C care of us when we read the file back in for DVIing it
- C If you have problems, change ACCESS='DIRECT' to
--C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and
-+C ACCESS='SEQUENTIAL' and
- C modify write statements in GRTX11 and GRTX12 to
- C be writes to sequential files. Also, consider
- C using the rewind statement if you do a sequential file.
-@@ -729,7 +729,7 @@
- C *VMS We will write out 512 bytes at a time. RMS will take
- C care of us when we read the file back in for DVIing it
- C If you have problems, change ACCESS='DIRECT' to
--C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and
-+C ACCESS='SEQUENTIAL' and
- C modify write statements in GRTX11 and GRTX12 to
- C be writes to sequential files. Also,
- C consider using the rewind statement if you do sequential
-@@ -1773,7 +1773,7 @@
- C *VMS We will write out 512 bytes at a time. RMS will take
- C care of us when we read the file back in for DVIing it
- C If you have problems, change ACCESS='DIRECT' to
--C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and
-+C ACCESS='SEQUENTIAL' and
- C modify write statements in GRTX11 and GRTX12 to
- C be writes to sequential files. Also, consider
- C using the rewind statement if you use sequential files.
-@@ -1804,7 +1804,7 @@
- C *VMS We will write out 512 bytes at a time. RMS will take
- C care of us when we read the file back in for DVIing it
- C If you have problems, change ACCESS='DIRECT' to
--C ACCESS='SEQUENTIAL' and add RECORDTYPE=FIXED and
-+C ACCESS='SEQUENTIAL' and
- C modify write statements in GRTX11 and GRTX12 to
- C be writes to sequential files. Also, consider using
- C the rewind statement if you use sequential files.
-diff -urN pgplot.orig/drivers/vtdriv-vms.f pgplot/drivers/vtdriv-vms.f
---- pgplot.orig/drivers/vtdriv-vms.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/drivers/vtdriv-vms.f 2006-05-31 20:24:51.000000000 -0700
-@@ -296,9 +296,9 @@
- END IF
- CALL GRGLUN(UNIT)
- RBUF(1) = UNIT
-- OPEN (UNIT=UNIT, FILE=CHR(:LCHR), CARRIAGECONTROL='NONE',
-- 1 DEFAULTFILE=DEFNAM, DISPOSE='keep', STATUS='NEW',
-- 2 FORM='FORMATTED', RECORDTYPE='VARIABLE', IOSTAT=IER)
-+ OPEN (UNIT=UNIT, FILE=CHR(:LCHR),
-+ 1 STATUS='NEW',
-+ 2 FORM='FORMATTED', IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL GRWARN('Cannot open output file for '//TYPE//' plot: '//
- 1 CHR(:LCHR))
-@@ -333,7 +333,7 @@
- 100 CONTINUE
- C -- reposition cursor
- WRITE (UNIT, '(A)') CURSOR
-- CLOSE (UNIT, DISPOSE='KEEP')
-+ CLOSE (UNIT)
- CALL GRFLUN(UNIT)
- IER = LIB$FREE_VM(BUFSIZ, BUFFER)
- IF (IER.NE.1) THEN
-diff -urN pgplot.orig/fonts/pgunpack.f pgplot/fonts/pgunpack.f
---- pgplot.orig/fonts/pgunpack.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/fonts/pgunpack.f 2006-05-31 20:18:55.000000000 -0700
-@@ -13,8 +13,7 @@
- LOGICAL UNUSED
- INTEGER I, N, LENGTH
- C-----------------------------------------------------------------------
-- OPEN (UNIT=1, FILE='grfont.txt', STATUS='NEW',
-- 1 CARRIAGECONTROL='LIST')
-+ OPEN (UNIT=1, FILE='grfont.txt', STATUS='NEW')
- CALL GRSY00
- DO 30 N=1,4000
- CALL GRSYXD(N,XYGRID,UNUSED)
-diff -urN pgplot.orig/sys_mac/mfdriv.f pgplot/sys_mac/mfdriv.f
---- pgplot.orig/sys_mac/mfdriv.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/sys_mac/mfdriv.f 2006-05-31 20:19:56.000000000 -0700
-@@ -156,9 +156,9 @@
- RBUF(1) = LUN
- END IF
- C Open the output file.
-- OPEN (UNIT = LUN, FILE = CHR(:LCHR), CARRIAGECONTROL = 'NONE',
-- 1 DEFAULTFILE = DEFNAM, DISPOSE = 'DELETE', STATUS = 'NEW',
-- 2 RECL = 180, FORM = 'UNFORMATTED', RECORDTYPE = 'FIXED',
-+ OPEN (UNIT = LUN, FILE = CHR(:LCHR),
-+ 1 STATUS = 'NEW',
-+ 2 RECL = 180, FORM = 'UNFORMATTED',
- 3 IOSTAT = IER)
- C Check for an error and cleanup if
- C one occurred.
-@@ -198,7 +198,7 @@
- C Flush the buffer.
- CALL GRMF02 (LUN, HW, BUFFER)
- C Close the file.
-- CLOSE (LUN, DISPOSE = 'KEEP')
-+ CLOSE (LUN)
- C Deallocate the logical unit.
- CALL GRFLUN (LUN)
- C
-diff -urN pgplot.orig/sys_mac/pgpack.f pgplot/sys_mac/pgpack.f
---- pgplot.orig/sys_mac/pgpack.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/sys_mac/pgpack.f 2006-05-31 20:20:14.000000000 -0700
-@@ -55,8 +55,7 @@
- NCHAR = 0
- C
- C Open grfont.txt.
-- OPEN (UNIT=1, FILE='grfont.txt', STATUS='OLD',
-- 1 CARRIAGECONTROL='LIST')
-+ OPEN (UNIT=1, FILE='grfont.txt', STATUS='OLD')
- C
- C Read input file.
- C
-diff -urN pgplot.orig/sys_vms/grge00.f pgplot/sys_vms/grge00.f
---- pgplot.orig/sys_vms/grge00.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/sys_vms/grge00.f 2006-05-31 20:30:54.000000000 -0700
-@@ -4,7 +4,7 @@
- INTEGER FUNCTION GRGE00(CTYP,LUN,CHR,LCHR)
- C
- C General routine to open plot device. This version can open
--C 1) A file with of any FORM and CARRIAGECONTROL,
-+C 1) A file with of any FORM,
- C 2) Any local device for QIO operations,
- C 3) A remote device over a network using a network task on the
- C remote node.
-@@ -56,7 +56,7 @@
- IF(CTYP(3:3).EQ.'N') CONTRL='NONE'
- IF(CTYP(3:3).EQ.'L') CONTRL='LIST'
- OPEN (UNIT=LUN,FILE=CHR(:LCHR),STATUS='NEW',
-- & FORM=CFORM, CARRIAGECONTROL=CONTRL,
-+ & FORM=CFORM,
- & RECL=512,IOSTAT=IER)
- IF (IER.NE.0) THEN
- CALL ERRSNS(IK1,IK2,IK3,IK4,IK5)
-diff -urN pgplot.orig/sys_vms/groptx.f pgplot/sys_vms/groptx.f
---- pgplot.orig/sys_vms/groptx.f 2006-05-31 20:15:33.000000000 -0700
-+++ pgplot/sys_vms/groptx.f 2006-05-31 20:29:23.000000000 -0700
-@@ -18,10 +18,8 @@
- OPEN (UNIT=UNIT,
- 1 FILE=NAME,
- 2 STATUS='NEW',
-- 3 CARRIAGECONTROL='LIST',
-- 4 DEFAULTFILE=DEFNAM,
-- 5 RECL=2048,
-- 6 IOSTAT=IER)
-+ 3 RECL=2048,
-+ 4 IOSTAT=IER)
- ELSE
- OPEN (UNIT=UNIT,
- 1 FILE=NAME,
diff --git a/sci-libs/pgplot/files/digest-pgplot-5.2.2 b/sci-libs/pgplot/files/digest-pgplot-5.2.2
deleted file mode 100644
index a08d5a4..0000000
--- a/sci-libs/pgplot/files/digest-pgplot-5.2.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e8a6e8d0d5ef9d1709dfb567724525ae pgplot522.tar.gz 1197397
-RMD160 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1 pgplot522.tar.gz 1197397
-SHA256 a5799ff719a510d84d26df4ae7409ae61fe66477e3f1e8820422a9a4727a5be4 pgplot522.tar.gz 1197397
diff --git a/sci-libs/pgplot/files/pgplot-compile-setup.patch b/sci-libs/pgplot/files/pgplot-compile-setup.patch
deleted file mode 100644
index d7c2810..0000000
--- a/sci-libs/pgplot/files/pgplot-compile-setup.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-diff -ur pgplot.orig/sys_linux/g77_gcc.conf pgplot/sys_linux/g77_gcc.conf
---- pgplot.orig/sys_linux/g77_gcc.conf 1999-07-05 11:10:33.000000000 -0700
-+++ pgplot/sys_linux/g77_gcc.conf 2005-12-15 19:59:28.000000000 -0800
-@@ -5,7 +5,7 @@
- # X2DRIV (/xdisp and /figdisp).
- # The arguments needed by the C compiler to locate X-window include files.
-
-- XINCL="-I/usr/X11R6/include"
-+# XINCL="-I/usr/X11R6/include"
-
- # Optional: Needed by XMDRIV (/xmotif).
- # The arguments needed by the C compiler to locate Motif, Xt and
-@@ -40,7 +40,8 @@
- # The FORTRAN compiler flags to use when compiling the pgplot library.
- # (NB. makemake prepends -c to $FFLAGC where needed)
-
-- FFLAGC="-u -Wall -fPIC -O"
-+ FFLAGOPT="-O"
-+ FFLAGC="-u -Wall -fPIC $FFLAGOPT"
-
- # Mandatory.
- # The FORTRAN compiler flags to use when compiling fortran demo programs.
-@@ -56,13 +57,14 @@
-
- # Mandatory.
- # The C compiler flags to use when compiling the pgplot library.
--
-- CFLAGC="-Wall -fPIC -DPG_PPU -O"
-+
-+ CFLAGOPT="-O"
-+ CFLAGC="-Wall -fPIC -DPG_PPU $CFLAGOPT"
-
- # Mandatory.
- # The C compiler flags to use when compiling C demo programs.
-
-- CFLAGD="-Wall -O"
-+ CFLAGD="-Wall $CFLAGOPT"
-
- # Optional: Only needed if the cpgplot library is to be compiled.
- # The flags to use when running pgbind to create the C pgplot wrapper
-@@ -74,7 +76,7 @@
- # The library-specification flags to use when linking normal pgplot
- # demo programs.
-
-- LIBS="-L/usr/X11R6/lib -lX11"
-+ LIBS="-lX11"
-
- # Optional: Needed by XMDRIV (/xmotif).
- # The library-specification flags to use when linking motif
diff --git a/sci-libs/pgplot/files/pgplot-drivers.patch b/sci-libs/pgplot/files/pgplot-drivers.patch
deleted file mode 100644
index 18eeebb..0000000
--- a/sci-libs/pgplot/files/pgplot-drivers.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-diff -ur pgplot.orig/drivers.list pgplot/drivers.list
---- pgplot.orig/drivers.list 1999-05-03 22:02:15.000000000 -0700
-+++ pgplot/drivers.list 2005-12-15 20:17:23.000000000 -0800
-@@ -16,8 +16,8 @@
- ! EXDRIV 2 /EXCL Talaris/EXCL printers, portrait
- ! GCDRIV 0 /GENICOM Genicom 4410 dot-matrix printer, landscape
- ! Caution: use of GIDRIV may require a license from Unisys:
--! GIDRIV 1 /GIF GIF-format file, landscape
--! GIDRIV 2 /VGIF GIF-format file, portrait
-+ GIDRIV 1 /GIF GIF-format file, landscape
-+ GIDRIV 2 /VGIF GIF-format file, portrait
- ! GLDRIV 1 /HPGL Hewlett-Packard HP-GL plotters, landscape Std F77
- ! GLDRIV 2 /VHPGL Hewlett-Packard HP-GL plotters, portrait Std F77
- ! GODRIV 0 /GOC GOC Sigma T5670 terminal VMS
-@@ -32,19 +32,19 @@
- ! LSDRIV 2 /VLIPS2 Canon LaserShot printer (portrait)
- ! LNDRIV 0 /LN03 Dec LN03-PLUS Laser printer (landscape) VMS
- ! LVDRIV 0 /LVN03 Dec LN03-PLUS Laser printer (portrait) VMS
--! LXDRIV 0 /LATEX LaTeX picture environment
-+ LXDRIV 0 /LATEX LaTeX picture environment
- ! MFDRIV 0 /FILE PGPLOT graphics metafile
- ! NEDRIV 0 /NEXT Computers running NeXTstep operating system
- NUDRIV 0 /NULL Null device (no output) Std F77
- ! PGDRIV 0 /PGMF PGPLOT metafile (new format, experimental) Std F77
--! PNDRIV 1 /PNG Portable Network Graphics file C
--! PNDRIV 2 /TPNG Portable Network Graphics file - transparent background C
-+ PNDRIV 1 /PNG Portable Network Graphics file C
-+ PNDRIV 2 /TPNG Portable Network Graphics file - transparent background C
- ! PPDRIV 1 /PPM Portable Pixel Map file, landscape
- ! PPDRIV 2 /VPPM Portable PIxel Map file, portrait
--! PSDRIV 1 /PS PostScript printers, monochrome, landscape Std F77
--! PSDRIV 2 /VPS Postscript printers, monochrome, portrait Std F77
--! PSDRIV 3 /CPS PostScript printers, color, landscape Std F77
--! PSDRIV 4 /VCPS PostScript printers, color, portrait Std F77
-+ PSDRIV 1 /PS PostScript printers, monochrome, landscape Std F77
-+ PSDRIV 2 /VPS Postscript printers, monochrome, portrait Std F77
-+ PSDRIV 3 /CPS PostScript printers, color, landscape Std F77
-+ PSDRIV 4 /VCPS PostScript printers, color, portrait Std F77
- ! PXDRIV 0 /PRINTRONI Printronix P300 or P600 dot-matrix printer
- ! QMDRIV 1 /QMS QUIC devices (QMS and Talaris), landscape Std F77
- ! QMDRIV 2 /VQMS QUIC devices (QMS and Talaris), portrait Std F77
-@@ -54,7 +54,7 @@
- ! TTDRIV 2 /GF GraphOn terminal Std F77
- ! TTDRIV 3 /RETRO RetroGraphics terminal Std F77
- ! TTDRIV 4 /GTERM GTERM Tektronix terminal emulator Std F77
--! TTDRIV 5 /XTERM XTERM Tektronix terminal emulator Std F77
-+ TTDRIV 5 /XTERM XTERM Tektronix terminal emulator Std F77
- ! TTDRIV 6 /ZSTEM ZSTEM terminal emulator Std F77
- ! TTDRIV 7 /V603 Visual 603 terminal Std F77
- ! TTDRIV 8 /KRM3 Kermit 3 on IBM-PC Std F77
-@@ -64,12 +64,12 @@
- ! VADRIV 0 /VCANON Canon Laser printer, LBP-8/A2, portrait
- ! VBDRIV 0 /VBCANON Canon Laser printer (bitmap version), portrait
- ! VTDRIV 0 /VT125 Dec Regis terminals (VT125 etc.) Std F77
--! WDDRIV 1 /WD X Window dump file, landscape
--! WDDRIV 2 /VWD X Window dump file, portrait
-+ WDDRIV 1 /WD X Window dump file, landscape
-+ WDDRIV 2 /VWD X Window dump file, portrait
- ! WSDRIV 0 /WS VAX workstations running VWS software VMS
- ! X2DRIV 0 /XDISP PGDISP or FIGDISP server for X workstations C
--! XWDRIV 1 /XWINDOW Workstations running X Window System C
--! XWDRIV 2 /XSERVE Persistent window on X Window System C
-+ XWDRIV 1 /XWINDOW Workstations running X Window System C
-+ XWDRIV 2 /XSERVE Persistent window on X Window System C
- ! ZEDRIV 0 /ZETA Zeta 8 Digital Plotter
- !
- ! The following drivers can only be used in PGPLOT installations on MS-DOS
diff --git a/sci-libs/pgplot/files/pgplot-makemake.patch b/sci-libs/pgplot/files/pgplot-makemake.patch
deleted file mode 100644
index 440f95d..0000000
--- a/sci-libs/pgplot/files/pgplot-makemake.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- pgplot.orig/makemake 1999-05-04 15:35:43.000000000 -0700
-+++ pgplot/makemake 2005-12-15 20:48:42.000000000 -0800
-@@ -666,7 +666,7 @@
- # the library don't have to list a slew of other implementation-specific
- # libraries when they link their executables.
- #
--SHARED_LIB_LIBS=$SHARED_LIB_LIBS
-+SHARED_LIB_LIBS=-lpng
- #
- # Ranlib command if required
- #
-@@ -681,7 +681,7 @@
- OBSOLETE_ROUTINES=$OBSOLETE_ROUTINES
- DRIVERS=$DRIV_LIST
- PGDISP_ROUTINES=$PGDISP_ROUTINES
--DEMOS=$DEMOS
-+#DEMOS=$DEMOS
- #
- #-----------------------------------------------------------------------
- # Target "all" makes everything (except the library of obsolete routines)
-@@ -1025,12 +1025,12 @@
- grivas.o : $(DRVDIR)/gadef.h
- grtv00.o : $(DRVDIR)/imdef.h
- pgxwin.o : $(DRVDIR)/pgxwin.h
--pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h
-+pndriv.o :
-
- x2driv.o figdisp_comm.o: $(DRVDIR)/commands.h
-
-
--cpg: libcpgplot.a cpgplot.h cpgdemo
-+cpg: libcpgplot.a cpgplot.h
- @echo ' '
- @echo '*** Finished compilation of the C PGPLOT wrapper library ***'
- @echo ' '
diff --git a/sci-libs/pgplot/metadata.xml b/sci-libs/pgplot/metadata.xml
deleted file mode 100644
index 211b8bd..0000000
--- a/sci-libs/pgplot/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>spyderous@gentoo.org</email>
-<name>Donnie Berkholz</name>
-</maintainer>
-</pkgmetadata>
diff --git a/sci-libs/pgplot/pgplot-5.2.2.ebuild b/sci-libs/pgplot/pgplot-5.2.2.ebuild
deleted file mode 100644
index 6396be1..0000000
--- a/sci-libs/pgplot/pgplot-5.2.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2.ebuild,v 1.2 2006/03/30 23:55:06 agriffis Exp $
-
-inherit eutils toolchain-funcs fortran
-
-FORTRAN="g77 gfortran"
-MY_P="${PN}${PV//.}"
-DESCRIPTION="A Fortran- or C-callable, device-independent graphics package for making simple scientific graphs"
-HOMEPAGE="http://www.astro.caltech.edu/~tjp/pgplot/"
-SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz"
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~ia64 ~ppc ~x86"
-IUSE=""
-RDEPEND="|| ( x11-libs/libX11 virtual/x11 )
- media-libs/libpng"
-DEPEND="${RDEPEND}"
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/${PN}-drivers.patch
- epatch ${FILESDIR}/${PN}-makemake.patch
- epatch ${FILESDIR}/${PN}-compile-setup.patch
- epatch ${FILESDIR}/${PV}-remove-nonstandard-fortran.patch
-
- cp sys_linux/g77_gcc.conf local.conf
-
- sed -i \
- -e "s:FCOMPL=.*:FCOMPL=\"${FORTRANC}\":g" \
- -e "s:FFLAGOPT=.*:FFLAGOPT=\"${FFLAGS:- -O2}\":g" \
- -e "s:CCOMPL=.*:CCOMPL=\"$(tc-getCC)\":g" \
- -e "s:CFLAGOPT=.*:CFLAGOPT=\"${CFLAGS}\":g" \
- local.conf
-}
-
-src_compile() {
- ./makemake ${S} linux
-
- emake -j1 || die "emake failed"
-
- # Build C portion
- make cpg
-
- # this just cleans out unneeded files
- make clean
-}
-
-src_install() {
- insinto /usr/lib/pgplot
- doins grfont.dat
-
- dolib.a libpgplot.a
- dolib.so libpgplot.so
- dodoc pgplot.doc
- dobin pgxwin_server
-
- # C binding
- insinto /usr/include
- doins cpgplot.h
- dolib.a libcpgplot.a
-}