dev-java/loadlib: treeclean

Closes: https://bugs.gentoo.org/914499
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2023-11-08 13:35:39 +01:00
parent 6a8825c7d2
commit c2ff167ccd
4 changed files with 0 additions and 50 deletions

View File

@@ -1 +0,0 @@
DIST loadlib-0.2.2.tar.gz 3244 BLAKE2B 128a3fe80ecade57392c33c72c92fe8c95ae97a4bc152191f57badd5ad937c7c2f871135dbc719031ad27b5ffa35341b825150a7d81ea2c1e8579a73352d9af6 SHA512 eee9dad952ee1cb2a371b0acc1ec82e15eef4c8788f953fce0f26c607e8dbafe29f5d93cab17c5e0960ef55782e92c8a27f4740fa8f3b434d66ef83d78feb19f

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://codeload.github.com/teras/loadlib/tar.gz/c2fa52016de23998b2886752f4373a17de2017a7 --slot 0 --keywords "~amd64" --ebuild loadlib-0.2.2.ebuild
EAPI=8
JAVA_PKG_IUSE="doc source"
MAVEN_ID="com.panayotis:loadlib:0.2.2"
inherit java-pkg-2 java-pkg-simple
MY_COMMIT="c2fa52016de23998b2886752f4373a17de2017a7"
DESCRIPTION="Load native libs embedded as resources in a JAR file from Java transparently"
HOMEPAGE="https://github.com/teras/loadlib"
SRC_URI="https://github.com/teras/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=virtual/jdk-1.8:*
"
RDEPEND="
>=virtual/jre-1.8:*
"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
JAVA_SRC_DIR="src/main/java"

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">teras/loadlib</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -328,12 +328,6 @@ sys-fs/dmg2img
# Breaks building scipy: https://github.com/cython/cython/issues/5748
=dev-python/cython-3.0.3
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-10-04)
# Incompatible with newer media-video/ffmpeg, bug #914499.
# Deps appenh and loadlib not used by anything else.
# Removal on 2023-11-04.
dev-java/loadlib
# Michał Górny <mgorny@gentoo.org> (2023-09-22)
# =dev-python/setuptools-scm-8.0.1 broke compatibility hard but reverted
# the changes in 8.0.2.