public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2016-03-13 17:37 Manuel Rüger
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rüger @ 2016-03-13 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     34f236b723153132381cc89cb6e6a46fc7fb8ecf
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 17:37:36 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 17:37:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f236b7

dev-ruby/astrolabe: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
index a03dd8e..08c581d 100644
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# 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 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2016-03-13 17:37 Manuel Rüger
  0 siblings, 0 replies; 9+ messages in thread
From: Manuel Rüger @ 2016-03-13 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d7be8ae25706b204baec9871a2929ef47363714e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 17:37:08 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 17:37:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7be8ae2

dev-ruby/astrolabe: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/astrolabe/Manifest               |  1 -
 dev-ruby/astrolabe/astrolabe-1.3.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/astrolabe/Manifest b/dev-ruby/astrolabe/Manifest
index 90e8256..dac3e5e 100644
--- a/dev-ruby/astrolabe/Manifest
+++ b/dev-ruby/astrolabe/Manifest
@@ -1,2 +1 @@
-DIST astrolabe-1.3.0.gem 16384 SHA256 23f774f5fa164e293bbf3977e42fe0258f49f06a5fd62080fae27d7248fddea1 SHA512 8acc0cd432b2aadff81ae6599a26e1778680d7e8cdd9af0644156e08151e27eabaf6e8bc4afffa0e51930b477823fc6c903f4fe88029989f5096df265df8504e WHIRLPOOL c0a2a55ec4df6cd986e322a8b07dbf9aee629cfb09b991e6ec4f1c1cf342bda8877b7b49f3f1c5298a2707540606bbd9475f0a86675f8a72f8b5dc4840f767ed
 DIST astrolabe-1.3.1.gem 16384 SHA256 879e2edf7b04b4f03cf7bff9cf1e1cee20772569c81399e1de4914a7baac6b79 SHA512 db29d26559e4adb82e4a25a3b7d3df94fcb9847dbd65abdb25abd0181b60af2e0fe0021bb8193c5f94d58e074da06de3d1f7170cb341ac675e3c3ab39ba95bef WHIRLPOOL 6604073a319f322bd65d5e4ee3ff23534ab7cfa72cebdbbbc8ed1ace1360884ee7b149af36dd6553ad931490240983ed6ea849592e01876ac4f2c6c09481f112

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild
deleted file mode 100644
index a03dd8e..0000000
--- a/dev-ruby/astrolabe/astrolabe-1.3.0.ebuild
+++ /dev/null
@@ -1,29 +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 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An object-oriented AST extension for Parser"
-HOMEPAGE="https://github.com/yujinakayama/astrolabe"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3"
-
-all_ruby_prepare() {
-	sed -i -e "/[Bb]undler/d" Rakefile || die
-	# Fix Specs until RSpec3 is available
-	sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
-	sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2016-12-17  6:01 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2016-12-17  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c8a707db6b2b8b153a58cebd2380bb67891dcc26
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 05:54:54 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 05:54:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a707db

dev-ruby/astrolabe: add ruby23

Package-Manager: portage-2.3.0

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
index 08c581d..0597162 100644
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2017-08-16  6:12 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2017-08-16  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5dd09a228efed58de12f1617c44e95501fcf46d3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 05:41:50 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 06:12:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd09a22

dev-ruby/astrolabe: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
index 230ea02cc8d..61abe54ff9f 100644
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2018-08-07 18:12 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2018-08-07 18:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ae3e5b5c91edd9cfd5cfb7b6d5a3836b021f0a8d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  7 18:05:26 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 18:05:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3e5b5c

dev-ruby/astrolabe: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
index 61abe54ff9f..9c6737e8d2a 100644
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2019-05-10  5:40 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2019-05-10  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     1b57f8ba3b117c04a58623c59c0fc206f7184956
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 05:40:09 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 10 05:40:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b57f8ba

dev-ruby/astrolabe: add ruby26

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
index 9c6737e8d2a..bd218977584 100644
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2020-08-23  6:24 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2020-08-23  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e8d7e6d17cf2a2555a1f1bf86eba852d69acce48
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 06:17:11 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 06:24:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d7e6d1

dev-ruby/astrolabe: add ruby27

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild
new file mode 100644
index 00000000000..09912a68a21
--- /dev/null
+++ b/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild
@@ -0,0 +1,28 @@
+# 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_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An object-oriented AST extension for Parser"
+HOMEPAGE="https://github.com/yujinakayama/astrolabe"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3"
+
+all_ruby_prepare() {
+	sed -i -e "/[Bb]undler/d" Rakefile || die
+	# Fix Specs until RSpec3 is available
+	sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
+	sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2021-03-11 10:54 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-03-11 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8fad17451bb5b4bf9ed0c34c5c7ccc5bc8a6e11d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 09:43:51 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 10:54:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fad1745

dev-ruby/astrolabe: cleanup

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/astrolabe/astrolabe-1.3.1.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
deleted file mode 100644
index bd218977584..00000000000
--- a/dev-ruby/astrolabe/astrolabe-1.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An object-oriented AST extension for Parser"
-HOMEPAGE="https://github.com/yujinakayama/astrolabe"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3"
-
-all_ruby_prepare() {
-	sed -i -e "/[Bb]undler/d" Rakefile || die
-	# Fix Specs until RSpec3 is available
-	sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
-	sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/
@ 2021-04-10  6:17 Hans de Graaff
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff @ 2021-04-10  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e46abdd163a26326ac48624d7ea6125c44a9f4ba
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 06:15:55 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 06:15:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46abdd1

dev-ruby/astrolabe: remove masked package

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/astrolabe/Manifest                  |  1 -
 dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild | 28 ----------------------------
 dev-ruby/astrolabe/metadata.xml              | 11 -----------
 3 files changed, 40 deletions(-)

diff --git a/dev-ruby/astrolabe/Manifest b/dev-ruby/astrolabe/Manifest
deleted file mode 100644
index 5e0b0913f00..00000000000
--- a/dev-ruby/astrolabe/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST astrolabe-1.3.1.gem 16384 BLAKE2B 4853c4c9c8fb926c8f58f6c940f22e44e20db7b3b7c853a0ea120657074cb0bfb42b3a22832042fcb27546e2ab3e32c526c93ccd3ea4d43f17c8e0c09fd2fbf8 SHA512 db29d26559e4adb82e4a25a3b7d3df94fcb9847dbd65abdb25abd0181b60af2e0fe0021bb8193c5f94d58e074da06de3d1f7170cb341ac675e3c3ab39ba95bef

diff --git a/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild b/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild
deleted file mode 100644
index 09912a68a21..00000000000
--- a/dev-ruby/astrolabe/astrolabe-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An object-oriented AST extension for Parser"
-HOMEPAGE="https://github.com/yujinakayama/astrolabe"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/parser-2.2.0_pre3"
-
-all_ruby_prepare() {
-	sed -i -e "/[Bb]undler/d" Rakefile || die
-	# Fix Specs until RSpec3 is available
-	sed -i -e "/mocks.verify_partial_doubles/ s/^/#/" spec/spec_helper.rb || die
-	sed -i -e "s/is_expected.to/should/" spec/astrolabe/node_spec.rb || die
-}

diff --git a/dev-ruby/astrolabe/metadata.xml b/dev-ruby/astrolabe/metadata.xml
deleted file mode 100644
index ca98a067c34..00000000000
--- a/dev-ruby/astrolabe/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>ruby@gentoo.org</email>
-    <name>Gentoo Ruby Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">yujinakayama/astrolabe</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2021-04-10  6:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-10  6:17 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/astrolabe/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2021-03-11 10:54 Hans de Graaff
2020-08-23  6:24 Hans de Graaff
2019-05-10  5:40 Hans de Graaff
2018-08-07 18:12 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2016-12-17  6:01 Hans de Graaff
2016-03-13 17:37 Manuel Rüger
2016-03-13 17:37 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