diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-07-19 01:38:16 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-07-19 01:38:16 +0000 |
commit | f9c2a39ab80114a4d7e3600cefa374e6d2a8e888 (patch) | |
tree | 8d2c77764f057f893ed74689fd180e4ccb568c99 /app-crypt | |
parent | Stable for x86, wrt bug #427054 (diff) | |
download | gentoo-2-f9c2a39ab80114a4d7e3600cefa374e6d2a8e888.tar.gz gentoo-2-f9c2a39ab80114a4d7e3600cefa374e6d2a8e888.tar.bz2 gentoo-2-f9c2a39ab80114a4d7e3600cefa374e6d2a8e888.zip |
Version bump.
(Portage version: 2.2.0_alpha118/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.13.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index 0ef3870b8e2a..86dcded382fe 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.28 2012/05/10 04:48:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.29 2012/07/19 01:38:16 radhermit Exp $ + +*p11-kit-0.13 (19 Jul 2012) + + 19 Jul 2012; Tim Harder <radhermit@gentoo.org> +p11-kit-0.13.ebuild: + Version bump. 10 May 2012; Tim Harder <radhermit@gentoo.org> -p11-kit-0.11.ebuild: Remove old. diff --git a/app-crypt/p11-kit/p11-kit-0.13.ebuild b/app-crypt/p11-kit/p11-kit-0.13.ebuild new file mode 100644 index 000000000000..f5e7d2994d65 --- /dev/null +++ b/app-crypt/p11-kit/p11-kit-0.13.ebuild @@ -0,0 +1,23 @@ +# 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.13.ebuild,v 1.1 2012/07/19 01:38:16 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" + +src_configure() { + local myeconfargs=( + $(use_enable debug) + ) + autotools-utils_src_configure +} |