diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-08 07:49:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-08 07:49:28 +0000 |
commit | b21a19e10a6173b8a343e79d8d1abcb732a1df8c (patch) | |
tree | bd616d1f5fed0d78470f923b0b0ba15cfa6a00cb /app-crypt | |
parent | [bump] dev-perl/Apache-Test-1.380.0 (diff) | |
download | gentoo-2-b21a19e10a6173b8a343e79d8d1abcb732a1df8c.tar.gz gentoo-2-b21a19e10a6173b8a343e79d8d1abcb732a1df8c.tar.bz2 gentoo-2-b21a19e10a6173b8a343e79d8d1abcb732a1df8c.zip |
Version bump.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/p11-kit/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.14.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index c5f2b6f9c77a..647541401d3b 100644 --- a/app-crypt/p11-kit/ChangeLog +++ b/app-crypt/p11-kit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/p11-kit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.30 2012/08/26 06:57:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.31 2012/09/08 07:49:28 radhermit Exp $ + +*p11-kit-0.14 (08 Sep 2012) + + 08 Sep 2012; Tim Harder <radhermit@gentoo.org> +p11-kit-0.14.ebuild: + Version bump. 26 Aug 2012; Tim Harder <radhermit@gentoo.org> p11-kit-0.12.ebuild, p11-kit-0.13.ebuild: diff --git a/app-crypt/p11-kit/p11-kit-0.14.ebuild b/app-crypt/p11-kit/p11-kit-0.14.ebuild new file mode 100644 index 000000000000..ca87d9184387 --- /dev/null +++ b/app-crypt/p11-kit/p11-kit-0.14.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 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.14.ebuild,v 1.1 2012/09/08 07:49:28 radhermit Exp $ + +EAPI=4 + +inherit autotools-utils + +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" +IUSE="debug" + +DEPEND="virtual/pkgconfig" + +src_configure() { + local myeconfargs=( + $(use_enable debug) + ) + autotools-utils_src_configure +} |