Gentoo Archives: gentoo-commits

From: "Josh Glover (jmglov)" <jmglov@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1.ebuild
Date: Sun, 04 May 2008 03:22:41
Message-Id: E1JsUoA-0006pj-J1@stork.gentoo.org
1 jmglov 08/05/04 03:22:38
2
3 Modified: ChangeLog
4 Added: cunit-2.1.ebuild
5 Log:
6 Version bump; submitted by Hal Ashburner in bug #214465
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.18 dev-util/cunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 13 Aug 2007 20:46:58 -0000 1.17
23 +++ ChangeLog 4 May 2008 03:22:38 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/cunit
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.17 2007/08/13 20:46:58 dertobi123 Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.18 2008/05/04 03:22:38 jmglov Exp $
30 +
31 +*cunit-2.1 (06 Apr 2008)
32 +
33 + 06 Apr 2008; Josh Glover <jmglov@g.o> +cunit-2.1.ebuild:
34 + This package was submitted by Hal Ashburner in bug #214465
35
36 13 Aug 2007; Tobias Scherbaum <dertobi123@g.o> cunit-2.0.ebuild:
37 ppc. stable
38
39
40
41 1.1 dev-util/cunit/cunit-2.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cunit-2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1.ebuild,v 1.1 2008/05/04 03:22:38 jmglov Exp $
51
52 inherit eutils autotools
53
54 MY_PN='CUnit'
55 MY_PV="${PV}-0"
56 MY_P="${MY_PN}-${MY_PV}"
57
58 DESCRIPTION="CUnit - C Unit Test Framework"
59 SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.gz"
60 HOMEPAGE="http://cunit.sourceforge.net"
61
62 DEPEND="virtual/libc"
63 SLOT="0"
64 LICENSE="LGPL-2"
65 KEYWORDS="~x86"
66 IUSE=""
67
68 S="${WORKDIR}/${MY_P}"
69
70 src_compile() {
71 eautoreconf
72 econf || die "configure failed"
73 emake || die "make failed"
74 }
75
76 src_install() {
77 einstall || die "make install failed"
78 dodoc AUTHORS INSTALL NEWS README ChangeLog
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list