diff options
author | 2015-03-29 11:59:02 +0000 | |
---|---|---|
committer | 2015-03-29 11:59:02 +0000 | |
commit | cd881dc3596d63cbdbcc3ffb84f79c681c4ca887 (patch) | |
tree | 344c87002af1ac178839634fd7907c76db40bd53 /dev-libs | |
parent | Add ~ppc keyword wrt bug #544064 (diff) | |
download | gentoo-2-cd881dc3596d63cbdbcc3ffb84f79c681c4ca887.tar.gz gentoo-2-cd881dc3596d63cbdbcc3ffb84f79c681c4ca887.tar.bz2 gentoo-2-cd881dc3596d63cbdbcc3ffb84f79c681c4ca887.zip |
Version bump + cleanup
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libtasn1/files/libtasn1-4.3-build.patch | 26 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-4.4.ebuild (renamed from dev-libs/libtasn1/libtasn1-4.3.ebuild) | 7 |
3 files changed, 8 insertions, 33 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index 0bb21fbaa226..cac5777a18ca 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.229 2015/03/10 20:18:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.230 2015/03/29 11:59:02 alonbl Exp $ + +*libtasn1-4.4 (29 Mar 2015) + + 29 Mar 2015; Alon Bar-Lev <alonbl@gentoo.org> +libtasn1-4.4.ebuild, + -files/libtasn1-4.3-build.patch, -libtasn1-4.3.ebuild: + Version bump + cleanup 10 Mar 2015; Mike Frysinger <vapier@gentoo.org> libtasn1-4.2.ebuild: Mark arm64/m68k/s390/sh stable. diff --git a/dev-libs/libtasn1/files/libtasn1-4.3-build.patch b/dev-libs/libtasn1/files/libtasn1-4.3-build.patch deleted file mode 100644 index 50f2b3739986..000000000000 --- a/dev-libs/libtasn1/files/libtasn1-4.3-build.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5adc20f669b4759ac431da7a992217637c22f104 Mon Sep 17 00:00:00 2001 -From: Alon Bar-Lev <alon.barlev@gmail.com> -Date: Mon, 9 Mar 2015 23:22:02 +0200 -Subject: [PATCH] build: tests: fix Test_choice_ocsp on separate builddir - -Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> ---- - tests/Makefile.am | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tests/Makefile.am b/tests/Makefile.am -index 4b326f0..a00ebc7 100644 ---- a/tests/Makefile.am -+++ b/tests/Makefile.am -@@ -54,6 +54,8 @@ TESTS_ENVIRONMENT = \ - ASN1INDEF2=$(srcdir)/TestIndef2.p12 \ - ASN1INDEF3=$(srcdir)/TestIndef3.der \ - ASN1ENCODING=$(srcdir)/Test_encoding.asn \ -+ ASN1CHOICE_OCSP=$(srcdir)/pkix.asn \ -+ ASN1CHOICE_OCSP_DATA=$(srcdir)/ocsp.der \ - THREADSAFETY_FILES=`find $(top_srcdir)/lib -name \*.c` \ - EXEEXT=$(EXEEXT) \ - $(VALGRIND) --- -2.0.5 - diff --git a/dev-libs/libtasn1/libtasn1-4.3.ebuild b/dev-libs/libtasn1/libtasn1-4.4.ebuild index a9d03357130e..f5db5cac0f7e 100644 --- a/dev-libs/libtasn1/libtasn1-4.3.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.3.ebuild,v 1.1 2015/03/09 21:26:02 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.4.ebuild,v 1.1 2015/03/29 11:59:02 alonbl Exp $ EAPI=5 @@ -26,11 +26,6 @@ RDEPEND=" DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -AUTOTOOLS_AUTORECONF=1 -PATCHES=( - "${FILESDIR}/${P}-build.patch" -) - src_configure() { local myeconfargs [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests ) |