From 87f009dc4a549812b67c07bfb6fe73d3e31b4a4c Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Wed, 16 Sep 2009 00:08:51 +0000 Subject: Version bump (Portage version: 2.1.6.13/cvs/Linux i686) --- dev-embedded/scratchbox-devkit-apt-https/ChangeLog | 9 +++++++- .../scratchbox-devkit-apt-https-1.0.10.ebuild | 26 ++++++++++++++++++++++ .../scratchbox-devkit-apt-https-1.0.5.ebuild | 26 ---------------------- 3 files changed, 34 insertions(+), 27 deletions(-) create mode 100644 dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild delete mode 100644 dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.5.ebuild (limited to 'dev-embedded') diff --git a/dev-embedded/scratchbox-devkit-apt-https/ChangeLog b/dev-embedded/scratchbox-devkit-apt-https/ChangeLog index 85f37c6cf229..e8e07e28a300 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/ChangeLog,v 1.1 2009/05/06 19:33:49 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox-devkit-apt-https/ChangeLog,v 1.2 2009/09/16 00:08:51 tester Exp $ + +*scratchbox-devkit-apt-https-1.0.10 (16 Sep 2009) + + 16 Sep 2009; Olivier CrĂȘte + -scratchbox-devkit-apt-https-1.0.5.ebuild, + +scratchbox-devkit-apt-https-1.0.10.ebuild: + Version bump *scratchbox-devkit-apt-https-1.0.5 (06 May 2009) diff --git a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild new file mode 100644 index 000000000000..d4b3fd7b7e3e --- /dev/null +++ b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 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.10.ebuild,v 1.1 2009/09/16 00:08:51 tester Exp $ + +SBOX_GROUP="sbox" +RESTRICT="strip binchecks" + +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/${P}-i386.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="=dev-embedded/scratchbox-1.0*" +DEPEND="" + +TARGET_DIR="/opt/scratchbox" + +S=${WORKDIR}/scratchbox + +src_install() { + dodir ${TARGET_DIR} + cp -pRP * "${D}/${TARGET_DIR}" +} diff --git a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.5.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.5.ebuild deleted file mode 100644 index 14b090eb9c1d..000000000000 --- a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 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.5.ebuild,v 1.1 2009/05/06 19:33:49 tester Exp $ - -SBOX_GROUP="sbox" -RESTRICT="strip binchecks" - -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/${P}-i386.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="=dev-embedded/scratchbox-1.0*" -DEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} -- cgit v1.2.3-65-gdbad