diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-09 01:08:46 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-11-11 03:29:45 +1100 |
commit | bfd7c45846496b1f46854c247a8869809423833a (patch) | |
tree | 0d847f8efefc4c175075466f6b64fe5faf77e7e6 /app-crypt | |
parent | app-crypt/qca: remove old (diff) | |
download | gentoo-bfd7c45846496b1f46854c247a8869809423833a.tar.gz gentoo-bfd7c45846496b1f46854c247a8869809423833a.tar.bz2 gentoo-bfd7c45846496b1f46854c247a8869809423833a.zip |
app-crypt/qca-*: remove package
Superceded by >=app-crypt/qca-2.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/qca-cyrus-sasl/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/qca-cyrus-sasl/metadata.xml | 7 | ||||
-rw-r--r-- | app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild | 36 | ||||
-rw-r--r-- | app-crypt/qca-gnupg/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/qca-gnupg/metadata.xml | 7 | ||||
-rw-r--r-- | app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild | 37 | ||||
-rw-r--r-- | app-crypt/qca-logger/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/qca-logger/metadata.xml | 7 | ||||
-rw-r--r-- | app-crypt/qca-logger/qca-logger-2.0.0_beta2.ebuild | 36 | ||||
-rw-r--r-- | app-crypt/qca-ossl/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch | 155 | ||||
-rw-r--r-- | app-crypt/qca-ossl/metadata.xml | 7 | ||||
-rw-r--r-- | app-crypt/qca-ossl/qca-ossl-2.0.0_beta3-r2.ebuild | 42 | ||||
-rw-r--r-- | app-crypt/qca-pkcs11/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/qca-pkcs11/files/qca-pkcs11-2.0.0_beta2-gcc44.patch | 12 | ||||
-rw-r--r-- | app-crypt/qca-pkcs11/metadata.xml | 7 | ||||
-rw-r--r-- | app-crypt/qca-pkcs11/qca-pkcs11-2.0.0_beta2.ebuild | 40 |
17 files changed, 0 insertions, 398 deletions
diff --git a/app-crypt/qca-cyrus-sasl/Manifest b/app-crypt/qca-cyrus-sasl/Manifest deleted file mode 100644 index 99ae337239bd..000000000000 --- a/app-crypt/qca-cyrus-sasl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qca-cyrus-sasl-2.0.0-beta3.tar.bz2 24075 SHA256 d4370c238808811a0b5e9367069296a6330b169f091c5ea5d4d18eedb6bb11b9 SHA512 933ac335aa04f7f9643c89ff94005c465c5a0c8cda494fa4849d0c8709d7d7a94bcc3f0dd1f97a940e73cd4a088e027bed63598cd95cebb13984e45f479ffa0a WHIRLPOOL a4840df54f42bbe8d3d364fda57df8297323f33c57afc45377e4c6dd758d2a6e4398333c4e9196c0ff25a56ca939e8ee11cf91b00daab341f6ac1d8c358e9be5 diff --git a/app-crypt/qca-cyrus-sasl/metadata.xml b/app-crypt/qca-cyrus-sasl/metadata.xml deleted file mode 100644 index 1bbdcda23f1d..000000000000 --- a/app-crypt/qca-cyrus-sasl/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>kde</herd> -<herd>crypto</herd> -<herd>qt</herd> -</pkgmetadata> diff --git a/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild b/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild deleted file mode 100644 index 1b86256ba60f..000000000000 --- a/app-crypt/qca-cyrus-sasl/qca-cyrus-sasl-2.0.0_beta3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -inherit eutils qt4-r2 - -MY_P="${P/_/-}" -QCA_VER="${PV%.*}" - -DESCRIPTION="SASL plugin for QCA" -HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 ~ia64 ppc64 sparc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND=">=app-crypt/qca-${QCA_VER}[debug?] - dev-libs/cyrus-sasl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - # cannot use econf because of non-standard configure script - ./configure --qtdir=/usr --no-separate-debug-info \ - $(use debug && echo "--debug" || echo "--release") || die - - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die -} diff --git a/app-crypt/qca-gnupg/Manifest b/app-crypt/qca-gnupg/Manifest deleted file mode 100644 index c656f05c28cd..000000000000 --- a/app-crypt/qca-gnupg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qca-gnupg-2.0.0-beta3.tar.bz2 38177 SHA256 b255bc52050811cfdc4256bb48223b7b6d9ca553b6185e98190de15e4b5fffcd SHA512 b9e0591e861a57c10accbdf91ba6ff5f3cd272254bcd1425a44cdce2689cb626fbf9d62f2657724f293f5ca60dfb4bc5aa7ada850b768f6cba6bb388b97bbdc7 WHIRLPOOL 3b77a95b1c64ace42c509a5bc934873516f34f42cceaa5a0f1c02928871b77628dd8749d33c77e0a7c8bdd8ff0fb536aa6917fb871fe5c9fd4e8b0766bd558b3 diff --git a/app-crypt/qca-gnupg/metadata.xml b/app-crypt/qca-gnupg/metadata.xml deleted file mode 100644 index 1bbdcda23f1d..000000000000 --- a/app-crypt/qca-gnupg/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>kde</herd> -<herd>crypto</herd> -<herd>qt</herd> -</pkgmetadata> diff --git a/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild b/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild deleted file mode 100644 index d43e20696c4c..000000000000 --- a/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -inherit eutils qt4-r2 - -MY_P="${P/_/-}" -QCA_VER="${PV%.*}" - -DESCRIPTION="GnuPG plugin for QCA" -HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND=">=app-crypt/qca-${QCA_VER}[debug?] - dev-qt/qtcore:4" -RDEPEND="${DEPEND} - app-crypt/gnupg" - -S=${WORKDIR}/${MY_P} - -src_configure() { - # cannot use econf because of non-standard configure script - ./configure --qtdir=/usr --no-separate-debug-info \ - $(use debug && echo "--debug" || echo "--release") || die - - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die -} diff --git a/app-crypt/qca-logger/Manifest b/app-crypt/qca-logger/Manifest deleted file mode 100644 index 9efae464708f..000000000000 --- a/app-crypt/qca-logger/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qca-logger-2.0.0-beta2.tar.bz2 20484 SHA256 da5931d55778719cd19bd7e327655dc7e96fd9b772347abb6a65df5f3019e88a SHA512 c92ec1fe00409c4f2ab445b13cd85275c92b5ab981ac7fd93bb89009082b6f584e27d67d74211887c865e0d65c3a2b0211b0f08506b961b730c15858d6c6df0a WHIRLPOOL 47f5699d2681a6745e44fb7407d9d561c4522bc5429ac8fe355d0ece4fe3da29b3fd2a9f0ab16c34c61f80108c8aa0116b81bead023d346e0ae786b4bf46f40b diff --git a/app-crypt/qca-logger/metadata.xml b/app-crypt/qca-logger/metadata.xml deleted file mode 100644 index 1bbdcda23f1d..000000000000 --- a/app-crypt/qca-logger/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>kde</herd> -<herd>crypto</herd> -<herd>qt</herd> -</pkgmetadata> diff --git a/app-crypt/qca-logger/qca-logger-2.0.0_beta2.ebuild b/app-crypt/qca-logger/qca-logger-2.0.0_beta2.ebuild deleted file mode 100644 index 42aeadfdf73c..000000000000 --- a/app-crypt/qca-logger/qca-logger-2.0.0_beta2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -inherit eutils qt4-r2 - -MY_P="${P/_/-}" -QCA_VER="${PV%.*}" - -DESCRIPTION="Logger plugin for QCA" -HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 hppa ~ia64 ppc64 sparc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND=">=app-crypt/qca-${QCA_VER}[debug?]" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - # cannot use econf because of non-standard configure script - ./configure --qtdir=/usr --no-separate-debug-info \ - $(use debug && echo "--debug" || echo "--release") || die - - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die - dodoc README || die -} diff --git a/app-crypt/qca-ossl/Manifest b/app-crypt/qca-ossl/Manifest deleted file mode 100644 index f5d45bdc592f..000000000000 --- a/app-crypt/qca-ossl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qca-ossl-2.0.0-beta3.tar.bz2 49188 SHA256 08e09ff586b184d5fb53b88f0b48eed0a7bf0a5f210a9f97a76cf4cd5446c67b SHA512 17b30099c1bc8650757d71fd9e7824831b132cedc920f59832cb5a8096b90932834e05f3f77ed34e213fdadf881625710e1311ae4fcc4c0919a1684adb4525b8 WHIRLPOOL e9acef78158d1a2c68878f0f5ee539be1e34382e3b8481eade51e12ce616abd6a577be4d1fcf5318ea201256f9f54cf90c764d0cb200b93772fd69a587cb0af6 diff --git a/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch b/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch deleted file mode 100644 index c7d6e47b180d..000000000000 --- a/app-crypt/qca-ossl/files/qca-ossl-openssl-1.0.0.patch +++ /dev/null @@ -1,155 +0,0 @@ -diff -ru a/CMakeLists.txt b/CMakeLists.txt ---- a/CMakeLists.txt 2007-06-29 23:10:53.000000000 +0200 -+++ b/CMakeLists.txt 2010-04-18 04:05:09.000000000 +0200 -@@ -1,5 +1,12 @@ - # QCA OSSL - -+INCLUDE(CheckFunctionExists) -+SET(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_LIBRARIES}) -+CHECK_FUNCTION_EXISTS(EVP_md2 HAVE_OPENSSL_MD2) -+IF (HAVE_OPENSSL_MD2) -+ ADD_DEFINITIONS(-DHAVE_OPENSSL_MD2) -+ENDIF (HAVE_OPENSSL_MD2) -+ - SET(QCA_OSSL_SOURCES qca-ossl.cpp) - - MY_AUTOMOC( QCA_OSSL_SOURCES ) -diff -ru a/qca-ossl.cpp b/qca-ossl.cpp ---- a/qca-ossl.cpp 2007-12-11 07:34:57.000000000 +0100 -+++ b/qca-ossl.cpp 2010-04-18 04:08:46.000000000 +0200 -@@ -42,6 +42,15 @@ - #define OSSL_097 - #endif - -+#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10000000L -+// OpenSSL 1.0.0 makes a few changes that aren't very C++ friendly... -+// Among other things, CHECKED_PTR_OF returns a void*, but is used in -+// contexts requiring STACK pointers. -+#undef CHECKED_PTR_OF -+#define CHECKED_PTR_OF(type, p) \ -+ ((_STACK*) (1 ? p : (type*)0)) -+#endif -+ - using namespace QCA; - - namespace opensslQCAPlugin { -@@ -1771,8 +1780,10 @@ - md = EVP_sha1(); - else if(alg == EMSA3_MD5) - md = EVP_md5(); -+#ifdef HAVE_OPENSSL_MD2 - else if(alg == EMSA3_MD2) - md = EVP_md2(); -+#endif - else if(alg == EMSA3_RIPEMD160) - md = EVP_ripemd160(); - else if(alg == EMSA3_Raw) -@@ -1789,8 +1800,10 @@ - md = EVP_sha1(); - else if(alg == EMSA3_MD5) - md = EVP_md5(); -+#ifdef HAVE_OPENSSL_MD2 - else if(alg == EMSA3_MD2) - md = EVP_md2(); -+#endif - else if(alg == EMSA3_RIPEMD160) - md = EVP_ripemd160(); - else if(alg == EMSA3_Raw) -@@ -3385,9 +3398,11 @@ - case NID_md5WithRSAEncryption: - p.sigalgo = QCA::EMSA3_MD5; - break; -+#ifdef HAVE_OPENSSL_MD2 - case NID_md2WithRSAEncryption: - p.sigalgo = QCA::EMSA3_MD2; - break; -+#endif - case NID_ripemd160WithRSA: - p.sigalgo = QCA::EMSA3_RIPEMD160; - break; -@@ -3871,9 +3886,11 @@ - case NID_md5WithRSAEncryption: - p.sigalgo = QCA::EMSA3_MD5; - break; -+#ifdef HAVE_OPENSSL_MD2 - case NID_md2WithRSAEncryption: - p.sigalgo = QCA::EMSA3_MD2; - break; -+#endif - case NID_ripemd160WithRSA: - p.sigalgo = QCA::EMSA3_RIPEMD160; - break; -@@ -4061,9 +4078,11 @@ - case NID_md5WithRSAEncryption: - p.sigalgo = QCA::EMSA3_MD5; - break; -+#ifdef HAVE_OPENSSL_MD2 - case NID_md2WithRSAEncryption: - p.sigalgo = QCA::EMSA3_MD2; - break; -+#endif - case NID_ripemd160WithRSA: - p.sigalgo = QCA::EMSA3_RIPEMD160; - break; -@@ -6582,7 +6601,9 @@ - list += "sha1"; - list += "sha0"; - list += "ripemd160"; -+#ifdef HAVE_OPENSSL_MD2 - list += "md2"; -+#endif - list += "md4"; - list += "md5"; - #ifdef SHA224_DIGEST_LENGTH -@@ -6597,9 +6618,11 @@ - #ifdef SHA512_DIGEST_LENGTH - list += "sha512"; - #endif -+/* - #ifdef OBJ_whirlpool - list += "whirlpool"; - #endif -+*/ - return list; - } - -@@ -6757,7 +6780,9 @@ - list += all_hash_types(); - list += all_mac_types(); - list += all_cipher_types(); -+#ifdef HAVE_OPENSSL_MD2 - list += "pbkdf1(md2)"; -+#endif - list += "pbkdf1(sha1)"; - list += "pbkdf2(sha1)"; - list += "pkey"; -@@ -6788,8 +6813,10 @@ - return new opensslHashContext( EVP_sha(), this, type); - else if ( type == "ripemd160" ) - return new opensslHashContext( EVP_ripemd160(), this, type); -+#ifdef HAVE_OPENSSL_MD2 - else if ( type == "md2" ) - return new opensslHashContext( EVP_md2(), this, type); -+#endif - else if ( type == "md4" ) - return new opensslHashContext( EVP_md4(), this, type); - else if ( type == "md5" ) -@@ -6810,14 +6837,18 @@ - else if ( type == "sha512" ) - return new opensslHashContext( EVP_sha512(), this, type); - #endif -+/* - #ifdef OBJ_whirlpool - else if ( type == "whirlpool" ) - return new opensslHashContext( EVP_whirlpool(), this, type); - #endif -+*/ - else if ( type == "pbkdf1(sha1)" ) - return new opensslPbkdf1Context( EVP_sha1(), this, type ); -+#ifdef HAVE_OPENSSL_MD2 - else if ( type == "pbkdf1(md2)" ) - return new opensslPbkdf1Context( EVP_md2(), this, type ); -+#endif - else if ( type == "pbkdf2(sha1)" ) - return new opensslPbkdf2Context( this, type ); - else if ( type == "hmac(md5)" ) diff --git a/app-crypt/qca-ossl/metadata.xml b/app-crypt/qca-ossl/metadata.xml deleted file mode 100644 index 1bbdcda23f1d..000000000000 --- a/app-crypt/qca-ossl/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>kde</herd> -<herd>crypto</herd> -<herd>qt</herd> -</pkgmetadata> diff --git a/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3-r2.ebuild b/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3-r2.ebuild deleted file mode 100644 index 34c607c9c1de..000000000000 --- a/app-crypt/qca-ossl/qca-ossl-2.0.0_beta3-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -inherit eutils qt4-r2 - -MY_P="${P/_/-}" -QCA_VER="${PV%.*}" - -DESCRIPTION="TLS, S/MIME, PKCS#12, crypto algorithms plugin for QCA" -HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" -IUSE="debug" - -DEPEND=">=app-crypt/qca-${QCA_VER}[debug?] - >=dev-libs/openssl-0.9.6" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}/${PN}-openssl-1.0.0.patch" ) - -src_configure() { - use prefix || EPREFIX= - # Fix some locations - sed -e "s|/usr/|${EPREFIX}/usr/|g" -e "s|usr/local|usr/|g" -i configure - - # cannot use econf because of non-standard configure script - ./configure --qtdir="${EPREFIX}"/usr --no-separate-debug-info \ - $(use debug && echo "--debug" || echo "--release") || die - - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die -} diff --git a/app-crypt/qca-pkcs11/Manifest b/app-crypt/qca-pkcs11/Manifest deleted file mode 100644 index 5e47ce458b18..000000000000 --- a/app-crypt/qca-pkcs11/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qca-pkcs11-2.0.0-beta2.tar.bz2 30383 SHA256 959ab33ff16f2d28035025a9c06b2e6b89c1b3a52605811b51a73076f381e6c5 SHA512 55510ecf2479aec2c76b5805ddda8d4fafa74c5c84f0febc3bd8e79009f6e900e5f23f8f5a12069d95d4268d3b4596ce57c690b3e483ead670c7f91f02404e3a WHIRLPOOL 07f082ff9438423672c5c397401dab2dab78197e74a6ff6d359162c1d6df088ee174932f7e9f2bc4297351be204e8dede4409bc95989d9613416d81e80144216 diff --git a/app-crypt/qca-pkcs11/files/qca-pkcs11-2.0.0_beta2-gcc44.patch b/app-crypt/qca-pkcs11/files/qca-pkcs11-2.0.0_beta2-gcc44.patch deleted file mode 100644 index 353feee42381..000000000000 --- a/app-crypt/qca-pkcs11/files/qca-pkcs11-2.0.0_beta2-gcc44.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur qca-pkcs11-2.0.0-beta2.orig/qca-pkcs11.cpp qca-pkcs11-2.0.0-beta2/qca-pkcs11.cpp ---- qca-pkcs11-2.0.0-beta2.orig/qca-pkcs11.cpp 2007-11-05 07:21:51.000000000 +0200 -+++ qca-pkcs11-2.0.0-beta2/qca-pkcs11.cpp 2009-07-24 20:36:03.000000000 +0300 -@@ -18,6 +18,8 @@ - * - */ - -+#include <cstdio> -+ - #include <QtCrypto> - #include <qcaprovider.h> - #include <qplatformdefs.h> diff --git a/app-crypt/qca-pkcs11/metadata.xml b/app-crypt/qca-pkcs11/metadata.xml deleted file mode 100644 index 1bbdcda23f1d..000000000000 --- a/app-crypt/qca-pkcs11/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>kde</herd> -<herd>crypto</herd> -<herd>qt</herd> -</pkgmetadata> diff --git a/app-crypt/qca-pkcs11/qca-pkcs11-2.0.0_beta2.ebuild b/app-crypt/qca-pkcs11/qca-pkcs11-2.0.0_beta2.ebuild deleted file mode 100644 index 69ef87e14f5b..000000000000 --- a/app-crypt/qca-pkcs11/qca-pkcs11-2.0.0_beta2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils qt4-r2 - -MY_P="${P/_/-}" -QCA_VER="${PV%.*}" - -DESCRIPTION="PKCS#11 (smartcard) plugin for QCA" -HOMEPAGE="http://delta.affinix.com/qca/" -SRC_URI="http://delta.affinix.com/download/qca/${QCA_VER}/plugins/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" -IUSE="debug" - -DEPEND=">=app-crypt/qca-${QCA_VER}[debug?] - >=dev-libs/pkcs11-helper-1.02" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="README" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch -} - -src_configure() { - # cannot use econf because of non-standard configure script - ./configure \ - --qtdir=/usr \ - $(use debug && echo "--debug" || echo "--release") \ - --no-separate-debug-info \ - || die "configure failed" - qt4-r2_src_configure -} |