summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2015-04-13 15:02:02 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2015-04-13 15:02:02 +0000
commitf4803f590b783e284f622c4f246707d23e0bd27b (patch)
tree1dc624b972df6e363c4cd251496d6a8c2cf3e5c2 /dev-libs/libksba
parentVersion bumps. Remove old (diff)
downloadgentoo-2-f4803f590b783e284f622c4f246707d23e0bd27b.tar.gz
gentoo-2-f4803f590b783e284f622c4f246707d23e0bd27b.tar.bz2
gentoo-2-f4803f590b783e284f622c4f246707d23e0bd27b.zip
Version bump, bug#546464
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs/libksba')
-rw-r--r--dev-libs/libksba/ChangeLog7
-rw-r--r--dev-libs/libksba/libksba-1.3.3.ebuild21
2 files changed, 27 insertions, 1 deletions
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 <alonbl@gentoo.org> +libksba-1.3.3.ebuild:
+ Version bump, bug#546464
09 Apr 2015; Alon Bar-Lev <alonbl@gentoo.org> -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}"