summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-27 08:04:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-27 08:07:56 +0200
commit0069fbba38687881c3ac6042f0275ab994ea6ab3 (patch)
tree458e1be22cb61d0c847ce3c239906e0501f3696a /dev-embedded
parentdev-cpp/nlohmann_json: remove old (diff)
downloadgentoo-0069fbba38687881c3ac6042f0275ab994ea6ab3.tar.gz
gentoo-0069fbba38687881c3ac6042f0275ab994ea6ab3.tar.bz2
gentoo-0069fbba38687881c3ac6042f0275ab994ea6ab3.zip
dev-embedded/scratchbox-devkit-svn: Remove last-rited pkg
Closes: https://bugs.gentoo.org/681168 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/scratchbox-devkit-svn/Manifest1
-rw-r--r--dev-embedded/scratchbox-devkit-svn/metadata.xml8
-rw-r--r--dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild31
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-embedded/scratchbox-devkit-svn/Manifest b/dev-embedded/scratchbox-devkit-svn/Manifest
deleted file mode 100644
index 4e1d2e34a6d8..000000000000
--- a/dev-embedded/scratchbox-devkit-svn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scratchbox-devkit-svn-1.0-i386.tar.gz 15363785 BLAKE2B 7f448c3dc2a7ea00e9618ab1c6ead2f38c4d3b60ffae2d26f6270cd9c82208036f618477ebd569dd6a88529e0d06e8517949a075f45a91e126a31538bb2987c7 SHA512 e9f6349a0bb0ab0fc2a726eb053314b8035ce485109a0835f132f31f342c36297d7edaeff60329b5da8e9203c23216dd6868d8fc41355f18caf78d1a4ba2e484
diff --git a/dev-embedded/scratchbox-devkit-svn/metadata.xml b/dev-embedded/scratchbox-devkit-svn/metadata.xml
deleted file mode 100644
index e248196b07c4..000000000000
--- a/dev-embedded/scratchbox-devkit-svn/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>embedded@gentoo.org</email>
- <name>Embedded Gentoo</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild b/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.ebuild
deleted file mode 100644
index df77e74be0d4..000000000000
--- a/dev-embedded/scratchbox-devkit-svn/scratchbox-devkit-svn-1.0.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/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=""
-
-TARGET_DIR="/opt/scratchbox"
-
-QA_TEXTRELS="opt/scratchbox"
-
-S=${WORKDIR}/scratchbox
-
-src_install() {
- dodir ${TARGET_DIR}
- cp -pRP * "${D}/${TARGET_DIR}"
-}