diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-22 10:35:05 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-22 10:35:05 +0000 |
commit | fc0543dce6ac9d7c3e4d4740fa0e6f20362d4081 (patch) | |
tree | cdd1405b68c0b16aeb1c3012e9c107d7ae40ad5d /app-crypt | |
parent | Delete older ebuild. (diff) | |
download | historical-fc0543dce6ac9d7c3e4d4740fa0e6f20362d4081.tar.gz historical-fc0543dce6ac9d7c3e4d4740fa0e6f20362d4081.tar.bz2 historical-fc0543dce6ac9d7c3e4d4740fa0e6f20362d4081.zip |
Delete older ebuild.
Package-Manager: portage-2.2.0_alpha28_p4/cvs/Linux x86_64
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild | 38 | ||||
-rw-r--r-- | app-crypt/trousers/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.3.5.ebuild | 98 |
4 files changed, 10 insertions, 138 deletions
diff --git a/app-crypt/tpm-tools/ChangeLog b/app-crypt/tpm-tools/ChangeLog index d7a95c0793e5..004d2a2b649b 100644 --- a/app-crypt/tpm-tools/ChangeLog +++ b/app-crypt/tpm-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/tpm-tools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.13 2011/03/21 09:57:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.14 2011/03/22 10:35:05 arfrever Exp $ + + 22 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -tpm-tools-1.3.1.ebuild: + Delete. 21 Mar 2011; Thomas Kahle <tomka@gentoo.org> tpm-tools-1.3.5.ebuild: x86 stable per bug 357183 diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild deleted file mode 100644 index 21655b576646..000000000000 --- a/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild +++ /dev/null @@ -1,38 +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/tpm-tools/tpm-tools-1.3.1.ebuild,v 1.4 2009/05/10 23:11:27 robbat2 Exp $ - -inherit autotools - -DESCRIPTION="TrouSerS' support tools for the Trusted Platform Modules" -HOMEPAGE="http://trousers.sf.net" -SRC_URI="mirror://sourceforge/trousers/${P}.tar.gz" -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="nls" - -COMMON_DEPEND=">=app-crypt/trousers-0.3.0" -RDEPEND="${COMMON_DEPEND} - nls? ( virtual/libintl )" -# TODO: add optionnal opencryptoki support -DEPEND="${COMMON_DEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -e "s/-Werror //" -i configure.in - eautoreconf -} - -src_compile() { - econf $(use_enable nls) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README -} diff --git a/app-crypt/trousers/ChangeLog b/app-crypt/trousers/ChangeLog index 7a663b7d74d9..2ede0931b2ed 100644 --- a/app-crypt/trousers/ChangeLog +++ b/app-crypt/trousers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/trousers # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.28 2011/03/21 09:51:51 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.29 2011/03/22 10:32:49 arfrever Exp $ + + 22 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -trousers-0.3.5.ebuild: + Delete. 21 Mar 2011; Thomas Kahle <tomka@gentoo.org> trousers-0.3.6.ebuild: x86 stable per bug 357181 diff --git a/app-crypt/trousers/trousers-0.3.5.ebuild b/app-crypt/trousers/trousers-0.3.5.ebuild deleted file mode 100644 index 104ad5494b68..000000000000 --- a/app-crypt/trousers/trousers-0.3.5.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.5.ebuild,v 1.2 2010/08/06 01:22:57 robbat2 Exp $ - -EAPI="3" - -inherit autotools 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/${P}.tar.gz" -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" # gtk - -# gtk support presently does NOT compile. -# gtk? ( >=x11-libs/gtk+-2 ) - -RDEPEND=">=dev-libs/glib-2 - >=dev-libs/openssl-0.9.7" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${P}git" - -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" - if linux_config_exists; then - linux_chkconfig_present TCG_TPM && tpm_kernel_present="yes" - else - ewarn "No kernel configuration could be found." - fi - 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() { - epatch "${FILESDIR}/${PN}-0.3.5-nouseradd.patch" - - sed -e "s/ -Werror//" -i configure.in - eautoreconf -} - -src_configure() { - #econf --with-gui=$(usev gtk || echo openssl) || die "econf failed" - econf --with-gui=openssl || die "econf failed" -} - -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 - insinto /etc/udev/rules.d - doins "${FILESDIR}"/61-trousers.rules - fowners tss:tss /var/lib/tpm -} - -pkg_postinst() { - elog "If you have problems starting tcsd, please check permissions and" - elog "ownership on /dev/tpm* and ~tss/system.data" -} |