Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: ChangeLog libtasn1-1.8.ebuild libtasn1-1.2.ebuild libtasn1-1.5.ebuild libtasn1-1.4.ebuild
Date: Tue, 20 Jan 2009 14:47:49
Message-Id: E1LPHtG-00021f-5F@stork.gentoo.org
1 dragonheart 09/01/20 14:47:42
2
3 Modified: ChangeLog
4 Added: libtasn1-1.8.ebuild
5 Removed: libtasn1-1.2.ebuild libtasn1-1.5.ebuild
6 libtasn1-1.4.ebuild
7 Log:
8 version bump as per bug #255307 added thanks Arfrever. cleanout also done
9 (Portage version: 2.2_rc20/cvs/Linux 2.6.26-thinkpad-r1 i686)
10
11 Revision Changes Path
12 1.76 dev-libs/libtasn1/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.76&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtasn1/ChangeLog?rev=1.76&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtasn1/ChangeLog?r1=1.75&r2=1.76
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
21 retrieving revision 1.75
22 retrieving revision 1.76
23 diff -u -r1.75 -r1.76
24 --- ChangeLog 26 Dec 2008 22:55:51 -0000 1.75
25 +++ ChangeLog 20 Jan 2009 14:47:42 -0000 1.76
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/libtasn1
28 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.75 2008/12/26 22:55:51 dragonheart Exp $
30 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.76 2009/01/20 14:47:42 dragonheart Exp $
32 +
33 +*libtasn1-1.8 (20 Jan 2009)
34 +
35 + 20 Jan 2009; Daniel Black <dragonheart@g.o> -libtasn1-1.2.ebuild,
36 + -libtasn1-1.4.ebuild, -libtasn1-1.5.ebuild, +libtasn1-1.8.ebuild:
37 + version bump as per bug #255307 added thanks Arfrever. cleanout also done
38
39 *libtasn1-1.7 (26 Dec 2008)
40
41
42
43
44 1.1 dev-libs/libtasn1/libtasn1-1.8.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtasn1/libtasn1-1.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtasn1/libtasn1-1.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libtasn1-1.8.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-1.8.ebuild,v 1.1 2009/01/20 14:47:42 dragonheart Exp $
54
55 DESCRIPTION="provides ASN.1 structures parsing capabilities for use with GNUTLS"
56 HOMEPAGE="http://www.gnutls.org/"
57 SRC_URI="mirror://gnu/gnutls/${P}.tar.gz"
58
59 LICENSE="GPL-3 LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
62 IUSE="doc"
63
64 DEPEND=">=dev-lang/perl-5.6
65 sys-devel/bison"
66 RDEPEND=""
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "installed failed"
70 dodoc AUTHORS ChangeLog NEWS README THANKS
71 use doc && dodoc doc/asn1.ps
72 }