* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2021-07-16 8:52 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2021-07-16 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 9edfde46df86a3c45a5a572c7486a605fecc9c26
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 08:02:31 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 08:52:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edfde46
dev-ruby/safe_yaml: move ~ppc, ~ppc64 forward
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
index 00eda3df668..8be3fdee610 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2023-05-15 9:10 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2023-05-15 9:10 UTC (permalink / raw
To: gentoo-commits
commit: bd79a0d6e633069117ae9da84958436d4c740164
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 09:07:26 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 15 09:10:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd79a0d6
dev-ruby/safe_yaml: drop 1.0.5-r1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 37 ----------------------------
1 file changed, 37 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
deleted file mode 100644
index 6c605c412659..000000000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Broken with ruby30: https://github.com/dtao/safe_yaml/issues/100
-# Broken with newer psych: https://github.com/dtao/safe_yaml/pull/101
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://github.com/dtao/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:3 )"
-
-all_ruby_prepare() {
- sed -i -e '/local timezone/askip "timezone"' spec/transform/to_date_spec.rb || die
-}
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec-3 spec --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec-3 spec --tag libraries || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2023-04-24 12:40 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-04-24 12:40 UTC (permalink / raw
To: gentoo-commits
commit: c1fea6dccb7a2dee354e120d939e5e78ba308312
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 12:39:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 12:40:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fea6dc
dev-ruby/safe_yaml: Stabilize 1.0.5-r2 x86, #904959
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild
index 5d6063220f78..de6a5882f1c8 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/dtao/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
PATCHES=( "${FILESDIR}/${P}-ruby30-arity.patch" "${FILESDIR}/${P}-ruby30-openstruct-tests.patch" )
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2023-04-24 12:40 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-04-24 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 25648fe7b9d5490fbd35ca14db07b692808fd32c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 12:39:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 12:40:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25648fe7
dev-ruby/safe_yaml: Stabilize 1.0.5-r2 amd64, #904959
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild
index de6a5882f1c8..2993a541a629 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/dtao/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
PATCHES=( "${FILESDIR}/${P}-ruby30-arity.patch" "${FILESDIR}/${P}-ruby30-openstruct-tests.patch" )
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2023-03-25 7:12 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-03-25 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 32db6e276f369a3a8d113b0f07ca1f03b1453ac3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 07:12:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 07:12:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32db6e27
dev-ruby/safe_yaml: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/safe_yaml/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-ruby/safe_yaml/metadata.xml b/dev-ruby/safe_yaml/metadata.xml
index 658c72b1920d..4c04df980ac9 100644
--- a/dev-ruby/safe_yaml/metadata.xml
+++ b/dev-ruby/safe_yaml/metadata.xml
@@ -5,4 +5,7 @@
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
+<upstream>
+ <remote-id type="github">dtao/safe_yaml</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2023-03-25 7:12 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-03-25 7:12 UTC (permalink / raw
To: gentoo-commits
commit: c5174bf322b5996e71cbee039ccdffcb1d6d4670
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 06:45:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 07:11:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5174bf3
dev-ruby/safe_yaml: update HOMEPAGE
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
index 8be3fdee610c..c10ff14fc5d0 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
+HOMEPAGE="https://github.com/dtao/safe_yaml"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2023-03-25 7:12 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-03-25 7:12 UTC (permalink / raw
To: gentoo-commits
commit: d65d8f843fa954ed5db91901bc1c091a9ee1f137
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 06:46:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 07:11:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65d8f84
dev-ruby/safe_yaml: add note why no >= ruby30 yet
Bug: https://github.com/dtao/safe_yaml/issues/100
Bug: https://github.com/dtao/safe_yaml/pull/101
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
index c10ff14fc5d0..6c605c412659 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+# Broken with ruby30: https://github.com/dtao/safe_yaml/issues/100
+# Broken with newer psych: https://github.com/dtao/safe_yaml/pull/101
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2021-07-16 8:52 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2021-07-16 8:52 UTC (permalink / raw
To: gentoo-commits
commit: e7242bec41462ee36c6ee69f51e9081c0fd77aa1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 08:02:49 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 08:52:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7242bec
dev-ruby/safe_yaml: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild | 36 -------------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
deleted file mode 100644
index b94009c285c..00000000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:3 )"
-
-all_ruby_prepare() {
- sed -i -e '/local timezone/askip "timezone"' spec/transform/to_date_spec.rb || die
-}
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec-3 spec --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec-3 spec --tag libraries || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2021-07-03 7:22 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2021-07-03 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 699ecd665fe06ca03611b7eaf6891c9b9044c2fb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 07:05:26 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 07:22:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699ecd66
dev-ruby/safe_yaml: move stable keywords forward
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
index 46e1bd32dd3..00eda3df668 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2020-09-06 6:48 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2020-09-06 6:48 UTC (permalink / raw
To: gentoo-commits
commit: f50c19ea71c7bb8a1582934a96a518bac16c31e1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 06:42:56 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 06:48:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50c19ea
dev-ruby/safe_yaml: add ruby27
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild | 35 ++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
new file mode 100644
index 00000000000..ea0cd393ddd
--- /dev/null
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
+HOMEPAGE="https://dtao.github.com/safe_yaml"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/hashie
+ dev-ruby/heredoc_unindent
+ dev-ruby/rspec:3 )"
+
+all_ruby_prepare() {
+ sed -i -e '/local timezone/askip "timezone"' spec/transform/to_date_spec.rb || die
+}
+
+each_ruby_test() {
+ # Run specs with monkeypatch
+ ${RUBY} -S rspec-3 spec --tag ~libraries || die
+
+ # Running specs without monkeypatch
+ ${RUBY} -S rspec-3 spec --tag libraries || die
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2020-04-19 12:22 Sergei Trofimovich
0 siblings, 0 replies; 28+ messages in thread
From: Sergei Trofimovich @ 2020-04-19 12:22 UTC (permalink / raw
To: gentoo-commits
commit: 159e0ee4338295448fb820bd3cfa23d3ad5ca137
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Apr 19 11:32:36 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 12:22:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159e0ee4
dev-ruby/safe_yaml: keyworded 1.0.5 for sparc
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
index 09e689fa877..cb26c6118e1 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2019-04-29 5:32 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2019-04-29 5:32 UTC (permalink / raw
To: gentoo-commits
commit: 44b351dd5dbdb4ef35b7b30ef030dcf1ec79f9bf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 05:25:49 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 05:32:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b351dd
dev-ruby/safe_yaml: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/safe_yaml/Manifest | 1 -
dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 32 ----------------------------
2 files changed, 33 deletions(-)
diff --git a/dev-ruby/safe_yaml/Manifest b/dev-ruby/safe_yaml/Manifest
index 4083a604719..ca8a9f884fb 100644
--- a/dev-ruby/safe_yaml/Manifest
+++ b/dev-ruby/safe_yaml/Manifest
@@ -1,2 +1 @@
-DIST safe_yaml-1.0.4.gem 30208 BLAKE2B f77318c098dc6f6202c3818c2095e6e412c988d227be3a962210947bc4ac29c733b4433c7ba050f26dbb115675bbd9564e020be915aed0c5749b5c09cafd4d09 SHA512 ecc944a6e5f0862acf1413d7ab38bd35b56405893bb8064be2b8a056f0164d3710afaa2f6ef65868770e855ecf54a87bf9ddae2241c3c2957ca001ca04b04c5a
DIST safe_yaml-1.0.5.gem 30720 BLAKE2B affbf5331cf290c3e7932f53da9b0f488730ae9138f0b28eb1e8e0323c7056635ed73bcadebd52f725895030a153dab13e243d997e84004f5bfac82e82dcebe2 SHA512 d9c8d9c28c3c8708f97cb0545f58152af81056f5e79147424dd7bf625f8e533440d1ed41d6abe2faf84578754823a1215ba28772c2e8593bfcfc397d647187b9
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
deleted file mode 100644
index 7885db44db5..00000000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:3 )"
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec-3 --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec-3 --tag libraries || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2019-04-28 20:34 Thomas Deutschmann
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Deutschmann @ 2019-04-28 20:34 UTC (permalink / raw
To: gentoo-commits
commit: fe87952977b2f7ee8e01c45463acce2aa550b706
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 20:11:53 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 20:34:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe879529
dev-ruby/safe_yaml: x86 stable (bug #683244)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
index 8bb41c81832..09e689fa877 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2019-04-13 14:10 Mikle Kolyada
0 siblings, 0 replies; 28+ messages in thread
From: Mikle Kolyada @ 2019-04-13 14:10 UTC (permalink / raw
To: gentoo-commits
commit: ac365a423ac7cf9c7a90353211bfb67ec3582e68
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 14:09:20 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 14:10:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac365a42
dev-ruby/safe_yaml: amd64 stable wrt bug #683244
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
index 1f94905ba59..8bb41c81832 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2019-04-13 12:27 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2019-04-13 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 23d8eccfa4ae4970fb448717c457b56b9b3273cc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 12:16:44 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 12:26:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d8eccf
dev-ruby/safe_yaml: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild | 38 ----------------------------
1 file changed, 38 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
deleted file mode 100644
index 0a259ce3be6..00000000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-PATCHES=( "${FILESDIR}/${P}-datetime.patch" )
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:3 )"
-
-all_ruby_prepare() {
- sed -i -e '/local timezone/askip "timezone"' spec/transform/to_date_spec.rb || die
-}
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec-3 spec --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec-3 spec --tag libraries || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2019-02-23 7:16 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2019-02-23 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 951f11b5d357ddcf0b9b00ae25fb1aa9cdbed188
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 06:28:10 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 06:28:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951f11b5
dev-ruby/safe_yaml: add 1.0.5
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/safe_yaml/Manifest | 1 +
dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild | 36 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-ruby/safe_yaml/Manifest b/dev-ruby/safe_yaml/Manifest
index 6d2b813eb7a..4083a604719 100644
--- a/dev-ruby/safe_yaml/Manifest
+++ b/dev-ruby/safe_yaml/Manifest
@@ -1 +1,2 @@
DIST safe_yaml-1.0.4.gem 30208 BLAKE2B f77318c098dc6f6202c3818c2095e6e412c988d227be3a962210947bc4ac29c733b4433c7ba050f26dbb115675bbd9564e020be915aed0c5749b5c09cafd4d09 SHA512 ecc944a6e5f0862acf1413d7ab38bd35b56405893bb8064be2b8a056f0164d3710afaa2f6ef65868770e855ecf54a87bf9ddae2241c3c2957ca001ca04b04c5a
+DIST safe_yaml-1.0.5.gem 30720 BLAKE2B affbf5331cf290c3e7932f53da9b0f488730ae9138f0b28eb1e8e0323c7056635ed73bcadebd52f725895030a153dab13e243d997e84004f5bfac82e82dcebe2 SHA512 d9c8d9c28c3c8708f97cb0545f58152af81056f5e79147424dd7bf625f8e533440d1ed41d6abe2faf84578754823a1215ba28772c2e8593bfcfc397d647187b9
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
new file mode 100644
index 00000000000..1f94905ba59
--- /dev/null
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
+HOMEPAGE="https://dtao.github.com/safe_yaml"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/hashie
+ dev-ruby/heredoc_unindent
+ dev-ruby/rspec:3 )"
+
+all_ruby_prepare() {
+ sed -i -e '/local timezone/askip "timezone"' spec/transform/to_date_spec.rb || die
+}
+
+each_ruby_test() {
+ # Run specs with monkeypatch
+ ${RUBY} -S rspec-3 spec --tag ~libraries || die
+
+ # Running specs without monkeypatch
+ ${RUBY} -S rspec-3 spec --tag libraries || die
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2019-01-28 21:45 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2019-01-28 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 3fa95e59fd0b23b3f870f112ff23662fe7d8769a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 28 21:15:08 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 28 21:45:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa95e59
dev-ruby/safe_yaml: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
index 5fe2d736f5e..0a259ce3be6 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2018-05-21 5:16 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2018-05-21 5:16 UTC (permalink / raw
To: gentoo-commits
commit: 1fd43577e31079a281c84e7e6ed1779d45d77ae3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 05:13:32 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 21 05:15:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd43577
dev-ruby/safe_yaml: add ruby25
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
index 09da8b6ac53..7885db44db5 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2017-08-24 5:49 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2017-08-24 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 5346d725c08d02cc3e2f479fbef7dce14f62f86f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 05:31:36 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 05:31:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5346d725
dev-ruby/safe_yaml: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 32 ----------------------------
dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 32 ----------------------------
2 files changed, 64 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
deleted file mode 100644
index 92ac63723c2..00000000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:3 )"
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec-3 --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec-3 --tag libraries || die
-}
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
deleted file mode 100644
index dfc58366fda..00000000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:2 )"
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec-2 --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec-2 --tag libraries || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2017-08-24 5:49 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2017-08-24 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 05f71d3c46e0a08e37c13c6d4ec61bdf4261df12
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 05:29:41 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 05:29:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f71d3c
dev-ruby/safe_yaml: stable for amd64 and x86
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
index 066dc4ea6f6..8a3f89f187a 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2017-07-06 4:56 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2017-07-06 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 03f157dae2ed915d9b0965b78e92feab4e8f6e73
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 04:55:55 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 04:55:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f157da
dev-ruby/safe_yaml: add ruby24
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
index cce73247c46..066dc4ea6f6 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2017-07-06 4:56 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2017-07-06 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 9397904e80d667902a349cf161264c9321b57984
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 04:50:11 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 04:50:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9397904e
dev-ruby/safe_yaml: move ~ppc and ~x86 forward to latest revision
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
index 2c1f548b472..cce73247c46 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2016-12-09 6:59 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2016-12-09 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 38d8cbc46fc0a8651891fdc6b5c80fb04003dba6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 9 06:45:31 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 9 06:58:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d8cbc4
dev-ruby/safe_yaml: add ruby22
Package-Manager: portage-2.3.0
dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
index fbd8bd5..b240e6e 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2016-10-12 4:53 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2016-10-12 4:53 UTC (permalink / raw
To: gentoo-commits
commit: 4d7f55d4527061e718deab10d603f05effd6ad18
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 04:52:11 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 04:52:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7f55d4
dev-ruby/safe_yaml: add ruby23 revision
Package-Manager: portage-2.3.0
dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 33 ++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
new file mode 100644
index 00000000..590b03b
--- /dev/null
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
+HOMEPAGE="https://dtao.github.com/safe_yaml"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/hashie
+ dev-ruby/heredoc_unindent
+ dev-ruby/rspec:3 )"
+
+each_ruby_test() {
+ # Run specs with monkeypatch
+ ${RUBY} -S rspec-3 --tag ~libraries || die
+
+ # Running specs without monkeypatch
+ ${RUBY} -S rspec-3 --tag libraries || die
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2016-07-21 19:38 Hans de Graaff
0 siblings, 0 replies; 28+ messages in thread
From: Hans de Graaff @ 2016-07-21 19:38 UTC (permalink / raw
To: gentoo-commits
commit: a51cdf4fbe6ac527eb817dd86351b5ef1b5332bc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 18:34:09 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 19:38:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51cdf4f
dev-ruby/safe_yaml: add ruby21 to stable version
Package-Manager: portage-2.2.28
dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
index 39e820e..fbd8bd5 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -26,8 +26,8 @@ ruby_add_bdepend "test? ( dev-ruby/hashie
each_ruby_test() {
# Run specs with monkeypatch
- ${RUBY} -S rspec --tag ~libraries || die
+ ${RUBY} -S rspec-2 --tag ~libraries || die
# Running specs without monkeypatch
- ${RUBY} -S rspec --tag libraries || die
+ ${RUBY} -S rspec-2 --tag libraries || die
}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2016-06-13 4:37 Richard Farina
0 siblings, 0 replies; 28+ messages in thread
From: Richard Farina @ 2016-06-13 4:37 UTC (permalink / raw
To: gentoo-commits
commit: d0523cca6eb10eecc41de73be0bd868ebea0029b
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 03:47:20 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 04:37:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0523cca
dev-ruby/safe_yaml: adding ~arm
Package-Manager: portage-2.3.0_rc1
dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
index e5465b5..f2767fc 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hashie
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2016-03-06 18:45 Manuel Rüger
0 siblings, 0 replies; 28+ messages in thread
From: Manuel Rüger @ 2016-03-06 18:45 UTC (permalink / raw
To: gentoo-commits
commit: 6565e5e7cf87aabfea482eeff4f35b725ba8cd67
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 18:42:35 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 18:42:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6565e5e7
dev-ruby/safe_yaml: Remove old
Package-Manager: portage-2.2.27
dev-ruby/safe_yaml/safe_yaml-1.0.4-r1.ebuild | 33 ----------------------------
1 file changed, 33 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r1.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r1.ebuild
deleted file mode 100644
index 5ebccb7..0000000
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
-HOMEPAGE="https://dtao.github.com/safe_yaml"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/hashie
- dev-ruby/heredoc_unindent
- dev-ruby/rspec:2 )"
-
-each_ruby_test() {
- # Run specs with monkeypatch
- ${RUBY} -S rspec --tag ~libraries || die
-
- # Running specs without monkeypatch
- ${RUBY} -S rspec --tag libraries || die
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
@ 2016-03-06 18:45 Manuel Rüger
0 siblings, 0 replies; 28+ messages in thread
From: Manuel Rüger @ 2016-03-06 18:45 UTC (permalink / raw
To: gentoo-commits
commit: db3a02235d68c48ed27230ef35b96c0cb3e4432a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 18:45:01 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 18:45:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3a0223
dev-ruby/safe_yaml: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 4 ++--
dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
index 05f7e82..e5465b5 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
-DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
index 4dea9cf..39e820e 100644
--- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
-DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
HOMEPAGE="https://dtao.github.com/safe_yaml"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 28+ messages in thread
end of thread, other threads:[~2023-05-15 9:11 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-16 8:52 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2023-05-15 9:10 Hans de Graaff
2023-04-24 12:40 Sam James
2023-04-24 12:40 Sam James
2023-03-25 7:12 Sam James
2023-03-25 7:12 Sam James
2023-03-25 7:12 Sam James
2021-07-16 8:52 Hans de Graaff
2021-07-03 7:22 Hans de Graaff
2020-09-06 6:48 Hans de Graaff
2020-04-19 12:22 Sergei Trofimovich
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:34 Thomas Deutschmann
2019-04-13 14:10 Mikle Kolyada
2019-04-13 12:27 Hans de Graaff
2019-02-23 7:16 Hans de Graaff
2019-01-28 21:45 Hans de Graaff
2018-05-21 5:16 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2017-08-24 5:49 Hans de Graaff
2017-07-06 4:56 Hans de Graaff
2017-07-06 4:56 Hans de Graaff
2016-12-09 6:59 Hans de Graaff
2016-10-12 4:53 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-06-13 4:37 Richard Farina
2016-03-06 18:45 Manuel Rüger
2016-03-06 18:45 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox