From f7ba755b8ff6470ccf092804401411a7c05dda5f Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 17:59:11 +0200 Subject: libraries/libgcrypt: Removed from 12.0 repository --- libraries/libgcrypt/README | 9 ----- libraries/libgcrypt/libgcrypt.SlackBuild | 57 -------------------------------- libraries/libgcrypt/libgcrypt.info | 8 ----- libraries/libgcrypt/slack-desc | 11 ------ 4 files changed, 85 deletions(-) delete mode 100644 libraries/libgcrypt/README delete mode 100644 libraries/libgcrypt/libgcrypt.SlackBuild delete mode 100644 libraries/libgcrypt/libgcrypt.info delete mode 100644 libraries/libgcrypt/slack-desc (limited to 'libraries') diff --git a/libraries/libgcrypt/README b/libraries/libgcrypt/README deleted file mode 100644 index 156d75232cfe..000000000000 --- a/libraries/libgcrypt/README +++ /dev/null @@ -1,9 +0,0 @@ -libgcrypt is a general purpose cryptographic library based on code from GnuPG. -It provides functions for all cryptograhic building blocks: symmetric ciphers -(AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5, -RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key -algorithms (RSA, ElGamal, DSA), large integer functions, random numbers, and a -lot of supporting functions. - -This requires libgpg-error (available at SlackBuilds.org) - diff --git a/libraries/libgcrypt/libgcrypt.SlackBuild b/libraries/libgcrypt/libgcrypt.SlackBuild deleted file mode 100644 index 84ae0e0833ff..000000000000 --- a/libraries/libgcrypt/libgcrypt.SlackBuild +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# Slackware build script for libgcrypt - -# Copyright (c) 2007 Audrius Kažukauskas - -# Modified by the SlackBuilds.org project - -set -e - -PRGNAM=libgcrypt -VERSION=1.2.4 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=${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 $TMP/$PRGNAM-$VERSION -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -tar -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --infodir=/usr/info \ - --enable-static=no - -make -make install-strip DESTDIR=$PKG - -rm -f $PKG/usr/info/dir -find $PKG/usr/info -type f -exec gzip -9 {} \; - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README* THANKS TODO VERSION \ - $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.tgz diff --git a/libraries/libgcrypt/libgcrypt.info b/libraries/libgcrypt/libgcrypt.info deleted file mode 100644 index 47aef444d5c1..000000000000 --- a/libraries/libgcrypt/libgcrypt.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="libgcrypt" -VERSION="1.2.4" -HOMEPAGE="http://directory.fsf.org/security/libgcrypt.html" -DOWNLOAD="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.4.tar.bz2" -MD5SUM="3675d3e74c3a44aed629d9b12a30bb51" -MAINTAINER="Audrius Kazukauskas" -EMAIL="neobug@tornado.ktu.lt" -APPROVED="robw810" diff --git a/libraries/libgcrypt/slack-desc b/libraries/libgcrypt/slack-desc deleted file mode 100644 index 61140b870cc8..000000000000 --- a/libraries/libgcrypt/slack-desc +++ /dev/null @@ -1,11 +0,0 @@ -libgcrypt: Libgcrypt (cryptographic library) -libgcrypt: -libgcrypt: This is a general purpose cryptographic library based on the code -libgcrypt: from GnuPG. It provides functions for all cryptograhic building -libgcrypt: blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, -libgcrypt: Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), -libgcrypt: MACs (HMAC for all hash algorithms), public key algorithms (RSA, -libgcrypt: ElGamal, DSA), large integer functions, random numbers and a lot of -libgcrypt: supporting functions. -libgcrypt: -libgcrypt: -- cgit v1.2.3