summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/p11-kit/ChangeLog7
-rw-r--r--app-crypt/p11-kit/p11-kit-0.8.ebuild21
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)
+}