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-toolchain-cs2009q1-eglibc2_8: ChangeLog scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild
Date: Wed, 05 May 2010 19:08:04
Message-Id: 20100505190751.18EC42C3FB@corvid.gentoo.org
1 ayoy 10/05/05 19:07:50
2
3 Modified: ChangeLog
4 Added:
5 scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild
6 Log:
7 Revbump (bug #316435). Thanks to Ricardo Salveti (ricardo.salveti@×××××××××.org) for the ebuild.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 4 Apr 2010 09:10:46 -0000 1.6
24 +++ ChangeLog 5 May 2010 19:07:50 -0000 1.7
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.6 2010/04/04 09:10:46 ayoy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.7 2010/05/05 19:07:50 ayoy Exp $
30 +
31 +*scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1 (05 May 2010)
32 +
33 + 05 May 2010; Dominik Kapusta <ayoy@g.o>
34 + +scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild:
35 + Revbump (bug #316435). Thanks to Ricardo Salveti
36 + (ricardo.salveti@×××××××××.org) for the ebuild.
37
38 *scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15 (04 Apr 2010)
39
40
41
42
43 1.1 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1.ebuild,v 1.1 2010/05/05 19:07:50 ayoy Exp $
53
54 ARMV=${PV}-9
55 I486V=${PV}-5
56
57 DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier."
58 HOMEPAGE="http://www.scratchbox.org/"
59 SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${PN/_/.}-armv7-${ARMV}-i386.tar.gz
60 http://scratchbox.org/download/files/sbox-releases/stable/tarball/${PN/_/.}-i486-${I486V}-i386.tar.gz"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 # Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
67 RESTRICT="strip"
68
69 DEPEND=""
70 RDEPEND="=dev-embedded/scratchbox-1.0*"
71
72 TARGET_DIR="/opt/scratchbox"
73
74 S=${WORKDIR}/scratchbox
75
76 src_install() {
77 dodir ${TARGET_DIR}
78 cp -pRP * "${D}/${TARGET_DIR}"
79 }