summaryrefslogtreecommitdiff
path: root/dev-java/jackrabbit-webdav
AgeCommit message (Collapse)Author
2025-01-06dev-java/jackrabbit-webdav: unkeyword 2.10.1-r3 for arm64Volkmar W. Pogatzki
There is no consumer which would need this package keyworded on arm64. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39990/commits/ae64fd06f4a3eec8255c580c1390fc979f51fbd5 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2024-10-17dev-java/jackrabbit-webdav: dekeyword x86Arthur Zamarin
After a message to gentoo-dev ML, and no reply from any user on x86, we decided to dekeyword most Java packages from x86, and reverse dependencies of them. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-10-12dev-java/jackrabbit-webdav: dekeyword armArthur Zamarin
After a message to gentoo-dev ML, and no reply from any user on arm, we decided to dekeyword most Java packages from arm. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-02-05dev-java/jackrabbit-webdav: drop 2.21.7-r1, unused slotVolkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2022-09-19dev-java/jackrabbit-webdav: depend on dev-java/tomcat-servlet-api:2.3Volkmar W. Pogatzki
* slot 2.3 of java-virtuals/servlet-api will be removed as it has only one provider * jackrabbit-webdav (slot 0) which is the only consumer depends now directly on tomcat-servlet-api:2.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
2022-09-19dev-java/jackrabbit-webdav: update HOMEPAGEVolkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
2022-04-01dev-java/jackrabbit-webdav: removed obsolete 2.21.7Miroslav Šulc
Bug: https://bugs.gentoo.org/show_bug.cgi?id=835718 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2022-03-31dev-java/jackrabbit-webdav: Stabilize 2.21.7-r1 arm64, #835718Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-03-23dev-java/jackrabbit-webdav: x86 stable wrt bug #835718Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-23dev-java/jackrabbit-webdav: amd64 stable wrt bug #835718Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-22dev-java/jackrabbit-webdav: ppc64 stable wrt bug #835718Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-02-20dev-java/jackrabbit-webdav: switch to httpcomponents-clientVolkmar W. Pogatzki
The new package dev-java/httpcomponents-client was in slot 4 of dev-java/commons-httpclient before. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23703 Signed-off-by: Florian Schmaus <flow@gentoo.org>
2022-02-11dev-java/jackrabbit-webdav: Stabilize 2.10.1-r2 x86, #833115Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-02-11dev-java/jackrabbit-webdav: Drop 2.10.1Volkmar W. Pogatzki
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2022-02-11dev-java/jackrabbit-webdav: ppc64 stable wrt bug #832896Agostino Sarubbo
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-02-09dev-java/jackrabbit-webdav: Stabilize 2.10.1-r2 arm64, #832896Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-02-08dev-java/jackrabbit-webdav: Stabilize 2.10.1-r2 amd64, #832896Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-01-14dev-java/jackrabbit-webdav: Keyword 2.10.1-r2 arm, #830838Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-01-09dev-java/jackrabbit-webdav: removed obsolete 2.10.1-r1Miroslav Šulc
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2022-01-09dev-java/jackrabbit-webdav: Fix tests and use HTTPS HOMEPAGE for 2.10.1Yuan Liao
The test failure bug being fixed by this commit is caused by servlet-api-4.0 being added to the classpath earlier than servlet-api-2.3 by java-ant-2.eclass. servlet-api-4.0 is present in the classpath because it is a transitive dependency of this package introduced by dev-java/bndlib, but it is incompatible with the test sources. The tests are supposed to be compiled with servlet-api-2.3, but javac will choose servlet-api-4.0 because it appears earlier in the classpath. java-ant-2.eclass constructs the classpath by traversing the dependency tree using depth-first search, so transitive dependencies like servlet-api-4.0 can appear earlier than direct dependencies like servlet-api-2.3. java-pkg-simple.eclass, on the other hand, uses breadth-first search, which ensures that all direct dependencies will be visited earlier than any transitive dependencies in the traversal. Therefore, simply switching to java-pkg-simple.eclass resolves this bug. However, by doing this, this ebuild now relies on the undocumented implementation detail of java-pkg-simple.eclass, that the dependency tree is traversed with BFS. If java-pkg-simple.eclass switches to DFS for classpath construction in the future, the same bug might resurface! Yet there are still benefits of using java-pkg-simple.eclass even if it were not done merely for the bug. The upstream uses Maven instead of Ant to build the project -- the build.xml used by java-ant-2.eclass is a Gentoo custom one. Switching to java-pkg-simple.eclass means that there is no more maintenance burden of this package caused by the custom build.xml. As of this commit, ebuilds for slot 2 of this package also use java-pkg-simple.eclass, so the eclass switch fosters consistency. Closes: https://bugs.gentoo.org/804594 Signed-off-by: Yuan Liao <liaoyuan@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23705 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2022-01-08dev-java/jackrabbit-webdav: Keyword 2.21.7 arm64, #830680Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-01-07dev-java/jackrabbit-webdav: Keyword 2.10.1-r1 arm64, #830680Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-01-07dev-java/jackrabbit-webdav: Keyword 2.21.7 arm, #830680Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-01-07dev-java/jackrabbit-webdav: added missing unzipperMiroslav Šulc
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2022-01-07dev-java/jackrabbit-webdav: eapi8, min java 1.8 - in 2.10.1Miroslav Šulc
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2021-11-26dev-java/jackrabbit-webdav: Stabilize 2.10.1 ppc64, #809560Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-08-26dev-java/jackrabbit-webdav: Stabilize 2.21.7 ppc64, #810490Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-08-26dev-java/jackrabbit-webdav: Stabilize 2.21.7 amd64, #810490Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-08-26dev-java/jackrabbit-webdav: Stabilize 2.21.7 x86, #810490Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-07-27dev-java/jackrabbit-webdav: bump to 2.21.7Volkmar W. Pogatzki
Bug: https://bugs.gentoo.org/804561 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21799 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2020-07-12dev-java/jackrabbit-webdav: keyworded 2.10.1 for ppc64Sergei Trofimovich
keyworded wrt bug #720116 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2017-12-09dev-java/*: Update Manifest hashesMichał Górny
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-01-20fix quoting to a lot of patch callsMike Frysinger
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-24Replace all herds with appropriate projects (GLEP 67)Michał Górny
Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed