Gentoo Archives: gentoo-commits

From: "Dominik Kapusta (ayoy)" <ayoy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/scratchbox-devkit-qemu: scratchbox-devkit-qemu-0.10.0.0.10.ebuild ChangeLog
Date: Thu, 07 Jan 2010 21:38:26
Message-Id: E1NT03k-0003kL-4s@stork.gentoo.org
1 ayoy 10/01/07 21:38:24
2
3 Modified: ChangeLog
4 Added: scratchbox-devkit-qemu-0.10.0.0.10.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-embedded/scratchbox-devkit-qemu/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 30 Nov 2009 11:07:21 -0000 1.3
23 +++ ChangeLog 7 Jan 2010 21:38:23 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-embedded/scratchbox-devkit-qemu
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/ChangeLog,v 1.3 2009/11/30 11:07:21 flameeyes Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/ChangeLog,v 1.4 2010/01/07 21:38:23 ayoy Exp $
30 +
31 +*scratchbox-devkit-qemu-0.10.0.0.10 (07 Jan 2010)
32 +
33 + 07 Jan 2010; Dominik Kapusta <ayoy@g.o>
34 + +scratchbox-devkit-qemu-0.10.0.0.10.ebuild:
35 + Version bump
36
37 30 Nov 2009; Diego E. Pettenò <flameeyes@g.o>
38 scratchbox-devkit-qemu-0.10.0.0.5.ebuild:
39
40
41
42 1.1 dev-embedded/scratchbox-devkit-qemu/scratchbox-devkit-qemu-0.10.0.0.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/scratchbox-devkit-qemu-0.10.0.0.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/scratchbox-devkit-qemu-0.10.0.0.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: scratchbox-devkit-qemu-0.10.0.0.10.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-qemu/scratchbox-devkit-qemu-0.10.0.0.10.ebuild,v 1.1 2010/01/07 21:38:23 ayoy Exp $
52
53 SBOX_GROUP="sbox"
54
55 MYPV=0.10.0-0sb10
56 MYP=${PN}-${MYPV}
57
58 DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier."
59 HOMEPAGE="http://www.scratchbox.org/"
60 SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${MYP}-i386.tar.gz"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="=dev-embedded/scratchbox-1.0*"
67 RDEPEND=""
68
69 TARGET_DIR="/opt/scratchbox"
70
71 S=${WORKDIR}/scratchbox
72
73 src_install() {
74 dodir ${TARGET_DIR}
75 cp -pRP * "${D}/${TARGET_DIR}"
76 }