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