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