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.1.ebuild libtasn1-3.8.ebuild ChangeLog
Date: Sat, 23 Aug 2014 09:16:42
Message-Id: 20140823091639.6ABC03C1C@oystercatcher.gentoo.org
1 alonbl 14/08/23 09:16:39
2
3 Modified: ChangeLog
4 Added: libtasn1-4.1.ebuild libtasn1-3.8.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.216 dev-libs/libtasn1/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.216&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.216&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.215&r2=1.216
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
20 retrieving revision 1.215
21 retrieving revision 1.216
22 diff -u -r1.215 -r1.216
23 --- ChangeLog 23 Aug 2014 09:10:24 -0000 1.215
24 +++ ChangeLog 23 Aug 2014 09:16:39 -0000 1.216
25 @@ -1,6 +1,13 @@
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.215 2014/08/23 09:10:24 alonbl Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.216 2014/08/23 09:16:39 alonbl Exp $
30 +
31 +*libtasn1-3.8 (23 Aug 2014)
32 +*libtasn1-4.1 (23 Aug 2014)
33 +
34 + 23 Aug 2014; Alon Bar-Lev <alonbl@g.o> +libtasn1-3.8.ebuild,
35 + +libtasn1-4.1.ebuild:
36 + Version bump
37
38 23 Aug 2014; Alon Bar-Lev <alonbl@g.o> -libtasn1-2.13.ebuild,
39 -libtasn1-2.14.ebuild, -libtasn1-3.4-r1.ebuild, -libtasn1-3.4.ebuild:
40
41
42
43 1.1 dev-libs/libtasn1/libtasn1-4.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-4.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libtasn1-4.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.1.ebuild,v 1.1 2014/08/23 09:16:39 alonbl Exp $
53
54 EAPI=5
55
56 inherit autotools-multilib
57
58 DESCRIPTION="ASN.1 library"
59 HOMEPAGE="http://www.gnu.org/software/libtasn1/"
60 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-3 LGPL-2.1"
63 SLOT="0/6" # subslot = libtasn1 soname version
64 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"
65 IUSE="doc static-libs"
66
67 DEPEND=">=dev-lang/perl-5.6
68 sys-apps/help2man
69 virtual/yacc"
70 RDEPEND="
71 abi_x86_32? (
72 !<=app-emulation/emul-linux-x86-baselibs-20131008-r16
73 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
74 )"
75
76 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
77
78 src_configure() {
79 local myeconfargs
80 [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
81 autotools-multilib_src_configure
82 }
83
84 src_install() {
85 autotools-multilib_src_install
86
87 if use doc ; then
88 dodoc doc/libtasn1.pdf
89 dohtml doc/reference/html/*
90 fi
91 }
92
93
94
95 1.1 dev-libs/libtasn1/libtasn1-3.8.ebuild
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-3.8.ebuild?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libtasn1/libtasn1-3.8.ebuild?rev=1.1&content-type=text/plain
99
100 Index: libtasn1-3.8.ebuild
101 ===================================================================
102 # Copyright 1999-2014 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.8.ebuild,v 1.1 2014/08/23 09:16:39 alonbl Exp $
105
106 EAPI=5
107
108 inherit autotools autotools-multilib
109
110 DESCRIPTION="ASN.1 library"
111 HOMEPAGE="http://www.gnu.org/software/libtasn1/"
112 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
113
114 LICENSE="GPL-3 LGPL-2.1"
115 SLOT="0/6" # subslot = libtasn1 soname version
116 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"
117 IUSE="doc static-libs"
118
119 DEPEND=">=dev-lang/perl-5.6
120 sys-apps/help2man
121 virtual/yacc"
122 RDEPEND="
123 abi_x86_32? (
124 !<=app-emulation/emul-linux-x86-baselibs-20131008-r16
125 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
126 )"
127
128 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
129
130 src_configure() {
131 local myeconfargs
132 [[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
133 autotools-multilib_src_configure
134 }
135
136 src_install() {
137 autotools-multilib_src_install
138
139 if use doc ; then
140 dodoc doc/libtasn1.pdf
141 dohtml doc/reference/html/*
142 fi
143 }