diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-27 08:07:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-27 08:08:04 +0200 |
commit | 9c8be95d28f6889a21f8d8963e4b671c27b6afb1 (patch) | |
tree | 0e1977214f5e124e6515c3eb35a8e15ac0cda216 /dev-embedded | |
parent | dev-embedded/scratchbox-devkit-debian: Remove last-rited pkg (diff) | |
download | gentoo-9c8be95d28f6889a21f8d8963e4b671c27b6afb1.tar.gz gentoo-9c8be95d28f6889a21f8d8963e4b671c27b6afb1.tar.bz2 gentoo-9c8be95d28f6889a21f8d8963e4b671c27b6afb1.zip |
dev-embedded/scratchbox-devkit-cputransp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/681168
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-embedded')
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-embedded/scratchbox-devkit-cputransp/Manifest b/dev-embedded/scratchbox-devkit-cputransp/Manifest deleted file mode 100644 index 05a46a454bfd..000000000000 --- a/dev-embedded/scratchbox-devkit-cputransp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST scratchbox-devkit-cputransp-1.0.7-i386.tar.gz 23559307 BLAKE2B 47d0092ab07b7a66c05fbfa523691a1fd0f0fa19a765a866c5e93330e154e850e2cd8b57b74839c062861b2e5878ecadd242af5917ae511ab19e32fe550f9a9b SHA512 555d088d0f0fff1e272b8111931c345d99ae233b8ac5cb7e7f4b5e99b68c69cb983f1a926a36f017c434b311621b84c5a6dcba58e95c190fc5e403ea930eddb4 -DIST scratchbox-devkit-cputransp-1.0.9-i386.tar.gz 23595294 BLAKE2B 0734bc7007cb31c7c029102bfb975e4e374ffaf6dc4827bfe3595c1ca9a48fbdcdc5bba242b84fdfe52cabe7c7d4fa591bb385b0272bd6bcae8cd902ce17452a SHA512 b3c17a62c57fefd63e402c460965f71525c3319d8cf2da93e44db9bac1ca276b9e95b2424955825933665e3f67e7ffd2cb03ee809e836a410fb401582febada0 diff --git a/dev-embedded/scratchbox-devkit-cputransp/metadata.xml b/dev-embedded/scratchbox-devkit-cputransp/metadata.xml deleted file mode 100644 index 71b1461e1146..000000000000 --- a/dev-embedded/scratchbox-devkit-cputransp/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-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild b/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild deleted file mode 100644 index 4dbb60e32247..000000000000 --- a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.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/stable/tarball/${P}-i386.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~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*" -RDEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} diff --git a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild b/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild deleted file mode 100644 index f42edff2fe89..000000000000 --- a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.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/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*" -RDEPEND="" - -TARGET_DIR="/opt/scratchbox" - -S=${WORKDIR}/scratchbox - -src_install() { - dodir ${TARGET_DIR} - cp -pRP * "${D}/${TARGET_DIR}" -} |