public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-01-14 14:20 Andreas Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas Hüttel @ 2012-01-14 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ac7b80809d0be79d8e0d08354fd707b8566036a2
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Jan 14 14:20:31 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 14:20:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ac7b8080

Convert to thin manifests (as suggested by alexxy and jlec)

---
 metadata/layout.conf |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..7a212f0
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,14 @@
+masters = gentoo
+
+# Use new hashes
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
+
+# Let repoman update changelogs
+update-changelog = true
+
+# Use thin manifests
+thin-manifests = true
+
+# Dont sign thin manifests (because it re-introduces the 
+# just avoided merge conflicts)
+sign-manifests = false



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-02-10 16:16 Alexey Shvetsov
  0 siblings, 0 replies; 29+ messages in thread
From: Alexey Shvetsov @ 2012-02-10 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     21f9b728214eedbad3dc6295bdd3fd379b662b1f
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 16:14:59 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 16:14:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=21f9b728

[metadata] Enable git signed commits

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

---
 metadata/layout.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 7a212f0..b499c53 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -12,3 +12,6 @@ thin-manifests = true
 # Dont sign thin manifests (because it re-introduces the 
 # just avoided merge conflicts)
 sign-manifests = false
+
+# sign commits using git mechanisms
+sign-commits = true



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-05-12 18:07 Alexey Shvetsov
  0 siblings, 0 replies; 29+ messages in thread
From: Alexey Shvetsov @ 2012-05-12 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c86fa3165bc276188b47134a32318d1a54b7749e
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 18:05:25 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:06:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c86fa316

[metadata] Enable md5-cache

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

---
 metadata/.gitignore  |    1 +
 metadata/layout.conf |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/metadata/.gitignore b/metadata/.gitignore
index 14d86ad6..ff03039 100644
--- a/metadata/.gitignore
+++ b/metadata/.gitignore
@@ -1 +1,2 @@
 /cache
+/md5-cache

diff --git a/metadata/layout.conf b/metadata/layout.conf
index a0ba047..46ccb35 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -15,3 +15,7 @@ sign-manifests = false
 
 # sign commits using git mechanisms
 sign-commits = false
+
+# Make egencache generate newer (more reliable)
+# md5-dict cache format (see bug #409445).
+cache-formats = md5-dict



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-06-08 12:51 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2012-06-08 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     83e83ae18aeb8a4d6c9db29b8202bcaaf7f339af
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 15:54:31 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 15:54:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=83e83ae1

Add missing hashes

---
 metadata/layout.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 46ccb35..0634637 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,7 @@
 masters = gentoo
 
 # Use new hashes
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+manifest-hashes = RMD160 SHA1 SHA256 SHA512 WHIRLPOOL
 
 # Let repoman update changelogs
 update-changelog = true



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-07-07 23:12 Christoph Junghans
  0 siblings, 0 replies; 29+ messages in thread
From: Christoph Junghans @ 2012-07-07 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e07d3875e0cbb1cea6d1d6f498dea08865176f0b
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  7 23:11:57 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sat Jul  7 23:12:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e07d3875

layout.conf: updated manifest-hashes

---
 metadata/layout.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 0634637..46ccb35 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,7 @@
 masters = gentoo
 
 # Use new hashes
-manifest-hashes = RMD160 SHA1 SHA256 SHA512 WHIRLPOOL
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # Let repoman update changelogs
 update-changelog = true



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-07-10 21:28 Sebastien Fabbro
  0 siblings, 0 replies; 29+ messages in thread
From: Sebastien Fabbro @ 2012-07-10 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e02d5090fa2fabb4588ee850899fbb5a2a6b7215
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Sat Jul  7 00:39:27 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Jul  7 00:39:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e02d5090

sync hash with new portage

---
 metadata/layout.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 0634637..46ccb35 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,7 @@
 masters = gentoo
 
 # Use new hashes
-manifest-hashes = RMD160 SHA1 SHA256 SHA512 WHIRLPOOL
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # Let repoman update changelogs
 update-changelog = true



^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2012-08-30  8:44 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2012-08-30  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0ba92ff936d85c435917035deeb4b2f98bcef180
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 08:43:52 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 08:43:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0ba92ff9

enabled commit signing

---
 metadata/layout.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 46ccb35..081a326 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -14,7 +14,7 @@ thin-manifests = true
 sign-manifests = false
 
 # sign commits using git mechanisms
-sign-commits = false
+sign-commits = true
 
 # Make egencache generate newer (more reliable)
 # md5-dict cache format (see bug #409445).


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2013-07-02  0:09 Justin Bronder
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Bronder @ 2013-07-02  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 16:24:04 2013 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 16:24:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ca61c42b

Deprecate all eapis but 5
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 081a326..493a5fe 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -19,3 +19,9 @@ sign-commits = true
 # Make egencache generate newer (more reliable)
 # md5-dict cache format (see bug #409445).
 cache-formats = md5-dict
+
+# indicate that ebuilds with the specified EAPIs are banned
+#eapis-banned = 0 1 2 3 4
+
+# indicate that ebuilds with the specified EAPIs are deprecated
+eapis-deprecated = 1 2 3 4


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2013-07-18 22:30 Sebastien Fabbro
  0 siblings, 0 replies; 29+ messages in thread
From: Sebastien Fabbro @ 2013-07-18 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d5ed9e766f24262427becd3187130281fdb6c441
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 22:15:05 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 22:15:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d5ed9e76

Add gentoo_prefix as master repo

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 493a5fe..5f0a595 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,4 +1,4 @@
-masters = gentoo
+masters = gentoo gentoo_prefix
 
 # Use new hashes
 manifest-hashes = SHA256 SHA512 WHIRLPOOL


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
  2013-07-19 18:27 Alexey Shvetsov
@ 2013-07-19 11:49 ` Alexey Shvetsov
  0 siblings, 0 replies; 29+ messages in thread
From: Alexey Shvetsov @ 2013-07-19 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     db9ea1b59498182612a687447a9c825bd602f0a9
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 11:48:44 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 11:48:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db9ea1b5

Revert "Add gentoo_prefix as master repo"

This reverts commit d5ed9e766f24262427becd3187130281fdb6c441.

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 5f0a595..493a5fe 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,4 +1,4 @@
-masters = gentoo gentoo_prefix
+masters = gentoo
 
 # Use new hashes
 manifest-hashes = SHA256 SHA512 WHIRLPOOL


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2013-07-19 12:59 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2013-07-19 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2b489ef8b6127697420d9876e5e2fc0fac062ca4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 08:08:43 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 08:08:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2b489ef8

Drop gentoo_prefix as normal prefix already have alias=gentoo and by that can be used with masters=gentoo

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 5f0a595..493a5fe 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,4 +1,4 @@
-masters = gentoo gentoo_prefix
+masters = gentoo
 
 # Use new hashes
 manifest-hashes = SHA256 SHA512 WHIRLPOOL


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2013-07-19 18:27 Alexey Shvetsov
  2013-07-19 11:49 ` Alexey Shvetsov
  0 siblings, 1 reply; 29+ messages in thread
From: Alexey Shvetsov @ 2013-07-19 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     db9ea1b59498182612a687447a9c825bd602f0a9
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 11:48:44 2013 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 11:48:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db9ea1b5

Revert "Add gentoo_prefix as master repo"

This reverts commit d5ed9e766f24262427becd3187130281fdb6c441.

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 5f0a595..493a5fe 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,4 +1,4 @@
-masters = gentoo gentoo_prefix
+masters = gentoo
 
 # Use new hashes
 manifest-hashes = SHA256 SHA512 WHIRLPOOL


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2014-06-10 21:06 Thomas Kahle
  0 siblings, 0 replies; 29+ messages in thread
From: Thomas Kahle @ 2014-06-10 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e51357f08c0ea4c793dee010d57eaf99ea8c25fa
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 16:30:33 2014 +0000
Commit:     Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Tue Jun 10 21:06:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e51357f0

added repo_name in metadata

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 493a5fe..919f3f4 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,3 +1,5 @@
+repo-name = science
+
 masters = gentoo
 
 # Use new hashes


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2014-06-10 21:08 Thomas Kahle
  0 siblings, 0 replies; 29+ messages in thread
From: Thomas Kahle @ 2014-06-10 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0aaa7d3fb70797e9f648d70f3e24e44c37ca2e4a
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 16:30:33 2014 +0000
Commit:     Thomas Kahle <tom111 <AT> gmx <DOT> de>
CommitDate: Tue Jun 10 16:30:33 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0aaa7d3f

added repo_name in metadata

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 493a5fe..919f3f4 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,3 +1,5 @@
+repo-name = science
+
 masters = gentoo
 
 # Use new hashes


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2014-09-24  8:03 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2014-09-24  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     564fb06f5cea5d6e6db1661289d042477067cade
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 08:03:41 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 08:03:41 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=564fb06f

Ban EAPI=0/1

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 919f3f4..2c60215 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -23,7 +23,7 @@ sign-commits = true
 cache-formats = md5-dict
 
 # indicate that ebuilds with the specified EAPIs are banned
-#eapis-banned = 0 1 2 3 4
+eapis-banned = 0 1
 
 # indicate that ebuilds with the specified EAPIs are deprecated
 eapis-deprecated = 1 2 3 4


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2015-08-09  9:48 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2015-08-09  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7bdc5746561ac54b2e7388b6fe0595d9ac21f899
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 09:48:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 09:48:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bdc5746

Import from tree

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 metadata/layout.conf | 41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 2c60215..05e002d 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,29 +1,34 @@
 repo-name = science
 
-masters = gentoo
-
-# Use new hashes
+# This went live Wednesday, July 4, 2012 at 10:00 UTC
+# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
+# and/or GLEP 59.
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
-# Let repoman update changelogs
-update-changelog = true
-
-# Use thin manifests
-thin-manifests = true
-
-# Dont sign thin manifests (because it re-introduces the 
-# just avoided merge conflicts)
-sign-manifests = false
+# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
+# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
+eapis-banned = 0 1
+eapis-deprecated = 0 1 2 3
 
-# sign commits using git mechanisms
-sign-commits = true
+# Bug #337853 - gentoo's council says to enable
+# --echangelog by default for the "gentoo" repo
+update-changelog = true
 
 # Make egencache generate newer (more reliable)
 # md5-dict cache format (see bug #409445).
+# NOTE: list md5-dict first so clients prefer it
+# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
+# 2012 was the removal date)
 cache-formats = md5-dict
 
-# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1
+# Support for implicit masters is deprecated, so we need to explicitly
+# specify that this repo does not dependent on any masters, in order
+# to distinguish it from repos that rely on the deprecated behavior.
+masters = gentoo
 
-# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 1 2 3 4
+# Use thin Manifests for Git
+thin-manifests = true
+
+# Sign Git commits, and NOT Manifests
+sign-commits = true
+sign-manifests = false


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2015-09-22  8:19 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2015-09-22  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0f7561eb26d8ecadb3361b98dbb77516083ecbd9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:09:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:09:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f7561eb

Ban EAPI 2 and deprecate 4

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 05e002d..c3e0be3 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -7,8 +7,8 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
-eapis-banned = 0 1
-eapis-deprecated = 0 1 2 3
+eapis-banned = 0 1 2 3
+eapis-deprecated = 0 1 2 3 4
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2015-09-23 13:02 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2015-09-23 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     debe139d693fd5255ec62498cdbfd10e25acc1dc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 13:01:52 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 13:01:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=debe139d

Ban EAPI=4

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index c3e0be3..f07e251 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -7,7 +7,7 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
-eapis-banned = 0 1 2 3
+eapis-banned = 0 1 2 3 4
 eapis-deprecated = 0 1 2 3 4
 
 # Bug #337853 - gentoo's council says to enable


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2015-11-10 22:57 Christoph Junghans
  0 siblings, 0 replies; 29+ messages in thread
From: Christoph Junghans @ 2015-11-10 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     de4f70ffc6d59e5b961f4b0698743f385b7d64cb
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 22:57:07 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 22:57:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=de4f70ff

added example science.conf for repos.conf

 metadata/science.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/metadata/science.conf b/metadata/science.conf
new file mode 100644
index 0000000..5c71ac1
--- /dev/null
+++ b/metadata/science.conf
@@ -0,0 +1,6 @@
+#put this in /etc/portage/repos.conf/
+[science]
+location = /var/lib/overlays/science
+sync-type = git
+sync-uri = git://git.gentoo.org/proj/sci.git
+


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2016-01-08 13:05 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2016-01-08 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2bcd5e2ba98411969362c721107643569007fc27
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 13:05:38 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 13:05:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2bcd5e2b

Ban ChangeLogs

thanks marbre for the hint

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index f07e251..c7500cb 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -7,12 +7,14 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
+# 2015-10-11 council meeting deprecated EAPI 4.
 eapis-banned = 0 1 2 3 4
 eapis-deprecated = 0 1 2 3 4
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo
-update-changelog = true
+# INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
+update-changelog = false
 
 # Make egencache generate newer (more reliable)
 # md5-dict cache format (see bug #409445).


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2016-01-21  7:48 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2016-01-21  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4efc982199bec42e86cf21f6982dfb0a9d624a21
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 07:48:36 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 07:48:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efc9821

Depreacte EAPI=5

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index c7500cb..954d309 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -9,7 +9,7 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
 # 2015-10-11 council meeting deprecated EAPI 4.
 eapis-banned = 0 1 2 3 4
-eapis-deprecated = 0 1 2 3 4
+eapis-deprecated = 0 1 2 3 4 5
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2017-02-25 19:57 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2017-02-25 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7c3dd7a591beb6c2b41b3213b9bb55667342d561
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 19:55:39 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:55:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c3dd7a5

Import layout.conf from tree

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 metadata/layout.conf | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 954d309b4..7076ae0fa 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,8 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# For details on this file, see the layout.conf section of the
+# portage(5) man page.
+
 repo-name = science
 
 # This went live Wednesday, July 4, 2012 at 10:00 UTC
-# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
-# and/or GLEP 59.
+# https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
+# https://wiki.gentoo.org/wiki/GLEP:59
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2017-12-02 16:13 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2017-12-02 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     bc5ece9b4c76283a1c5511202f842dba041e8495
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 16:12:14 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 16:12:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc5ece9b

enable new hashes

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 metadata/layout.conf | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 7076ae0fa..a02126740 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -6,16 +6,21 @@
 
 repo-name = science
 
-# This went live Wednesday, July 4, 2012 at 10:00 UTC
-# https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
-# https://wiki.gentoo.org/wiki/GLEP:59
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+# manifest-hashes specify hashes used for new/updated entries
+# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
+# https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
+manifest-hashes = BLAKE2B SHA512
+
+# The following hashes are required on all Manifest entries. If any
+# of them are missing, repoman will refetch and rehash old distfiles.
+# Otherwise, old distfiles will keep using their current hash set.
+manifest-required-hashes = SHA512
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
 # 2015-10-11 council meeting deprecated EAPI 4.
 eapis-banned = 0 1 2 3 4
-eapis-deprecated = 0 1 2 3 4 5
+eapis-deprecated = 5
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2018-10-27 21:16 Justin Lecher
  0 siblings, 0 replies; 29+ messages in thread
From: Justin Lecher @ 2018-10-27 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     5dd209d167dce6b94e1d50ad71df191ceae8d9b1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 21:15:30 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:16:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5dd209d1

Deprecate EAPI=6

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 metadata/layout.conf  | 9 ++++++---
 metadata/science.conf | 1 -
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index a02126740..91f5b7f8c 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -14,13 +14,16 @@ manifest-hashes = BLAKE2B SHA512
 # The following hashes are required on all Manifest entries. If any
 # of them are missing, repoman will refetch and rehash old distfiles.
 # Otherwise, old distfiles will keep using their current hash set.
-manifest-required-hashes = SHA512
+manifest-required-hashes = BLAKE2B
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
+# 2014-03-11 council meeting banned EAPI 1.
 # 2015-10-11 council meeting deprecated EAPI 4.
+# 2016-01-10 council meeting banned EAPI 3.
+# 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
 eapis-banned = 0 1 2 3 4
-eapis-deprecated = 5
+eapis-deprecated = 5 6
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo
@@ -35,7 +38,7 @@ update-changelog = false
 cache-formats = md5-dict
 
 # Support for implicit masters is deprecated, so we need to explicitly
-# specify that this repo does not dependent on any masters, in order
+# specify that this repo does not depend on any masters, in order
 # to distinguish it from repos that rely on the deprecated behavior.
 masters = gentoo
 

diff --git a/metadata/science.conf b/metadata/science.conf
index 5c71ac1c4..2a1e51cca 100644
--- a/metadata/science.conf
+++ b/metadata/science.conf
@@ -3,4 +3,3 @@
 location = /var/lib/overlays/science
 sync-type = git
 sync-uri = git://git.gentoo.org/proj/sci.git
-


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2019-11-25 13:33 Horea Christian
  0 siblings, 0 replies; 29+ messages in thread
From: Horea Christian @ 2019-11-25 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     53da1ff0fd28ab128b776c4e1475bbdb26a6fd03
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Nov 25 13:26:26 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Nov 25 13:32:45 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=53da1ff0

metadata: Updated default repository path

	Signed-off-by: Horea Christian <chr <AT> chymera.eu>

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

diff --git a/metadata/science.conf b/metadata/science.conf
index 2a1e51cca..fdcdb2ede 100644
--- a/metadata/science.conf
+++ b/metadata/science.conf
@@ -1,5 +1,5 @@
 #put this in /etc/portage/repos.conf/
 [science]
-location = /var/lib/overlays/science
+location = /var/db/repos/science
 sync-type = git
 sync-uri = git://git.gentoo.org/proj/sci.git


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2021-03-20 10:44 Andrew Ammerlaan
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Ammerlaan @ 2021-03-20 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     398b91c1fccb3c050bf24b46e3b916141c80176f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 20 10:42:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 20 10:42:41 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=398b91c1

metadata/layout.conf: ban EAPI 5

keep 6 in deprecated because not all eclasses
have been ported to 7 yet

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 91f5b7f8c..30d140512 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -22,8 +22,8 @@ manifest-required-hashes = BLAKE2B
 # 2015-10-11 council meeting deprecated EAPI 4.
 # 2016-01-10 council meeting banned EAPI 3.
 # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
-eapis-banned = 0 1 2 3 4
-eapis-deprecated = 5 6
+eapis-banned = 0 1 2 3 4 5
+eapis-deprecated = 6
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2022-01-13 15:19 Andrew Ammerlaan
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Ammerlaan @ 2022-01-13 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f898abd0574c27a658791d8e790665ceb59cb885
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 15:19:21 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 15:19:21 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f898abd0

layout.conf: ban EAPI 6

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

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

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 30d140512..0719596ad 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -22,8 +22,7 @@ manifest-required-hashes = BLAKE2B
 # 2015-10-11 council meeting deprecated EAPI 4.
 # 2016-01-10 council meeting banned EAPI 3.
 # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
-eapis-banned = 0 1 2 3 4 5
-eapis-deprecated = 6
+eapis-banned = 0 1 2 3 4 5 6
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2022-10-21 18:01 Horea Christian
  0 siblings, 0 replies; 29+ messages in thread
From: Horea Christian @ 2022-10-21 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     816b82593548578448a14a6c29f4035d6f5aaf2c
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Oct 21 18:00:15 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Oct 21 18:00:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=816b8259

metadata: not testing musl profile

We depend on packages which are masked for it:
dev-vcs/datalad::science requires dev-vcs/git-annex (musl masked)

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

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

diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf
new file mode 100644
index 000000000..979ee255d
--- /dev/null
+++ b/metadata/pkgcheck.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+profiles = stable,dev,-default/linux/amd64/17.0/musl


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] proj/sci:master commit in: metadata/
@ 2023-01-13  8:58 Horea Christian
  0 siblings, 0 replies; 29+ messages in thread
From: Horea Christian @ 2023-01-13  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     56f4d817a7f078ac1e69bde9b15f1102296bae12
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 08:57:27 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 08:57:27 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=56f4d817

metadata: ignoring x32 profiles for testing, because:

https://github.com/pkgcore/pkgcheck/issues/402

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

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

diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf
index 979ee255d..b39b6e490 100644
--- a/metadata/pkgcheck.conf
+++ b/metadata/pkgcheck.conf
@@ -1,2 +1,2 @@
 [DEFAULT]
-profiles = stable,dev,-default/linux/amd64/17.0/musl
+profiles = stable,dev,-default/linux/amd64/17.0/musl,-default/linux/amd64/17.0/x32


^ permalink raw reply related	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2023-01-13  8:58 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13  8:58 [gentoo-commits] proj/sci:master commit in: metadata/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2022-10-21 18:01 Horea Christian
2022-01-13 15:19 Andrew Ammerlaan
2021-03-20 10:44 Andrew Ammerlaan
2019-11-25 13:33 Horea Christian
2018-10-27 21:16 Justin Lecher
2017-12-02 16:13 Justin Lecher
2017-02-25 19:57 Justin Lecher
2016-01-21  7:48 Justin Lecher
2016-01-08 13:05 Justin Lecher
2015-11-10 22:57 Christoph Junghans
2015-09-23 13:02 Justin Lecher
2015-09-22  8:19 Justin Lecher
2015-08-09  9:48 Justin Lecher
2014-09-24  8:03 Justin Lecher
2014-06-10 21:08 Thomas Kahle
2014-06-10 21:06 Thomas Kahle
2013-07-19 18:27 Alexey Shvetsov
2013-07-19 11:49 ` Alexey Shvetsov
2013-07-19 12:59 Justin Lecher
2013-07-18 22:30 Sebastien Fabbro
2013-07-02  0:09 Justin Bronder
2012-08-30  8:44 Justin Lecher
2012-07-10 21:28 Sebastien Fabbro
2012-07-07 23:12 Christoph Junghans
2012-06-08 12:51 Justin Lecher
2012-05-12 18:07 Alexey Shvetsov
2012-02-10 16:16 Alexey Shvetsov
2012-01-14 14:20 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox