diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-09-27 08:06:46 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-09-27 08:08:03 +0200 |
| commit | 4be25c19e2f672a1cd09777affc0e2c2277e2ef7 (patch) | |
| tree | 795cf470c11a5567a4e111ee18226534315320c1 /dev-embedded/scratchbox-devkit-debian/scratchbox-devkit-debian-1.0.11.ebuild | |
| parent | c3fd6a61cfcdc1d9e252aa47bcba1e235deaf9b9 (diff) | |
| download | gentoo-4be25c19e2f672a1cd09777affc0e2c2277e2ef7.tar.gz gentoo-4be25c19e2f672a1cd09777affc0e2c2277e2ef7.tar.bz2 gentoo-4be25c19e2f672a1cd09777affc0e2c2277e2ef7.zip | |
dev-embedded/scratchbox-devkit-debian: 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-debian/scratchbox-devkit-debian-1.0.11.ebuild')
| -rw-r--r-- | dev-embedded/scratchbox-devkit-debian/scratchbox-devkit-debian-1.0.11.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-embedded/scratchbox-devkit-debian/scratchbox-devkit-debian-1.0.11.ebuild b/dev-embedded/scratchbox-devkit-debian/scratchbox-devkit-debian-1.0.11.ebuild deleted file mode 100644 index 3f2ca6264db4..000000000000 --- a/dev-embedded/scratchbox-devkit-debian/scratchbox-devkit-debian-1.0.11.ebuild +++ /dev/null @@ -1,31 +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/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" - -QA_TEXTRELS="opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} |
