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-cs2007q3-glibc2_5: scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.ebuild ChangeLog
Date: Tue, 29 Jun 2010 17:39:49
Message-Id: 20100629173946.D9A502C621@corvid.gentoo.org
1 ayoy 10/06/29 17:39:46
2
3 Modified: ChangeLog
4 Added:
5 scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.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.7 dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/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:19:35 -0000 1.6
24 +++ ChangeLog 29 Jun 2010 17:39:46 -0000 1.7
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog,v 1.6 2010/04/04 09:19:35 ayoy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog,v 1.7 2010/06/29 17:39:46 ayoy Exp $
30 +
31 +*scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16 (29 Jun 2010)
32 +
33 + 29 Jun 2010; Dominik Kapusta <ayoy@g.o>
34 + +scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.ebuild:
35 + Version bump (bug #325659). Thanks to David King <amigadave@×××××××××.com>
36 + for the new ebuild.
37
38 *scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14-r1 (04 Apr 2010)
39
40
41
42
43 1.1 dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.ebuild?rev=1.1&content-type=text/plain
47
48 Index: scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.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-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.16.ebuild,v 1.1 2010/06/29 17:39:46 ayoy Exp $
53
54 ARMV=${PV}-2
55 I486V=${PV}-1
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/_/.}-arm7-${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 }