summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2010-06-29 17:40:16 +0000
committerDominik Kapusta <ayoy@gentoo.org>2010-06-29 17:40:16 +0000
commit26fe305f449b64a7247eb303aeca58e6ed3f3803 (patch)
tree5aed98a05da49cabb431cee66c718e9f92ee26dd /dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8
parentVersion bump (bug #325659). Thanks to David King <amigadave@amigadave.com> fo... (diff)
downloadgentoo-2-26fe305f449b64a7247eb303aeca58e6ed3f3803.tar.gz
gentoo-2-26fe305f449b64a7247eb303aeca58e6ed3f3803.tar.bz2
gentoo-2-26fe305f449b64a7247eb303aeca58e6ed3f3803.zip
Version bump (bug #325659). Thanks to David King <amigadave@amigadave.com> for the new ebuild.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8')
-rw-r--r--dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog9
-rw-r--r--dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild30
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog
index 7ea4a3c55ec7..87dd6d17ac89 100644
--- a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog
+++ b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.7 2010/05/05 19:07:50 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/ChangeLog,v 1.8 2010/06/29 17:40:16 ayoy Exp $
+
+*scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17 (29 Jun 2010)
+
+ 29 Jun 2010; Dominik Kapusta <ayoy@gentoo.org>
+ +scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild:
+ Version bump (bug #325659). Thanks to David King <amigadave@amigadave.com>
+ for the new ebuild.
*scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.15-r1 (05 May 2010)
diff --git a/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild
new file mode 100644
index 000000000000..5dc3ff1e37ea
--- /dev/null
+++ b/dev-embedded/scratchbox-toolchain-cs2009q1-eglibc2_8/scratchbox-toolchain-cs2009q1-eglibc2_8-1.0.17.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+ARMV=${PV}-10
+I486V=${PV}-5
+
+DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier."
+HOMEPAGE="http://www.scratchbox.org/"
+SRC_URI="http://scratchbox.org/download/files/sbox-releases/hathor/tarball/${PN/_/.}-armv7-${ARMV}-i386.tar.gz
+ http://scratchbox.org/download/files/sbox-releases/hathor/tarball/${PN/_/.}-i486-${I486V}-i386.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
+RESTRICT="strip"
+
+DEPEND=""
+RDEPEND="=dev-embedded/scratchbox-1.0*"
+
+TARGET_DIR="/opt/scratchbox"
+
+S=${WORKDIR}/scratchbox
+
+src_install() {
+ dodir ${TARGET_DIR}
+ cp -pRP * "${D}/${TARGET_DIR}"
+}