Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838010 - net-analyzer/zabbix: multiple bundled jars
Summary: net-analyzer/zabbix: multiple bundled jars
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 69972
  Show dependency tree
 
Reported: 2022-04-12 07:40 UTC by Volkmar W. Pogatzki
Modified: 2022-04-15 09:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2022-04-12 07:40:17 UTC
./zabbix-6.0.3/src/zabbix_java/lib/logback-core-1.2.9.jar
./zabbix-6.0.3/src/zabbix_java/lib/logback-classic-1.2.9.jar
./zabbix-6.0.3/src/zabbix_java/lib/android-json-4.3_r3.1.jar
./zabbix-6.0.3/src/zabbix_java/lib/slf4j-api-1.7.32.jar


zabbix-6.0.3.ebuild:
		doexe \
			src/zabbix_java/lib/logback-classic-1.2.9.jar \
			src/zabbix_java/lib/logback-console.xml \
			src/zabbix_java/lib/logback-core-1.2.9.jar \
			src/zabbix_java/lib/logback.xml \
			src/zabbix_java/lib/android-json-4.3_r3.1.jar \
			src/zabbix_java/lib/slf4j-api-1.7.32.jar
Comment 1 Larry the Git Cow gentoo-dev 2022-04-15 09:36:08 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd194aade2425970655fe83db9fb8b2f4e665ed2

commit dd194aade2425970655fe83db9fb8b2f4e665ed2
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2022-04-12 16:04:02 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2022-04-15 09:35:04 +0000

    dev-java/logback-classic: initial import
    
    Bug: https://bugs.gentoo.org/838010
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 dev-java/logback-classic/Manifest                  |  1 +
 .../logback-classic/logback-classic-1.2.11.ebuild  | 96 ++++++++++++++++++++++
 dev-java/logback-classic/metadata.xml              | 12 +++
 3 files changed, 109 insertions(+)