summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author dsomero2010-05-21 05:31:21 +0200
committer David Somero2010-05-21 07:50:27 +0200
commit065e7e9e29d2e6d5e14af8f4228e35c593419297 (patch)
treedf47c895234e95b032a53b55f3b174e482b64914 /academic
parent4d7e508b3e3d5ab4368335e186c244023a92132b (diff)
downloadslackbuilds-065e7e9e29d2e6d5e14af8f4228e35c593419297.tar.gz
academic/matplotlib: Removed (build failure)
This appears related to libpng14
Diffstat (limited to 'academic')
-rw-r--r--academic/matplotlib/README7
-rw-r--r--academic/matplotlib/matplotlib.SlackBuild48
-rw-r--r--academic/matplotlib/matplotlib.info10
-rw-r--r--academic/matplotlib/slack-desc19
4 files changed, 0 insertions, 84 deletions
diff --git a/academic/matplotlib/README b/academic/matplotlib/README
deleted file mode 100644
index d899f0695f..0000000000
--- a/academic/matplotlib/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Matplotlib strives to produce publication quality 2D graphics for
-interactive graphing, scientific publishing, user interface
-development and web application servers targeting multiple user
-interfaces and hardcopy output formats. There is a 'pylab' mode which
-emulates matlab graphics
-
-Matplotlib requires NumPy, which is also available at SlackBuilds.org.
diff --git a/academic/matplotlib/matplotlib.SlackBuild b/academic/matplotlib/matplotlib.SlackBuild
deleted file mode 100644
index acb67c8e67..0000000000
--- a/academic/matplotlib/matplotlib.SlackBuild
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for matplotlib
-
-# Written by Aleksandar Samardzic <asamardzic@gmail.com>
-
-PRGNAM=matplotlib
-VERSION=${VERSION:-0.98.5.2}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=${PKG:-$TMP/package-$PRGNAM}
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-python setup.py install --root $PKG
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-install -m 0644 \
- CHANGELOG INSTALL INTERACTIVE KNOWN_BUGS README.txt TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/academic/matplotlib/matplotlib.info b/academic/matplotlib/matplotlib.info
deleted file mode 100644
index b074b5da66..0000000000
--- a/academic/matplotlib/matplotlib.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="matplotlib"
-VERSION="0.98.5.2"
-HOMEPAGE="http://matplotlib.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.5.2.tar.gz"
-MD5SUM="3e8210ec8bb71a18962ec8b43688509c"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Aleksandar Samardzic"
-EMAIL="asamardzic@gmail.com"
-APPROVED="rworkman"
diff --git a/academic/matplotlib/slack-desc b/academic/matplotlib/slack-desc
deleted file mode 100644
index c7a91e2ea1..0000000000
--- a/academic/matplotlib/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler--------------------------------------------------|
-matplotlib: matplotlib (a Python 2D plotting library)
-matplotlib:
-matplotlib: Matplotlib is a plotting library for Python which uses
-matplotlib: syntax similar to MATLAB. Matplotlib produces publication
-matplotlib: quality figures in a variety of hardcopy formats and
-matplotlib: interactive environments across platforms.
-matplotlib:
-matplotlib: Homepage: http://matplotlib.sourceforge.net/
-matplotlib:
-matplotlib:
-matplotlib: