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

2024-05-26 Thread Hans de Graaff
commit: 119bc8fe1d3a72d5fd50d30eddb589d7ec37fa4f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 26 10:03:53 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 26 10:03:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119bc8fe

dev-ruby/polyglot: enable ruby33

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

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

diff --git a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
index d280bbd80eec..bdfa2a4033bd 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2023-06-23 Thread Hans de Graaff
commit: cbbd25accfbffb90c8cd4a2b699ac1efc0fae84a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 23 15:34:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 23 16:23:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbd25ac

dev-ruby/polyglot: add github upstream metadata

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

 dev-ruby/polyglot/metadata.xml | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/polyglot/metadata.xml b/dev-ruby/polyglot/metadata.xml
index f2941078f009..92cdcad5348c 100644
--- a/dev-ruby/polyglot/metadata.xml
+++ b/dev-ruby/polyglot/metadata.xml
@@ -1,13 +1,16 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   r...@gentoo.org
-   Gentoo Ruby Project
-   
-   
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
 Polyglot provides support for fully-custom DSLs by providing a
 registry of file types that can be loaded by its improved version of
 'require', using a custom loader for each file type.
-   
+  
+  
+cjheath/polyglot
+  
 



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

2023-06-23 Thread Hans de Graaff
commit: 67dcc1ae8978be3a6dd10e82985ac041c71e41d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 23 15:34:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 23 16:23:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dcc1ae

dev-ruby/polyglot: update HOMEPAGE

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

 dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
index 9eb64f00481d..d280bbd80eec 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST=""
 
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
 inherit ruby-fakegem
 
 DESCRIPTION="Polyglot provides support for fully-custom DSLs"
-HOMEPAGE="http://polyglot.rubyforge.org/;
+HOMEPAGE="https://github.com/cjheath/polyglot;
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"



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

2022-04-30 Thread Hans de Graaff
commit: 0d00368566ea4bef5991f0a87824d8d47a8960cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 30 08:20:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 30 09:07:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d003685

dev-ruby/polyglot: enable ruby31

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

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

diff --git a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
index 5852cac707bc..ed4b4808252c 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2021-11-23 Thread Hans de Graaff
commit: 206f94ce074507c1a8e60e7ff811f6b322eb7f8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 24 06:48:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 24 07:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206f94ce

dev-ruby/polyglot: add ruby30

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

 dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
new file mode 100644
index ..5852cac707bc
--- /dev/null
+++ b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild
@@ -0,0 +1,19 @@
+# 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_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Polyglot provides support for fully-custom DSLs"
+HOMEPAGE="http://polyglot.rubyforge.org/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""



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

2020-02-22 Thread Hans de Graaff
commit: 3b8e2d961472ae67edd96f2d1eeefd2e5760af5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 23 06:02:16 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 23 06:02:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8e2d96

dev-ruby/polyglot: add ruby27

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

 dev-ruby/polyglot/polyglot-0.3.5.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
index a8efe928b1b..3f1076e95df 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""
@@ -18,8 +18,3 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
-
-all_ruby_prepare() {
-   # jruby has trouble parsing this metadata and there are no dependencies.
-   rm -f ../metadata || die
-}



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

2019-01-28 Thread Hans de Graaff
commit: 8feaac0308e225371e9604af23c47f7a2e38
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 28 06:52:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 28 06:57:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8feaac03

dev-ruby/polyglot: add ruby26

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

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

diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
index f72b633b64e..e91fd98f705 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5.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="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2018-02-07 Thread Hans de Graaff
commit: 015d0b8247f64738d0a5feae9f1bcf4cf0578fb2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  8 05:56:13 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  8 06:24:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015d0b82

dev-ruby/polyglot: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
index b32f17427c3..f72b633b64e 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5.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="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2017-08-23 Thread Hans de Graaff
commit: fb6982e38598edecf4371d0b7169d533e0c9ffe5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 23 05:48:06 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 23 06:10:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6982e3

dev-ruby/polyglot: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
index dbdf2c5a218..b32f17427c3 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5.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="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2016-02-21 Thread Hans de Graaff
commit: e9b37a7bd1bbcb0cbb1b7128e6766927ad909b37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 22 06:21:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 22 06:28:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b37a7b

dev-ruby/polyglot: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild 
b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
index 7c04168..3bcb65a 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5.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 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""