-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-java/failureaccess: added (ltex-ls dependency)
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST guava-32.1.3.tar.gz 5757923 BLAKE2B 6bba8f721399f3d346410f1d00f0f5d97e14e347cdcab70465b449c7d7226fc5d194c25f257029eca15d426ec23e5907632a526120387eb465b3132571855862 SHA512 8efd8072e0aafaa851e18a69af011cbaeba207a7ee2dbe2daee9f70729c1c785d054197e6bf032d30065245070088f9f2d7f1a01f244b00325a3ede9d00fb9ec | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
msva
Owner
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
MY_P=guava-${PV} | ||
|
||
JAVA_PKG_IUSE="doc source" | ||
MAVEN_ID="com.google.guava:failureaccess:1.0.1" | ||
|
||
inherit java-pkg-2 java-pkg-simple | ||
|
||
DESCRIPTION="Guava's InternalFutureFailureAccess and InternalFutures classes." | ||
HOMEPAGE="https://github.com/google/guava/" | ||
SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> guava-${PV}.tar.gz" | ||
S="${WORKDIR}/${MY_P}" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="amd64 ~arm arm64 ppc64 x86" | ||
This comment has been minimized.
Sorry, something went wrong.
gerion0
Author
Contributor
|
||
|
||
DEPEND=">=virtual/jdk-1.8:*" | ||
RDEPEND=">=virtual/jre-1.8:*" | ||
|
||
JAVA_SRC_DIR="futures/${PN}/src/com/google/common/util/concurrent/internal/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<description>Also, you can find me on IRC (Libera.Chat) as mva, or in Telegram as @mva_name</description> | ||
<name>Vadim A. Misbakh-Soloviov</name> | ||
</maintainer> | ||
<longdescription lang="en"> | ||
Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess | ||
and InternalFutures. Most users will never need to use this artifact. Its | ||
classes are conceptually a part of Guava, but they're in this separate artifact | ||
so that Android libraries can use them without pulling in all of Guava (just as | ||
they can use ListenableFuture by depending on the listenablefuture artifact). | ||
</longdescription> | ||
<upstream> | ||
<remote-id type="github">google/guava</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
I added it also temporarily in my own ebuild and needed to regenerate the Manifest due to a changed data format(?)
It generated extra lines for all ebuilds and metadata.