diff options
author | 2012-01-13 23:00:09 +0000 | |
---|---|---|
committer | 2012-01-13 23:00:09 +0000 | |
commit | 9d9ee6f7695eb0a04d99da4d6fef8e9dce0d7337 (patch) | |
tree | de4e04dad015b3af45ac01f772610ca866ff5961 /app-crypt | |
parent | Remove old. (diff) | |
download | gentoo-2-9d9ee6f7695eb0a04d99da4d6fef8e9dce0d7337.tar.gz gentoo-2-9d9ee6f7695eb0a04d99da4d6fef8e9dce0d7337.tar.bz2 gentoo-2-9d9ee6f7695eb0a04d99da4d6fef8e9dce0d7337.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/p11-kit/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.10.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index 0d77ebb9440a..9826afe0696e 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.9 2011/11/28 02:26:55 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.10 2012/01/13 23:00:09 radhermit Exp $ + +*p11-kit-0.10 (13 Jan 2012) + + 13 Jan 2012; Tim Harder <radhermit@gentoo.org> +p11-kit-0.10.ebuild: + Version bump. 28 Nov 2011; Tim Harder <radhermit@gentoo.org> p11-kit-0.8.ebuild, p11-kit-0.9.ebuild: diff --git a/app-crypt/p11-kit/p11-kit-0.10.ebuild b/app-crypt/p11-kit/p11-kit-0.10.ebuild new file mode 100644 index 000000000000..879004528cc2 --- /dev/null +++ b/app-crypt/p11-kit/p11-kit-0.10.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.10.ebuild,v 1.1 2012/01/13 23:00:09 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() { + local myeconfargs=( + $(use_enable debug) + ) + autotools-utils_src_configure +} |