From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BC091392EF for ; Thu, 26 Jun 2014 19:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DEF0E0A5E; Thu, 26 Jun 2014 19:01:05 +0000 (UTC) Received: from smtp.gentoo.org (unknown [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAAFCE0A5E for ; Thu, 26 Jun 2014 19:00:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 857DF33FAD7 for ; Thu, 26 Jun 2014 18:51:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2137) id 4AB142004E; Thu, 26 Jun 2014 18:51:44 +0000 (UTC) From: "Alon Bar-Lev (alonbl)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, alonbl@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libtasn1-4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/libtasn1 X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140626185144.4AB142004E@flycatcher.gentoo.org> Date: Thu, 26 Jun 2014 18:51:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 257964f8-8051-4ddd-8c7f-f6620820b523 X-Archives-Hash: a4b92fe5a223ef516485a588f00034f6 alonbl 14/06/26 18:51:44 Modified: ChangeLog Added: libtasn1-4.0.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) Revision Changes Path 1.209 dev-libs/libtasn1/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.209&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.209&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.208&r2=1.209 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- ChangeLog 23 Jun 2014 15:23:00 -0000 1.208 +++ ChangeLog 26 Jun 2014 18:51:44 -0000 1.209 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.208 2014/06/23 15:23:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.209 2014/06/26 18:51:44 alonbl Exp $ + +*libtasn1-4.0 (26 Jun 2014) + + 26 Jun 2014; Alon Bar-Lev +libtasn1-4.0.ebuild: + Version bump 23 Jun 2014; Pawel Hajdan jr libtasn1-3.6.ebuild: x86 stable wrt security bug #511536 1.1 dev-libs/libtasn1/libtasn1-4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.1&content-type=text/plain Index: libtasn1-4.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild,v 1.1 2014/06/26 18:51:44 alonbl Exp $ EAPI=5 inherit autotools-multilib DESCRIPTION="ASN.1 library" HOMEPAGE="http://www.gnu.org/software/libtasn1/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0/6" # subslot = libtasn1 soname version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" IUSE="doc static-libs" DEPEND=">=dev-lang/perl-5.6 sys-apps/help2man virtual/yacc" RDEPEND=" abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r16 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" DOCS=( AUTHORS ChangeLog NEWS README THANKS ) src_configure() { local myeconfargs [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests ) autotools-multilib_src_configure } src_install() { autotools-multilib_src_install if use doc ; then dodoc doc/libtasn1.pdf dohtml doc/reference/html/* fi }