summaryrefslogtreecommitdiff
path: root/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-27 08:05:59 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-27 08:08:01 +0200
commitafcb45e0ed4c37994c7f3e1517917d74cefe8568 (patch)
tree11a554388479015fe46a3ebcd6d90eb56bd353e3 /dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild
parente6e53b2d9dab9b22439d00a0bb8b4d0a39a61dd0 (diff)
downloadgentoo-afcb45e0ed4c37994c7f3e1517917d74cefe8568.tar.gz
gentoo-afcb45e0ed4c37994c7f3e1517917d74cefe8568.tar.bz2
gentoo-afcb45e0ed4c37994c7f3e1517917d74cefe8568.zip
dev-embedded/scratchbox-devkit-doctools: 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-doctools/scratchbox-devkit-doctools-1.0.14.ebuild')
-rw-r--r--dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild b/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild
deleted file mode 100644
index 33d2d0caa82f..000000000000
--- a/dev-embedded/scratchbox-devkit-doctools/scratchbox-devkit-doctools-1.0.14.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-S=${WORKDIR}/scratchbox
-
-src_install() {
- dodir ${TARGET_DIR}
- cp -pRP * "${D}/${TARGET_DIR}"
-}