summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-01 08:21:12 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-01 08:21:12 +0000
commit5c8d5253323f419d0c84755124e840c278172773 (patch)
tree8a50a827dce304093e6d4e1a8072b4d89e571d15 /app-crypt/p11-kit
parentVersion bump. (diff)
downloadgentoo-2-5c8d5253323f419d0c84755124e840c278172773.tar.gz
gentoo-2-5c8d5253323f419d0c84755124e840c278172773.tar.bz2
gentoo-2-5c8d5253323f419d0c84755124e840c278172773.zip
Version bump.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/p11-kit')
-rw-r--r--app-crypt/p11-kit/ChangeLog7
-rw-r--r--app-crypt/p11-kit/p11-kit-0.7.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog
index 3986baac11ac..27052d1f8985 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.3 2011/09/20 17:41:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.4 2011/10/01 08:21:12 radhermit Exp $
+
+*p11-kit-0.7 (01 Oct 2011)
+
+ 01 Oct 2011; Tim Harder <radhermit@gentoo.org> +p11-kit-0.7.ebuild:
+ Version bump.
20 Sep 2011; Jeroen Roovers <jer@gentoo.org> p11-kit-0.6.ebuild:
Marked ~hppa (bug #383453).
diff --git a/app-crypt/p11-kit/p11-kit-0.7.ebuild b/app-crypt/p11-kit/p11-kit-0.7.ebuild
new file mode 100644
index 000000000000..30649602895d
--- /dev/null
+++ b/app-crypt/p11-kit/p11-kit-0.7.ebuild
@@ -0,0 +1,28 @@
+# 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.7.ebuild,v 1.1 2011/10/01 08:21:12 radhermit Exp $
+
+EAPI=4
+
+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 ~hppa ~x86"
+IUSE="debug"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf \
+ $(use_enable debug)
+}
+
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -exec rm -f {} +
+}