From e707b5034ebc54c8072ee6367ecd1dcf651113eb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 27 Sep 2019 08:05:19 +0200 Subject: dev-embedded/scratchbox-devkit-maemo3: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/681168 Signed-off-by: Michał Górny --- .../scratchbox-devkit-maemo3-1.0.3.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild (limited to 'dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild') diff --git a/dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild b/dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild deleted file mode 100644 index a14316553aaf..000000000000 --- a/dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -SBOX_GROUP="sbox" - -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" -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="~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="" - -QA_TEXTRELS="opt/scratchbox" -QA_EXECSTACK="opt/scratchbox" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} -- cgit v1.2.3-65-gdbad