+++ /dev/null
-DIST scratchbox-devkit-git-1.0.1-i386.tar.gz 5640785 BLAKE2B 801825804f1aa1a8498d6f507b5c68c1314e366dbdf892eadf0be2ffc7ebf24620dba503ce45b24c001665fa200a1d8715c60b0245dd0a0452be9b639f6652b5 SHA512 d48c2870c1757b0501b3223ae9d3fd52dc585767ae16c8d8857c3a7f3e5794c3203050dbd84969fe424bab38d347afe9b6f6ce759a18c8152558b29ca71e6ec1
-DIST scratchbox-devkit-git-1.0.2-i386.tar.gz 18337539 BLAKE2B 119e90a5ecae374dab5fc1b76c8169aaf274d61bafd8b3106feedd555c9a5eeabe920a341745b6af113f86cc7e80feec9ed26b1ac8ad17635d068d1e140aeb99 SHA512 1ffe21ffd5d4ecf46f148ee607c9cf51d309c6a6f6179d7b83e5c0260b1f137d2180abb0794ce4596510ef353cf7668a3d9b236bff101e1448873b21e12a8956
+++ /dev/null
-<?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>
+++ /dev/null
-# 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}"
-}
+++ /dev/null
-# 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}"
-}
dev-embedded/scratchbox-devkit-debian
dev-embedded/scratchbox-devkit-debian-squeeze
dev-embedded/scratchbox-devkit-doctools
-dev-embedded/scratchbox-devkit-git
# Miroslav Šulc <fordfrog@gentoo.org> (2019-08-19)
# Depends on >=virtual/{jdk,jre}-11 which is masked