diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 22:37:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-27 22:37:54 +0000 |
commit | 3252de03730e91100f62c390c198417901d0e939 (patch) | |
tree | c82f5aef4200e6d1cd10dedcd8acf8f59210a160 /app-crypt/trousers | |
parent | Stable on amd64 wrt bug #325875 (diff) | |
download | gentoo-2-3252de03730e91100f62c390c198417901d0e939.tar.gz gentoo-2-3252de03730e91100f62c390c198417901d0e939.tar.bz2 gentoo-2-3252de03730e91100f62c390c198417901d0e939.zip |
Delete older ebuilds.
Diffstat (limited to 'app-crypt/trousers')
-rw-r--r-- | app-crypt/trousers/files/trousers-0.3.1-gcc43.patch | 30 | ||||
-rw-r--r-- | app-crypt/trousers/files/trousers-0.3.1-qa.patch | 12 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.3.1.ebuild | 77 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.3.2.1.ebuild | 86 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.3.2.ebuild | 82 |
5 files changed, 0 insertions, 287 deletions
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 <string.h> -+#include <limits.h> - - #include <openssl/evp.h> - #include <openssl/err.h> ---- 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 <string.h> - #include <unistd.h> - #include <stdio.h> -+#include <limits.h> - - #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 <stdio.h> - #include <string.h> - #include <inttypes.h> -+#include <limits.h> - - #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; diff --git a/app-crypt/trousers/trousers-0.3.1.ebuild b/app-crypt/trousers/trousers-0.3.1.ebuild deleted file mode 100644 index d0b43d15bdb1..000000000000 --- a/app-crypt/trousers/trousers-0.3.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.1.ebuild,v 1.7 2009/03/29 15:19:32 arfrever Exp $ - -inherit autotools base eutils linux-info - -DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" -HOMEPAGE="http://trousers.sf.net" -SRC_URI="mirror://sourceforge/trousers/${P}.tar.gz" -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - >=dev-libs/openssl-0.9.7" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-0.2.3-nouseradd.patch" - "${FILESDIR}/${P}-qa.patch" - "${FILESDIR}/${P}-gcc43.patch" ) - -pkg_setup() { - # Check for driver (not sure it can be an rdep, because ot depends on the - # version of virtual/linux-sources... Is that supported by portage?) - linux-info_pkg_setup - local tpm_kernel_version tpm_kernel_present tpm_module - kernel_is ge 2 6 12 && tpm_kernel_version="yes" - linux_chkconfig_present TCG_TPM && tpm_kernel_present="yes" - has_version app-crypt/tpm-emulator && tpm_module="yes" - if [ -n "${tpm_kernel_present}" ] ; then - einfo "Good, you seem to have in-kernel TPM support." - elif [ -n "${tpm_module}" ] ; then - einfo "Good, you seem to have TPM support with the external module." - if [ -n "${tpm_kernel_version}" ] ; then - elog - elog "Note that since you have a >=2.6.12 kernel, you could use" - elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." - fi - elif [ -n "${tpm_kernel_version}" ] ; then - eerror - eerror "To use this package, you will have to activate TPM support" - eerror "in your kernel configuration. That's at least CONFIG_TCG_TPM," - eerror "plus probably a chip specific driver (like CONFIG_TCG_ATMEL)." - eerror - else - eerror - eerror "To use this package, you should install a TPM driver." - eerror "You can have the following options:" - eerror " - install app-crypt/tpm-emulator" - eerror " - switch to a >=2.6.12 kernel and compile the kernel module" - eerror - fi - - # New user/group for the daemon - enewgroup tss - enewuser tss -1 -1 /var/lib/tpm tss -} - -src_unpack() { - base_src_unpack - - sed -e "s/-Werror //" -i configure.in - eautoreconf -} - -src_install() { - keepdir /var/lib/tpm - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NICETOHAVES README TODO - use doc && dodoc doc/* - newinitd "${FILESDIR}/tcsd.initd" tcsd - newconfd "${FILESDIR}/tcsd.confd" tcsd -} diff --git a/app-crypt/trousers/trousers-0.3.2.1.ebuild b/app-crypt/trousers/trousers-0.3.2.1.ebuild deleted file mode 100644 index 7948170a65de..000000000000 --- a/app-crypt/trousers/trousers-0.3.2.1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.2.1.ebuild,v 1.1 2009/09/06 00:12:01 arfrever Exp $ - -EAPI="2" - -inherit autotools base eutils linux-info - -MY_P="${PN}-${PV%.*}-${PV##*.}" - -DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" -HOMEPAGE="http://trousers.sf.net" -SRC_URI="mirror://sourceforge/trousers/${MY_P}.tar.gz" -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - >=dev-libs/openssl-0.9.7" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( "${FILESDIR}/${PN}-0.2.3-nouseradd.patch" ) - -pkg_setup() { - # Check for driver (not sure it can be an rdep, because ot depends on the - # version of virtual/linux-sources... Is that supported by portage?) - linux-info_pkg_setup - local tpm_kernel_version tpm_kernel_present tpm_module - kernel_is ge 2 6 12 && tpm_kernel_version="yes" - linux_chkconfig_present TCG_TPM && tpm_kernel_present="yes" - has_version app-crypt/tpm-emulator && tpm_module="yes" - if [[ -n "${tpm_kernel_present}" ]] ; then - einfo "Good, you seem to have in-kernel TPM support." - elif [[ -n "${tpm_module}" ]] ; then - einfo "Good, you seem to have TPM support with the external module." - if [[ -n "${tpm_kernel_version}" ]] ; then - elog - elog "Note that since you have a >=2.6.12 kernel, you could use" - elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." - fi - elif [[ -n "${tpm_kernel_version}" ]] ; then - eerror - eerror "To use this package, you will have to activate TPM support" - eerror "in your kernel configuration. That's at least CONFIG_TCG_TPM," - eerror "plus probably a chip specific driver (like CONFIG_TCG_ATMEL)." - eerror - else - eerror - eerror "To use this package, you should install a TPM driver." - eerror "You can have the following options:" - eerror " - install app-crypt/tpm-emulator" - eerror " - switch to a >=2.6.12 kernel and compile the kernel module" - eerror - fi - - # New user/group for the daemon - enewgroup tss - enewuser tss -1 -1 /var/lib/tpm tss -} - -src_prepare() { - base_src_prepare - - sed -e "s/-Werror //" -i configure.in - eautoreconf -} - -src_install() { - keepdir /var/lib/tpm - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NICETOHAVES README TODO - use doc && dodoc doc/* - newinitd "${FILESDIR}/tcsd.initd" tcsd - newconfd "${FILESDIR}/tcsd.confd" tcsd -} - -pkg_postinst() { - elog "If you have problems starting tcsd, please check permissions and" - elog "ownership on /dev/tpm* and ~tss/system.data" -} diff --git a/app-crypt/trousers/trousers-0.3.2.ebuild b/app-crypt/trousers/trousers-0.3.2.ebuild deleted file mode 100644 index 2dc4089b4f66..000000000000 --- a/app-crypt/trousers/trousers-0.3.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.2.ebuild,v 1.1 2009/08/22 17:56:56 arfrever Exp $ - -EAPI="2" - -inherit autotools base eutils linux-info - -DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" -HOMEPAGE="http://trousers.sf.net" -SRC_URI="mirror://sourceforge/trousers/${P}.tar.bz2" -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2 - >=dev-libs/openssl-0.9.7" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-0.2.3-nouseradd.patch" ) - -pkg_setup() { - # Check for driver (not sure it can be an rdep, because ot depends on the - # version of virtual/linux-sources... Is that supported by portage?) - linux-info_pkg_setup - local tpm_kernel_version tpm_kernel_present tpm_module - kernel_is ge 2 6 12 && tpm_kernel_version="yes" - linux_chkconfig_present TCG_TPM && tpm_kernel_present="yes" - has_version app-crypt/tpm-emulator && tpm_module="yes" - if [[ -n "${tpm_kernel_present}" ]] ; then - einfo "Good, you seem to have in-kernel TPM support." - elif [[ -n "${tpm_module}" ]] ; then - einfo "Good, you seem to have TPM support with the external module." - if [[ -n "${tpm_kernel_version}" ]] ; then - elog - elog "Note that since you have a >=2.6.12 kernel, you could use" - elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." - fi - elif [[ -n "${tpm_kernel_version}" ]] ; then - eerror - eerror "To use this package, you will have to activate TPM support" - eerror "in your kernel configuration. That's at least CONFIG_TCG_TPM," - eerror "plus probably a chip specific driver (like CONFIG_TCG_ATMEL)." - eerror - else - eerror - eerror "To use this package, you should install a TPM driver." - eerror "You can have the following options:" - eerror " - install app-crypt/tpm-emulator" - eerror " - switch to a >=2.6.12 kernel and compile the kernel module" - eerror - fi - - # New user/group for the daemon - enewgroup tss - enewuser tss -1 -1 /var/lib/tpm tss -} - -src_prepare() { - base_src_prepare - - sed -e "s/-Werror //" -i configure.in - eautoreconf -} - -src_install() { - keepdir /var/lib/tpm - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NICETOHAVES README TODO - use doc && dodoc doc/* - newinitd "${FILESDIR}/tcsd.initd" tcsd - newconfd "${FILESDIR}/tcsd.confd" tcsd -} - -pkg_postinst() { - elog "If you have problems starting tcsd, please check permissions and" - elog "ownership on /dev/tpm* and ~tss/system.data" -} |