summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:12 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:12 +0200
commit14408bff5f7e20cea8afac5c61860b2ef397b6b7 (patch)
tree1f73e7bc6dff3c8c20cf0f62552da2f1ef01b5e6 /system
parent84b42c4d5eb9d770755fad2b04088e1b63311e6a (diff)
downloadslackbuilds-14408bff5f7e20cea8afac5c61860b2ef397b6b7.tar.gz
slackbuilds-14408bff5f7e20cea8afac5c61860b2ef397b6b7.tar.xz
system/915resolution: Removed from 13.0 repository
Diffstat (limited to 'system')
-rw-r--r--system/915resolution/915resolution.SlackBuild50
-rw-r--r--system/915resolution/915resolution.info8
-rw-r--r--system/915resolution/README8
-rw-r--r--system/915resolution/slack-desc12
4 files changed, 0 insertions, 78 deletions
diff --git a/system/915resolution/915resolution.SlackBuild b/system/915resolution/915resolution.SlackBuild
deleted file mode 100644
index 8e18d5b687..0000000000
--- a/system/915resolution/915resolution.SlackBuild
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/sh
-
-## Written by hollywoodb (hollywoodb@fastmail.fm)
-## Package Homepage: http://www.geocities.com/stomljen/
-
-# Modified by the SlackBuilds.org project
-
-# Modified by Roberto Neri <rneri@libero.it> to upgrade to version 0.5.3
-
-NAME=915resolution
-VERSION=0.5.3
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$NAME
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-tar -xzvf $CWD/$NAME-$VERSION.tar.gz || exit 1
-cd $NAME-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-make clean
-make || exit 1
-mkdir -p $PKG/usr/sbin
-strip --strip-unneeded 915resolution
-install -m 0755 915resolution $PKG/usr/sbin
-install -m 0755 dump_bios $PKG/usr/sbin
-
-mkdir -p $PKG/usr/doc/$NAME-$VERSION
-cp -a LICENSE.txt README.txt changes.log chipset_info.txt \
- $PKG/usr/doc/$NAME-$VERSION
-cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n -p $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/915resolution/915resolution.info b/system/915resolution/915resolution.info
deleted file mode 100644
index b78cc79085..0000000000
--- a/system/915resolution/915resolution.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="915resolution"
-VERSION="0.5.3"
-HOMEPAGE="http://www.geocities.com/stomljen/"
-DOWNLOAD="http://www.geocities.com/stomljen/915resolution-0.5.3.tar.gz"
-MD5SUM="ed287778a53d02c31a7a6a52bc146291"
-MAINTAINER="hollywoodb"
-EMAIL="hollywoodb@fastmail.fm"
-APPROVED="rworkman,Erik Hanson"
diff --git a/system/915resolution/README b/system/915resolution/README
deleted file mode 100644
index e56143b91e..0000000000
--- a/system/915resolution/README
+++ /dev/null
@@ -1,8 +0,0 @@
-915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel
-graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as
-915G, 915GM, and 945G chipsets. This modification is neccessary to allow the
-display of certain graphics resolutions for an Xorg or XFree86 graphics server.
-
-915resolution's modifications of the BIOS are transient. There is no risk of
-permanent modification of the BIOS. This also means that 915resolution must be
-run every time the computer boots inorder for it's changes to take effect.
diff --git a/system/915resolution/slack-desc b/system/915resolution/slack-desc
deleted file mode 100644
index 1975ae84e8..0000000000
--- a/system/915resolution/slack-desc
+++ /dev/null
@@ -1,12 +0,0 @@
- |-----handy-ruler--------------------------------------------------------|
-915resolution: 915resolution (a Intel chipset video BIOS tool)
-915resolution:
-915resolution: 915resolution is a tool to modify the video BIOS of the 800 and 900
-915resolution: serires Intel graphics chipsets. This modification is sometimes
-915resolution: necessary to allow the display of certain graphics resolutions for an
-915resolution: X.org or XFree86 graphics server. Modifications are transient, and
-915resolution: 915resolution must be run every time the system boots.
-915resolution:
-915resolution:
-915resolution:
-915resolution: