Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-embedded/scratchbox-devkit-cputransp/
Date: Fri, 27 Sep 2019 06:08:20
Message-Id: 1569564484.9c8be95d28f6889a21f8d8963e4b671c27b6afb1.mgorny@gentoo
1 commit: 9c8be95d28f6889a21f8d8963e4b671c27b6afb1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 06:07:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 06:08:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8be95d
7
8 dev-embedded/scratchbox-devkit-cputransp: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/681168
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-embedded/scratchbox-devkit-cputransp/Manifest | 2 --
14 .../scratchbox-devkit-cputransp/metadata.xml | 8 ------
15 .../scratchbox-devkit-cputransp-1.0.7.ebuild | 29 ----------------------
16 .../scratchbox-devkit-cputransp-1.0.9.ebuild | 29 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 69 deletions(-)
19
20 diff --git a/dev-embedded/scratchbox-devkit-cputransp/Manifest b/dev-embedded/scratchbox-devkit-cputransp/Manifest
21 deleted file mode 100644
22 index 05a46a454bf..00000000000
23 --- a/dev-embedded/scratchbox-devkit-cputransp/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST scratchbox-devkit-cputransp-1.0.7-i386.tar.gz 23559307 BLAKE2B 47d0092ab07b7a66c05fbfa523691a1fd0f0fa19a765a866c5e93330e154e850e2cd8b57b74839c062861b2e5878ecadd242af5917ae511ab19e32fe550f9a9b SHA512 555d088d0f0fff1e272b8111931c345d99ae233b8ac5cb7e7f4b5e99b68c69cb983f1a926a36f017c434b311621b84c5a6dcba58e95c190fc5e403ea930eddb4
27 -DIST scratchbox-devkit-cputransp-1.0.9-i386.tar.gz 23595294 BLAKE2B 0734bc7007cb31c7c029102bfb975e4e374ffaf6dc4827bfe3595c1ca9a48fbdcdc5bba242b84fdfe52cabe7c7d4fa591bb385b0272bd6bcae8cd902ce17452a SHA512 b3c17a62c57fefd63e402c460965f71525c3319d8cf2da93e44db9bac1ca276b9e95b2424955825933665e3f67e7ffd2cb03ee809e836a410fb401582febada0
28
29 diff --git a/dev-embedded/scratchbox-devkit-cputransp/metadata.xml b/dev-embedded/scratchbox-devkit-cputransp/metadata.xml
30 deleted file mode 100644
31 index 71b1461e114..00000000000
32 --- a/dev-embedded/scratchbox-devkit-cputransp/metadata.xml
33 +++ /dev/null
34 @@ -1,8 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 -<maintainer type="project">
39 - <email>embedded@g.o</email>
40 - <name>Embedded Gentoo</name>
41 -</maintainer>
42 -</pkgmetadata>
43
44 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
45 deleted file mode 100644
46 index 4dbb60e3224..00000000000
47 --- a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.7.ebuild
48 +++ /dev/null
49 @@ -1,29 +0,0 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=0
54 -
55 -SBOX_GROUP="sbox"
56 -
57 -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development"
58 -HOMEPAGE="http://www.scratchbox.org/"
59 -SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz"
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -KEYWORDS="~x86"
63 -IUSE=""
64 -
65 -# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
66 -RESTRICT="strip"
67 -
68 -RDEPEND="=dev-embedded/scratchbox-1.0*"
69 -RDEPEND=""
70 -
71 -TARGET_DIR="/opt/scratchbox"
72 -
73 -S=${WORKDIR}/scratchbox
74 -
75 -src_install() {
76 - dodir ${TARGET_DIR}
77 - cp -pRP * "${D}/${TARGET_DIR}"
78 -}
79
80 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
81 deleted file mode 100644
82 index f42edff2fe8..00000000000
83 --- a/dev-embedded/scratchbox-devkit-cputransp/scratchbox-devkit-cputransp-1.0.9.ebuild
84 +++ /dev/null
85 @@ -1,29 +0,0 @@
86 -# Copyright 1999-2018 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=0
90 -
91 -SBOX_GROUP="sbox"
92 -
93 -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development"
94 -HOMEPAGE="http://www.scratchbox.org/"
95 -SRC_URI="http://scratchbox.org/download/files/sbox-releases/stable/tarball/${P}-i386.tar.gz"
96 -LICENSE="GPL-2"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~x86"
99 -IUSE=""
100 -
101 -# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
102 -RESTRICT="strip"
103 -
104 -RDEPEND="=dev-embedded/scratchbox-1.0*"
105 -RDEPEND=""
106 -
107 -TARGET_DIR="/opt/scratchbox"
108 -
109 -S=${WORKDIR}/scratchbox
110 -
111 -src_install() {
112 - dodir ${TARGET_DIR}
113 - cp -pRP * "${D}/${TARGET_DIR}"
114 -}
115
116 diff --git a/profiles/package.mask b/profiles/package.mask
117 index 8ed223a0701..ac0c96254dd 100644
118 --- a/profiles/package.mask
119 +++ b/profiles/package.mask
120 @@ -1091,7 +1091,6 @@ games-rpg/eternal-lands-data
121 # Removal in 30 days. Bug #681168.
122 dev-embedded/scratchbox
123 dev-embedded/scratchbox-devkit-apt-https
124 -dev-embedded/scratchbox-devkit-cputransp
125
126 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
127 # Depends on >=virtual/{jdk,jre}-11 which is masked