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.5.ebuild ChangeLog
Date: Wed, 29 Apr 2015 19:14:58
Message-Id: 20150429191448.D42D198E@oystercatcher.gentoo.org
1 alonbl 15/04/29 19:14:47
2
3 Modified: ChangeLog
4 Added: libtasn1-4.5.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
9
10 Revision Changes Path
11 1.240 dev-libs/libtasn1/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.240&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.240&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.239&r2=1.240
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
20 retrieving revision 1.239
21 retrieving revision 1.240
22 diff -u -r1.239 -r1.240
23 --- ChangeLog 29 Apr 2015 09:18:40 -0000 1.239
24 +++ ChangeLog 29 Apr 2015 19:14:47 -0000 1.240
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libtasn1
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.239 2015/04/29 09:18:40 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.240 2015/04/29 19:14:47 alonbl Exp $
30 +
31 +*libtasn1-4.5 (29 Apr 2015)
32 +
33 + 29 Apr 2015; Alon Bar-Lev <alonbl@g.o> +libtasn1-4.5.ebuild:
34 + Version bump
35
36 29 Apr 2015; Agostino Sarubbo <ago@g.o> libtasn1-4.4.ebuild:
37 Stable for sparc, wrt bug #544922
38
39
40
41 1.1 dev-libs/libtasn1/libtasn1-4.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libtasn1-4.5.ebuild
47 ===================================================================
48 # Copyright 1999-2015 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.5.ebuild,v 1.1 2015/04/29 19:14:47 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 ~ppc-macos ~x64-macos ~x86-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 }