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-apt-https/
Date: Fri, 27 Sep 2019 06:08:20
Message-Id: 1569564485.30ca3164f5dbd6d2d2a5fe882230776cd704669b.mgorny@gentoo
1 commit: 30ca3164f5dbd6d2d2a5fe882230776cd704669b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 06:07:13 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 06:08:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ca3164
7
8 dev-embedded/scratchbox-devkit-apt-https: 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-apt-https/Manifest | 2 --
14 .../scratchbox-devkit-apt-https/metadata.xml | 8 ------
15 .../scratchbox-devkit-apt-https-1.0.10.ebuild | 29 ----------------------
16 .../scratchbox-devkit-apt-https-1.0.11.ebuild | 29 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 69 deletions(-)
19
20 diff --git a/dev-embedded/scratchbox-devkit-apt-https/Manifest b/dev-embedded/scratchbox-devkit-apt-https/Manifest
21 deleted file mode 100644
22 index c2c47710766..00000000000
23 --- a/dev-embedded/scratchbox-devkit-apt-https/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST scratchbox-devkit-apt-https-1.0.10-i386.tar.gz 2991367 BLAKE2B 88a9e24f2bdef094ef97d8f7e5b309eb10752c8660a6195a20356f3b78233c24017f180cd2bd5a666d1dd995ea929d89e4941cf0a486e95bf972a6bae5f98e97 SHA512 fc5a499e34828136ce72f806540708c6de25ea11ab64c245609785117eabb7df5f845e5371cc5f0c480b3396a15382519aef88663e218120e7e0f924b841de53
27 -DIST scratchbox-devkit-apt-https-1.0.11-i386.tar.gz 2991247 BLAKE2B 9fef4f9290f32c8c228ef126a6cd3340e8abae75970255a53b72cc07d7fa5f4fa8eb691f2b31b70bd920927947c7d6e194c2de11863d43dda301a64f78f90644 SHA512 d60b530a74a68798160bef4fbbc76f747c68f5cc8b0ba9244c847f9f3d93c816de6ce4ec8892353659bdf4fbe8d53d271a096b5884fd1b69ef68d2dc24fb4374
28
29 diff --git a/dev-embedded/scratchbox-devkit-apt-https/metadata.xml b/dev-embedded/scratchbox-devkit-apt-https/metadata.xml
30 deleted file mode 100644
31 index 71b1461e114..00000000000
32 --- a/dev-embedded/scratchbox-devkit-apt-https/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-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.ebuild
45 deleted file mode 100644
46 index e6e8abc0847..00000000000
47 --- a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.10.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="~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 -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-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild b/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.ebuild
81 deleted file mode 100644
82 index 33d2d0caa82..00000000000
83 --- a/dev-embedded/scratchbox-devkit-apt-https/scratchbox-devkit-apt-https-1.0.11.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/hathor/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 -DEPEND=""
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 ac0c96254dd..3d0d8c4a32a 100644
118 --- a/profiles/package.mask
119 +++ b/profiles/package.mask
120 @@ -1090,7 +1090,6 @@ games-rpg/eternal-lands-data
121 # bump). No reverse dependencies.
122 # Removal in 30 days. Bug #681168.
123 dev-embedded/scratchbox
124 -dev-embedded/scratchbox-devkit-apt-https
125
126 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
127 # Depends on >=virtual/{jdk,jre}-11 which is masked