diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:20 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:09:20 +0200 |
commit | 3c8d1376a54162d68f4ff7952d2ea52913df9f16 (patch) | |
tree | 355cba985e8a3928f640d3dd749484a285ec98ae /system | |
parent | 367682916089164dacedd46ca7d883558a2e7c6c (diff) | |
download | slackbuilds-3c8d1376a54162d68f4ff7952d2ea52913df9f16.tar.gz |
system/hibernate-script: Removed from 13.0 repository
Diffstat (limited to 'system')
-rw-r--r-- | system/hibernate-script/README | 10 | ||||
-rw-r--r-- | system/hibernate-script/doinst.sh | 14 | ||||
-rw-r--r-- | system/hibernate-script/hibernate-script.SlackBuild | 60 | ||||
-rw-r--r-- | system/hibernate-script/hibernate-script.info | 8 | ||||
-rw-r--r-- | system/hibernate-script/slack-desc | 18 |
5 files changed, 0 insertions, 110 deletions
diff --git a/system/hibernate-script/README b/system/hibernate-script/README deleted file mode 100644 index d2dd4adbca..0000000000 --- a/system/hibernate-script/README +++ /dev/null @@ -1,10 +0,0 @@ -hibernate-script (frontend to TuxOnIce hibernation engine) - -hibernate-script is a userspace frontend to the TuxOnIce code. It -interacts with a TuxOnIce-patched kernel providing the possibility to -put the computer into suspend-to ram (ACPI S3) or suspend-to-disk (ACPI S4) -state with a single console command. Scriptlet API provides scalable -functionality to eliminate problems with some software. The user interface -part also can be tuned easily. - -This package is recommended to run TuxOnIce-patched kernel. diff --git a/system/hibernate-script/doinst.sh b/system/hibernate-script/doinst.sh deleted file mode 100644 index 3dbea0c53b..0000000000 --- a/system/hibernate-script/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - diff --git a/system/hibernate-script/hibernate-script.SlackBuild b/system/hibernate-script/hibernate-script.SlackBuild deleted file mode 100644 index 9e3e9b370a..0000000000 --- a/system/hibernate-script/hibernate-script.SlackBuild +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh - -# Slackware build script for hibernate-script - frontend to -# TuxOnIce kernel patchset. -# Written by Sergey Portnov <sergius256 at narod dot ru> - -PRGNAM=hibernate-script -VERSION=1.99 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -DOCS="CHANGELOG COPYING README README.xfs SCRIPTLET-API hibernate.vim admin/*" - -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 -rm -rf $PRGNAM-$VERSION -tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -export BASE_DIR=$PKG -export PREFIX=/usr -./install.sh - -( cd $PKG/usr/man ; find . -type f -exec gzip -9 {} \; ) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp $DOCS $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG/etc/hibernate -for i in * ; do - if [ -f $i ]; then - echo "Renaming $i to $i.new" - mv "$i" "$i.new" - fi -done - -cd $PKG -ls -C1 etc/hibernate/* | awk {print\(\"config\ \"\$1\)} - >> install/doinst.sh - -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/hibernate-script/hibernate-script.info b/system/hibernate-script/hibernate-script.info deleted file mode 100644 index d6164d8fc1..0000000000 --- a/system/hibernate-script/hibernate-script.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="hibernate-script" -VERSION="1.99" -HOMEPAGE="http://www.tuxonice.net/" -DOWNLOAD="http://www.tuxonice.net/downloads/all/hibernate-script-1.99.tar.gz" -MD5SUM="11832e77edc4a13330aaced8cea52dfb" -MAINTAINER="Sergey Portnov" -EMAIL="sergius256@narod.ru" -APPROVED="rworkman" diff --git a/system/hibernate-script/slack-desc b/system/hibernate-script/slack-desc deleted file mode 100644 index 0b0b7823f3..0000000000 --- a/system/hibernate-script/slack-desc +++ /dev/null @@ -1,18 +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------------------------------------------------------| -hibernate-script: hibernate-script (frontend to TuxOnIce hibernation engine) -hibernate-script: -hibernate-script: hibernate-script package contains a set of shell scripts to provide -hibernate-script: TuxOnIce hibernation engine functionality. It does all the work to -hibernate-script: prepare the computer for hibernation. Scriptlet API allows to perform -hibernate-script: some actions like unloading modules or shutting applications. This -hibernate-script: package is required to run TuxOnIce-patched kernel. -hibernate-script: -hibernate-script: Homepage: http://www.tuxonice.net -hibernate-script: |