Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/boot-bin/files/, dev-java/boot-bin/
Date: Tue, 17 May 2022 19:09:34
Message-Id: 1652814466.f0fbb9743bd17f4b61d02d0d6e9bb7d91c980b95.jsmolic@gentoo
1 commit: f0fbb9743bd17f4b61d02d0d6e9bb7d91c980b95
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 19:04:27 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 19:07:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fbb974
7
8 dev-java/boot-bin: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/boot-bin/Manifest | 3 --
13 dev-java/boot-bin/boot-bin-2.8.3.ebuild | 75 ---------------------------------
14 dev-java/boot-bin/files/boot | 7 ---
15 dev-java/boot-bin/metadata.xml | 10 -----
16 profiles/package.mask | 4 --
17 5 files changed, 99 deletions(-)
18
19 diff --git a/dev-java/boot-bin/Manifest b/dev-java/boot-bin/Manifest
20 deleted file mode 100644
21 index 4f03eb0f1ccb..000000000000
22 --- a/dev-java/boot-bin/Manifest
23 +++ /dev/null
24 @@ -1,3 +0,0 @@
25 -DIST boot-2.8.3-CHANGES.md 28286 BLAKE2B 56ce0ba83292d1b0a9b22b34e3ac89a4f203ff7b20b3a9a0ca092e4594cb8430574d04ff15ec50dc431f4a32ebbcbe2651010abc48c46a241fff5147d1449297 SHA512 cab01416dcbd642953fa32ae5d8255722f61860752a32e7a4a55f0d5730363e305c5549e63777e3e032f2d098864cfa16b62889c66fe9aa481778ad7a0249e80
26 -DIST boot-2.8.3-README.md 19164 BLAKE2B cb2d63e332d427cd235868f9b25aa5b7baaa41ebbf1447c029019e2d4aa872eed26e79c027f06b201e21e0a1522d42fed57bf5eae5de683baf4a62e2c10b739a SHA512 2557f8ae6893ae6f3c576e8325f11edac5e4e91c45e3864957784092e8154aaa30f1a5de8acb52bb90e7c3ad034f2e9703e4b5aac2d621cbd885e8bbb102cc04
27 -DIST boot-2.8.3.jar 20940394 BLAKE2B 398264e467dc14c7df49dd75e4197ebd755e1afdc6ae8877de30cd72d35c0bf56a83b64573ec3aa976ae63fcffe9c371b0789bc0f95e43bbb509ff19cc305ee9 SHA512 039c8ed3320871a1227240ad8d0aac07cbb41e65096d71b9547733c49f02febff6ac5ed15cda744c7fbc0ee4830908597f0c3c8288d4d059c603057db24bd1db
28
29 diff --git a/dev-java/boot-bin/boot-bin-2.8.3.ebuild b/dev-java/boot-bin/boot-bin-2.8.3.ebuild
30 deleted file mode 100644
31 index 58fcb200f386..000000000000
32 --- a/dev-java/boot-bin/boot-bin-2.8.3.ebuild
33 +++ /dev/null
34 @@ -1,75 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="6"
39 -
40 -inherit java-pkg-2
41 -
42 -MY_PN="${PN%-bin}"
43 -MY_PNV="${MY_PN}-${PV}"
44 -GITHUB_USER="boot-clj"
45 -
46 -DESCRIPTION="Build tooling for Clojure"
47 -HOMEPAGE="https://boot-clj.com/"
48 -SRC_URI="
49 - https://github.com/${GITHUB_USER}/${MY_PN}/releases/download/${PV}/${MY_PN}.jar -> ${MY_PNV}.jar
50 - https://raw.githubusercontent.com/${GITHUB_USER}/${MY_PN}/${PV}/README.md -> ${MY_PNV}-README.md
51 - https://raw.githubusercontent.com/${GITHUB_USER}/${MY_PN}/${PV}/CHANGES.md -> ${MY_PNV}-CHANGES.md
52 -"
53 -LICENSE="EPL-1.0"
54 -SLOT="0"
55 -KEYWORDS="amd64 x86"
56 -
57 -RDEPEND=">=virtual/jre-1.7"
58 -DEPEND=">=virtual/jdk-1.7"
59 -
60 -RESTRICT="test"
61 -
62 -src_unpack() {
63 - mkdir -p "${S}" || die "Can't mkdir ${S}"
64 - cd "${S}" || die "Can't enter ${S}"
65 - for file in ${A}; do
66 - einfo "Copying ${file}"
67 - cp "${DISTDIR}/${file}" "${S}/" || die "Can't copy ${file}"
68 - done
69 -}
70 -
71 -src_prepare() {
72 - einfo "Copying boot shell-script"
73 - cp "${FILESDIR}/boot" "${S}/" || die "Can't copy boot"
74 -
75 - for file in "README.md" "CHANGES.md"; do
76 - einfo "Renaming ${MY_PNV}-${file} to ${file}"
77 - mv "${S}/${MY_PNV}-${file}" "${S}/${file}" || die "Can't rename ${MY_PNV}-${file} to ${file}"
78 - done
79 -
80 - java-pkg_init_paths_
81 -
82 - sed -i "s|@@JAVA_PKG_SHAREPATH@@|${JAVA_PKG_SHAREPATH}|g" "${S}/boot" || die "Can't patch JAVA_PKG_SHAREPATH path in boot"
83 - sed -i "s|@@JAVA_PKG_JARDEST@@|${JAVA_PKG_JARDEST}|g" "${S}/boot" || die "Can't patch JAVA_PKG_JARDEST path in boot"
84 - sed -i "s|@@PN@@|${PN}|g" "${S}/boot" || die "Can't patch PN in boot"
85 -
86 - default
87 -}
88 -
89 -src_compile() { :; }
90 -
91 -src_install() {
92 - dobin "${S}/boot"
93 - dodoc "${S}/README.md"
94 - dodoc "${S}/CHANGES.md"
95 -
96 - java-pkg_newjar "${S}/${MY_PNV}.jar"
97 -}
98 -
99 -pkg_postinst() {
100 - einfo "This package will still download a whole lot of its own runtime"
101 - einfo "dependencies the first time you run it."
102 - einfo ""
103 - einfo "This currently can't be helped and is expected behaviour for a"
104 - einfo "java based development toolkit"
105 - einfo ""
106 - einfo "You may also need to nuke ~/.boot/boot.properties to get the"
107 - einfo "updated mechanics, and for boot --version to behave correctly"
108 - einfo "due to upstreams per-user/per-project version-locking mechanisms"
109 -}
110
111 diff --git a/dev-java/boot-bin/files/boot b/dev-java/boot-bin/files/boot
112 deleted file mode 100644
113 index 8d53ebd338a8..000000000000
114 --- a/dev-java/boot-bin/files/boot
115 +++ /dev/null
116 @@ -1,7 +0,0 @@
117 -#!/bin/bash
118 -source @@JAVA_PKG_SHAREPATH@@/package.env
119 -jarpath="@@JAVA_PKG_JARDEST@@/@@PN@@.jar"
120 -declare -a "options=($BOOT_JVM_OPTIONS)"
121 -self="${BASH_SOURCE[0]}"
122 -exec ${BOOT_JAVA_COMMAND:-java} "${options[@]}" -Dboot.app.path="$jarpath" -jar "$jarpath" "$@"
123 -
124
125 diff --git a/dev-java/boot-bin/metadata.xml b/dev-java/boot-bin/metadata.xml
126 deleted file mode 100644
127 index a09f5177d45a..000000000000
128 --- a/dev-java/boot-bin/metadata.xml
129 +++ /dev/null
130 @@ -1,10 +0,0 @@
131 -<?xml version="1.0" encoding="UTF-8"?>
132 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
133 -<pkgmetadata>
134 - <maintainer type="project">
135 - <email>java@g.o</email>
136 - </maintainer>
137 - <upstream>
138 - <remote-id type="github">boot-clj/boot</remote-id>
139 - </upstream>
140 -</pkgmetadata>
141
142 diff --git a/profiles/package.mask b/profiles/package.mask
143 index 2e27db628a95..86e57f56b483 100644
144 --- a/profiles/package.mask
145 +++ b/profiles/package.mask
146 @@ -315,10 +315,6 @@ dev-java/jempbox
147 dev-java/microba
148 dev-java/spin
149
150 -# Volkmar W. Pogatzki <gentoo@××××××××.net> (2022-04-17)
151 -# Unused java libraries. Removal in 30 days.
152 -dev-java/boot-bin
153 -
154 # David Seifert <soap@g.o> (2022-04-17)
155 # Dead library, part of >=sys-fs/e2fsprogs-1.46.5 now, bug #806875,
156 # removal on 2022-05-17.