summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-27 08:05:19 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-27 08:07:58 +0200
commite707b5034ebc54c8072ee6367ecd1dcf651113eb (patch)
tree149b8e0826cec97f9e6176b86aed9f6b0850de4c /dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild
parentdev-embedded/scratchbox-devkit-perl: Remove last-rited pkg (diff)
downloadgentoo-e707b5034ebc54c8072ee6367ecd1dcf651113eb.tar.gz
gentoo-e707b5034ebc54c8072ee6367ecd1dcf651113eb.tar.bz2
gentoo-e707b5034ebc54c8072ee6367ecd1dcf651113eb.zip
dev-embedded/scratchbox-devkit-maemo3: Remove last-rited pkg
Closes: https://bugs.gentoo.org/681168 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild')
-rw-r--r--dev-embedded/scratchbox-devkit-maemo3/scratchbox-devkit-maemo3-1.0.3.ebuild32
1 files changed, 0 insertions, 32 deletions
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}"
-}