summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2010-06-29 17:36:26 +0000
committerDominik Kapusta <ayoy@gentoo.org>2010-06-29 17:36:26 +0000
commit0c301d3e36c596d2105a78dd892caa00d2f0d9a1 (patch)
tree682793a2eba125c1ebdcbe48b64599b59630c8e0 /dev-embedded
parentVersion bump (bug #325659). Thanks to David King <amigadave@amigadave.com> fo... (diff)
downloadgentoo-2-0c301d3e36c596d2105a78dd892caa00d2f0d9a1.tar.gz
gentoo-2-0c301d3e36c596d2105a78dd892caa00d2f0d9a1.tar.bz2
gentoo-2-0c301d3e36c596d2105a78dd892caa00d2f0d9a1.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')
-rw-r--r--dev-embedded/scratchbox-devkit-apt-https/ChangeLog9
-rw-r--r--dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild28
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-embedded/scratchbox-devkit-apt-https/ChangeLog b/dev-embedded/scratchbox-devkit-apt-https/ChangeLog
index 6274370805c2..8949e2a6a16b 100644
--- a/dev-embedded/scratchbox-devkit-apt-https/ChangeLog
+++ b/dev-embedded/scratchbox-devkit-apt-https/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-embedded/scratchbox-devkit-apt-https
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/ChangeLog,v 1.6 2010/01/18 13:00:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/ChangeLog,v 1.7 2010/06/29 17:36:26 ayoy Exp $
+
+*scratchbox-devkit-apt-https-1.0.11 (29 Jun 2010)
+
+ 29 Jun 2010; Dominik Kapusta <ayoy@gentoo.org>
+ +scratchbox-devkit-apt-https-1.0.11.ebuild:
+ Version bump (bug #325659). Thanks to David King <amigadave@amigadave.com>
+ for the new ebuild.
18 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
scratchbox-devkit-apt-https-1.0.10.ebuild:
diff --git a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild
new file mode 100644
index 000000000000..3f504da0ff11
--- /dev/null
+++ b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild,v 1.1 2010/06/29 17:36:26 ayoy Exp $
+
+SBOX_GROUP="sbox"
+
+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/${P}-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"
+
+RDEPEND="=dev-embedded/scratchbox-1.0*"
+DEPEND=""
+
+TARGET_DIR="/opt/scratchbox"
+
+S=${WORKDIR}/scratchbox
+
+src_install() {
+ dodir ${TARGET_DIR}
+ cp -pRP * "${D}/${TARGET_DIR}"
+}