Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b79d81ae4d6d8d255d7651abeb612aab700fa6fd

commit b79d81ae4d6d8d255d7651abeb612aab700fa6fd
Author: crazy <[email protected]>
Date:   Sat May 28 21:52:50 2016 +0200

gnu-crypto-2.0.1-2-x86_64 - removed - repo cleanup

diff --git a/source/devel-extra/gnu-crypto/FrugalBuild 
b/source/devel-extra/gnu-crypto/FrugalBuild
deleted file mode 100644
index 524b225..0000000
--- a/source/devel-extra/gnu-crypto/FrugalBuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Compiling Time: 0.22 SBU
-# Maintainer: Miklos Vajna <[email protected]>
-
-pkgname=gnu-crypto
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="GNU Crypto cryptographic primitives for Java."
-url="http://www.gnu.org/software/gnu-crypto/";
-Finclude openjava
-#depends=()
-groups=('devel-extra')
-archs=('i686' 'x86_64')
-_F_archive_grepv="-rc"
-up2date="Flasttarbz2 ftp://ftp.gnupg.org/GnuPG/gnu-crypto/";
-source=(ftp://ftp.gnupg.org/GnuPG/gnu-crypto/gnu-crypto-$pkgver.tar.bz2 \
-       gnu-crypto-2.0.1-jdk15.patch)
-signatures=($source.asc '')
-
-build()
-{
-       Fpatchall
-       Fant
-       for i in javax-security javax-crypto gnu-crypto
-       do
-               Fjar lib/$i.jar
-       done
-}
diff --git a/source/devel-extra/gnu-crypto/gnu-crypto-2.0.1-jdk15.patch 
b/source/devel-extra/gnu-crypto/gnu-crypto-2.0.1-jdk15.patch
deleted file mode 100644
index 47957cc..0000000
--- a/source/devel-extra/gnu-crypto/gnu-crypto-2.0.1-jdk15.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Nur gnu-crypto-2.0.1/source/gnu/crypto/sasl/ClientMechanism.java 
gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ClientMechanism.java
---- gnu-crypto-2.0.1/source/gnu/crypto/sasl/ClientMechanism.java       
2003-11-21 10:22:10.000000000 +0100
-+++ gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ClientMechanism.java   
2005-05-24 16:16:37.493727834 +0200
-@@ -140,9 +140,9 @@
-       return mechanism;
-    }
-
--   public Object getNegotiatedProperty(final String propName) throws 
SaslException {
-+   public Object getNegotiatedProperty(final String propName) {
-       if (!isComplete()) {
--         throw new IllegalMechanismStateException();
-+         throw new IllegalStateException();
-       }
-       if (Sasl.QOP.equals(propName)) {
-          return getNegotiatedQOP();
-diff -Nur gnu-crypto-2.0.1/source/gnu/crypto/sasl/ServerMechanism.java 
gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ServerMechanism.java
---- gnu-crypto-2.0.1/source/gnu/crypto/sasl/ServerMechanism.java       
2003-11-21 10:26:14.000000000 +0100
-+++ gnu-crypto-2.0.1-new/source/gnu/crypto/sasl/ServerMechanism.java   
2005-05-24 16:16:55.503085024 +0200
-@@ -147,9 +147,9 @@
-       return this.authorizationID;
-    }
-
--   public Object getNegotiatedProperty(final String propName) throws 
SaslException {
-+   public Object getNegotiatedProperty(final String propName) {
-       if (!isComplete()) {
--         throw new IllegalMechanismStateException();
-+         throw new IllegalStateException();
-       }
-       if (Sasl.QOP.equals(propName)) {
-          return getNegotiatedQOP();
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to