From ca68caa89d4c684d9df7c82c97df3aa1140b955a Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 27 Jun 2010 22:37:54 +0000 Subject: Delete older ebuilds. --- .../trousers/files/trousers-0.3.1-gcc43.patch | 30 ---------------------- app-crypt/trousers/files/trousers-0.3.1-qa.patch | 12 --------- 2 files changed, 42 deletions(-) delete mode 100644 app-crypt/trousers/files/trousers-0.3.1-gcc43.patch delete mode 100644 app-crypt/trousers/files/trousers-0.3.1-qa.patch (limited to 'app-crypt/trousers/files') diff --git a/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch b/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch deleted file mode 100644 index db0f48e5f8b9..000000000000 --- a/app-crypt/trousers/files/trousers-0.3.1-gcc43.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- src/trspi/crypto/openssl/symmetric.c.orig 2008-07-21 02:14:44.000000000 +0400 -+++ src/trspi/crypto/openssl/symmetric.c 2008-07-21 02:15:06.000000000 +0400 -@@ -16,6 +16,7 @@ - */ - - #include -+#include - - #include - #include ---- src/tspi/tsp_ps.c.orig 2008-07-21 02:27:14.000000000 +0400 -+++ src/tspi/tsp_ps.c 2008-07-21 02:27:40.000000000 +0400 -@@ -15,6 +15,7 @@ - #include - #include - #include -+#include - - #include "trousers/tss.h" - #include "trousers/trousers.h" ---- src/tspi/tspi_aik.c.orig 2008-07-21 02:31:35.000000000 +0400 -+++ src/tspi/tspi_aik.c 2008-07-21 02:32:04.000000000 +0400 -@@ -12,6 +12,7 @@ - #include - #include - #include -+#include - - #include "trousers/tss.h" - #include "trousers/trousers.h" diff --git a/app-crypt/trousers/files/trousers-0.3.1-qa.patch b/app-crypt/trousers/files/trousers-0.3.1-qa.patch deleted file mode 100644 index 5de41eefda4d..000000000000 --- a/app-crypt/trousers/files/trousers-0.3.1-qa.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNp trousers-0.3.1.org/src/tspi/tspi_nv.c trousers-0.3.1/src/tspi/tspi_nv.c ---- trousers-0.3.1.org/src/tspi/tspi_nv.c 2007-09-25 20:57:58.000000000 +0200 -+++ trousers-0.3.1/src/tspi/tspi_nv.c 2007-11-24 21:12:16.000000000 +0200 -@@ -217,7 +217,7 @@ Tspi_NV_ReleaseSpace(TSS_HNVSTORE hNvsto - - nv_data_public.tag = TPM_TAG_NV_DATA_PUBLIC; - -- if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, (TSS_HPCRS)NULL, &pPCR_len, &pPCR))) -+ if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, 0, &pPCR_len, &pPCR))) - return result; - - NVPublic_DataSize = 0; -- cgit v1.2.3-65-gdbad