Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qmtest: qmtest-2.4.1.ebuild ChangeLog
Date: Sun, 28 Jun 2009 11:22:45
Message-Id: E1MKsT5-0008JF-5F@stork.gentoo.org
1 patrick 09/06/28 11:22:43
2
3 Modified: ChangeLog
4 Added: qmtest-2.4.1.ebuild
5 Log:
6 Bump to 2.4.1, fixes python problems and closes #275675
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-util/qmtest/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qmtest/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qmtest/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qmtest/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qmtest/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 23 Aug 2008 17:31:22 -0000 1.7
23 +++ ChangeLog 28 Jun 2009 11:22:43 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/qmtest
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/ChangeLog,v 1.7 2008/08/23 17:31:22 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/ChangeLog,v 1.8 2009/06/28 11:22:43 patrick Exp $
30 +
31 +*qmtest-2.4.1 (28 Jun 2009)
32 +
33 + 28 Jun 2009; Patrick Lauer <patrick@g.o> +qmtest-2.4.1.ebuild:
34 + Bump to 2.4.1, fixes python problems and closes #275675
35
36 23 Aug 2008; Markus Meier <maekke@g.o> qmtest-2.4.ebuild:
37 x86 stable, bug #235487
38
39
40
41 1.1 dev-util/qmtest/qmtest-2.4.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qmtest/qmtest-2.4.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qmtest/qmtest-2.4.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qmtest-2.4.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/qmtest-2.4.1.ebuild,v 1.1 2009/06/28 11:22:43 patrick Exp $
51
52 inherit distutils
53
54 DESCRIPTION="CodeSourcery's test harness system"
55 HOMEPAGE="http://www.codesourcery.com/qmtest/"
56 SRC_URI="http://www.codesourcery.com/public/${PN}/${PF}/${PF}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~mips ~x86"
61 IUSE=""
62
63 DEPEND="dev-lang/python"
64
65 src_install() {
66 distutils_src_install
67 find "${D}" -name config.py -print0 | xargs -0 sed -i "s:${D}:/usr:"
68 }