diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-03 18:29:29 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-03 18:29:29 +0000 |
commit | a3886eb91aad82274f26934b5db8aacbd282223e (patch) | |
tree | a270f3645205ecb212df43b14ab122ea8a729513 /app-crypt | |
parent | Add USE flags to pull in the correct encoders used by the audio profiles inst... (diff) | |
download | gentoo-2-a3886eb91aad82274f26934b5db8aacbd282223e.tar.gz gentoo-2-a3886eb91aad82274f26934b5db8aacbd282223e.tar.bz2 gentoo-2-a3886eb91aad82274f26934b5db8aacbd282223e.zip |
Version bump.
(Portage version: 2.2.0_alpha72/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.8.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index 2619303cf423..f95f00924022 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.5 2011/11/01 05:51:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.6 2011/11/03 18:29:29 radhermit Exp $ + +*p11-kit-0.8 (03 Nov 2011) + + 03 Nov 2011; Tim Harder <radhermit@gentoo.org> +p11-kit-0.8.ebuild: + Version bump. 01 Nov 2011; Markus Meier <maekke@gentoo.org> p11-kit-0.7.ebuild: add ~arm, bug #383453 diff --git a/app-crypt/p11-kit/p11-kit-0.8.ebuild b/app-crypt/p11-kit/p11-kit-0.8.ebuild new file mode 100644 index 000000000000..3c1bd681a29b --- /dev/null +++ b/app-crypt/p11-kit/p11-kit-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.8.ebuild,v 1.1 2011/11/03 18:29:29 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="~amd64 ~arm ~hppa ~x86" +IUSE="debug" + +src_configure() { + econf \ + $(use_enable debug) +} |