From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 449151381F3 for ; Fri, 5 Apr 2013 06:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAAAAE06F7; Fri, 5 Apr 2013 06:32:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62B67E0713 for ; Fri, 5 Apr 2013 06:32:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7069B33BE60 for ; Fri, 5 Apr 2013 06:32:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 3399B2171D; Fri, 5 Apr 2013 06:32:55 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/p11-kit: ChangeLog p11-kit-0.18.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog p11-kit-0.18.0.ebuild X-VCS-Directories: app-crypt/p11-kit X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130405063255.3399B2171D@flycatcher.gentoo.org> Date: Fri, 5 Apr 2013 06:32:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 42b866aa-3dc5-4a79-812b-f96ee9759ac2 X-Archives-Hash: ca63d92d4377ea39344a8bdf82964e9e radhermit 13/04/05 06:32:55 Modified: ChangeLog Added: p11-kit-0.18.0.ebuild Log: Version bump. (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision Changes Path 1.42 app-crypt/p11-kit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 31 Mar 2013 07:07:06 -0000 1.41 +++ ChangeLog 5 Apr 2013 06:32:55 -0000 1.42 @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/p11-kit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.41 2013/03/31 07:07:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.42 2013/04/05 06:32:55 radhermit Exp $ + +*p11-kit-0.18.0 (05 Apr 2013) + + 05 Apr 2013; Tim Harder +p11-kit-0.18.0.ebuild: + Version bump. *p11-kit-0.17.5 (31 Mar 2013) 1.1 app-crypt/p11-kit/p11-kit-0.18.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/p11-kit-0.18.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/p11-kit/p11-kit-0.18.0.ebuild?rev=1.1&content-type=text/plain Index: p11-kit-0.18.0.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.18.0.ebuild,v 1.1 2013/04/05 06:32:55 radhermit Exp $ EAPI=5 inherit eutils DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asn1 debug +trust" REQUIRED_USE="trust? ( asn1 )" RDEPEND="asn1? ( >=dev-libs/libtasn1-2.14 )" DEPEND="${RDEPEND} virtual/pkgconfig" src_configure() { econf \ $(use_enable trust trust-module) \ $(use_enable debug) \ $(use_with asn1 libtasn1) } src_install() { default prune_libtool_files --modules }