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

2023-08-26 Thread Hans de Graaff
commit: bc18b4fce2db2c12f39cd0cb7a4d27668019e46e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 06:21:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 06:21:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc18b4fc

dev-ruby/prawn-table: enable ruby32

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
index 138abea1942b..a73d4daa132d 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2023-03-27 Thread Sam James
commit: 699886e455a8207cf8ff34484560fef93cbe3358
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 12:12:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 13:23:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699886e4

dev-ruby/prawn-table: enable ruby31

Signed-off-by: Sam James  gentoo.org>

 dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
index 514a0845f681..138abea1942b 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.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"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2022-04-30 Thread Hans de Graaff
commit: 81efa6a4b94529ab432fbc659a5177212d4309f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 30 09:07:48 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=81efa6a4

dev-ruby/prawn-table: enable ruby30

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
index 9010ec92c233..514a0845f681 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.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"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2021-11-26 Thread Hans de Graaff
commit: d49449df9c5e15fbd53b6139e9586c965ccac9d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov 26 07:10:33 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Nov 26 08:16:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49449df

dev-ruby/prawn-table: cleanup

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 30 
 1 file changed, 30 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
deleted file mode 100644
index 1a49ca737377..
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides support for tables in Prawn"
-HOMEPAGE="http://prawn.majesticseacreature.com/;
-LICENSE="|| ( GPL-2+ Ruby )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha
-   >=dev-ruby/pdf-inspector-1.1.0
-   >=dev-ruby/pdf-reader-1.2
-   >=dev-ruby/prawn-1.3.0
-   )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die
-   # Remove failing test
-   # See https://github.com/prawnpdf/prawn-table/issues/10
-   sed -i -e "/Prints table on one page when using subtable with colspan > 
1/,+24 s/^/#/" spec/table_spec.rb || die
-}



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

2021-11-23 Thread Hans de Graaff
commit: 2ce8f95164cc215e8137b3d4b2523140bd8d11a7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 10:40:26 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 10:48:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce8f951

dev-ruby/prawn-table: EAPI 8

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild | 30 
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
new file mode 100644
index ..9010ec92c233
--- /dev/null
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides support for tables in Prawn"
+HOMEPAGE="http://prawn.majesticseacreature.com/;
+LICENSE="|| ( GPL-2+ Ruby )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/mocha
+   >=dev-ruby/pdf-inspector-1.1.0
+   >=dev-ruby/pdf-reader-1.2
+   >=dev-ruby/prawn-1.3.0
+   )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die
+   # Remove failing test
+   # See https://github.com/prawnpdf/prawn-table/issues/10
+   sed -i -e "/Prints table on one page when using subtable with colspan > 
1/,+24 s/^/#/" spec/table_spec.rb || die
+}



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

2020-07-31 Thread Hans de Graaff
commit: 4e277acbb024d4e04aca854140c77fba260ffdf7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 31 05:56:46 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 31 06:28:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e277acb

dev-ruby/prawn-table: add ruby27

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
index 07de526ec66..1a49ca73737 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.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_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2019-05-08 Thread Hans de Graaff
commit: f8ad3d2708a21181b88afcd271df51c7f6c23ebf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 19:46:59 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 19:59:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ad3d27

dev-ruby/prawn-table: add ruby26

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
index 03ca8414aa2..07de526ec66 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2018-12-12 Thread Hans de Graaff
commit: 5b24aefad57a73da41c16445ca6f17036fdd659f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 12 11:17:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 12 15:00:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b24aefa

dev-ruby/prawn-table: add ruby25

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

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
index 1cf971027d6..03ca8414aa2 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2018-04-14 Thread Hans de Graaff
commit: ac608a36a0f8488b4666ce76ca298c386b0dd64c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 15 05:17:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 15 05:17:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac608a36

dev-ruby/prawn-table: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
index 4f62d89b740..1cf971027d6 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2017-08-25 Thread Hans de Graaff
commit: 92366b5bb88dd3b7d3d1b05ebf917183963e38d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 25 05:59:13 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 25 05:59:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92366b5b

dev-ruby/prawn-table: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/prawn-table/prawn-table-0.2.2.ebuild | 30 ---
 1 file changed, 30 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
deleted file mode 100644
index 7adee98a5d3..000
--- a/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides support for tables in Prawn"
-HOMEPAGE="http://prawn.majesticseacreature.com/;
-LICENSE="|| ( GPL-2+ Ruby )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha
-   >=dev-ruby/pdf-inspector-1.1.0
-   >=dev-ruby/pdf-reader-1.2
-   >=dev-ruby/prawn-1.3.0
-   )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die
-   # Remove failing test
-   # See https://github.com/prawnpdf/prawn-table/issues/10
-   sed -i -e "/Prints table on one page when using subtable with colspan > 
1/,+24 s/^/#/" spec/table_spec.rb || die
-}



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

2017-01-21 Thread Manuel Rüger
commit: f7c4b98f506ae2176b424c914c84b2bbbf22f6e2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 02:02:33 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 02:02:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c4b98f

dev-ruby/prawn-table: Add ruby23, drop ~ppc

Package-Manager: portage-2.3.3

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 31 
 1 file changed, 31 insertions(+)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
new file mode 100644
index ..d6cdede
--- /dev/null
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides support for tables in Prawn"
+HOMEPAGE="http://prawn.majesticseacreature.com/;
+LICENSE="|| ( GPL-2+ Ruby )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/mocha
+   >=dev-ruby/pdf-inspector-1.1.0
+   >=dev-ruby/pdf-reader-1.2
+   >=dev-ruby/prawn-1.3.0
+   )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die
+   # Remove failing test
+   # See https://github.com/prawnpdf/prawn-table/issues/10
+   sed -i -e "/Prints table on one page when using subtable with colspan > 
1/,+24 s/^/#/" spec/table_spec.rb || die
+}



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

2016-05-13 Thread Hans de Graaff
commit: 97ad39ba5bc39733f34d1e9d5644a4870b70ca84
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 14 05:15:27 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 14 05:15:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ad39ba

dev-ruby/prawn-table: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/prawn-table/prawn-table-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
index 7c48108..c63e1e5 100644
--- a/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"



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

2016-03-02 Thread Manuel Rüger
commit: 2afef0159761e930b9a26a26fad17d727785c89f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar  2 21:51:33 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar  2 21:51:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afef015

dev-ruby/prawn-table: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/prawn-table/Manifest |  1 -
 dev-ruby/prawn-table/prawn-table-0.2.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/prawn-table/Manifest b/dev-ruby/prawn-table/Manifest
index 66d232f..1e1135c 100644
--- a/dev-ruby/prawn-table/Manifest
+++ b/dev-ruby/prawn-table/Manifest
@@ -1,2 +1 @@
-DIST prawn-table-0.2.1.gem 64000 SHA256 
e939e465846fe94ecc6866b4a988ee004dd5bd7ce094d7d0f41e2e5597982584 SHA512 
8adfe3a44c95f3bcd8aa12582e2187b66caec2dc41ec13de49004b59c329da3f9d2651e9fbf72c52b0932175a4bdb3f11aece8dfe01a1159de291e53fea36c5c
 WHIRLPOOL 
4c75de771d79f3e0f4b2c85513078022e22170bc4c1ea078cf1a5271d45d9c118b8cb207e0564c591923431a671b604b6841c7e248280ea449f8844afddd4f28
 DIST prawn-table-0.2.2.gem 64512 SHA256 
336d46e39e003f77bf973337a958af6a68300b941c85cb22288872dc2b36addb SHA512 
9a3c749c27b5588dc1006b952c3f59ad938c05b98575cdd6c6cf6df9fb8acc5a1cebac0e60bbe6252ef2a1df3750f2860338c2234e362ea2c5524a0bd38bb47b
 WHIRLPOOL 
b9e0d591c965ec95dbcc6a81cae4c42ae0436d98f17c0e752e6cbda35401d8919c59e175d1d9d8a637062756255325aa4b50654f7bb2f35d02a7e644b8ac8229

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild
deleted file mode 100644
index 7c48108..000
--- a/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides support for tables in Prawn"
-HOMEPAGE="http://prawn.majesticseacreature.com/;
-LICENSE="|| ( GPL-2+ Ruby )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/mocha
-   >=dev-ruby/pdf-inspector-1.1.0
-   >=dev-ruby/pdf-reader-1.2
-   >=dev-ruby/prawn-1.3.0
-   )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die
-   # Remove failing test
-   # See https://github.com/prawnpdf/prawn-table/issues/10
-   sed -i -e "/Prints table on one page when using subtable with colspan > 
1/,+24 s/^/#/" spec/table_spec.rb || die
-}