Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-unixsocket/, dev-java/jnr-unixsocket/files/, profiles/
Date: Mon, 06 Dec 2021 07:31:32
Message-Id: 1638775761.f31717bb3680a6ca7978ae871f04715bb83ba134.jsmolic@gentoo
1 commit: f31717bb3680a6ca7978ae871f04715bb83ba134
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 07:29:21 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 07:29:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31717bb
7
8 dev-java/jnr-unixsocket: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-java/jnr-unixsocket/Manifest | 1 -
13 .../files/jnr-unixsocket-0.6-build.xml | 321 ---------------------
14 .../jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild | 42 ---
15 dev-java/jnr-unixsocket/metadata.xml | 11 -
16 profiles/package.mask | 1 -
17 5 files changed, 376 deletions(-)
18
19 diff --git a/dev-java/jnr-unixsocket/Manifest b/dev-java/jnr-unixsocket/Manifest
20 deleted file mode 100644
21 index 1ef26ed91003..000000000000
22 --- a/dev-java/jnr-unixsocket/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST jnr-unixsocket-0.6.tar.gz 6756 BLAKE2B a011f3f660526b0a7e4973a5e2168f9b0ee8a408ad2c9c1b622d9aae7659d915e258a0588f010fb56e0ac5740590b89988d77579884930f70675aff4ffe056bf SHA512 93ceb4f90b259c94eb0a68f13da1bbdae547b77637102fc36b9aa4427ed079bca1e9d503579c52cb4ea591bf67df30efcb99c6c4d71e7545cc6ff35f5ca65249
26
27 diff --git a/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml b/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml
28 deleted file mode 100644
29 index 4ef23a7785e3..000000000000
30 --- a/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml
31 +++ /dev/null
32 @@ -1,321 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -
35 -<!-- ====================================================================== -->
36 -<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
37 -<!-- ====================================================================== -->
38 -
39 -<!-- ====================================================================== -->
40 -<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
41 -<!-- ====================================================================== -->
42 -<!-- -->
43 -<!-- Any modifications will be overwritten. -->
44 -<!-- -->
45 -<!-- Generated by Maven Ant Plugin on 6/6/13 12:11 PM -->
46 -<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
47 -<!-- -->
48 -<!-- ====================================================================== -->
49 -
50 -<project name="jnr-unixsocket-from-maven" default="package" basedir=".">
51 -
52 - <!-- ====================================================================== -->
53 - <!-- Build environment properties -->
54 - <!-- ====================================================================== -->
55 -
56 - <property file="${user.home}/.m2/maven.properties"/>
57 - <property file="maven-build.properties"/>
58 -
59 - <property name="maven.build.finalName" value="jnr-unixsocket-0.6"/>
60 - <property name="maven.build.dir" value="target"/>
61 - <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
62 - <property name="maven.build.srcDir.0" value="src/main/java"/>
63 - <property name="maven.build.resourceDir.0" value="src/main/resources"/>
64 - <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
65 - <property name="maven.build.testDir.0" value="src/test/java"/>
66 - <property name="maven.build.testResourceDir.0" value="src/test/resources"/>
67 - <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
68 - <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
69 -
70 - <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
71 - <property name="maven.settings.offline" value="false"/>
72 - <property name="maven.settings.interactiveMode" value="true"/>
73 -
74 - <!-- ====================================================================== -->
75 - <!-- Defining classpaths -->
76 - <!-- ====================================================================== -->
77 -
78 - <path id="build.classpath">
79 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-ffi/1.0.3/jnr-ffi-1.0.3.jar"/>
80 - <pathelement location="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar"/>
81 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm/4.0/asm-4.0.jar"/>
82 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar"/>
83 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar"/>
84 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar"/>
85 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar"/>
86 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar"/>
87 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-constants/0.8.4/jnr-constants-0.8.4.jar"/>
88 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar"/>
89 - </path>
90 - <path id="build.test.classpath">
91 - <pathelement location="${maven.repo.local}/junit/junit/4.8.2/junit-4.8.2.jar"/>
92 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-ffi/1.0.3/jnr-ffi-1.0.3.jar"/>
93 - <pathelement location="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar"/>
94 - <pathelement location="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar"/>
95 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm/4.0/asm-4.0.jar"/>
96 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar"/>
97 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar"/>
98 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar"/>
99 - <pathelement location="${maven.repo.local}/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar"/>
100 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar"/>
101 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-constants/0.8.4/jnr-constants-0.8.4.jar"/>
102 - <pathelement location="${maven.repo.local}/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar"/>
103 - </path>
104 -
105 - <!-- ====================================================================== -->
106 - <!-- Cleaning up target -->
107 - <!-- ====================================================================== -->
108 -
109 - <target name="clean" description="Clean the output directory">
110 - <delete dir="${maven.build.dir}"/>
111 - </target>
112 -
113 - <!-- ====================================================================== -->
114 - <!-- Compilation target -->
115 - <!-- ====================================================================== -->
116 -
117 - <target name="compile" depends="get-deps" description="Compile the code">
118 - <mkdir dir="${maven.build.outputDir}"/>
119 - <javac destdir="${maven.build.outputDir}"
120 - nowarn="false"
121 - debug="true"
122 - optimize="false"
123 - deprecation="true"
124 - target="1.5"
125 - verbose="false"
126 - fork="false"
127 - source="1.5">
128 - <src>
129 - <pathelement location="${maven.build.srcDir.0}"/>
130 - </src>
131 - <classpath refid="build.classpath"/>
132 - </javac>
133 - </target>
134 -
135 - <!-- ====================================================================== -->
136 - <!-- Test-compilation target -->
137 - <!-- ====================================================================== -->
138 -
139 - <target name="compile-tests"
140 - depends="compile"
141 - description="Compile the test code"
142 - unless="maven.test.skip">
143 - <mkdir dir="${maven.build.testOutputDir}"/>
144 - </target>
145 -
146 - <!-- ====================================================================== -->
147 - <!-- Run all tests -->
148 - <!-- ====================================================================== -->
149 -
150 - <target name="test"
151 - depends="compile-tests, junit-missing"
152 - unless="junit.skipped"
153 - description="Run the test cases"/>
154 -
155 - <target name="test-junit-present">
156 - <available classname="junit.framework.Test" property="junit.present"/>
157 - </target>
158 -
159 - <target name="test-junit-status"
160 - depends="test-junit-present">
161 - <condition property="junit.missing">
162 - <and>
163 - <isfalse value="${junit.present}"/>
164 - <isfalse value="${maven.test.skip}"/>
165 - </and>
166 - </condition>
167 - <condition property="junit.skipped">
168 - <or>
169 - <isfalse value="${junit.present}"/>
170 - <istrue value="${maven.test.skip}"/>
171 - </or>
172 - </condition>
173 - </target>
174 -
175 - <target name="junit-missing"
176 - depends="test-junit-status"
177 - if="junit.missing">
178 - <echo>=================================== WARNING ===================================</echo>
179 - <echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
180 - <echo>===============================================================================</echo>
181 - </target>
182 -
183 - <!-- ====================================================================== -->
184 - <!-- Javadoc target -->
185 - <!-- ====================================================================== -->
186 -
187 - <target name="javadoc" description="Generates the Javadoc of the application">
188 - <javadoc sourcepath="${maven.build.srcDir.0}"
189 - packagenames="*"
190 - destdir="${maven.reporting.outputDirectory}/apidocs"
191 - access="protected"
192 - old="false"
193 - verbose="false"
194 - version="true"
195 - use="true"
196 - author="true"
197 - splitindex="false"
198 - nodeprecated="false"
199 - nodeprecatedlist="false"
200 - notree="false"
201 - noindex="false"
202 - nohelp="false"
203 - nonavbar="false"
204 - serialwarn="false"
205 - charset="ISO-8859-1"
206 - linksource="false"
207 - breakiterator="false"/>
208 - </target>
209 -
210 - <!-- ====================================================================== -->
211 - <!-- Package target -->
212 - <!-- ====================================================================== -->
213 -
214 - <target name="package" depends="compile,test" description="Package the application">
215 - <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
216 - compress="true"
217 - index="false"
218 - basedir="${maven.build.outputDir}"
219 - excludes="**/package.html"/>
220 - </target>
221 -
222 - <!-- ====================================================================== -->
223 - <!-- A dummy target for the package named after the type it creates -->
224 - <!-- ====================================================================== -->
225 -
226 - <target name="jar" depends="package" description="Builds the jar for the application"/>
227 -
228 - <!-- ====================================================================== -->
229 - <!-- Download dependencies target -->
230 - <!-- ====================================================================== -->
231 -
232 - <target name="test-offline">
233 - <condition property="maven.mode.offline">
234 - <equals arg1="${maven.settings.offline}" arg2="true"/>
235 - </condition>
236 - </target>
237 -
238 - <target name="get-deps"
239 - depends="test-offline"
240 - description="Download all dependencies"
241 - unless="maven.mode.offline">
242 - <mkdir dir="${maven.repo.local}"/>
243 - <mkdir dir="${maven.repo.local}/junit/junit/4.8.2"/>
244 - <get src="https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.8.2/junit-4.8.2.jar"
245 - dest="${maven.repo.local}/junit/junit/4.8.2/junit-4.8.2.jar"
246 - usetimestamp="false"
247 - ignoreerrors="true"/>
248 - <get src="http://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar"
249 - dest="${maven.repo.local}/junit/junit/4.8.2/junit-4.8.2.jar"
250 - usetimestamp="false"
251 - ignoreerrors="true"/>
252 - <mkdir dir="${maven.repo.local}/com/github/jnr/jnr-ffi/1.0.3"/>
253 - <get src="https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-ffi/1.0.3/jnr-ffi-1.0.3.jar"
254 - dest="${maven.repo.local}/com/github/jnr/jnr-ffi/1.0.3/jnr-ffi-1.0.3.jar"
255 - usetimestamp="false"
256 - ignoreerrors="true"/>
257 - <get src="http://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/1.0.3/jnr-ffi-1.0.3.jar"
258 - dest="${maven.repo.local}/com/github/jnr/jnr-ffi/1.0.3/jnr-ffi-1.0.3.jar"
259 - usetimestamp="false"
260 - ignoreerrors="true"/>
261 - <mkdir dir="${maven.repo.local}/com/github/jnr/jffi/1.2.7"/>
262 - <get src="https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar"
263 - dest="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar"
264 - usetimestamp="false"
265 - ignoreerrors="true"/>
266 - <get src="http://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar"
267 - dest="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7.jar"
268 - usetimestamp="false"
269 - ignoreerrors="true"/>
270 - <mkdir dir="${maven.repo.local}/com/github/jnr/jffi/1.2.7"/>
271 - <get src="https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar"
272 - dest="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar"
273 - usetimestamp="false"
274 - ignoreerrors="true"/>
275 - <get src="http://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar"
276 - dest="${maven.repo.local}/com/github/jnr/jffi/1.2.7/jffi-1.2.7-native.jar"
277 - usetimestamp="false"
278 - ignoreerrors="true"/>
279 - <mkdir dir="${maven.repo.local}/org/ow2/asm/asm/4.0"/>
280 - <get src="https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/4.0/asm-4.0.jar"
281 - dest="${maven.repo.local}/org/ow2/asm/asm/4.0/asm-4.0.jar"
282 - usetimestamp="false"
283 - ignoreerrors="true"/>
284 - <get src="http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar"
285 - dest="${maven.repo.local}/org/ow2/asm/asm/4.0/asm-4.0.jar"
286 - usetimestamp="false"
287 - ignoreerrors="true"/>
288 - <mkdir dir="${maven.repo.local}/org/ow2/asm/asm-commons/4.0"/>
289 - <get src="https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar"
290 - dest="${maven.repo.local}/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar"
291 - usetimestamp="false"
292 - ignoreerrors="true"/>
293 - <get src="http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar"
294 - dest="${maven.repo.local}/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar"
295 - usetimestamp="false"
296 - ignoreerrors="true"/>
297 - <mkdir dir="${maven.repo.local}/org/ow2/asm/asm-analysis/4.0"/>
298 - <get src="https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar"
299 - dest="${maven.repo.local}/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar"
300 - usetimestamp="false"
301 - ignoreerrors="true"/>
302 - <get src="http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar"
303 - dest="${maven.repo.local}/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar"
304 - usetimestamp="false"
305 - ignoreerrors="true"/>
306 - <mkdir dir="${maven.repo.local}/org/ow2/asm/asm-tree/4.0"/>
307 - <get src="https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar"
308 - dest="${maven.repo.local}/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar"
309 - usetimestamp="false"
310 - ignoreerrors="true"/>
311 - <get src="http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar"
312 - dest="${maven.repo.local}/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar"
313 - usetimestamp="false"
314 - ignoreerrors="true"/>
315 - <mkdir dir="${maven.repo.local}/org/ow2/asm/asm-util/4.0"/>
316 - <get src="https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar"
317 - dest="${maven.repo.local}/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar"
318 - usetimestamp="false"
319 - ignoreerrors="true"/>
320 - <get src="http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar"
321 - dest="${maven.repo.local}/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar"
322 - usetimestamp="false"
323 - ignoreerrors="true"/>
324 - <mkdir dir="${maven.repo.local}/com/github/jnr/jnr-x86asm/1.0.2"/>
325 - <get src="https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar"
326 - dest="${maven.repo.local}/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar"
327 - usetimestamp="false"
328 - ignoreerrors="true"/>
329 - <get src="http://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar"
330 - dest="${maven.repo.local}/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar"
331 - usetimestamp="false"
332 - ignoreerrors="true"/>
333 - <mkdir dir="${maven.repo.local}/com/github/jnr/jnr-constants/0.8.4"/>
334 - <get src="https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-constants/0.8.4/jnr-constants-0.8.4.jar"
335 - dest="${maven.repo.local}/com/github/jnr/jnr-constants/0.8.4/jnr-constants-0.8.4.jar"
336 - usetimestamp="false"
337 - ignoreerrors="true"/>
338 - <get src="http://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.8.4/jnr-constants-0.8.4.jar"
339 - dest="${maven.repo.local}/com/github/jnr/jnr-constants/0.8.4/jnr-constants-0.8.4.jar"
340 - usetimestamp="false"
341 - ignoreerrors="true"/>
342 - <mkdir dir="${maven.repo.local}/com/github/jnr/jnr-enxio/0.4"/>
343 - <get src="https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar"
344 - dest="${maven.repo.local}/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar"
345 - usetimestamp="false"
346 - ignoreerrors="true"/>
347 - <get src="http://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar"
348 - dest="${maven.repo.local}/com/github/jnr/jnr-enxio/0.4/jnr-enxio-0.4.jar"
349 - usetimestamp="false"
350 - ignoreerrors="true"/>
351 - </target>
352 -
353 -</project>
354
355 diff --git a/dev-java/jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild b/dev-java/jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild
356 deleted file mode 100644
357 index 4b92a5c3baaa..000000000000
358 --- a/dev-java/jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild
359 +++ /dev/null
360 @@ -1,42 +0,0 @@
361 -# Copyright 1999-2015 Gentoo Foundation
362 -# Distributed under the terms of the GNU General Public License v2
363 -
364 -EAPI="5"
365 -
366 -JAVA_PKG_IUSE="doc examples source test"
367 -
368 -inherit java-pkg-2 java-ant-2
369 -
370 -DESCRIPTION="Unix sockets for Java"
371 -SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
372 -HOMEPAGE="https://github.com/jnr/jnr-unixsocket"
373 -
374 -SLOT="0"
375 -KEYWORDS="amd64 x86"
376 -LICENSE="Apache-2.0"
377 -
378 -CDEPEND="dev-java/jnr-constants:0
379 - dev-java/jnr-enxio:0
380 - dev-java/jnr-posix:3.0
381 - dev-java/jnr-ffi:2"
382 -
383 -DEPEND="${CDEPEND}
384 - >=virtual/jdk-1.7"
385 -
386 -RDEPEND="${CDEPEND}
387 - >=virtual/jre-1.7"
388 -
389 -java_prepare() {
390 - cp "${FILESDIR}"/${P}-build.xml build.xml || die
391 -}
392 -
393 -JAVA_ANT_REWRITE_CLASSPATH="true"
394 -EANT_GENTOO_CLASSPATH="jnr-constants,jnr-enxio,jnr-ffi-2,jnr-posix-3.0"
395 -
396 -src_install() {
397 - java-pkg_newjar target/${P}.jar ${PN}.jar
398 -
399 - use source && java-pkg_dosrc src/main/java/jnr
400 - use examples && java-pkg_doexamples src/main/java/jnr/unixsocket/example
401 - use doc && java-pkg_dojavadoc target/site/apidocs
402 -}
403
404 diff --git a/dev-java/jnr-unixsocket/metadata.xml b/dev-java/jnr-unixsocket/metadata.xml
405 deleted file mode 100644
406 index e746f31f954d..000000000000
407 --- a/dev-java/jnr-unixsocket/metadata.xml
408 +++ /dev/null
409 @@ -1,11 +0,0 @@
410 -<?xml version="1.0" encoding="UTF-8"?>
411 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
412 -<pkgmetadata>
413 - <maintainer type="project">
414 - <email>java@g.o</email>
415 - <name>Java</name>
416 - </maintainer>
417 - <upstream>
418 - <remote-id type="github">jnr/jnr-unixsocket</remote-id>
419 - </upstream>
420 -</pkgmetadata>
421
422 diff --git a/profiles/package.mask b/profiles/package.mask
423 index cec19a8f0695..928fe9c776e7 100644
424 --- a/profiles/package.mask
425 +++ b/profiles/package.mask
426 @@ -642,7 +642,6 @@ dev-db/mtop
427 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-11-06)
428 # Libraries with no other consumers. Removal in 30 days.
429 dev-java/mina-core
430 -dev-java/jnr-unixsocket
431
432 # Sam James <sam@g.o> (2021-11-03)
433 # Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default