public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/scratchbox-devkit-git/, profiles/
@ 2019-09-27  6:08 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-09-27  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e6e53b2d9dab9b22439d00a0bb8b4d0a39a61dd0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 06:05:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 06:08:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e53b2d

dev-embedded/scratchbox-devkit-git: Remove last-rited pkg

Closes: https://bugs.gentoo.org/681168
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-embedded/scratchbox-devkit-git/Manifest        |  2 --
 dev-embedded/scratchbox-devkit-git/metadata.xml    |  8 ------
 .../scratchbox-devkit-git-1.0.1.ebuild             | 31 ----------------------
 .../scratchbox-devkit-git-1.0.2.ebuild             | 31 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 73 deletions(-)

diff --git a/dev-embedded/scratchbox-devkit-git/Manifest b/dev-embedded/scratchbox-devkit-git/Manifest
deleted file mode 100644
index 7e78995754d..00000000000
--- a/dev-embedded/scratchbox-devkit-git/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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

diff --git a/dev-embedded/scratchbox-devkit-git/metadata.xml b/dev-embedded/scratchbox-devkit-git/metadata.xml
deleted file mode 100644
index 71b1461e114..00000000000
--- a/dev-embedded/scratchbox-devkit-git/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-git/scratchbox-devkit-git-1.0.1.ebuild b/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild
deleted file mode 100644
index df77e74be0d..00000000000
--- a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.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}"
-}

diff --git a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.2.ebuild b/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.2.ebuild
deleted file mode 100644
index 3f2ca6264db..00000000000
--- a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.2.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}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 7191c8e0669..34edf7c9303 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1095,7 +1095,6 @@ dev-embedded/scratchbox-devkit-cputransp
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-27  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-27  6:08 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/scratchbox-devkit-git/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox