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

2024-05-26 Thread Hans de Graaff
commit: b6a8e63fe31fbba7dc39cdb4061c1fd663a689e0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 26 10:04:14 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 26 10:04:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a8e63f

dev-ruby/treetop: enable ruby33

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.12.ebuild 
b/dev-ruby/treetop/treetop-1.6.12.ebuild
index f255b7c9d3e4..09526bc9a615 100644
--- a/dev-ruby/treetop/treetop-1.6.12.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.12.ebuild
@@ -1,9 +1,9 @@
-# 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_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2023-06-23 Thread Hans de Graaff
commit: db9660530b0bf0d64e8269530c813121e1bc33b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 23 15:30:18 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=db966053

dev-ruby/treetop: drop 1.6.11-r1

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

 dev-ruby/treetop/Manifest |  1 -
 dev-ruby/treetop/treetop-1.6.11-r1.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 345caf6bd02f..1ea51b14530c 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,2 +1 @@
-DIST treetop-1.6.11.tar.gz 103827 BLAKE2B 
ccc73373f2e44a95b872ae9f2f32f090363b218eb139d65a4e72c5595d99d5cc3ea7071527f0954aa6b63bc8d5562b0e932ecadec3de962269b3031d1f449b6c
 SHA512 
649310b5c69bb963fc04a597d7aad6bb45deec34c3a46a193ee16203a07aff1d221732b6c7343d68fc772be44522db5f445a45e64bee5ac385ac2eb70abde14a
 DIST treetop-1.6.12.tar.gz 104225 BLAKE2B 
c0748409d20231d075f7461ecc7b96922a100922a4db75265fd7f687d2212c020d24fbd3011459b48b8f786bff2c025579d5f0cacbc9c7d3694a5bf717cd9d35
 SHA512 
210a2225a83f10ce6d79f2eb4d5937e7fa805384767f4e2d1ca91fe8408436560ad062b8d6c69209651fdf304e6a850e14b9d0a509dc25fe13ab9225d2ca7bdc

diff --git a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild 
b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
deleted file mode 100644
index b2e939d1c226..
--- a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="treetop.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc -r examples
-}



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

2023-06-23 Thread Hans de Graaff
commit: 0b24b8957abdf0d05fbed25de6f3d141b8d96cc3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 23 15:36:58 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=0b24b895

dev-ruby/treetop: enable ruby32

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.12.ebuild 
b/dev-ruby/treetop/treetop-1.6.12.ebuild
index ed50b8952f53..f255b7c9d3e4 100644
--- a/dev-ruby/treetop/treetop-1.6.12.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.12.ebuild
@@ -1,9 +1,9 @@
-# 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="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2022-11-26 Thread Hans de Graaff
commit: 3cf3fb5e4d1b32bf1c64e48e6b727afe3352e2ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 25 12:55:25 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 26 10:28:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf3fb5e

dev-ruby/treetop: add 1.6.12

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

 dev-ruby/treetop/Manifest  |  1 +
 dev-ruby/treetop/treetop-1.6.12.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index cd0355a226ac..345caf6bd02f 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1 +1,2 @@
 DIST treetop-1.6.11.tar.gz 103827 BLAKE2B 
ccc73373f2e44a95b872ae9f2f32f090363b218eb139d65a4e72c5595d99d5cc3ea7071527f0954aa6b63bc8d5562b0e932ecadec3de962269b3031d1f449b6c
 SHA512 
649310b5c69bb963fc04a597d7aad6bb45deec34c3a46a193ee16203a07aff1d221732b6c7343d68fc772be44522db5f445a45e64bee5ac385ac2eb70abde14a
+DIST treetop-1.6.12.tar.gz 104225 BLAKE2B 
c0748409d20231d075f7461ecc7b96922a100922a4db75265fd7f687d2212c020d24fbd3011459b48b8f786bff2c025579d5f0cacbc9c7d3694a5bf717cd9d35
 SHA512 
210a2225a83f10ce6d79f2eb4d5937e7fa805384767f4e2d1ca91fe8408436560ad062b8d6c69209651fdf304e6a850e14b9d0a509dc25fe13ab9225d2ca7bdc

diff --git a/dev-ruby/treetop/treetop-1.6.12.ebuild 
b/dev-ruby/treetop/treetop-1.6.12.ebuild
new file mode 100644
index ..484becd9fc6f
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.12.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="treetop.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r examples
+}



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

2022-07-30 Thread Hans de Graaff
commit: dcacc5dedf713ae1d1fc3290bf4d69a9d8bd82a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 30 08:11:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 30 08:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcacc5de

dev-ruby/treetop: update LICENSE

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild 
b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
index 4eb6fb5a2f01..5f85a110555d 100644
--- a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
@@ -17,7 +17,7 @@ inherit ruby-fakegem
 DESCRIPTION="Treetop is a language for describing languages"
 HOMEPAGE="https://github.com/cjheath/treetop;
 SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="Ruby"
+LICENSE="MIT"
 
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"



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

2022-07-30 Thread Hans de Graaff
commit: aac0369f71a60edd1c99245d094829b5e8ec797e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 30 08:13:41 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 30 08:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac0369f

dev-ruby/treetop: enable ruby31

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild 
b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
index 5f85a110555d..aa80fb6a0789 100644
--- a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2022-04-17 Thread Hans de Graaff
commit: 29942adbe6adfe227b77ae6d5a686e3e9cd6540e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 07:53:24 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 08:08:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29942adb

dev-ruby/treetop: drop 1.6.11

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

 dev-ruby/treetop/treetop-1.6.11.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild 
b/dev-ruby/treetop/treetop-1.6.11.ebuild
deleted file mode 100644
index a497034c749c..
--- a/dev-ruby/treetop/treetop-1.6.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="treetop.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   dodoc -r examples
-}



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

2022-03-20 Thread Hans de Graaff
commit: ed1d85748f0c48a861e516010e580397b1316974
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 20 06:02:11 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 20 10:04:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1d8574

dev-ruby/treetop: add ruby30; EAPI 8

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

 dev-ruby/treetop/treetop-1.6.11-r1.ebuild | 37 +++
 1 file changed, 37 insertions(+)

diff --git a/dev-ruby/treetop/treetop-1.6.11-r1.ebuild 
b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
new file mode 100644
index ..4eb6fb5a2f01
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.11-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="treetop.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r examples
+}



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

2021-07-06 Thread Hans de Graaff
commit: 602e8424928acabee53a67a90c4c06eb0895f15e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 09:53:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 10:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602e8424

dev-ruby/treetop: cleanup

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

 dev-ruby/treetop/Manifest  |  1 -
 dev-ruby/treetop/treetop-1.6.10.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index abce6b20ab8..cd0355a226a 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,2 +1 @@
-DIST treetop-1.6.10.gem 92160 BLAKE2B 
ff3b6f0a92bcd2ad279c186e3a3eea72aa8243a89d4a1382df6322d73a19b79bede6c9f5c443644a5011b755a673bc9592f964cf61ab68fdd9f2da2dfcc0be94
 SHA512 
adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee
 DIST treetop-1.6.11.tar.gz 103827 BLAKE2B 
ccc73373f2e44a95b872ae9f2f32f090363b218eb139d65a4e72c5595d99d5cc3ea7071527f0954aa6b63bc8d5562b0e932ecadec3de962269b3031d1f449b6c
 SHA512 
649310b5c69bb963fc04a597d7aad6bb45deec34c3a46a193ee16203a07aff1d221732b6c7343d68fc772be44522db5f445a45e64bee5ac385ac2eb70abde14a

diff --git a/dev-ruby/treetop/treetop-1.6.10.ebuild 
b/dev-ruby/treetop/treetop-1.6.10.ebuild
deleted file mode 100644
index 2b94320d71b..000
--- a/dev-ruby/treetop/treetop-1.6.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



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

2021-07-06 Thread Hans de Graaff
commit: 69ec07e2345331dcce3b22689abb2bc674b2fc37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  6 09:54:56 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  6 10:26:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ec07e2

dev-ruby/treetop: add ruby27

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild 
b/dev-ruby/treetop/treetop-1.6.11.ebuild
index ada40f418c1..a497034c749 100644
--- a/dev-ruby/treetop/treetop-1.6.11.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2021-01-06 Thread Fabian Groffen
commit: 881316974c1ba3e4ec2057943012e12a5020322f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 18:28:06 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 18:32:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88131697

dev-ruby/treetop: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-ruby/treetop/treetop-1.6.10.ebuild | 4 ++--
 dev-ruby/treetop/treetop-1.6.11.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/treetop/treetop-1.6.10.ebuild 
b/dev-ruby/treetop/treetop-1.6.10.ebuild
index 076b0dc7f93..2b94320d71b 100644
--- a/dev-ruby/treetop/treetop-1.6.10.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ DESCRIPTION="Treetop is a language for describing languages"
 HOMEPAGE="https://github.com/cjheath/treetop;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 

diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild 
b/dev-ruby/treetop/treetop-1.6.11.ebuild
index f07ad2d31c0..ada40f418c1 100644
--- a/dev-ruby/treetop/treetop-1.6.11.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/cjheath/treetop;
 SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~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/treetop/

2020-09-07 Thread Hans de Graaff
commit: 4652a89a9282d04a43d0f30ac51db98e797f1194
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  8 05:15:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  8 05:48:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4652a89a

dev-ruby/treetop: remove unneeded insinto

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

 dev-ruby/treetop/treetop-1.6.11.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild 
b/dev-ruby/treetop/treetop-1.6.11.ebuild
index 37d2b01de54..f07ad2d31c0 100644
--- a/dev-ruby/treetop/treetop-1.6.11.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11.ebuild
@@ -33,6 +33,5 @@ all_ruby_prepare() {
 all_ruby_install() {
all_fakegem_install
 
-   insinto /usr/share/doc/${PF}/examples
dodoc -r examples
 }



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

2020-09-07 Thread Hans de Graaff
commit: ca5f80596ceb019a83d7a75460c86841eabc5527
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  7 07:58:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep  7 07:59:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5f8059

dev-ruby/treetop: fix insinto deprecation

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild 
b/dev-ruby/treetop/treetop-1.6.11.ebuild
index 4a52889a417..37d2b01de54 100644
--- a/dev-ruby/treetop/treetop-1.6.11.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.11.ebuild
@@ -34,5 +34,5 @@ all_ruby_install() {
all_fakegem_install
 
insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
+   dodoc -r examples
 }



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

2020-09-06 Thread Hans de Graaff
commit: 6143a75b1b0ec63de0027723a541539e82826cb8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  7 05:18:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep  7 05:20:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6143a75b

dev-ruby/treetop: add 1.6.11

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

 dev-ruby/treetop/Manifest  |  1 +
 dev-ruby/treetop/treetop-1.6.11.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 681eff4c9b6..abce6b20ab8 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1 +1,2 @@
 DIST treetop-1.6.10.gem 92160 BLAKE2B 
ff3b6f0a92bcd2ad279c186e3a3eea72aa8243a89d4a1382df6322d73a19b79bede6c9f5c443644a5011b755a673bc9592f964cf61ab68fdd9f2da2dfcc0be94
 SHA512 
adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee
+DIST treetop-1.6.11.tar.gz 103827 BLAKE2B 
ccc73373f2e44a95b872ae9f2f32f090363b218eb139d65a4e72c5595d99d5cc3ea7071527f0954aa6b63bc8d5562b0e932ecadec3de962269b3031d1f449b6c
 SHA512 
649310b5c69bb963fc04a597d7aad6bb45deec34c3a46a193ee16203a07aff1d221732b6c7343d68fc772be44522db5f445a45e64bee5ac385ac2eb70abde14a

diff --git a/dev-ruby/treetop/treetop-1.6.11.ebuild 
b/dev-ruby/treetop/treetop-1.6.11.ebuild
new file mode 100644
index 000..4a52889a417
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="treetop.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+SRC_URI="https://github.com/cjheath/treetop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+}



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

2019-07-17 Thread Hans de Graaff
commit: 50bfd186efef0739042d428cf534fc50eabdb2e0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 17 07:06:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 17 07:06:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bfd186

dev-ruby/treetop: add ruby25 ruby26

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

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

diff --git a/dev-ruby/treetop/treetop-1.6.10.ebuild 
b/dev-ruby/treetop/treetop-1.6.10.ebuild
index 2d20f97ea82..076b0dc7f93 100644
--- a/dev-ruby/treetop/treetop-1.6.10.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.10.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="ruby22 ruby23 ruby24"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-12-17 Thread Hans de Graaff
commit: 7336a908601e5771e34cb1528a8a58837bd8b5ca
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 18 05:52:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 18 05:52:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7336a908

dev-ruby/treetop: cleanup

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

 dev-ruby/treetop/Manifest |  1 -
 dev-ruby/treetop/treetop-1.6.9.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 95f9b5607c7..681eff4c9b6 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,2 +1 @@
 DIST treetop-1.6.10.gem 92160 BLAKE2B 
ff3b6f0a92bcd2ad279c186e3a3eea72aa8243a89d4a1382df6322d73a19b79bede6c9f5c443644a5011b755a673bc9592f964cf61ab68fdd9f2da2dfcc0be94
 SHA512 
adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee
-DIST treetop-1.6.9.gem 92160 BLAKE2B 
4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2
 SHA512 
faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd

diff --git a/dev-ruby/treetop/treetop-1.6.9.ebuild 
b/dev-ruby/treetop/treetop-1.6.9.ebuild
deleted file mode 100644
index f8732281db2..000
--- a/dev-ruby/treetop/treetop-1.6.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



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

2018-03-22 Thread Hans de Graaff
commit: fc9d1e236bdc75f7adf2d1c0807bafa6369e1af8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 22 06:26:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 22 06:50:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9d1e23

dev-ruby/treetop: add 1.6.10

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/treetop/Manifest  |  1 +
 dev-ruby/treetop/treetop-1.6.10.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 24643b5e6a8..95f9b5607c7 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1 +1,2 @@
+DIST treetop-1.6.10.gem 92160 BLAKE2B 
ff3b6f0a92bcd2ad279c186e3a3eea72aa8243a89d4a1382df6322d73a19b79bede6c9f5c443644a5011b755a673bc9592f964cf61ab68fdd9f2da2dfcc0be94
 SHA512 
adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee
 DIST treetop-1.6.9.gem 92160 BLAKE2B 
4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2
 SHA512 
faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd

diff --git a/dev-ruby/treetop/treetop-1.6.10.ebuild 
b/dev-ruby/treetop/treetop-1.6.10.ebuild
new file mode 100644
index 000..2d20f97ea82
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+}



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

2018-03-04 Thread Hans de Graaff
commit: 8f2e23e9ea8ab411fa84d04a02d94793ce6350ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar  5 06:15:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar  5 06:26:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2e23e9

dev-ruby/treetop: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/treetop/Manifest |  1 -
 dev-ruby/treetop/treetop-1.6.8.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 12009515774..24643b5e6a8 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,2 +1 @@
-DIST treetop-1.6.8.gem 68608 BLAKE2B 
095080a4cfc3e876e3d63c6bb37b5f662c22be8b6c6cb68ae3a2df31ebed296d1e3910e8319be2b30f3f2a010d77f562c3add2f1a4ad35d56c9a962f3b3c1be8
 SHA512 
c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3
 DIST treetop-1.6.9.gem 92160 BLAKE2B 
4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2
 SHA512 
faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd

diff --git a/dev-ruby/treetop/treetop-1.6.8.ebuild 
b/dev-ruby/treetop/treetop-1.6.8.ebuild
deleted file mode 100644
index 3d0257c0824..000
--- a/dev-ruby/treetop/treetop-1.6.8.ebuild
+++ /dev/null
@@ -1,31 +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_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



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

2017-11-22 Thread Hans de Graaff
commit: 7a1035d7303766a7207052bde4141b02fa592812
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 23 06:52:09 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 23 06:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1035d7

dev-ruby/treetop: add 1.6.9

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/treetop/Manifest |  3 ++-
 dev-ruby/treetop/treetop-1.6.9.ebuild | 31 +++
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 979873c92a6..12009515774 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1 +1,2 @@
-DIST treetop-1.6.8.gem 68608 SHA256 
385cbbf3827a0a8559e4c79db0f0f88993dca5e8ce46cf08f1baccb61ac6a3cf SHA512 
c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3
 WHIRLPOOL 
78285a758a343137fbf9debbe820e888bf2c3b9bbf731a40a9695ed7cef8c276255e6edb4f5c574cafb339a06ef51864e388cc40e59bd44f9a877f4959e69744
+DIST treetop-1.6.8.gem 68608 BLAKE2B 
095080a4cfc3e876e3d63c6bb37b5f662c22be8b6c6cb68ae3a2df31ebed296d1e3910e8319be2b30f3f2a010d77f562c3add2f1a4ad35d56c9a962f3b3c1be8
 SHA512 
c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3
+DIST treetop-1.6.9.gem 92160 BLAKE2B 
4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2
 SHA512 
faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd

diff --git a/dev-ruby/treetop/treetop-1.6.9.ebuild 
b/dev-ruby/treetop/treetop-1.6.9.ebuild
new file mode 100644
index 000..f8732281db2
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+}



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

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

dev-ruby/treetop: move ~x86 forward

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/treetop/treetop-1.6.8.ebuild 
b/dev-ruby/treetop/treetop-1.6.8.ebuild
index 1f73d10e928..3d0257c0824 100644
--- a/dev-ruby/treetop/treetop-1.6.8.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ DESCRIPTION="Treetop is a language for describing languages"
 HOMEPAGE="https://github.com/cjheath/treetop;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2017-08-23 Thread Hans de Graaff
commit: bc039c4a77e5e598d9eb469a6b1ae3f431ffbd50
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 23 05:44:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 23 06:10:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc039c4a

dev-ruby/treetop: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/treetop/Manifest |  1 -
 dev-ruby/treetop/treetop-1.6.5.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 83f718be63f..979873c92a6 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,2 +1 @@
-DIST treetop-1.6.5.gem 81408 SHA256 
b09d033e56343b01d5dd79ef7e059e60484389867c7eb4c3b7b57be43a92e7d1 SHA512 
3989bd2dc59c5d3ad0be2ac144752edc88d25b36886719baa6afed05f40f11e0915297ea3e111e6a999b90cb35de2e804786754804268ec0d848b56e410fa862
 WHIRLPOOL 
ace0eac18ef297aef786f37ce0292a370a0aea910c6c92f4b33c5f0d51d68427c4f40555c11547d95bd2d40d214bcca45a727f25301383c9d014b91edfbb5fb0
 DIST treetop-1.6.8.gem 68608 SHA256 
385cbbf3827a0a8559e4c79db0f0f88993dca5e8ce46cf08f1baccb61ac6a3cf SHA512 
c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3
 WHIRLPOOL 
78285a758a343137fbf9debbe820e888bf2c3b9bbf731a40a9695ed7cef8c276255e6edb4f5c574cafb339a06ef51864e388cc40e59bd44f9a877f4959e69744

diff --git a/dev-ruby/treetop/treetop-1.6.5.ebuild 
b/dev-ruby/treetop/treetop-1.6.5.ebuild
deleted file mode 100644
index eb7e6afae9d..000
--- a/dev-ruby/treetop/treetop-1.6.5.ebuild
+++ /dev/null
@@ -1,31 +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_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



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

2016-12-29 Thread Hans de Graaff
commit: ea7518651bf36a9e52e15eb6accba91831edd96e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 29 08:51:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 29 13:05:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea751865

dev-ruby/treetop: drop ~ppc, keywording timeout

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/treetop/treetop-1.6.5.ebuild 
b/dev-ruby/treetop/treetop-1.6.5.ebuild
index d69403a..753b01f 100644
--- a/dev-ruby/treetop/treetop-1.6.5.ebuild
+++ b/dev-ruby/treetop/treetop-1.6.5.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Treetop is a language for describing languages"
 HOMEPAGE="https://github.com/cjheath/treetop;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2016-07-22 Thread Hans de Graaff
commit: 5c7bf8835b48bd8dc6015f18fda11f8a3133cc45
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 05:50:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 06:00:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7bf883

dev-ruby/treetop: add 1.6.8

Package-Manager: portage-2.2.28

 dev-ruby/treetop/Manifest |  1 +
 dev-ruby/treetop/treetop-1.6.8.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 660e82e..83f718b 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1 +1,2 @@
 DIST treetop-1.6.5.gem 81408 SHA256 
b09d033e56343b01d5dd79ef7e059e60484389867c7eb4c3b7b57be43a92e7d1 SHA512 
3989bd2dc59c5d3ad0be2ac144752edc88d25b36886719baa6afed05f40f11e0915297ea3e111e6a999b90cb35de2e804786754804268ec0d848b56e410fa862
 WHIRLPOOL 
ace0eac18ef297aef786f37ce0292a370a0aea910c6c92f4b33c5f0d51d68427c4f40555c11547d95bd2d40d214bcca45a727f25301383c9d014b91edfbb5fb0
+DIST treetop-1.6.8.gem 68608 SHA256 
385cbbf3827a0a8559e4c79db0f0f88993dca5e8ce46cf08f1baccb61ac6a3cf SHA512 
c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3
 WHIRLPOOL 
78285a758a343137fbf9debbe820e888bf2c3b9bbf731a40a9695ed7cef8c276255e6edb4f5c574cafb339a06ef51864e388cc40e59bd44f9a877f4959e69744

diff --git a/dev-ruby/treetop/treetop-1.6.8.ebuild 
b/dev-ruby/treetop/treetop-1.6.8.ebuild
new file mode 100644
index 000..469ea72
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.8.ebuild
@@ -0,0 +1,32 @@
+# 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_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+}



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

2016-03-28 Thread Manuel Rüger
commit: 5c48dfaddff2baeb40934aa3a465d0ce1211c81c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 28 21:54:29 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 28 21:56:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c48dfad

dev-ruby/treetop: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/treetop/Manifest |  2 --
 dev-ruby/treetop/treetop-1.6.3.ebuild | 32 
 dev-ruby/treetop/treetop-1.6.4.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 24f95ce..660e82e 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,3 +1 @@
-DIST treetop-1.6.3.gem 81920 SHA256 
8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb SHA512 
a4018f551ae74e84d126c4aa7e3bbcd2b2765175d1999bfac328b0b653cb6e5a5e599e51925575024af55092700bd40fd19c20c16d6cb2374d2f8d4b5f7a6229
 WHIRLPOOL 
20d8d302c309979fb0572c3d8388b3a39afcea31e29555a5173c78f2528a2943540587a059b087a3a380163fbac6f138ffb10e7df5dd48b0cfc42f00fe581461
-DIST treetop-1.6.4.gem 81408 SHA256 
bdce555085a1aaabf503abd036b81e1bd0f724f17bea1331b39ed866c2106241 SHA512 
2e685dae085d4fb851d565806338a8c04ac55d22d804ce1a6e4e7fa69f77c45793d7ec05f8cf54db6f0f4ab92b947f429e196726cc99048f2b06134d276185ed
 WHIRLPOOL 
e5fcc119bcba99a5019a784557159dd5ed319e56c87d56d9a9c8e6c21c7d6f32f57bf272d9c19481007a6526ec72b59bb83459bd0e27b4b2d38a207820d5b390
 DIST treetop-1.6.5.gem 81408 SHA256 
b09d033e56343b01d5dd79ef7e059e60484389867c7eb4c3b7b57be43a92e7d1 SHA512 
3989bd2dc59c5d3ad0be2ac144752edc88d25b36886719baa6afed05f40f11e0915297ea3e111e6a999b90cb35de2e804786754804268ec0d848b56e410fa862
 WHIRLPOOL 
ace0eac18ef297aef786f37ce0292a370a0aea910c6c92f4b33c5f0d51d68427c4f40555c11547d95bd2d40d214bcca45a727f25301383c9d014b91edfbb5fb0

diff --git a/dev-ruby/treetop/treetop-1.6.3.ebuild 
b/dev-ruby/treetop/treetop-1.6.3.ebuild
deleted file mode 100644
index 84d6a6d..000
--- a/dev-ruby/treetop/treetop-1.6.3.ebuild
+++ /dev/null
@@ -1,32 +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_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}

diff --git a/dev-ruby/treetop/treetop-1.6.4.ebuild 
b/dev-ruby/treetop/treetop-1.6.4.ebuild
deleted file mode 100644
index d69403a..000
--- a/dev-ruby/treetop/treetop-1.6.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



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

2016-02-25 Thread Hans de Graaff
commit: c1196e672855b20f09f9c448ea50a9f416cca486
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 26 06:52:52 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 26 06:52:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1196e67

dev-ruby/treetop: add 1.6.5

Package-Manager: portage-2.2.26

 dev-ruby/treetop/Manifest |  1 +
 dev-ruby/treetop/treetop-1.6.5.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index b7fca69..24f95ce 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,2 +1,3 @@
 DIST treetop-1.6.3.gem 81920 SHA256 
8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb SHA512 
a4018f551ae74e84d126c4aa7e3bbcd2b2765175d1999bfac328b0b653cb6e5a5e599e51925575024af55092700bd40fd19c20c16d6cb2374d2f8d4b5f7a6229
 WHIRLPOOL 
20d8d302c309979fb0572c3d8388b3a39afcea31e29555a5173c78f2528a2943540587a059b087a3a380163fbac6f138ffb10e7df5dd48b0cfc42f00fe581461
 DIST treetop-1.6.4.gem 81408 SHA256 
bdce555085a1aaabf503abd036b81e1bd0f724f17bea1331b39ed866c2106241 SHA512 
2e685dae085d4fb851d565806338a8c04ac55d22d804ce1a6e4e7fa69f77c45793d7ec05f8cf54db6f0f4ab92b947f429e196726cc99048f2b06134d276185ed
 WHIRLPOOL 
e5fcc119bcba99a5019a784557159dd5ed319e56c87d56d9a9c8e6c21c7d6f32f57bf272d9c19481007a6526ec72b59bb83459bd0e27b4b2d38a207820d5b390
+DIST treetop-1.6.5.gem 81408 SHA256 
b09d033e56343b01d5dd79ef7e059e60484389867c7eb4c3b7b57be43a92e7d1 SHA512 
3989bd2dc59c5d3ad0be2ac144752edc88d25b36886719baa6afed05f40f11e0915297ea3e111e6a999b90cb35de2e804786754804268ec0d848b56e410fa862
 WHIRLPOOL 
ace0eac18ef297aef786f37ce0292a370a0aea910c6c92f4b33c5f0d51d68427c4f40555c11547d95bd2d40d214bcca45a727f25301383c9d014b91edfbb5fb0

diff --git a/dev-ruby/treetop/treetop-1.6.5.ebuild 
b/dev-ruby/treetop/treetop-1.6.5.ebuild
new file mode 100644
index 000..d69403a
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+}



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

2016-02-21 Thread Hans de Graaff
commit: 389ad4efedeb85809cd4d4a4a15979816a4dfaed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 22 06:18:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 22 06:28:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ad4ef

dev-ruby/treetop: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/treetop/Manifest |  2 --
 dev-ruby/treetop/treetop-1.4.15-r1.ebuild | 38 ---
 dev-ruby/treetop/treetop-1.5.3.ebuild | 38 ---
 3 files changed, 78 deletions(-)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index 6a5b645..cbc985f 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1,3 +1 @@
-DIST treetop-1.4.15.gem 78336 SHA256 
ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff SHA512 
350e3b4fc5236f5523e7ba7486699192a689d680e60687519ffdb8707241fce493a86713d1a0a1e243654c609e221b194e151c29bee9aa7cff71ab397223791b
 WHIRLPOOL 
a474c3bb9fe43ce73c32cd795214fce168b9d8116746075ef982728b4ded802f5f5995efacf20501c42ddb90fe7e766880dd3e05dd7e8dc815cd804180007b74
-DIST treetop-1.5.3.gem 78336 SHA256 
ab3c49c3a39e7c9bea88a90524545e39bed032758a130295f8d6a433c62ff472 SHA512 
517ca72fe9c6d27c1ef6722a33b2639fdeb0867ad68b02a7d8795ec1b2bc3b9c9d56aaf400a4159c06c4714065c6a17e44bc985573cb11523d52b53b3a9ec9bf
 WHIRLPOOL 
b8b3300a99f65e837dabfd5beaa19d4d83c21b237736f8d675edf4a39ca8061e980b8ea4ccdab1f3c2cba0de0d25ec88db75bbd738258f1e1af2e5b4c632f345
 DIST treetop-1.6.3.gem 81920 SHA256 
8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb SHA512 
a4018f551ae74e84d126c4aa7e3bbcd2b2765175d1999bfac328b0b653cb6e5a5e599e51925575024af55092700bd40fd19c20c16d6cb2374d2f8d4b5f7a6229
 WHIRLPOOL 
20d8d302c309979fb0572c3d8388b3a39afcea31e29555a5173c78f2528a2943540587a059b087a3a380163fbac6f138ffb10e7df5dd48b0cfc42f00fe581461

diff --git a/dev-ruby/treetop/treetop-1.4.15-r1.ebuild 
b/dev-ruby/treetop/treetop-1.4.15-r1.ebuild
deleted file mode 100644
index a1cf685..000
--- a/dev-ruby/treetop/treetop-1.4.15-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby fails tests, not investigated yet.
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="http://treetop.rubyforge.org/;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-0.10.2 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1"
-
-all_ruby_prepare() {
-   # Use a ruby18 compatible regexp, already fixed upstream.
-   sed -i -e 's/\[:\^space:\]/\^[:space:]/' 
spec/compiler/character_class_spec.rb || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}

diff --git a/dev-ruby/treetop/treetop-1.5.3.ebuild 
b/dev-ruby/treetop/treetop-1.5.3.ebuild
deleted file mode 100644
index 3861c29..000
--- a/dev-ruby/treetop/treetop-1.5.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby fails tests, not investigated yet.
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Treetop is a language for describing languages"
-HOMEPAGE="https://github.com/cjheath/treetop;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
-ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1"
-
-all_ruby_prepare() {
-   # Use a ruby18 compatible regexp, already fixed upstream.
-   sed -i -e 's/\[:\^space:\]/\^[:space:]/' 
spec/compiler/character_class_spec.rb || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins -r examples/*
-}



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

2016-02-21 Thread Hans de Graaff
commit: 54d51d18e6b410ca2807adee9b3b9ae8dfece03c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 22 06:27:39 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 22 06:28:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d51d18

dev-ruby/treetop: add 1.6.4

Package-Manager: portage-2.2.26

 dev-ruby/treetop/Manifest |  1 +
 dev-ruby/treetop/treetop-1.6.4.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
index cbc985f..b7fca69 100644
--- a/dev-ruby/treetop/Manifest
+++ b/dev-ruby/treetop/Manifest
@@ -1 +1,2 @@
 DIST treetop-1.6.3.gem 81920 SHA256 
8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb SHA512 
a4018f551ae74e84d126c4aa7e3bbcd2b2765175d1999bfac328b0b653cb6e5a5e599e51925575024af55092700bd40fd19c20c16d6cb2374d2f8d4b5f7a6229
 WHIRLPOOL 
20d8d302c309979fb0572c3d8388b3a39afcea31e29555a5173c78f2528a2943540587a059b087a3a380163fbac6f138ffb10e7df5dd48b0cfc42f00fe581461
+DIST treetop-1.6.4.gem 81408 SHA256 
bdce555085a1aaabf503abd036b81e1bd0f724f17bea1331b39ed866c2106241 SHA512 
2e685dae085d4fb851d565806338a8c04ac55d22d804ce1a6e4e7fa69f77c45793d7ec05f8cf54db6f0f4ab92b947f429e196726cc99048f2b06134d276185ed
 WHIRLPOOL 
e5fcc119bcba99a5019a784557159dd5ed319e56c87d56d9a9c8e6c21c7d6f32f57bf272d9c19481007a6526ec72b59bb83459bd0e27b4b2d38a207820d5b390

diff --git a/dev-ruby/treetop/treetop-1.6.4.ebuild 
b/dev-ruby/treetop/treetop-1.6.4.ebuild
new file mode 100644
index 000..d69403a
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.6.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Treetop is a language for describing languages"
+HOMEPAGE="https://github.com/cjheath/treetop;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
+ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+}