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.17.ebuild
Date: Tue, 29 Jun 2010 17:40:19
Message-Id: 20100629174017.0B90F2C621@corvid.gentoo.org
1 ayoy 10/06/29 17:40:16
2
3 Modified: ChangeLog
4 Added:
5 scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild
6 Log:
7 Version bump (bug #325659). Thanks to David King <amigadave@×××××××××.com> for the new ebuild.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?r1=1.7&r2=1.8
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.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 5 May 2010 19:07:50 -0000 1.7
24 +++ ChangeLog 29 Jun 2010 17:40:16 -0000 1.8
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.7 2010/05/05 19:07:50 ayoy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.8 2010/06/29 17:40:16 ayoy Exp $
30 +
31 +*scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17 (29 Jun 2010)
32 +
33 + 29 Jun 2010; Dominik Kapusta <ayoy@g.o>
34 + +scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild:
35 + Version bump (bug #325659). Thanks to David King <amigadave@×××××××××.com>
36 + for the new ebuild.
37
38 *scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1 (05 May 2010)
39
40
41
42
43 1.1 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild?rev=1.1&content-type=text/plain
47
48 Index: scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.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.17.ebuild,v 1.1 2010/06/29 17:40:16 ayoy Exp $
53
54 ARMV=${PV}-10
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/hathor/tarball/${PN/_/.}-armv7-${ARMV}-i386.tar.gz
60 http://scratchbox.org/download/files/sbox-releases/hathor/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 }