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: dev-embedded/scratchbox-devkit-git/, profiles/
Date: Fri, 27 Sep 2019 06:08:19
Message-Id: 1569564480.e6e53b2d9dab9b22439d00a0bb8b4d0a39a61dd0.mgorny@gentoo
1 commit: e6e53b2d9dab9b22439d00a0bb8b4d0a39a61dd0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 06:05:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 06:08:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e53b2d
7
8 dev-embedded/scratchbox-devkit-git: 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-git/Manifest | 2 --
14 dev-embedded/scratchbox-devkit-git/metadata.xml | 8 ------
15 .../scratchbox-devkit-git-1.0.1.ebuild | 31 ----------------------
16 .../scratchbox-devkit-git-1.0.2.ebuild | 31 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 73 deletions(-)
19
20 diff --git a/dev-embedded/scratchbox-devkit-git/Manifest b/dev-embedded/scratchbox-devkit-git/Manifest
21 deleted file mode 100644
22 index 7e78995754d..00000000000
23 --- a/dev-embedded/scratchbox-devkit-git/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST scratchbox-devkit-git-1.0.1-i386.tar.gz 5640785 BLAKE2B 801825804f1aa1a8498d6f507b5c68c1314e366dbdf892eadf0be2ffc7ebf24620dba503ce45b24c001665fa200a1d8715c60b0245dd0a0452be9b639f6652b5 SHA512 d48c2870c1757b0501b3223ae9d3fd52dc585767ae16c8d8857c3a7f3e5794c3203050dbd84969fe424bab38d347afe9b6f6ce759a18c8152558b29ca71e6ec1
27 -DIST scratchbox-devkit-git-1.0.2-i386.tar.gz 18337539 BLAKE2B 119e90a5ecae374dab5fc1b76c8169aaf274d61bafd8b3106feedd555c9a5eeabe920a341745b6af113f86cc7e80feec9ed26b1ac8ad17635d068d1e140aeb99 SHA512 1ffe21ffd5d4ecf46f148ee607c9cf51d309c6a6f6179d7b83e5c0260b1f137d2180abb0794ce4596510ef353cf7668a3d9b236bff101e1448873b21e12a8956
28
29 diff --git a/dev-embedded/scratchbox-devkit-git/metadata.xml b/dev-embedded/scratchbox-devkit-git/metadata.xml
30 deleted file mode 100644
31 index 71b1461e114..00000000000
32 --- a/dev-embedded/scratchbox-devkit-git/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-git/scratchbox-devkit-git-1.0.1.ebuild b/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild
45 deleted file mode 100644
46 index df77e74be0d..00000000000
47 --- a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.1.ebuild
48 +++ /dev/null
49 @@ -1,31 +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="~amd64 ~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 -DEPEND=""
70 -
71 -TARGET_DIR="/opt/scratchbox"
72 -
73 -QA_TEXTRELS="opt/scratchbox"
74 -
75 -S=${WORKDIR}/scratchbox
76 -
77 -src_install() {
78 - dodir ${TARGET_DIR}
79 - cp -pRP * "${D}/${TARGET_DIR}"
80 -}
81
82 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
83 deleted file mode 100644
84 index 3f2ca6264db..00000000000
85 --- a/dev-embedded/scratchbox-devkit-git/scratchbox-devkit-git-1.0.2.ebuild
86 +++ /dev/null
87 @@ -1,31 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=0
92 -
93 -SBOX_GROUP="sbox"
94 -
95 -DESCRIPTION="A cross-compilation toolkit for embedded Linux application development"
96 -HOMEPAGE="http://www.scratchbox.org/"
97 -SRC_URI="http://scratchbox.org/download/files/sbox-releases/hathor/tarball/${P}-i386.tar.gz"
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE=""
102 -
103 -# Stripping BREAKS scratchbox, it runs in a chroot and is pre-stripped when needed (bug #296294)
104 -RESTRICT="strip"
105 -
106 -RDEPEND="=dev-embedded/scratchbox-1.0*"
107 -DEPEND=""
108 -
109 -TARGET_DIR="/opt/scratchbox"
110 -
111 -QA_TEXTRELS="opt/scratchbox"
112 -
113 -S=${WORKDIR}/scratchbox
114 -
115 -src_install() {
116 - dodir ${TARGET_DIR}
117 - cp -pRP * "${D}/${TARGET_DIR}"
118 -}
119
120 diff --git a/profiles/package.mask b/profiles/package.mask
121 index 7191c8e0669..34edf7c9303 100644
122 --- a/profiles/package.mask
123 +++ b/profiles/package.mask
124 @@ -1095,7 +1095,6 @@ dev-embedded/scratchbox-devkit-cputransp
125 dev-embedded/scratchbox-devkit-debian
126 dev-embedded/scratchbox-devkit-debian-squeeze
127 dev-embedded/scratchbox-devkit-doctools
128 -dev-embedded/scratchbox-devkit-git
129
130 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
131 # Depends on >=virtual/{jdk,jre}-11 which is masked