From 44fb51ac9874d01746b3ff825f52155993132269 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 20:30:37 +0200 Subject: graphics/vbetool: Removed from 12.1 repository --- graphics/vbetool/README | 5 -- graphics/vbetool/slack-desc | 12 ----- graphics/vbetool/vbetool-pciutils.patch | 48 ------------------ graphics/vbetool/vbetool.SlackBuild | 88 --------------------------------- graphics/vbetool/vbetool.info | 8 --- 5 files changed, 161 deletions(-) delete mode 100644 graphics/vbetool/README delete mode 100644 graphics/vbetool/slack-desc delete mode 100644 graphics/vbetool/vbetool-pciutils.patch delete mode 100644 graphics/vbetool/vbetool.SlackBuild delete mode 100644 graphics/vbetool/vbetool.info (limited to 'graphics') diff --git a/graphics/vbetool/README b/graphics/vbetool/README deleted file mode 100644 index 31cf0e5900..0000000000 --- a/graphics/vbetool/README +++ /dev/null @@ -1,5 +0,0 @@ -vbetool uses lrmi in order to run code from the video BIOS. Currently, -it is able to alter DPMS states, save/restore video card state, and -attempt to initialize the video card from scratch. It exists primarily -in order to increase the chances of successfully recovering video state -after an ACPI S3 suspend. diff --git a/graphics/vbetool/slack-desc b/graphics/vbetool/slack-desc deleted file mode 100644 index 8ce1bf97e7..0000000000 --- a/graphics/vbetool/slack-desc +++ /dev/null @@ -1,12 +0,0 @@ - |-----handy-ruler------------------------------------------------------| -vbetool: vbetool (run real-mode video BIOS code to alter the hardware state) -vbetool: -vbetool: vbetool uses lrmi in order to run code from the video BIOS. -vbetool: Currently, it is able to alter DPMS states, save/restore video card -vbetool: state, and attempt to initialize the video card from scratch. It -vbetool: exists primarily in order to increase the chances of successfully -vbetool: recovering video state after an ACPI S3 suspend. -vbetool: -vbetool: Homepage: http://www.srcf.ucam.org/~mjg59/vbetool/ -vbetool: -vbetool: diff --git a/graphics/vbetool/vbetool-pciutils.patch b/graphics/vbetool/vbetool-pciutils.patch deleted file mode 100644 index bd89507810..0000000000 --- a/graphics/vbetool/vbetool-pciutils.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am /tmp/dmaQa97eLk/vbetool-0.7/Makefile.am ---- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am 2006-07-26 03:21:31.000000000 +0200 -+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.am 2006-11-27 03:37:31.000000000 +0100 -@@ -23,4 +23,4 @@ - $(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure - - AM_CFLAGS = -g -Wall -pedantic -std=gnu99 --AM_LDFLAGS = -+AM_LDFLAGS = -lz -diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in /tmp/dmaQa97eLk/vbetool-0.7/Makefile.in ---- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in 2006-07-26 03:26:30.000000000 +0200 -+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.in 2006-11-27 03:37:55.000000000 +0100 -@@ -182,7 +182,7 @@ - noinst_HEADERS = include/lrmi.h vbetool.h - EXTRA_DIST = vbetool.1 LRMI - AM_CFLAGS = -g -Wall -pedantic -std=gnu99 --AM_LDFLAGS = -+AM_LDFLAGS = -lz - all: all-recursive - - .SUFFIXES: -diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog /tmp/dmaQa97eLk/vbetool-0.7/debian/changelog ---- /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog 2006-07-26 03:29:16.000000000 +0200 -+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/changelog 2006-11-27 03:44:03.000000000 +0100 -@@ -1,3 +1,11 @@ -+vbetool (0.7-1.1) unstable; urgency=low -+ -+ * Non-maintainer upload. -+ * Add zlib1g-dev to Build-Depends and -lz to LDFLAGS, as needed by newer -+ pciutils (closes: #396844). -+ -+ -- Julien Cristau Mon, 27 Nov 2006 03:43:37 +0100 -+ - vbetool (0.7-1) unstable; urgency=low - - * Add copyright information. Closes: #375159 -diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/control /tmp/dmaQa97eLk/vbetool-0.7/debian/control ---- /tmp/Kr0L01zv32/vbetool-0.7/debian/control 2005-11-23 03:53:59.000000000 +0100 -+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/control 2006-11-27 03:43:23.000000000 +0100 -@@ -2,7 +2,7 @@ - Section: utils - Priority: optional - Maintainer: Matthew Garrett --Build-Depends: debhelper (>= 4.0.0), pciutils-dev -+Build-Depends: debhelper (>= 4.0.0), pciutils-dev, zlib1g-dev - Standards-Version: 3.6.1 - - Package: vbetool diff --git a/graphics/vbetool/vbetool.SlackBuild b/graphics/vbetool/vbetool.SlackBuild deleted file mode 100644 index 77d87f2e83..0000000000 --- a/graphics/vbetool/vbetool.SlackBuild +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/sh - -# Slackware build script for Amaya -# Copyright (c) 2007 , Written by Alex Lysenka -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are -# met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above -# copyright notice, this list of conditions and the following disclaimer -# in the documentation and/or other materials provided with the -# distribution. -# * Neither the name of the {company} nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -# Modified by the SlackBuilds.org project -# Patch for Slackware 12.0 added by Wade Nelson - -set -e - -PRGNAM=vbetool -VERSION=0.7 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -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 -rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/${PRGNAM}_${VERSION}-1.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -patch -p4 < $CWD/$PRGNAM-pciutils.patch - -CFLAGS="$SLKCFLAGS" \ -CXXFLAG="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --mandir=/usr/man - -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp COPYING LRMI $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -find $PKG/usr/doc -type f -exec chmod 644 {} \; - -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.tgz diff --git a/graphics/vbetool/vbetool.info b/graphics/vbetool/vbetool.info deleted file mode 100644 index b9d1801f95..0000000000 --- a/graphics/vbetool/vbetool.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="vbetool" -VERSION="0.7" -HOMEPAGE="http://www.srcf.ucam.org/~mjg59/vbetool/" -DOWNLOAD="http://www.srcf.ucam.org/~mjg59/vbetool/vbetool_0.7-1.tar.gz" -MD5SUM="1756f2e71ceaef217220e8e482fce835" -MAINTAINER="Alex Lysenka" -EMAIL="me@alkos333.net" -APPROVED="BP{k}" -- cgit v1.2.3