Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-4.0.ebuild ChangeLog
Date: Thu, 26 Jun 2014 19:01:17
Message-Id: 20140626185144.4AB142004E@flycatcher.gentoo.org
1 alonbl 14/06/26 18:51:44
2
3 Modified: ChangeLog
4 Added: libtasn1-4.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
9
10 Revision Changes Path
11 1.209 dev-libs/libtasn1/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.209&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.209&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.208&r2=1.209
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
20 retrieving revision 1.208
21 retrieving revision 1.209
22 diff -u -r1.208 -r1.209
23 --- ChangeLog 23 Jun 2014 15:23:00 -0000 1.208
24 +++ ChangeLog 26 Jun 2014 18:51:44 -0000 1.209
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libtasn1
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.208 2014/06/23 15:23:00 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.209 2014/06/26 18:51:44 alonbl Exp $
30 +
31 +*libtasn1-4.0 (26 Jun 2014)
32 +
33 + 26 Jun 2014; Alon Bar-Lev <alonbl@g.o> +libtasn1-4.0.ebuild:
34 + Version bump
35
36 23 Jun 2014; Pawel Hajdan jr <phajdan.jr@g.o> libtasn1-3.6.ebuild:
37 x86 stable wrt security bug #511536
38
39
40
41 1.1 dev-libs/libtasn1/libtasn1-4.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libtasn1-4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.0.ebuild,v 1.1 2014/06/26 18:51:44 alonbl Exp $
51
52 EAPI=5
53
54 inherit autotools-multilib
55
56 DESCRIPTION="ASN.1 library"
57 HOMEPAGE="http://www.gnu.org/software/libtasn1/"
58 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-3 LGPL-2.1"
61 SLOT="0/6" # subslot = libtasn1 soname version
62 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"
63 IUSE="doc static-libs"
64
65 DEPEND=">=dev-lang/perl-5.6
66 sys-apps/help2man
67 virtual/yacc"
68 RDEPEND="
69 abi_x86_32? (
70 !<=app-emulation/emul-linux-x86-baselibs-20131008-r16
71 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
72 )"
73
74 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
75
76 src_configure() {
77 local myeconfargs
78 [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
79 autotools-multilib_src_configure
80 }
81
82 src_install() {
83 autotools-multilib_src_install
84
85 if use doc ; then
86 dodoc doc/libtasn1.pdf
87 dohtml doc/reference/html/*
88 fi
89 }