[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2023-08-11 Thread Hans de Graaff
commit: 78d8a5d28e24c3a86dc1185ef30be372fb7ebc0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 07:01:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 07:01:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d8a5d2

dev-ruby/instantiator: remove masked package

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

 dev-ruby/instantiator/Manifest |  1 -
 dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 24 --
 dev-ruby/instantiator/metadata.xml | 11 --
 3 files changed, 36 deletions(-)

diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest
deleted file mode 100644
index fc27de477aa6..
--- a/dev-ruby/instantiator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST instantiator-0.0.7.gem 8192 BLAKE2B 
c1cc0bf4a3f2aaf9afd522e33fdd2b32d78ca114fc7b113f6ae297e825177827cb6aa5398917d6d05523f912bebf22e43709e53c0dfe4e1a941ebda4350d3098
 SHA512 
b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d

diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
deleted file mode 100644
index 6921472fc5f3..
--- a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Instantiate an arbitrary Ruby class"
-HOMEPAGE="https://github.com/floehopper/instantiator;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/blankslate:*"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
-}

diff --git a/dev-ruby/instantiator/metadata.xml 
b/dev-ruby/instantiator/metadata.xml
deleted file mode 100644
index 1c04675df6c5..
--- a/dev-ruby/instantiator/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-floehopper/introspection
-  
-



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2023-07-04 Thread Hans de Graaff
commit: 20dc76cdb5af0ee24d1cf6e68cb56c710599ebb7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  3 19:24:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 05:56:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dc76cd

dev-ruby/instantiator: update HOMEPAGE

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

 dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
index 6f6eac191a73..6921472fc5f3 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Instantiate an arbitrary Ruby class"
-HOMEPAGE="https://github.com/floehopper/introspection;
+HOMEPAGE="https://github.com/floehopper/instantiator;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2022-03-30 Thread Hans de Graaff
commit: bde361c13dc3ced35c34319d3d2d9f0d5fc335ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 30 07:32:14 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 31 05:39:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde361c1

dev-ruby/instantiator: enable ruby31

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

 dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
index 548bb30d90d8..6f6eac191a73 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2022-01-14 Thread Hans de Graaff
commit: a148999c393166a18207c270f518cf1697f0b4bc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 06:40:17 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:40:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a148999c

dev-ruby/instantiator: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/instantiator/instantiator-0.0.7.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
deleted file mode 100644
index 0a55a283d84f..
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Instantiate an arbitrary Ruby class"
-HOMEPAGE="https://github.com/floehopper/introspection;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/blankslate:*"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2022-01-14 Thread Hans de Graaff
commit: dfaee5a6c7bacb4ea5a849a49600b4ed7a8d0ee0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 15 06:39:09 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 15 06:39:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaee5a6

dev-ruby/instantiator: stable all arches

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
index d18a2b82fb39..548bb30d90d8 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2021-11-20 Thread Hans de Graaff
commit: 23fa50347a00aa870bc126101afcebdc9eb2de42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 21 06:48:01 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 21 06:48:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23fa5034

dev-ruby/instantiator: add ruby30

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 24 ++
 1 file changed, 24 insertions(+)

diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
new file mode 100644
index ..d18a2b82fb39
--- /dev/null
+++ b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Instantiate an arbitrary Ruby class"
+HOMEPAGE="https://github.com/floehopper/introspection;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/blankslate:*"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2020-08-16 Thread Hans de Graaff
commit: 98ac04c816109c19546de2878a7fad5a97171976
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 16 08:16:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 16 16:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ac04c8

dev-ruby/instantiator: add ruby27

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

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 394288963be..0d621067ee6 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2019-06-28 Thread Sergei Trofimovich
commit: aeb67d2e0b1ada9104dfbd4d1a6c4a14f39d1cff
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 28 20:14:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 28 20:49:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb67d2e

dev-ruby/instantiator: stable 0.0.7 for hppa, bug #656206

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 2d496b0287a..5170aa5e1bd 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2019-04-28 Thread Sergei Trofimovich
commit: 32f33dc877e21c9a2b12421fd6765b05e6cdf358
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 28 18:34:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 20:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f33dc8

dev-ruby/instantiator: stable 0.0.7 for sparc, bug #656206

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index e835d53da70..2d496b0287a 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2019-02-01 Thread Hans de Graaff
commit: 4856c9d7dc2115ebc3667f7a08f0a3be472a2eac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb  2 07:23:47 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb  2 07:54:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4856c9d7

dev-ruby/instantiator: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 113b508844a..e835d53da70 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.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=5
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-11-23 Thread Hans de Graaff
commit: e79df02d06ef6dac9c6644471260641c73a2fabf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 23 09:14:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 23 09:14:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79df02d

dev-ruby/instantiator: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/instantiator/Manifest  |  1 -
 dev-ruby/instantiator/instantiator-0.0.6.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest
index abf8c93ed06..fc27de477aa 100644
--- a/dev-ruby/instantiator/Manifest
+++ b/dev-ruby/instantiator/Manifest
@@ -1,2 +1 @@
-DIST instantiator-0.0.6.gem 6144 BLAKE2B 
6add4d12cce98be209ac3d1073c17163c10c6c015eb40c9d8efcf3c4521e56c736618d11c4a06f52a0d16ffdf2b6815fb6e04ce823fc79febf997dec30aa1904
 SHA512 
0d24c804dd048c071e5ddd021a1adcb907eb642df16ce841fdca2efdfd5604f73d065ad4496cf6d63bdff73e7488391d7226bdc0d918d2813502ca3d4fc615a1
 DIST instantiator-0.0.7.gem 8192 BLAKE2B 
c1cc0bf4a3f2aaf9afd522e33fdd2b32d78ca114fc7b113f6ae297e825177827cb6aa5398917d6d05523f912bebf22e43709e53c0dfe4e1a941ebda4350d3098
 SHA512 
b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
deleted file mode 100644
index baa1842e7f0..000
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Instantiate an arbitrary Ruby class"
-HOMEPAGE="https://github.com/floehopper/introspection;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/blankslate:*"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-07-30 Thread Sergei Trofimovich
commit: 4a540709b55e821fbf9ff7eebd78d98090a0dbb2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 30 21:47:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 30 21:47:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a540709

dev-ruby/instantiator: stable 0.0.7 for ppc, bug #656206

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index e9b004c8f8f..113b508844a 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-06-19 Thread Tobias Klausmann
commit: fdc8b6d25bb3b60086534ae99afb2f8aa706e65b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 19 14:31:41 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 19 14:31:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc8b6d2

dev-ruby/instantiator-0.0.7-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/656206

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 8651edc1988..4ca35a2c7a6 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-05-30 Thread Markus Meier
commit: d839ee7f06a23674347a899d3d2bf710d28da2f6
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 16:28:15 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 16:28:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d839ee7f

dev-ruby/instantiator: arm stable, bug #656206

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 5e5f654341c..8651edc1988 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-05-25 Thread Thomas Deutschmann
commit: 739df4c0ef660db20bab55d2271f1dd821da8f7a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 25 22:40:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 25 23:57:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739df4c0

dev-ruby/instantiator: x86 stable (bug #656206)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 41c9c4b429a..5e5f654341c 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-05-23 Thread Hans de Graaff
commit: 76162dd31631391ce0731ce8e3ce92d10066e186
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 24 04:40:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu May 24 04:57:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76162dd3

dev-ruby/instantiator: amd64 stable, bug 656206

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index db3a6b935ac..41c9c4b429a 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-05-23 Thread Sergei Trofimovich
commit: 5dd8c95a5440c8c766d0b4b6e0d88a3770097422
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May 23 07:28:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 23 07:28:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd8c95a

dev-ruby/instantiator: stable 0.0.7 for ia64, bug #656206

Bug: https://bugs.gentoo.org/656206
Package-Manager: Portage-2.3.38, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 37edee42c99..db3a6b935ac 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-04-28 Thread Hans de Graaff
commit: b4e03105d2ecb73ca914f795eed3b9f2e3787c01
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 28 06:04:34 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 28 06:32:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e03105

dev-ruby/instantiator: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index 1d7f653b021..37edee42c99 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2018-02-04 Thread Hans de Graaff
commit: 4bc1b9831140af2895a689958ef7795697cebd79
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  4 09:31:20 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  4 10:45:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc1b983

dev-ruby/instantiator: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
index d303a20dcaf..1d7f653b021 100644
--- a/dev-ruby/instantiator/instantiator-0.0.7.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-11-06 Thread Hans de Graaff
commit: fdd77f7e2fbd519aadbb2ef98b235cecc55e4202
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov  6 15:06:31 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov  6 15:24:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd77f7e

dev-ruby/instantiator: amd64 stable, bug 589432

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
index 5d940ad..275b0eb 100644
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-11-01 Thread Hans de Graaff
commit: 46c23ff1e8cbfd4a08595a7f868ad69174dcd3cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov  1 06:19:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov  1 06:19:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c23ff1

dev-ruby/instantiator: add 0.0.7

Package-Manager: portage-2.3.0

 dev-ruby/instantiator/Manifest  |  1 +
 dev-ruby/instantiator/instantiator-0.0.7.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest
index f5ddb85..517d2cb 100644
--- a/dev-ruby/instantiator/Manifest
+++ b/dev-ruby/instantiator/Manifest
@@ -1 +1,2 @@
 DIST instantiator-0.0.6.gem 6144 SHA256 
3188fc49f11871d901656c7c01fd8eb035ee4b70f0d619228a69e79e1ec4d555 SHA512 
0d24c804dd048c071e5ddd021a1adcb907eb642df16ce841fdca2efdfd5604f73d065ad4496cf6d63bdff73e7488391d7226bdc0d918d2813502ca3d4fc615a1
 WHIRLPOOL 
ee7be68985c79bdece394bc84766e754f115127910ac68f9c1a73f370c2b0e2d271dde23266ffafd3b6f1b784441855c3e1429f674265fe9ab82fe64f3966a47
+DIST instantiator-0.0.7.gem 8192 SHA256 
797de5c6e264cbf67aefa24aee31302604b250dd23c0f237a827633fdfe00770 SHA512 
b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d
 WHIRLPOOL 
73291a1979dff6fabf79d9d0ebb3c5f05df17af3ac2c3f664556a49531723fbe9e6a587c47a0355ebeb5f7e4edb18f51ed235f2b192fc8a124498be8911cd527

diff --git a/dev-ruby/instantiator/instantiator-0.0.7.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
new file mode 100644
index ..040e4a1
--- /dev/null
+++ b/dev-ruby/instantiator/instantiator-0.0.7.ebuild
@@ -0,0 +1,26 @@
+# 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"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Instantiate an arbitrary Ruby class"
+HOMEPAGE="https://github.com/floehopper/introspection;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/blankslate:*"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-10-02 Thread Jeroen Roovers
commit: 70f6605dd62ae0a3db8a59047844bd6b144c346f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 08:28:34 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 08:28:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f6605d

dev-ruby/instantiator: Stable for HPPA (bug #575600).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
index 949cdc0..5d940ad 100644
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-09-22 Thread Tobias Klausmann
commit: e0fd81330534162b7a53b24ebb28663ebdfad51b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 22 09:14:15 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 22 09:14:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fd8133

dev-ruby/instantiator-0.0.6-r0: add alpha keyword

Gentoo-Bug: 589432

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
index 85c08fa..949cdc0 100644
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-08-14 Thread Markus Meier
commit: 19e093f37a631cbd87f41077394226120e662e52
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Aug 14 19:25:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Aug 14 19:25:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e093f3

dev-ruby/instantiator: arm stable, bug #589432

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
index 040e4a1..85c08fa 100644
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/floehopper/introspection;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/blankslate:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-03-21 Thread Hans de Graaff
commit: abc39ab8a00f8c6662685c57cf6fa7a44da69c0f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 21 16:25:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 21 16:36:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc39ab8

dev-ruby/instantiator: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
index 91f4b58..040e4a1 100644
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-ruby_add_rdepend "dev-ruby/blankslate"
+ruby_add_rdepend "dev-ruby/blankslate:*"
 
 all_ruby_prepare() {
sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/

2016-03-09 Thread Manuel Rüger
commit: 66125b9d7a0af46b6fe7dcf4f3c23d5a021d82df
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar  9 23:05:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar  9 23:06:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66125b9d

dev-ruby/instantiator: Remove ruby19

Package-Manager: portage-2.2.27

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

diff --git a/dev-ruby/instantiator/instantiator-0.0.6.ebuild 
b/dev-ruby/instantiator/instantiator-0.0.6.ebuild
index b975f12..91f4b58 100644
--- a/dev-ruby/instantiator/instantiator-0.0.6.ebuild
+++ b/dev-ruby/instantiator/instantiator-0.0.6.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 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"