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-visualization/scigraphica
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-visualization/scigraphica')
-rw-r--r--sci-visualization/scigraphica/Manifest12
-rw-r--r--sci-visualization/scigraphica/files/arrayobject.h.patch30
-rw-r--r--sci-visualization/scigraphica/files/configure.in.patch33
-rw-r--r--sci-visualization/scigraphica/files/digest-scigraphica-2.1.03
-rw-r--r--sci-visualization/scigraphica/scigraphica-2.1.0.ebuild48
5 files changed, 0 insertions, 126 deletions
diff --git a/sci-visualization/scigraphica/Manifest b/sci-visualization/scigraphica/Manifest
deleted file mode 100644
index e1df490..0000000
--- a/sci-visualization/scigraphica/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 ffe333045939a9bd868b7e62b2ecde47 files/arrayobject.h.patch 1991
-RMD160 f6043b21772fcb64d12961829075795a32b658c8 files/arrayobject.h.patch 1991
-SHA256 f76faacd88125f723df85f5127617ec90b43b97ad6fb0635a52f51ed610408e6 files/arrayobject.h.patch 1991
-MD5 42879ce9fd1eea8caa333d4f5ddab187 files/configure.in.patch 957
-RMD160 b5f88fe5338d318746dca5757cb1273d93347391 files/configure.in.patch 957
-SHA256 ad522dd278aced1bd4b49d55ed0a0d3562ef45ba1b36f77b6262c0ca413b8c5f files/configure.in.patch 957
-MD5 452e979213223b9df25b4d848b5e00a9 files/digest-scigraphica-2.1.0 253
-RMD160 32fafc7e2b4676be6f3ce8982a5df100090608d6 files/digest-scigraphica-2.1.0 253
-SHA256 5efc6df36c9691309bb0eafe654aea1da67fd25a74162c5bf1f4822f4b1ea482 files/digest-scigraphica-2.1.0 253
-MD5 be58b8236924dcaa86a12378217ed62b scigraphica-2.1.0.ebuild 1366
-RMD160 ffad01bbeb9076fcdbccf4675804291c7e449f29 scigraphica-2.1.0.ebuild 1366
-SHA256 c26c06f45d4c95acb875edd5ec26020fc0dca937e09396492277426e0a8b23a9 scigraphica-2.1.0.ebuild 1366
diff --git a/sci-visualization/scigraphica/files/arrayobject.h.patch b/sci-visualization/scigraphica/files/arrayobject.h.patch
deleted file mode 100644
index 6f34c87..0000000
--- a/sci-visualization/scigraphica/files/arrayobject.h.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -urN scigraphica-2.1.0.orig/configure scigraphica-2.1.0/configure
---- scigraphica-2.1.0.orig/configure 2006-04-19 18:44:24.000000000 -0700
-+++ scigraphica-2.1.0/configure 2006-04-19 18:45:08.000000000 -0700
-@@ -10544,9 +10544,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 scigraphica-2.1.0.orig/configure.in scigraphica-2.1.0/configure.in
---- scigraphica-2.1.0.orig/configure.in 2006-04-19 18:44:24.000000000 -0700
-+++ scigraphica-2.1.0/configure.in 2006-04-19 18:44:52.000000000 -0700
-@@ -381,9 +381,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-visualization/scigraphica/files/configure.in.patch b/sci-visualization/scigraphica/files/configure.in.patch
deleted file mode 100644
index 99cdd54..0000000
--- a/sci-visualization/scigraphica/files/configure.in.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- scigraphica-2.1.0/configure.old 2005-08-17 16:10:28.672972980 +0200
-+++ scigraphica-2.1.0/configure.in 2005-08-17 16:10:35.897710586 +0200
-@@ -73,7 +73,7 @@
- AC_PROG_CC
- AC_ISC_POSIX
- AC_HEADER_STDC([])
--AC_PROG_RANLIB
-+AC_PROG_LIBTOOL
- AC_PROG_MAKE_SET
- AM_PROG_LIBTOOL
-
-@@ -428,9 +428,9 @@
- #
-
- UNAME=`uname -s -m -r -p`
--GTK_EXTRA_VERSION=`$GTK_EXTRA_CONFIG --version`
--GTK_VERSION=`$GTK_CONFIG --version`
--XML_VERSION=`$XML_CONFIG --version`
-+GTK_EXTRA_VERSION=`$PKG_CONFIG --modversion gtkextra-2.0`
-+GTK_VERSION=`$PKG_CONFIG --modversion gtk+-2.0`
-+XML_VERSION=`$PKG_CONFIG --modversion libxml-2.0`
-
- # strip duplicate entries in compiler flags
- echo "stripping compiler flags"
-@@ -472,7 +472,7 @@
- xml-$XML_VERSION python-$PY_VVERSION $array_loc\\n"\
- __DATE__ " " __TIME__ "\\n\
- Compiler flags:$COMPILER_FLAGS\\n\
--(C) 2000 Adrian E. Feiguin\\n"
-+(C) 2000 - 2005 Adrian E. Feiguin\\n"
- )
-
- AC_DEFINE_UNQUOTED(SCIGRAPHICA_ROOT, "$prefix")
diff --git a/sci-visualization/scigraphica/files/digest-scigraphica-2.1.0 b/sci-visualization/scigraphica/files/digest-scigraphica-2.1.0
deleted file mode 100644
index ca96856..0000000
--- a/sci-visualization/scigraphica/files/digest-scigraphica-2.1.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 80b74b2faa0e2c46361f4de51e73df34 scigraphica-2.1.0.tar.gz 539549
-RMD160 275790299fcceee41a186b4ec03e1a9e3b3eb125 scigraphica-2.1.0.tar.gz 539549
-SHA256 b424310506995507d053573f1995f9cfbbce0a7fdc7dc93effc6dbec54aa15f9 scigraphica-2.1.0.tar.gz 539549
diff --git a/sci-visualization/scigraphica/scigraphica-2.1.0.ebuild b/sci-visualization/scigraphica/scigraphica-2.1.0.ebuild
deleted file mode 100644
index c576b32..0000000
--- a/sci-visualization/scigraphica/scigraphica-2.1.0.ebuild
+++ /dev/null
@@ -1,48 +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="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"
-
-# We need to block using numeric, otherwise sg won't build,
-# pretenting not to find arrayobject.h from the numarray project.
-DEPEND=">=x11-libs/gtk+extra-2.1.0
- >=sci-libs/libscigraphica-2.1.0
- >=dev-python/pygtk-2.6.1-r1
- >=dev-python/numarray-1.3.1
- >=dev-libs/libxml2-2.4.10
- >=media-libs/imlib-1.9.7
- >=intltool-0.27.2"
-# !dev-python/numeric"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch $FILESDIR/arrayobject.h.patch
- # Get correct version using scigraphica --version
-# epatch $FILESDIR/configure.in.patch
-# einfo "Running intltoolize ..."
-# intltoolize --copy --force
-# eautoreconf
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Installation Failed"
- dodoc AUTHORS ChangeLog FAQ.compile \
- INSTALL NEWS README TODO
-}
-
-pkg_postinst() {
- ewarn "Please be shure to rm your old scigraphica"
- ewarn "configuration directory."
- ewarn "Otherwise sg won't work."
- sleep 5
-}