[gentoo-commits] proj/java:master commit in: metadata/

2023-03-16 Thread Florian Schmaus
commit: a844b3a7571f726020a1abd795a6ef7ecf24ebd1
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Mar 16 10:21:11 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Mar 16 10:21:11 2023 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=a844b3a7

metadata: add pkg_desc_index to gitignore

Signed-off-by: Florian Schmaus  gentoo.org>

 metadata/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/.gitignore b/metadata/.gitignore
index 467e5926..d48f533a 100644
--- a/metadata/.gitignore
+++ b/metadata/.gitignore
@@ -1 +1,2 @@
 /md5-cache/
+/pkg_desc_index



[gentoo-commits] proj/java:master commit in: metadata/

2023-01-08 Thread Florian Schmaus
commit: b4b5e42118ff714f60cf9b913c1b1de6151b26ae
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Jan  8 10:55:27 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jan  8 10:55:35 2023 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=b4b5e421

Add metadata/.gitignore

Signed-off-by: Florian Schmaus  gentoo.org>

 metadata/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/.gitignore b/metadata/.gitignore
new file mode 100644
index ..467e5926
--- /dev/null
+++ b/metadata/.gitignore
@@ -0,0 +1 @@
+/md5-cache/



[gentoo-commits] proj/java:master commit in: metadata/

2018-03-03 Thread James Le Cuirot
commit: 823bfec5e884b259792e64fa89b810695ee9f463
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar  3 15:12:41 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Mar  3 15:12:41 2018 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=823bfec5

layout.conf: Update manifest settings in line with main repo

 metadata/layout.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 826b0ae1..9c550ebf 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,6 +1,7 @@
 masters = gentoo
 eapis-deprecated = 0 1 2 3 4
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+manifest-hashes = BLAKE2B SHA512
+manifest-required-hashes = BLAKE2B
 update-changelog = false
 thin-manifests = true
 sign-manifests = false



[gentoo-commits] proj/java:master commit in: metadata/

2016-04-29 Thread James Le Cuirot
commit: 53e61f323c92abbc966b93b7a4c7fb86e6c8b6d7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Apr 29 21:50:44 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Apr 29 21:50:44 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=53e61f32

Deprecate EAPI 4

 metadata/layout.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 8ad25ad..826b0ae 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,5 +1,5 @@
 masters = gentoo
-eapis-deprecated = 0 1 2 3
+eapis-deprecated = 0 1 2 3 4
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 update-changelog = false
 thin-manifests = true



[gentoo-commits] proj/java:master commit in: metadata/

2015-08-07 Thread James Le Cuirot
commit: f230f4fb51c6a5d2172d8e9e6b4a43cd55fd7360
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug  6 22:02:19 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Aug  6 22:04:15 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=f230f4fb

[metadata] Update layout.conf, courtesy of kde overlay

 metadata/layout.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 39c0416..8ad25ad 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,6 +1,8 @@
 masters = gentoo
 eapis-deprecated = 0 1 2 3
-update-changelog = true
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
+update-changelog = false
 thin-manifests = true
 sign-manifests = false
 sign-commits = true
+cache-formats = md5-dict



[gentoo-commits] proj/java:master commit in: metadata/

2015-07-21 Thread James Le Cuirot
commit: dbb615e2611c203950a282fd336c7a09aa862807
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Jul 21 19:27:20 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Jul 21 19:27:20 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=dbb615e2

Sign commits using git mechanisms.

 metadata/layout.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index ae6616f..39c0416 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -2,3 +2,5 @@ masters = gentoo
 eapis-deprecated = 0 1 2 3
 update-changelog = true
 thin-manifests = true
+sign-manifests = false
+sign-commits = true



[gentoo-commits] proj/java:master commit in: metadata/

2015-05-07 Thread James Le Cuirot
commit: c35abbcd1785b03c600c9009ad232d5ffed67576
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May  7 12:38:57 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May  7 12:38:57 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=c35abbcd

Warn about deprecated EAPIs and update the ChangeLog by default like
the main tree does.

 metadata/layout.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index d43e61c..b726f85 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,3 @@
 masters = gentoo
+eapis-deprecated = 0 1 2 3
+update-changelog = true