Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/shunit2: ChangeLog shunit2-2.1.6.ebuild
Date: Mon, 01 Aug 2011 05:25:04
Message-Id: 20110801052451.EDA502004B@flycatcher.gentoo.org
1 dberkholz 11/08/01 05:24:51
2
3 Modified: ChangeLog
4 Added: shunit2-2.1.6.ebuild
5 Log:
6 (#374725, #360437) Version bump. Should fix docbook-related issues because docs aren't shipped as docbook anymore.
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-util/shunit2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/shunit2/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 26 Jun 2010 11:02:00 -0000 1.4
24 +++ ChangeLog 1 Aug 2011 05:24:51 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-util/shunit2
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shunit2/ChangeLog,v 1.4 2010/06/26 11:02:00 jlec Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shunit2/ChangeLog,v 1.5 2011/08/01 05:24:51 dberkholz Exp $
31 +
32 +*shunit2-2.1.6 (01 Aug 2011)
33 +
34 + 01 Aug 2011; Donnie Berkholz <dberkholz@g.o>; +shunit2-2.1.6.ebuild:
35 + (#374725, #360437) Version bump. Should fix docbook-related issues because
36 + docs aren't shipped as docbook anymore.
37
38 26 Jun 2010; Justin Lecher <jlec@g.o> shunit2-2.1.4.ebuild,
39 shunit2-2.1.5.ebuild, +files/test.patch:
40
41
42
43 1.1 dev-util/shunit2/shunit2-2.1.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/shunit2-2.1.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shunit2/shunit2-2.1.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: shunit2-2.1.6.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-util/shunit2/shunit2-2.1.6.ebuild,v 1.1 2011/08/01 05:24:51 dberkholz Exp $
53
54 EAPI="4"
55
56 inherit eutils
57
58 DESCRIPTION="Unit-test framework for Bourne-based shell scripts."
59 HOMEPAGE="http://code.google.com/p/shunit2/wiki/ProjectInfo"
60 SRC_URI="http://shunit2.googlecode.com/files/${P}.tgz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE="doc test"
66
67 RDEPEND=""
68 DEPEND="${RDEPEND}
69 dev-lang/perl
70 net-misc/curl"
71
72 src_install() {
73 dobin src/shunit2 || die
74
75 # For backwards compat to <=2.1.5
76 dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2 || die
77
78 dodoc -r examples || die
79 dodoc doc/*.txt || die
80 dohtml doc/*.{html,css} || die
81 }