diff options
author | Olivier Crête <tester@gentoo.org> | 2010-02-25 17:52:35 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2010-02-25 17:52:35 +0000 |
commit | c832f7bb801d2ce92b3f2a5fc2e206c4e39d707d (patch) | |
tree | d2d272b64810dd196def2585cea06d64758a2af3 /dev-embedded | |
parent | Add don't bump to 0.52 notice comment to ebuild. (diff) | |
download | gentoo-2-c832f7bb801d2ce92b3f2a5fc2e206c4e39d707d.tar.gz gentoo-2-c832f7bb801d2ce92b3f2a5fc2e206c4e39d707d.tar.bz2 gentoo-2-c832f7bb801d2ce92b3f2a5fc2e206c4e39d707d.zip |
Version bump, also restore restrictions
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-embedded')
3 files changed, 46 insertions, 4 deletions
diff --git a/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog b/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog index b5bfeeeaf0de..7d95ffd4779e 100644 --- a/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog +++ b/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog,v 1.4 2009/11/30 11:08:12 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/ChangeLog,v 1.5 2010/02/25 17:52:35 tester Exp $ + +*scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14 (25 Feb 2010) + + 25 Feb 2010; Olivier Crête <tester@gentoo.org> + scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild, + +scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14.ebuild: + Version bump, also restore restrictions 30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild: diff --git a/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild b/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild index def73112fe28..18b77fbdb70d 100644 --- a/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild +++ b/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild,v 1.3 2009/11/30 11:08:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.12.ebuild,v 1.4 2010/02/25 17:52:35 tester Exp $ SBOX_GROUP="sbox" @@ -16,6 +16,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294) +RESTRICT="strip binchecks" + DEPEND="" RDEPEND="=dev-embedded/scratchbox-1.0*" diff --git a/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14.ebuild b/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14.ebuild new file mode 100644 index 000000000000..ee9d1b96ffc3 --- /dev/null +++ b/dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14.ebuild @@ -0,0 +1,32 @@ +# 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-cs2007q3-glibc2_5/scratchbox-toolchain-cs2007q3-glibc2_5-1.0.14.ebuild,v 1.1 2010/02/25 17:52:35 tester Exp $ + +SBOX_GROUP="sbox" + +ARMV=${PV}-2 +I486V=1.0.12-9 + +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/stable/tarball/${PN/_/.}-arm7-${ARMV}-i386.tar.gz + http://scratchbox.org/download/files/sbox-releases/stable/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 binchecks" + +DEPEND="" +RDEPEND="=dev-embedded/scratchbox-1.0*" + +TARGET_DIR="/opt/scratchbox" + +S=${WORKDIR}/scratchbox + +src_install() { + dodir ${TARGET_DIR} + cp -pRP * "${D}/${TARGET_DIR}" +} |