From f4803f590b783e284f622c4f246707d23e0bd27b Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Mon, 13 Apr 2015 15:02:02 +0000 Subject: Version bump, bug#546464 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) --- dev-libs/libksba/ChangeLog | 7 ++++++- dev-libs/libksba/libksba-1.3.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dev-libs/libksba/libksba-1.3.3.ebuild (limited to 'dev-libs/libksba') diff --git a/dev-libs/libksba/ChangeLog b/dev-libs/libksba/ChangeLog index d14c1cf8c387..837782388764 100644 --- a/dev-libs/libksba/ChangeLog +++ b/dev-libs/libksba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libksba # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.166 2015/04/09 20:52:33 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/ChangeLog,v 1.167 2015/04/13 15:02:02 alonbl Exp $ + +*libksba-1.3.3 (13 Apr 2015) + + 13 Apr 2015; Alon Bar-Lev +libksba-1.3.3.ebuild: + Version bump, bug#546464 09 Apr 2015; Alon Bar-Lev -files/libksba-1.3.0-aix.patch: Remove leftover patch, thanks to Hanno Boeck diff --git a/dev-libs/libksba/libksba-1.3.3.ebuild b/dev-libs/libksba/libksba-1.3.3.ebuild new file mode 100644 index 000000000000..7270aaf9afea --- /dev/null +++ b/dev-libs/libksba/libksba-1.3.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-1.3.3.ebuild,v 1.1 2015/04/13 15:02:02 alonbl Exp $ + +EAPI="4" + +# so we won't need to autoreconf yet another g10 package +AUTOTOOLS_IN_SOURCE_BUILD=1 +inherit autotools-utils + +DESCRIPTION="X.509 and CMS (PKCS#7) library" +HOMEPAGE="http://www.gnupg.org/related_software/libksba" +SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2" + +LICENSE="LGPL-3+ GPL-2+ GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND=">=dev-libs/libgpg-error-1.8" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad