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: scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild ChangeLog scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild
Date: Sun, 04 Apr 2010 09:08:56
Message-Id: E1NyLp6-00079B-EV@stork.gentoo.org
1 ayoy 10/04/04 09:08:52
2
3 Modified:
4 scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild
5 ChangeLog
6 Added:
7 scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild
8 Log:
9 Version bump, removing binchecks restriction (bug #296294). Thanks to David King (amigadave@×××××××××.com) for the ebuild.
10 (Portage version: 2.2_rc67/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.5 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild?r1=1.4&r2=1.5
18
19 Index: scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild 25 Feb 2010 17:56:07 -0000 1.4
26 +++ scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild 4 Apr 2010 09:08:52 -0000 1.5
27 @@ -1,8 +1,6 @@
28 # Copyright 1999-2010 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v 1.4 2010/02/25 17:56:07 tester Exp $
31 -
32 -SBOX_GROUP="sbox"
33 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,v 1.5 2010/04/04 09:08:52 ayoy Exp $
34
35 ARMV=${PV}-7
36 I486V=${PV}-4
37 @@ -17,7 +15,7 @@
38 IUSE=""
39
40 # Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
41 -RESTRICT="strip binchecks"
42 +RESTRICT="strip"
43
44 DEPEND=""
45 RDEPEND="=dev-embedded/scratchbox-1.0*"
46
47
48
49 1.5 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog?r1=1.4&r2=1.5
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- ChangeLog 25 Feb 2010 17:56:07 -0000 1.4
62 +++ ChangeLog 4 Apr 2010 09:08:52 -0000 1.5
63 @@ -1,6 +1,14 @@
64 # ChangeLog for dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8
65 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.4 2010/02/25 17:56:07 tester Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.5 2010/04/04 09:08:52 ayoy Exp $
68 +
69 +*scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15 (04 Apr 2010)
70 +
71 + 04 Apr 2010; Dominik Kapusta <ayoy@g.o>
72 + scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild,
73 + +scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild:
74 + Version bump, removing binchecks restriction (bug #296294). Thanks to
75 + David King (amigadave@×××××××××.com) for the ebuild.
76
77 25 Feb 2010; Olivier Crête <tester@g.o>
78 scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.14.ebuild:
79
80
81
82 1.1 dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild?rev=1.1&content-type=text/plain
86
87 Index: scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild
88 ===================================================================
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15.ebuild,v 1.1 2010/04/04 09:08:52 ayoy Exp $
92
93 ARMV=${PV}-8
94 I486V=${PV}-5
95
96 DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier."
97 HOMEPAGE="http://www.scratchbox.org/"
98 SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${PN/_/.}-armv7-${ARMV}-i386.tar.gz
99 http://scratchbox.org/download/files/sbox-releases/stable/tarball/${PN/_/.}-i486-${I486V}-i386.tar.gz"
100 LICENSE="GPL-2"
101 SLOT="0"
102 KEYWORDS="~amd64 ~x86"
103 IUSE=""
104
105 # Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
106 RESTRICT="strip"
107
108 DEPEND=""
109 RDEPEND="=dev-embedded/scratchbox-1.0*"
110
111 TARGET_DIR="/opt/scratchbox"
112
113 S=${WORKDIR}/scratchbox
114
115 src_install() {
116 dodir ${TARGET_DIR}
117 cp -pRP * "${D}/${TARGET_DIR}"
118 }