public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dane Smith (c1pher)" <c1pher@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/tpm-tools: tpm-tools-1.3.5.ebuild ChangeLog
Date: Tue, 30 Nov 2010 13:21:06 +0000 (UTC)	[thread overview]
Message-ID: <20101130132106.7C14C20054@flycatcher.gentoo.org> (raw)

c1pher      10/11/30 13:21:06

  Modified:             ChangeLog
  Added:                tpm-tools-1.3.5.ebuild
  Log:
  Version bump for tpm-tools wrt bug 329457.
  
  (Portage version: 2.2.0_alpha4/cvs/Linux i686)

Revision  Changes    Path
1.11                 app-crypt/tpm-tools/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	10 May 2009 23:11:27 -0000	1.10
+++ ChangeLog	30 Nov 2010 13:21:06 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/tpm-tools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.10 2009/05/10 23:11:27 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.11 2010/11/30 13:21:06 c1pher Exp $
+
+*tpm-tools-1.3.5 (30 Nov 2010)
+
+  30 Nov 2010; Dane Smith <c1pher@gentoo.org> +tpm-tools-1.3.5.ebuild:
+  Version bump to 1.3.5 wrt bug 329457.
+  *Moved to EAPI 2.
+  *A few small QA fixes.
 
   10 May 2009; Robin H. Johnson <robbat2@gentoo.org> tpm-tools-1.3.1.ebuild:
   Working on this for ~amd64.



1.1                  app-crypt/tpm-tools/tpm-tools-1.3.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.5.ebuild?rev=1.1&content-type=text/plain

Index: tpm-tools-1.3.5.ebuild
===================================================================
# Copyright 1999-2010 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.5.ebuild,v 1.1 2010/11/30 13:21:06 c1pher Exp $

EAPI="2"
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="~amd64 ~x86"
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_prepare() {
	sed -i -e "s/-Werror //" configure.in || die "Sed failed"
	eautoreconf
}

src_configure() {
	econf $(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README || die
}






             reply	other threads:[~2010-11-30 13:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30 13:21 Dane Smith (c1pher) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-04 19:34 [gentoo-commits] gentoo-x86 commit in app-crypt/tpm-tools: tpm-tools-1.3.5.ebuild ChangeLog Markos Chandras (hwoarang)
2011-03-21  9:57 Thomas Kahle (tomka)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101130132106.7C14C20054@flycatcher.gentoo.org \
    --to=c1pher@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox