From a782f22b85d0336035f4daad9f29de913e15e408 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:08:56 +0200 Subject: network/pidgin-hotkeys: Removed from 13.0 repository --- network/pidgin-hotkeys/README | 4 -- network/pidgin-hotkeys/pidgin-hotkeys.SlackBuild | 77 ------------------------ network/pidgin-hotkeys/pidgin-hotkeys.info | 8 --- network/pidgin-hotkeys/slack-desc | 19 ------ 4 files changed, 108 deletions(-) delete mode 100644 network/pidgin-hotkeys/README delete mode 100644 network/pidgin-hotkeys/pidgin-hotkeys.SlackBuild delete mode 100644 network/pidgin-hotkeys/pidgin-hotkeys.info delete mode 100644 network/pidgin-hotkeys/slack-desc (limited to 'network') diff --git a/network/pidgin-hotkeys/README b/network/pidgin-hotkeys/README deleted file mode 100644 index 0e712bb0ab82..000000000000 --- a/network/pidgin-hotkeys/README +++ /dev/null @@ -1,4 +0,0 @@ -pidgin-hotkeys is a Pidgin (previously known as Gaim) plugin that -allows you to define global hotkeys for various actions such as -toggling buddy list, fetching queued messages, opening preferences -or account dialog. diff --git a/network/pidgin-hotkeys/pidgin-hotkeys.SlackBuild b/network/pidgin-hotkeys/pidgin-hotkeys.SlackBuild deleted file mode 100644 index 1a78d7de2c88..000000000000 --- a/network/pidgin-hotkeys/pidgin-hotkeys.SlackBuild +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh -# -# Slackware build script for pidgin-hotkeys -# -# Copyright 2008 Cherife Li -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''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 AUTHOR 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. - -PRGNAM=pidgin-hotkeys -VERSION=${VERSION:-0.2.4} -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --build=$ARCH-slackware-linux - -make || exit 1 -make install DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -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/network/pidgin-hotkeys/pidgin-hotkeys.info b/network/pidgin-hotkeys/pidgin-hotkeys.info deleted file mode 100644 index 1a7382f8e01e..000000000000 --- a/network/pidgin-hotkeys/pidgin-hotkeys.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="pidgin-hotkeys" -VERSION="0.2.4" -HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/pidgin-hotkeys/pidgin-hotkeys-0.2.4.tar.gz" -MD5SUM="553aae7319861af9e8716bfe0ba45c30" -MAINTAINER="Cherife Li" -EMAIL="cherife-#-dotimes.com" -APPROVED="dsomero" diff --git a/network/pidgin-hotkeys/slack-desc b/network/pidgin-hotkeys/slack-desc deleted file mode 100644 index 2e903794cafe..000000000000 --- a/network/pidgin-hotkeys/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----------------------------------------------| -pidgin-hotkeys: pidgin-hotkeys (pidgin plugin to define global hotkeys) -pidgin-hotkeys: -pidgin-hotkeys: pidgin-hotkeys is a Pidgin (previously known as Gaim) plugin -pidgin-hotkeys: that allows you to define global hotkeys for various actions -pidgin-hotkeys: such as toggling buddy list, fetching queued messages, opening -pidgin-hotkeys: preferences or account dialog. -pidgin-hotkeys: -pidgin-hotkeys: -pidgin-hotkeys: Homepage: http://pidgin-hotkeys.sourceforge.net/ -pidgin-hotkeys: -pidgin-hotkeys: -- cgit v1.2.3