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

2024-01-23 Thread Hans de Graaff
commit: faa7c42d860510f5e24a939d46d7e65c31d93a82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 23 07:29:37 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 23 08:27:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa7c42d

dev-ruby/loofah: enable ruby33

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

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

diff --git a/dev-ruby/loofah/loofah-2.22.0.ebuild 
b/dev-ruby/loofah/loofah-2.22.0.ebuild
index a17f239b0e23..47b158d37fc8 100644
--- a/dev-ruby/loofah/loofah-2.22.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.22.0.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="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2023-11-13 Thread Hans de Graaff
commit: 92f01e69b10f994764e953748b909a3fa771c4e0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 14 06:31:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 14 06:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f01e69

dev-ruby/loofah: add 2.22.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.22.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index e0eba7d55dac..449e364000c2 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.21.3.tar.gz 84775 BLAKE2B 
89286feb0c1345d0ba5ff61f8dad4461a43afa3624cdf33787e3371f32154bc4814914f9725b48d70f5ce89f654cbbb656ff319b2aeadbbb74f9f60db386c5eb
 SHA512 
7462bd703135bbf67dca6864169013a787cb9c16c3dc41e17ac70f8d182b9b1d2e763f719b9a52c02a6609d65f9497fe6e4b92481e95175060978009cb0aa362
 DIST loofah-2.21.4.tar.gz 85154 BLAKE2B 
34357e03d32a8c3c144a596dd5a10780c9a3c930292c1130169031a6e15a2d73d1783c60f41ef49cf0938f39c8fc7fd0f0ab3d3ca6734d88a70e0cc954b181f2
 SHA512 
900133983a8a135e7bc52527b9e73aa640df632b16a82558b7648b3d411b61dfbd8a9d14eefd9e3acdef27466156d341d26969bc5d81243d7254eea039d58e50
+DIST loofah-2.22.0.tar.gz 85892 BLAKE2B 
d465dcc83cac2a994145f7840b8607f92a080fef7ef6860ae81a3eecaf41be6be7e3b59263c05d09c5a729844d4f2490ce3e39046fdd863647ac157367c16427
 SHA512 
b1b9ba490334563b935d8a176ba6eee8d98c5c3ebbecc878c654e64a48311c38d0684a9b8e2704797c36492a33bc1248137a7611eb9f796a5ea9aa4df1b5f90e

diff --git a/dev-ruby/loofah/loofah-2.22.0.ebuild 
b/dev-ruby/loofah/loofah-2.22.0.ebuild
new file mode 100644
index ..a17f239b0e23
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.22.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.12.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2023-10-10 Thread Hans de Graaff
commit: 02926799d0b64b42b34daa1090411d7e998cb602
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 11 05:25:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 11 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02926799

dev-ruby/loofah: add 2.21.4

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.21.4.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 764c2c1fce93..e0eba7d55dac 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
 DIST loofah-2.21.3.tar.gz 84775 BLAKE2B 
89286feb0c1345d0ba5ff61f8dad4461a43afa3624cdf33787e3371f32154bc4814914f9725b48d70f5ce89f654cbbb656ff319b2aeadbbb74f9f60db386c5eb
 SHA512 
7462bd703135bbf67dca6864169013a787cb9c16c3dc41e17ac70f8d182b9b1d2e763f719b9a52c02a6609d65f9497fe6e4b92481e95175060978009cb0aa362
+DIST loofah-2.21.4.tar.gz 85154 BLAKE2B 
34357e03d32a8c3c144a596dd5a10780c9a3c930292c1130169031a6e15a2d73d1783c60f41ef49cf0938f39c8fc7fd0f0ab3d3ca6734d88a70e0cc954b181f2
 SHA512 
900133983a8a135e7bc52527b9e73aa640df632b16a82558b7648b3d411b61dfbd8a9d14eefd9e3acdef27466156d341d26969bc5d81243d7254eea039d58e50

diff --git a/dev-ruby/loofah/loofah-2.21.4.ebuild 
b/dev-ruby/loofah/loofah-2.21.4.ebuild
new file mode 100644
index ..a17f239b0e23
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.21.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.12.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2023-08-29 Thread Hans de Graaff
commit: 0f48afd4cc187d3329a3308b9ce20a4967a1e069
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 29 17:03:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 29 17:03:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f48afd4

dev-ruby/loofah: drop 2.19.1, 2.20.0, 2.21.1, 2.21.2

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

 dev-ruby/loofah/Manifest |  4 
 dev-ruby/loofah/loofah-2.19.1.ebuild | 39 
 dev-ruby/loofah/loofah-2.20.0.ebuild | 39 
 dev-ruby/loofah/loofah-2.21.1.ebuild | 39 
 dev-ruby/loofah/loofah-2.21.2.ebuild | 39 
 5 files changed, 160 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index a673b5ce6c5b..764c2c1fce93 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,5 +1 @@
-DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c56513690fd93eda31cb2e36659dc8ad0d8035f97d8a505cd9beb248db6f3bd3dd775b87a1995e8e6f553fbcb20970c9
 SHA512 
0bca5523824842bfc8b92b349bd21c0c8f8a1fb70a035e199e86920f21cd732adf58c7fd385212cad5bddf08c56b0141a692218feae2369c510c278fd824cb03
-DIST loofah-2.20.0.tar.gz 81976 BLAKE2B 
8d5394ced04889afdc95472b1fbf0a67e3ef5bd0290370e144466053c58bad461eba5ed36d8435bfc8ea082b3df415a4743a576d1c8cff9eac13b55ec7222e20
 SHA512 
597c1d332cf48c1631b2179cad08f51a4a358aae4dcbb1132c027093e9357b23c8c5392960ef2bf3ccdff7697eaace260feaa8c9e2948a644c672998b2480dc3
-DIST loofah-2.21.1.tar.gz 84611 BLAKE2B 
3c75080e1a3e1dda65cf72cdf181a20d21aabf81202413f30d31e9d8dde9cf8d937f3a40ec4adf0c072e04b6fd76dac859019d6f3b9df1455ded04cda3a52664
 SHA512 
699e506e3be38041ba70cc1ae0dbecdae4da766861375854c67152df33c3ae8a5e0fed2ece5cde538fb389461cc0fd52cf9730965411c95f267c2a63420405e7
-DIST loofah-2.21.2.tar.gz 84729 BLAKE2B 
f98211bca35a923d583cae7024b09221f846e1eaaff4e96cea1e647937abe3bb4d019f3259e4332761aedbf64dd5a46e244dd1124442d9eb05842b1e5b15fd42
 SHA512 
c634811218609a4833ac343b8ea97b5de56d1de0b8ac65afe036e59ec0cd8562c99a39518fb16bb0e99936adc3d24d3d2c1cb4e80abc8926757a68541d24bf75
 DIST loofah-2.21.3.tar.gz 84775 BLAKE2B 
89286feb0c1345d0ba5ff61f8dad4461a43afa3624cdf33787e3371f32154bc4814914f9725b48d70f5ce89f654cbbb656ff319b2aeadbbb74f9f60db386c5eb
 SHA512 
7462bd703135bbf67dca6864169013a787cb9c16c3dc41e17ac70f8d182b9b1d2e763f719b9a52c02a6609d65f9497fe6e4b92481e95175060978009cb0aa362

diff --git a/dev-ruby/loofah/loofah-2.19.1.ebuild 
b/dev-ruby/loofah/loofah-2.19.1.ebuild
deleted file mode 100644
index 0ba6264f247f..
--- a/dev-ruby/loofah/loofah-2.19.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/loofah/loofah-2.20.0.ebuild 
b/dev-ruby/loofah/loofah-2.20.0.ebuild
deleted file mode 100644
index d411c004176c..
--- a/dev-ruby/loofah/loofah-2.20.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend 

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

2023-07-11 Thread Hans de Graaff
commit: 90b33b78f1ada62c64d8eb97122e03d313c098bd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 11 09:43:33 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 11 09:43:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b33b78

dev-ruby/loofah: stabilize 2.21.3 for amd64

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

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

diff --git a/dev-ruby/loofah/loofah-2.21.3.ebuild 
b/dev-ruby/loofah/loofah-2.21.3.ebuild
index ddcdca4c72d0..e203ac98f0d9 100644
--- a/dev-ruby/loofah/loofah-2.21.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.21.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.12.0"



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

2023-06-03 Thread Hans de Graaff
commit: a740cb3fc30207b09a7160e0696bb4cfcc235702
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun  3 08:42:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun  3 08:49:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a740cb3f

dev-ruby/loofah: add 2.21.3

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.21.3.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 3ac14657cd4d..a673b5ce6c5b 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -2,3 +2,4 @@ DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c5651369
 DIST loofah-2.20.0.tar.gz 81976 BLAKE2B 
8d5394ced04889afdc95472b1fbf0a67e3ef5bd0290370e144466053c58bad461eba5ed36d8435bfc8ea082b3df415a4743a576d1c8cff9eac13b55ec7222e20
 SHA512 
597c1d332cf48c1631b2179cad08f51a4a358aae4dcbb1132c027093e9357b23c8c5392960ef2bf3ccdff7697eaace260feaa8c9e2948a644c672998b2480dc3
 DIST loofah-2.21.1.tar.gz 84611 BLAKE2B 
3c75080e1a3e1dda65cf72cdf181a20d21aabf81202413f30d31e9d8dde9cf8d937f3a40ec4adf0c072e04b6fd76dac859019d6f3b9df1455ded04cda3a52664
 SHA512 
699e506e3be38041ba70cc1ae0dbecdae4da766861375854c67152df33c3ae8a5e0fed2ece5cde538fb389461cc0fd52cf9730965411c95f267c2a63420405e7
 DIST loofah-2.21.2.tar.gz 84729 BLAKE2B 
f98211bca35a923d583cae7024b09221f846e1eaaff4e96cea1e647937abe3bb4d019f3259e4332761aedbf64dd5a46e244dd1124442d9eb05842b1e5b15fd42
 SHA512 
c634811218609a4833ac343b8ea97b5de56d1de0b8ac65afe036e59ec0cd8562c99a39518fb16bb0e99936adc3d24d3d2c1cb4e80abc8926757a68541d24bf75
+DIST loofah-2.21.3.tar.gz 84775 BLAKE2B 
89286feb0c1345d0ba5ff61f8dad4461a43afa3624cdf33787e3371f32154bc4814914f9725b48d70f5ce89f654cbbb656ff319b2aeadbbb74f9f60db386c5eb
 SHA512 
7462bd703135bbf67dca6864169013a787cb9c16c3dc41e17ac70f8d182b9b1d2e763f719b9a52c02a6609d65f9497fe6e4b92481e95175060978009cb0aa362

diff --git a/dev-ruby/loofah/loofah-2.21.3.ebuild 
b/dev-ruby/loofah/loofah-2.21.3.ebuild
new file mode 100644
index ..ddcdca4c72d0
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.21.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.12.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2023-05-11 Thread Hans de Graaff
commit: 0db10b66f641020b387b12fcd7eef7c55a895b5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu May 11 05:50:50 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 05:25:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db10b66

dev-ruby/loofah: add 2.21.1

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.21.1.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index ce4ac5e8fbb4..b39be1a0e7fb 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c56513690fd93eda31cb2e36659dc8ad0d8035f97d8a505cd9beb248db6f3bd3dd775b87a1995e8e6f553fbcb20970c9
 SHA512 
0bca5523824842bfc8b92b349bd21c0c8f8a1fb70a035e199e86920f21cd732adf58c7fd385212cad5bddf08c56b0141a692218feae2369c510c278fd824cb03
 DIST loofah-2.20.0.tar.gz 81976 BLAKE2B 
8d5394ced04889afdc95472b1fbf0a67e3ef5bd0290370e144466053c58bad461eba5ed36d8435bfc8ea082b3df415a4743a576d1c8cff9eac13b55ec7222e20
 SHA512 
597c1d332cf48c1631b2179cad08f51a4a358aae4dcbb1132c027093e9357b23c8c5392960ef2bf3ccdff7697eaace260feaa8c9e2948a644c672998b2480dc3
+DIST loofah-2.21.1.tar.gz 84611 BLAKE2B 
3c75080e1a3e1dda65cf72cdf181a20d21aabf81202413f30d31e9d8dde9cf8d937f3a40ec4adf0c072e04b6fd76dac859019d6f3b9df1455ded04cda3a52664
 SHA512 
699e506e3be38041ba70cc1ae0dbecdae4da766861375854c67152df33c3ae8a5e0fed2ece5cde538fb389461cc0fd52cf9730965411c95f267c2a63420405e7

diff --git a/dev-ruby/loofah/loofah-2.21.1.ebuild 
b/dev-ruby/loofah/loofah-2.21.1.ebuild
new file mode 100644
index ..d523526b29b5
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.21.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2023-05-11 Thread Hans de Graaff
commit: 8261564e9b96d70e56ea37770c616769081a8215
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:24:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 05:25:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8261564e

dev-ruby/loofah: add 2.21.2

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.21.2.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index b39be1a0e7fb..3ac14657cd4d 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c56513690fd93eda31cb2e36659dc8ad0d8035f97d8a505cd9beb248db6f3bd3dd775b87a1995e8e6f553fbcb20970c9
 SHA512 
0bca5523824842bfc8b92b349bd21c0c8f8a1fb70a035e199e86920f21cd732adf58c7fd385212cad5bddf08c56b0141a692218feae2369c510c278fd824cb03
 DIST loofah-2.20.0.tar.gz 81976 BLAKE2B 
8d5394ced04889afdc95472b1fbf0a67e3ef5bd0290370e144466053c58bad461eba5ed36d8435bfc8ea082b3df415a4743a576d1c8cff9eac13b55ec7222e20
 SHA512 
597c1d332cf48c1631b2179cad08f51a4a358aae4dcbb1132c027093e9357b23c8c5392960ef2bf3ccdff7697eaace260feaa8c9e2948a644c672998b2480dc3
 DIST loofah-2.21.1.tar.gz 84611 BLAKE2B 
3c75080e1a3e1dda65cf72cdf181a20d21aabf81202413f30d31e9d8dde9cf8d937f3a40ec4adf0c072e04b6fd76dac859019d6f3b9df1455ded04cda3a52664
 SHA512 
699e506e3be38041ba70cc1ae0dbecdae4da766861375854c67152df33c3ae8a5e0fed2ece5cde538fb389461cc0fd52cf9730965411c95f267c2a63420405e7
+DIST loofah-2.21.2.tar.gz 84729 BLAKE2B 
f98211bca35a923d583cae7024b09221f846e1eaaff4e96cea1e647937abe3bb4d019f3259e4332761aedbf64dd5a46e244dd1124442d9eb05842b1e5b15fd42
 SHA512 
c634811218609a4833ac343b8ea97b5de56d1de0b8ac65afe036e59ec0cd8562c99a39518fb16bb0e99936adc3d24d3d2c1cb4e80abc8926757a68541d24bf75

diff --git a/dev-ruby/loofah/loofah-2.21.2.ebuild 
b/dev-ruby/loofah/loofah-2.21.2.ebuild
new file mode 100644
index ..ddcdca4c72d0
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.21.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.12.0"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2023-04-02 Thread Hans de Graaff
commit: 9cad9cbe59ab975b2e9528a13d97fd6a2c14e208
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  2 06:40:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  2 06:40:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cad9cbe

dev-ruby/loofah: add 2.20.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.20.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 271dac38bb9d..ce4ac5e8fbb4 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
 DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c56513690fd93eda31cb2e36659dc8ad0d8035f97d8a505cd9beb248db6f3bd3dd775b87a1995e8e6f553fbcb20970c9
 SHA512 
0bca5523824842bfc8b92b349bd21c0c8f8a1fb70a035e199e86920f21cd732adf58c7fd385212cad5bddf08c56b0141a692218feae2369c510c278fd824cb03
+DIST loofah-2.20.0.tar.gz 81976 BLAKE2B 
8d5394ced04889afdc95472b1fbf0a67e3ef5bd0290370e144466053c58bad461eba5ed36d8435bfc8ea082b3df415a4743a576d1c8cff9eac13b55ec7222e20
 SHA512 
597c1d332cf48c1631b2179cad08f51a4a358aae4dcbb1132c027093e9357b23c8c5392960ef2bf3ccdff7697eaace260feaa8c9e2948a644c672998b2480dc3

diff --git a/dev-ruby/loofah/loofah-2.20.0.ebuild 
b/dev-ruby/loofah/loofah-2.20.0.ebuild
new file mode 100644
index ..d411c004176c
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.20.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-12-20 Thread Hans de Graaff
commit: 437bc8719c88a7e9aff805cac6d8e38d171fd090
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 21 07:34:17 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 21 07:34:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437bc871

dev-ruby/loofah: drop 2.15.0, 2.18.0, 2.19.0

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

 dev-ruby/loofah/Manifest |  3 ---
 dev-ruby/loofah/loofah-2.15.0.ebuild | 39 
 dev-ruby/loofah/loofah-2.18.0.ebuild | 39 
 dev-ruby/loofah/loofah-2.19.0.ebuild | 39 
 4 files changed, 120 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 9680a6c9da8a..271dac38bb9d 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1 @@
-DIST loofah-2.15.0.tar.gz 69736 BLAKE2B 
f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf
 SHA512 
58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7
-DIST loofah-2.18.0.tar.gz 70441 BLAKE2B 
9164ccd663d217841474ceca065ff3e267b7d50851e840284f773de6bfb7835d2d9d2a4508ea174001076d7c3bccf8e5454f746dee3ed428e486f354a281def8
 SHA512 
beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017
-DIST loofah-2.19.0.tar.gz 71508 BLAKE2B 
11f582b1f544cf1dbfde7556befeb70f5efdb32f503766c822b9144ca566f363c6bbe03d29d974d9b188c572c3f295767708fa7d120ab6db8ca099563014a055
 SHA512 
e034ceacd95989f78ef32d850bdd35ddee2fd51b1790644c8b4924b073e6237512244e9381596812d34656d6ea4b9a02b8d929c0c5b9d8f83e2a9c2758f6ac81
 DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c56513690fd93eda31cb2e36659dc8ad0d8035f97d8a505cd9beb248db6f3bd3dd775b87a1995e8e6f553fbcb20970c9
 SHA512 
0bca5523824842bfc8b92b349bd21c0c8f8a1fb70a035e199e86920f21cd732adf58c7fd385212cad5bddf08c56b0141a692218feae2369c510c278fd824cb03

diff --git a/dev-ruby/loofah/loofah-2.15.0.ebuild 
b/dev-ruby/loofah/loofah-2.15.0.ebuild
deleted file mode 100644
index 777ea4c464b6..
--- a/dev-ruby/loofah/loofah-2.15.0.ebuild
+++ /dev/null
@@ -1,39 +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"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/loofah/loofah-2.18.0.ebuild 
b/dev-ruby/loofah/loofah-2.18.0.ebuild
deleted file mode 100644
index 130df6ac6b62..
--- a/dev-ruby/loofah/loofah-2.18.0.ebuild
+++ /dev/null
@@ -1,39 +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_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e 

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

2022-12-18 Thread Hans de Graaff
commit: 09378ca343a7f422c5de81c7e5ada88df4c6315e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 09:07:56 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 09:08:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09378ca3

dev-ruby/loofah: stabilize 2.19.1 for amd64

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

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

diff --git a/dev-ruby/loofah/loofah-2.19.1.ebuild 
b/dev-ruby/loofah/loofah-2.19.1.ebuild
index 16fcec1713d7..0ba6264f247f 100644
--- a/dev-ruby/loofah/loofah-2.19.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.19.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2022-12-13 Thread Hans de Graaff
commit: b6c7c8d8d2b9595e000bba80d088b056b6cae864
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 13 18:33:02 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 13 18:36:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c7c8d8

dev-ruby/loofah: add 2.19.1

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.19.1.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 3d086226642e..9680a6c9da8a 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.15.0.tar.gz 69736 BLAKE2B 
f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf
 SHA512 
58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7
 DIST loofah-2.18.0.tar.gz 70441 BLAKE2B 
9164ccd663d217841474ceca065ff3e267b7d50851e840284f773de6bfb7835d2d9d2a4508ea174001076d7c3bccf8e5454f746dee3ed428e486f354a281def8
 SHA512 
beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017
 DIST loofah-2.19.0.tar.gz 71508 BLAKE2B 
11f582b1f544cf1dbfde7556befeb70f5efdb32f503766c822b9144ca566f363c6bbe03d29d974d9b188c572c3f295767708fa7d120ab6db8ca099563014a055
 SHA512 
e034ceacd95989f78ef32d850bdd35ddee2fd51b1790644c8b4924b073e6237512244e9381596812d34656d6ea4b9a02b8d929c0c5b9d8f83e2a9c2758f6ac81
+DIST loofah-2.19.1.tar.gz 81858 BLAKE2B 
e4383f9b867d9cbd04e8c8ea3cb23d89c56513690fd93eda31cb2e36659dc8ad0d8035f97d8a505cd9beb248db6f3bd3dd775b87a1995e8e6f553fbcb20970c9
 SHA512 
0bca5523824842bfc8b92b349bd21c0c8f8a1fb70a035e199e86920f21cd732adf58c7fd385212cad5bddf08c56b0141a692218feae2369c510c278fd824cb03

diff --git a/dev-ruby/loofah/loofah-2.19.1.ebuild 
b/dev-ruby/loofah/loofah-2.19.1.ebuild
new file mode 100644
index ..16fcec1713d7
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.19.1.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-12-13 Thread Hans de Graaff
commit: e84822274e1f780b0f6421106f3dea715975421d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 13 18:31:51 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 13 18:36:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8482227

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest |  2 --
 dev-ruby/loofah/loofah-2.12.0.ebuild | 39 
 dev-ruby/loofah/loofah-2.14.0.ebuild | 39 
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index b2324990e023..3d086226642e 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,5 +1,3 @@
-DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
-DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 
2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5
 SHA512 
b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f
 DIST loofah-2.15.0.tar.gz 69736 BLAKE2B 
f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf
 SHA512 
58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7
 DIST loofah-2.18.0.tar.gz 70441 BLAKE2B 
9164ccd663d217841474ceca065ff3e267b7d50851e840284f773de6bfb7835d2d9d2a4508ea174001076d7c3bccf8e5454f746dee3ed428e486f354a281def8
 SHA512 
beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017
 DIST loofah-2.19.0.tar.gz 71508 BLAKE2B 
11f582b1f544cf1dbfde7556befeb70f5efdb32f503766c822b9144ca566f363c6bbe03d29d974d9b188c572c3f295767708fa7d120ab6db8ca099563014a055
 SHA512 
e034ceacd95989f78ef32d850bdd35ddee2fd51b1790644c8b4924b073e6237512244e9381596812d34656d6ea4b9a02b8d929c0c5b9d8f83e2a9c2758f6ac81

diff --git a/dev-ruby/loofah/loofah-2.12.0.ebuild 
b/dev-ruby/loofah/loofah-2.12.0.ebuild
deleted file mode 100644
index db46f958c464..
--- a/dev-ruby/loofah/loofah-2.12.0.ebuild
+++ /dev/null
@@ -1,39 +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"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments"
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/loofah/loofah-2.14.0.ebuild 
b/dev-ruby/loofah/loofah-2.14.0.ebuild
deleted file mode 100644
index b6b5f7557b56..
--- a/dev-ruby/loofah/loofah-2.14.0.ebuild
+++ /dev/null
@@ -1,39 +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"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid 

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

2022-10-01 Thread Hans de Graaff
commit: e51b6e1d3d351b06f397e896b93c95503e565874
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  1 06:42:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  1 07:06:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51b6e1d

dev-ruby/loofah: add 2.19.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.19.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index afa89be2f011..b2324990e023 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -2,3 +2,4 @@ DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e
 DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 
2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5
 SHA512 
b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f
 DIST loofah-2.15.0.tar.gz 69736 BLAKE2B 
f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf
 SHA512 
58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7
 DIST loofah-2.18.0.tar.gz 70441 BLAKE2B 
9164ccd663d217841474ceca065ff3e267b7d50851e840284f773de6bfb7835d2d9d2a4508ea174001076d7c3bccf8e5454f746dee3ed428e486f354a281def8
 SHA512 
beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017
+DIST loofah-2.19.0.tar.gz 71508 BLAKE2B 
11f582b1f544cf1dbfde7556befeb70f5efdb32f503766c822b9144ca566f363c6bbe03d29d974d9b188c572c3f295767708fa7d120ab6db8ca099563014a055
 SHA512 
e034ceacd95989f78ef32d850bdd35ddee2fd51b1790644c8b4924b073e6237512244e9381596812d34656d6ea4b9a02b8d929c0c5b9d8f83e2a9c2758f6ac81

diff --git a/dev-ruby/loofah/loofah-2.19.0.ebuild 
b/dev-ruby/loofah/loofah-2.19.0.ebuild
new file mode 100644
index ..16fcec1713d7
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.19.0.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-05-22 Thread Hans de Graaff
commit: 39e452d59988a66a2f301d624f2d342f85cd614c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 22 07:43:06 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 22 07:45:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e452d5

dev-ruby/loofah: stabilize 2.15.0 for amd64

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

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

diff --git a/dev-ruby/loofah/loofah-2.15.0.ebuild 
b/dev-ruby/loofah/loofah-2.15.0.ebuild
index b6b5f7557b56..777ea4c464b6 100644
--- a/dev-ruby/loofah/loofah-2.15.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.15.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2022-05-22 Thread Hans de Graaff
commit: 9b9dd07b5080e30a781d2d351086114630a07752
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 22 07:42:15 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 22 07:45:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9dd07b

dev-ruby/loofah: add 2.18.0

Closes: https://bugs.gentoo.org/835399
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.18.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index ab110b25d1eb..afa89be2f011 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
 DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 
2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5
 SHA512 
b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f
 DIST loofah-2.15.0.tar.gz 69736 BLAKE2B 
f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf
 SHA512 
58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7
+DIST loofah-2.18.0.tar.gz 70441 BLAKE2B 
9164ccd663d217841474ceca065ff3e267b7d50851e840284f773de6bfb7835d2d9d2a4508ea174001076d7c3bccf8e5454f746dee3ed428e486f354a281def8
 SHA512 
beb637ad8f43c036e428a42bc0f3d693bc0b5685e41c12ebb88072974b2c7408c2a5f8a3cffb68b019f1c7e5140b388b53fd7c86f35e57e2efdc037088828017

diff --git a/dev-ruby/loofah/loofah-2.18.0.ebuild 
b/dev-ruby/loofah/loofah-2.18.0.ebuild
new file mode 100644
index ..130df6ac6b62
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.18.0.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-03-16 Thread Hans de Graaff
commit: 83883b4fbb271b7afdd7c9feb16a80bdc1f2c53d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 16 06:33:47 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 16 06:41:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83883b4f

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest |  2 --
 dev-ruby/loofah/loofah-2.10.0.ebuild | 39 
 dev-ruby/loofah/loofah-2.11.0.ebuild | 39 
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index e98b95132b18..c5b1368d5350 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,2 @@
-DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
-DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
 DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
 DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 
2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5
 SHA512 
b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f

diff --git a/dev-ruby/loofah/loofah-2.10.0.ebuild 
b/dev-ruby/loofah/loofah-2.10.0.ebuild
deleted file mode 100644
index 61c5dcaf8729..
--- a/dev-ruby/loofah/loofah-2.10.0.ebuild
+++ /dev/null
@@ -1,39 +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 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments"
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/loofah/loofah-2.11.0.ebuild 
b/dev-ruby/loofah/loofah-2.11.0.ebuild
deleted file mode 100644
index 6cf90be23e7c..
--- a/dev-ruby/loofah/loofah-2.11.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments"
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-

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

2022-03-16 Thread Hans de Graaff
commit: 775a0610b90f9aaef9e158dc1da007fea0e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 16 06:41:23 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 16 06:41:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775a0610

dev-ruby/loofah: add 2.15.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.15.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index c5b1368d5350..ab110b25d1eb 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
 DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 
2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5
 SHA512 
b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f
+DIST loofah-2.15.0.tar.gz 69736 BLAKE2B 
f5d8eb0113768b0f173aab45142056967293a1174835433b4b9a555e5039ce50e0ca29e9dbc501dcd7ab331f907e7cbbc3f08f239313f07a26d8926ef386c2cf
 SHA512 
58536545a5c8a9d191d815634be966d0efa6cd8030d1f81c34e46ca3be4a002244eb5680f4c69ba36daa0095fc7c3548d00d57db29b2ce3cf252ef826f22d5f7

diff --git a/dev-ruby/loofah/loofah-2.15.0.ebuild 
b/dev-ruby/loofah/loofah-2.15.0.ebuild
new file mode 100644
index ..b6b5f7557b56
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.15.0.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-02-22 Thread Hans de Graaff
commit: 49d1a14d49b7780ecc80e8152175589986a7a08e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 23 05:50:48 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 23 05:50:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d1a14d

dev-ruby/loofah: add 2.14.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.14.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 40925ac26ad9..e98b95132b18 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
 DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
 DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
+DIST loofah-2.14.0.tar.gz 69572 BLAKE2B 
2b2609e8db6a7fc37fafcc11b376a57a237b246416b5e92302e4a054db2dc61bb5281febe3c8845a3df9804b4ebe8c74a4ca7d856a9356eeeb6ac41697a218a5
 SHA512 
b9911a210033b040317ff5db55c52eb0d2ddfe3d9bf31f4ad115827aef4ac0d58d0cbc58056c7fe9055a607a926cf28886006ffbf14f6275a8125072e7d57d4f

diff --git a/dev-ruby/loofah/loofah-2.14.0.ebuild 
b/dev-ruby/loofah/loofah-2.14.0.ebuild
new file mode 100644
index ..b6b5f7557b56
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.14.0.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2022-02-22 Thread Hans de Graaff
commit: e9b43dd78adf700420dde399d375c233587afd8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 23 05:52:04 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 23 05:52:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b43dd7

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.12.0.ebuild 
b/dev-ruby/loofah/loofah-2.12.0.ebuild
index baa3bf412781..db46f958c464 100644
--- a/dev-ruby/loofah/loofah-2.12.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.12.0.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
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2021-11-07 Thread Yixun Lan
commit: 359f20c80578b57e39ed87747c7d2910bd6d2871
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Nov  5 10:44:29 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Nov  8 02:48:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359f20c8

dev-ruby/loofah: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-ruby/loofah/loofah-2.12.0.ebuild 
b/dev-ruby/loofah/loofah-2.12.0.ebuild
index 6601637f345..3af14c7df0a 100644
--- a/dev-ruby/loofah/loofah-2.12.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.12.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2021-08-11 Thread Hans de Graaff
commit: 9664c98be348e57ad943f35ce340a1d358dc5cab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 12 05:13:25 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 12 05:13:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9664c98b

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.9.1.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index df633d6110b..40925ac26ad 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,3 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
 DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
 DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
-DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.9.1.ebuild 
b/dev-ruby/loofah/loofah-2.9.1.ebuild
deleted file mode 100644
index 50570d6e95f..000
--- a/dev-ruby/loofah/loofah-2.9.1.ebuild
+++ /dev/null
@@ -1,39 +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_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2021-08-11 Thread Hans de Graaff
commit: 268ec2fc91f92752476406020af058c7bda2cc02
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 12 05:12:38 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 12 05:12:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268ec2fc

dev-ruby/loofah: add 2.12.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.12.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index c3462e0080c..df633d6110b 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
 DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
+DIST loofah-2.12.0.tar.gz 68919 BLAKE2B 
3d4c95fc4b80948eae6e03fa2b24fe53ef0bde4e6a4d18d518c2f8f92abc570f3efbce3f421d75813b308e84c4576b433dc5279fb3f32606022b6cebcb00bc7e
 SHA512 
f52a1ef20cd6364715a1421e356e1aec430e0ffc24776672b5ed8c9445ead5336d06bc35ddb4af03b57a30d95ca126596c1f3fd3f744791d691a349be6275e6d
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.12.0.ebuild 
b/dev-ruby/loofah/loofah-2.12.0.ebuild
new file mode 100644
index 000..6601637f345
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.12.0.ebuild
@@ -0,0 +1,39 @@
+# 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="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2021-07-31 Thread Hans de Graaff
commit: bb42eabd7e5038b18e6be7c34331f0c97cc04f54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  1 05:44:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  1 05:44:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb42eabd

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.10.0.ebuild 
b/dev-ruby/loofah/loofah-2.10.0.ebuild
index a9bcd9d282c..75214f53541 100644
--- a/dev-ruby/loofah/loofah-2.10.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.10.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2021-07-31 Thread Hans de Graaff
commit: a48ca0a64df0736fd7ed72eac5bf133d904390cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  1 05:43:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  1 05:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48ca0a6

dev-ruby/loofah: add 2.11.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.11.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 4485b16de74..3c84931ee2c 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
+DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.11.0.ebuild 
b/dev-ruby/loofah/loofah-2.11.0.ebuild
new file mode 100644
index 000..6601637f345
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.11.0.ebuild
@@ -0,0 +1,39 @@
+# 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="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2021-07-31 Thread Hans de Graaff
commit: 0b934ae1c55898e24e8a38fd973911d70d5dd226
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  1 05:43:59 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  1 05:43:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b934ae1

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.8.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 3c84931ee2c..c3462e0080c 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,3 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
 DIST loofah-2.11.0.tar.gz 68865 BLAKE2B 
ebd89f1aaa098f93ad578cbe1c028cd8805ea9f367a562382fc4cacd3d08640c539877c86de6b02d3ae2d7e451247b709664836708ca84609b0b6403085d3703
 SHA512 
9c1ea70894b4cc22080d219abc0282d4ea2d9f9214c857a93bccf3a99ebbe3fb011ef90b100916891cb16def52dac7db189ad9d88015e2efa7b5bf8d533b9ac3
-DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.8.0.ebuild 
b/dev-ruby/loofah/loofah-2.8.0.ebuild
deleted file mode 100644
index 50570d6e95f..000
--- a/dev-ruby/loofah/loofah-2.8.0.ebuild
+++ /dev/null
@@ -1,39 +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_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2021-06-17 Thread Hans de Graaff
commit: df4a10a05414f7db53d71426b8d634669412aeb7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 18 03:41:27 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 18 03:48:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4a10a0

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.7.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 04ae057e811..4485b16de74 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,3 @@
 DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
-DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.7.0.ebuild 
b/dev-ruby/loofah/loofah-2.7.0.ebuild
deleted file mode 100644
index 58aad399e56..000
--- a/dev-ruby/loofah/loofah-2.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2021-06-17 Thread Hans de Graaff
commit: 3dcbec6d35a1a993f959ea20b75022977376798c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 18 03:41:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 18 03:48:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dcbec6d

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.9.1.ebuild 
b/dev-ruby/loofah/loofah-2.9.1.ebuild
index 000d6ae80a3..50570d6e95f 100644
--- a/dev-ruby/loofah/loofah-2.9.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.9.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2021-06-17 Thread Hans de Graaff
commit: 56dc4dc5b5658aa2ebfaedf5b3a84aac4dee8d0a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 18 03:46:24 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 18 03:48:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dc4dc5

dev-ruby/loofah: add ruby30

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

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

diff --git a/dev-ruby/loofah/loofah-2.10.0.ebuild 
b/dev-ruby/loofah/loofah-2.10.0.ebuild
index 000d6ae80a3..a9bcd9d282c 100644
--- a/dev-ruby/loofah/loofah-2.10.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.10.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2021-06-06 Thread Hans de Graaff
commit: 4dd59e26b2870435368e7eb2aae15cd02aa3c490
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  7 04:54:41 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  7 04:54:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd59e26

dev-ruby/loofah: add 2.10.0

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

 dev-ruby/loofah/Manifest |  1 +
 dev-ruby/loofah/loofah-2.10.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index c6d22b5375e..04ae057e811 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
+DIST loofah-2.10.0.tar.gz 70379 BLAKE2B 
1de980e181bfb0c6fc8c98713b01aaedbd5d7bc7cffb30a0b8f477ee0e475c255a8e14d9b54254d318b569ca4327e78a6b42c73f765c7bafd8a265f083cc4449
 SHA512 
c51e3981b4f4f2d93a1e8817c86df57c50818b0a0589e260fb4208b34c69f08b270ea39e3354c4c15b670bbd3eaba6b3274e4f4d67a8c97fc99b28bc8ef2
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.10.0.ebuild 
b/dev-ruby/loofah/loofah-2.10.0.ebuild
new file mode 100644
index 000..000d6ae80a3
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.10.0.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2021-06-06 Thread Hans de Graaff
commit: 8ea2d4f22d368dcb9c0ee3f91f03f8d95f6167b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  7 04:49:38 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  7 04:49:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea2d4f2

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.8.0.ebuild 
b/dev-ruby/loofah/loofah-2.8.0.ebuild
index 000b13cda4d..50570d6e95f 100644
--- a/dev-ruby/loofah/loofah-2.8.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.8.0.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
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2021-06-06 Thread Hans de Graaff
commit: 89f83ac833e529d887fc33121a0385fa987fb35e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun  7 04:50:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun  7 04:50:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f83ac8

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.9.0.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index a209e0c73cd..c6d22b5375e 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,3 @@
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
-DIST loofah-2.9.0.tar.gz 69098 BLAKE2B 
097479b8de0f2fdebedfab9b1a0a656811c4650c13cdb73d2594c513a6be7bd9d6e6f81b5594367e7f0d783ff22664d22dcc8e06014cae51493057069831c174
 SHA512 
9dfcdd1142256b4fee10038ace13e33f5086aac0ab8e449fae878c33d66bc0882e6e032a9251dd16188dcb4549260403768771f2c7f5f38d55686a6a88792b65
 DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.9.0.ebuild 
b/dev-ruby/loofah/loofah-2.9.0.ebuild
deleted file mode 100644
index 000d6ae80a3..000
--- a/dev-ruby/loofah/loofah-2.9.0.ebuild
+++ /dev/null
@@ -1,39 +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_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2021-04-08 Thread Hans de Graaff
commit: cd6fd008186710c0912ea05b13338e015a9f114f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr  8 05:56:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr  8 05:56:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6fd008

dev-ruby/loofah: add 2.9.1

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.9.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 28deecba313..a209e0c73cd 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
 DIST loofah-2.9.0.tar.gz 69098 BLAKE2B 
097479b8de0f2fdebedfab9b1a0a656811c4650c13cdb73d2594c513a6be7bd9d6e6f81b5594367e7f0d783ff22664d22dcc8e06014cae51493057069831c174
 SHA512 
9dfcdd1142256b4fee10038ace13e33f5086aac0ab8e449fae878c33d66bc0882e6e032a9251dd16188dcb4549260403768771f2c7f5f38d55686a6a88792b65
+DIST loofah-2.9.1.tar.gz 69652 BLAKE2B 
76bdd6c1ffda325314eb28c4bea6e5c8b8a69c3a7e9a661f328507a523ca086c2caf14f58b2e83cc2213c072342176bbb2de7be5a68d68e54675f30e81657b92
 SHA512 
625c38de7fe5fcbd8e3fb01aa7aa28560e7f3bb4e5354912bed072bd83cf35e824cf84e491155fa44b50ae418c46a187f02d4f605062abbfde05653d022bb663

diff --git a/dev-ruby/loofah/loofah-2.9.1.ebuild 
b/dev-ruby/loofah/loofah-2.9.1.ebuild
new file mode 100644
index 000..000d6ae80a3
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.9.1.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2021-01-14 Thread Hans de Graaff
commit: 6509ef030aad39b9c7f6c1c5c48dc267226c7691
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 15 06:56:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 15 07:08:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6509ef03

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest   |  1 -
 dev-ruby/loofah/loofah-2.6.0-r1.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 920b270370e..acf9c4fdf5b 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,2 @@
-DIST loofah-2.6.0.tar.gz 68970 BLAKE2B 
507e907e9c744734594dbb0aefdfb76f57f57ccb9fde6c52b15b56289d6cbeb8c1a7bc0fff0259d22204c45f55b06a360cb56e8c8731736a0d70ef079e006cbb
 SHA512 
6c3948844b5f66f14a86049fa0527967a120df9a51661bab88449f0a60093493b5b948901b7227995747d253d915ca0176f708b12636ca3396b794cd49db
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b

diff --git a/dev-ruby/loofah/loofah-2.6.0-r1.ebuild 
b/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
deleted file mode 100644
index 58aad399e56..000
--- a/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2021-01-14 Thread Hans de Graaff
commit: 6b8aca3964c88c94a3fc52b1add1a3e912938177
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 15 06:57:52 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 15 07:08:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8aca39

dev-ruby/loofah: add 2.9.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.9.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index acf9c4fdf5b..28deecba313 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
 DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b
+DIST loofah-2.9.0.tar.gz 69098 BLAKE2B 
097479b8de0f2fdebedfab9b1a0a656811c4650c13cdb73d2594c513a6be7bd9d6e6f81b5594367e7f0d783ff22664d22dcc8e06014cae51493057069831c174
 SHA512 
9dfcdd1142256b4fee10038ace13e33f5086aac0ab8e449fae878c33d66bc0882e6e032a9251dd16188dcb4549260403768771f2c7f5f38d55686a6a88792b65

diff --git a/dev-ruby/loofah/loofah-2.9.0.ebuild 
b/dev-ruby/loofah/loofah-2.9.0.ebuild
new file mode 100644
index 000..000d6ae80a3
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.9.0.ebuild
@@ -0,0 +1,39 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2020-11-25 Thread Hans de Graaff
commit: 061e86b2cdd2607ae2e77c9e45ff566f2a30d7e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 26 05:10:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 26 05:10:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061e86b2

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest   |  2 --
 dev-ruby/loofah/loofah-2.4.0.ebuild| 33 
 dev-ruby/loofah/loofah-2.5.0-r2.ebuild | 39 --
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index b1ae236bb51..af86e0b4622 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,2 @@
-DIST loofah-2.4.0.gem 68096 BLAKE2B 
7bffd489c6234b3afeebafad5029802aa0370ded269de018517e914c4c2ec151936e899c633e157045f93dce3e0d829e9821a3ab42447f71ca679f1bd3965423
 SHA512 
95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
-DIST loofah-2.5.0.tar.gz 68497 BLAKE2B 
a4e13bb4b7e5b76b9cc753031617110c61db8b7f13c2dc7f0f9423a1ff106e45e79f62b80f595a3e1e2958de9ed717e718b5d58e57a32d4baaa2d8355713580e
 SHA512 
77d84a26f93605bf231e893dd7b010013d97077ceed44ae16164210f029a044e36d5bcacebffbbefdd8fe371e7ab0aa322bc48565c2ccaed1e8a386385176301
 DIST loofah-2.6.0.tar.gz 68970 BLAKE2B 
507e907e9c744734594dbb0aefdfb76f57f57ccb9fde6c52b15b56289d6cbeb8c1a7bc0fff0259d22204c45f55b06a360cb56e8c8731736a0d70ef079e006cbb
 SHA512 
6c3948844b5f66f14a86049fa0527967a120df9a51661bab88449f0a60093493b5b948901b7227995747d253d915ca0176f708b12636ca3396b794cd49db
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9

diff --git a/dev-ruby/loofah/loofah-2.4.0.ebuild 
b/dev-ruby/loofah/loofah-2.4.0.ebuild
deleted file mode 100644
index a1c0ba8a9d2..000
--- a/dev-ruby/loofah/loofah-2.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/loofah/loofah-2.5.0-r2.ebuild 
b/dev-ruby/loofah/loofah-2.5.0-r2.ebuild
deleted file mode 100644
index aa2eaf69d5c..000
--- a/dev-ruby/loofah/loofah-2.5.0-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Fix version in gemspec
-   sed -i -e '/s.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2020-11-25 Thread Hans de Graaff
commit: b4899d6c36b70f6324bfc7c989c827079ab5c630
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 26 05:12:30 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 26 05:12:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4899d6c

dev-ruby/loofah: add 2.8.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.8.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index af86e0b4622..920b270370e 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.6.0.tar.gz 68970 BLAKE2B 
507e907e9c744734594dbb0aefdfb76f57f57ccb9fde6c52b15b56289d6cbeb8c1a7bc0fff0259d22204c45f55b06a360cb56e8c8731736a0d70ef079e006cbb
 SHA512 
6c3948844b5f66f14a86049fa0527967a120df9a51661bab88449f0a60093493b5b948901b7227995747d253d915ca0176f708b12636ca3396b794cd49db
 DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9
+DIST loofah-2.8.0.tar.gz 68844 BLAKE2B 
52b5b5c7a70939069d84d0f66c4262e456d2ed81ab4ef2541eceb9068ccdddbb1c7b470ca7504700f6f66d4aa4507b9edfd4720c1302f6026008c10100c1fecb
 SHA512 
a9d7c21be733e1aab8353ab7bfb3db14d47e8da2c3f20eba11d0041b782e4f2cb82865bbd5a2a9321aae7ea04089f6a5fd1bd3119cbfe8a00c2ea71a40cae53b

diff --git a/dev-ruby/loofah/loofah-2.8.0.ebuild 
b/dev-ruby/loofah/loofah-2.8.0.ebuild
new file mode 100644
index 000..000b13cda4d
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2020-11-25 Thread Hans de Graaff
commit: 2314f66c8d5b80e7c1665c604633fbf04bedfc5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 26 05:14:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 26 05:14:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2314f66c

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.7.0.ebuild 
b/dev-ruby/loofah/loofah-2.7.0.ebuild
index 000b13cda4d..58aad399e56 100644
--- a/dev-ruby/loofah/loofah-2.7.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.7.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2020-08-26 Thread Hans de Graaff
commit: 4d629de62800d9436633a97fe6ed1afbeb738dbe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 27 05:35:06 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 27 05:35:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d629de6

dev-ruby/loofah: add 2.7.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.7.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index b8c77267dd7..b1ae236bb51 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.4.0.gem 68096 BLAKE2B 
7bffd489c6234b3afeebafad5029802aa0370ded269de018517e914c4c2ec151936e899c633e157045f93dce3e0d829e9821a3ab42447f71ca679f1bd3965423
 SHA512 
95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
 DIST loofah-2.5.0.tar.gz 68497 BLAKE2B 
a4e13bb4b7e5b76b9cc753031617110c61db8b7f13c2dc7f0f9423a1ff106e45e79f62b80f595a3e1e2958de9ed717e718b5d58e57a32d4baaa2d8355713580e
 SHA512 
77d84a26f93605bf231e893dd7b010013d97077ceed44ae16164210f029a044e36d5bcacebffbbefdd8fe371e7ab0aa322bc48565c2ccaed1e8a386385176301
 DIST loofah-2.6.0.tar.gz 68970 BLAKE2B 
507e907e9c744734594dbb0aefdfb76f57f57ccb9fde6c52b15b56289d6cbeb8c1a7bc0fff0259d22204c45f55b06a360cb56e8c8731736a0d70ef079e006cbb
 SHA512 
6c3948844b5f66f14a86049fa0527967a120df9a51661bab88449f0a60093493b5b948901b7227995747d253d915ca0176f708b12636ca3396b794cd49db
+DIST loofah-2.7.0.tar.gz 69272 BLAKE2B 
1578cba4b4b12fb35a1095060af8d764ec55d3745a44cf756f1de5bf43bc0bde37276372e7aa53a3a26c2c83a8c3da417140d3addb102cc0429f7d47b8c01806
 SHA512 
698f7976e6048615643d8875aa4dc09c4bd261234bdc9908589edc08be9073a83f84f04fff7e32b518712d63cefe2611895543733967a8b8de12e6cecdb902c9

diff --git a/dev-ruby/loofah/loofah-2.7.0.ebuild 
b/dev-ruby/loofah/loofah-2.7.0.ebuild
new file mode 100644
index 000..000b13cda4d
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.7.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2020-08-26 Thread Hans de Graaff
commit: 1def05d6394a7ec98252dd80aaf5eabb983ea535
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 27 05:37:06 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Aug 27 05:37:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1def05d6

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.6.0-r1.ebuild 
b/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
index 000b13cda4d..58aad399e56 100644
--- a/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
+++ b/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2020-07-26 Thread Hans de Graaff
commit: c83cf8fcc109a6a9ca23f585ab221b2cf935e03c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 26 14:07:45 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 26 15:12:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83cf8fc

dev-ruby/loofah: fix gemspec

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

 dev-ruby/loofah/{loofah-2.6.0.ebuild => loofah-2.6.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/loofah/loofah-2.6.0.ebuild 
b/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
similarity index 93%
rename from dev-ruby/loofah/loofah-2.6.0.ebuild
rename to dev-ruby/loofah/loofah-2.6.0-r1.ebuild
index 8df5a613a61..000b13cda4d 100644
--- a/dev-ruby/loofah/loofah-2.6.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.6.0-r1.ebuild
@@ -25,7 +25,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
 
 all_ruby_prepare() {
# Fix version in gemspec
-   sed -i -e '/s.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/s\.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
 
# Avoid unneeded development dependencies
sed -i -e '/concourse/I s:^:#:' Rakefile || die



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

2020-06-16 Thread Hans de Graaff
commit: fe41978cdb6bd9265ab2285c5d14dc41c72840c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 17 05:44:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 17 05:56:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe41978c

dev-ruby/loofah: add 2.6.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.6.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index a8e829e1819..b8c77267dd7 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.4.0.gem 68096 BLAKE2B 
7bffd489c6234b3afeebafad5029802aa0370ded269de018517e914c4c2ec151936e899c633e157045f93dce3e0d829e9821a3ab42447f71ca679f1bd3965423
 SHA512 
95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
 DIST loofah-2.5.0.tar.gz 68497 BLAKE2B 
a4e13bb4b7e5b76b9cc753031617110c61db8b7f13c2dc7f0f9423a1ff106e45e79f62b80f595a3e1e2958de9ed717e718b5d58e57a32d4baaa2d8355713580e
 SHA512 
77d84a26f93605bf231e893dd7b010013d97077ceed44ae16164210f029a044e36d5bcacebffbbefdd8fe371e7ab0aa322bc48565c2ccaed1e8a386385176301
+DIST loofah-2.6.0.tar.gz 68970 BLAKE2B 
507e907e9c744734594dbb0aefdfb76f57f57ccb9fde6c52b15b56289d6cbeb8c1a7bc0fff0259d22204c45f55b06a360cb56e8c8731736a0d70ef079e006cbb
 SHA512 
6c3948844b5f66f14a86049fa0527967a120df9a51661bab88449f0a60093493b5b948901b7227995747d253d915ca0176f708b12636ca3396b794cd49db

diff --git a/dev-ruby/loofah/loofah-2.6.0.ebuild 
b/dev-ruby/loofah/loofah-2.6.0.ebuild
new file mode 100644
index 000..8df5a613a61
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.6.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2020-05-19 Thread Hans de Graaff
commit: f295d004b21e35134e6a9afc5f904ad2a788bf68
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 19 13:21:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 19 13:21:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f295d004

dev-ruby/loofah: fix version in gemspec

Closes: https://bugs.gentoo.org/719254
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/loofah/{loofah-2.5.0-r1.ebuild => loofah-2.5.0-r2.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/loofah/loofah-2.5.0-r1.ebuild 
b/dev-ruby/loofah/loofah-2.5.0-r2.ebuild
similarity index 91%
rename from dev-ruby/loofah/loofah-2.5.0-r1.ebuild
rename to dev-ruby/loofah/loofah-2.5.0-r2.ebuild
index eaf295b5d0d..aa2eaf69d5c 100644
--- a/dev-ruby/loofah/loofah-2.5.0-r1.ebuild
+++ b/dev-ruby/loofah/loofah-2.5.0-r2.ebuild
@@ -24,6 +24,9 @@ ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogir
 ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
 
 all_ruby_prepare() {
+   # Fix version in gemspec
+   sed -i -e '/s.version/ s/".*"/"'${PV}'"/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
# Avoid unneeded development dependencies
sed -i -e '/concourse/I s:^:#:' Rakefile || die
 



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

2020-05-15 Thread Hans de Graaff
commit: 903f9ceadd8dc1d4a36e5d73e6547fb77560b31f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 16 04:20:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 16 04:20:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903f9cea

dev-ruby/loofah: add proper gemspec

Closes: https://bugs.gentoo.org/719254
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/loofah/{loofah-2.5.0.ebuild => loofah-2.5.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/loofah/loofah-2.5.0.ebuild 
b/dev-ruby/loofah/loofah-2.5.0-r1.ebuild
similarity index 96%
rename from dev-ruby/loofah/loofah-2.5.0.ebuild
rename to dev-ruby/loofah/loofah-2.5.0-r1.ebuild
index 1889f675b01..eaf295b5d0d 100644
--- a/dev-ruby/loofah/loofah-2.5.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.5.0-r1.ebuild
@@ -6,6 +6,8 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 
+RUBY_FAKEGEM_GEMSPEC="loofah.gemspec"
+
 inherit ruby-fakegem
 
 DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."



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

2020-05-05 Thread Hans de Graaff
commit: 6139fa54808b5d059511123ad177a42597ca8e9b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  5 09:27:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  5 10:01:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6139fa54

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.3.1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index bfd570ee1c4..a8e829e1819 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,2 @@
-DIST loofah-2.3.1.gem 68096 BLAKE2B 
367cf64fe458cdfb0af3dc57012d892f830a7aa0df2d30f66cde7c2f5c31c1f29be4d1b83b85f3167bca1bc02fb750a420bce655b803ca4992ded3061c8fc82c
 SHA512 
188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba
 DIST loofah-2.4.0.gem 68096 BLAKE2B 
7bffd489c6234b3afeebafad5029802aa0370ded269de018517e914c4c2ec151936e899c633e157045f93dce3e0d829e9821a3ab42447f71ca679f1bd3965423
 SHA512 
95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
 DIST loofah-2.5.0.tar.gz 68497 BLAKE2B 
a4e13bb4b7e5b76b9cc753031617110c61db8b7f13c2dc7f0f9423a1ff106e45e79f62b80f595a3e1e2958de9ed717e718b5d58e57a32d4baaa2d8355713580e
 SHA512 
77d84a26f93605bf231e893dd7b010013d97077ceed44ae16164210f029a044e36d5bcacebffbbefdd8fe371e7ab0aa322bc48565c2ccaed1e8a386385176301

diff --git a/dev-ruby/loofah/loofah-2.3.1.ebuild 
b/dev-ruby/loofah/loofah-2.3.1.ebuild
deleted file mode 100644
index 13f2775a979..000
--- a/dev-ruby/loofah/loofah-2.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2020-04-20 Thread Sergei Trofimovich
commit: f8c440b4c1ebef8ad22211839fd6e5ac863a0a97
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 15:24:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 17:04:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c440b4

dev-ruby/loofah: keyworded 2.4.0 for sparc

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

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

diff --git a/dev-ruby/loofah/loofah-2.4.0.ebuild 
b/dev-ruby/loofah/loofah-2.4.0.ebuild
index 8dd70ee58f2..a1c0ba8a9d2 100644
--- a/dev-ruby/loofah/loofah-2.4.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.4.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2020-04-20 Thread Sergei Trofimovich
commit: 7fc4a36feb5b4e7b8926d732382cf87d0b93c16d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 15:23:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 17:04:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc4a36f

dev-ruby/loofah: keyworded 2.3.1 for sparc

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

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

diff --git a/dev-ruby/loofah/loofah-2.3.1.ebuild 
b/dev-ruby/loofah/loofah-2.3.1.ebuild
index 14cf459e326..13f2775a979 100644
--- a/dev-ruby/loofah/loofah-2.3.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2020-04-20 Thread Sergei Trofimovich
commit: 895eb0ad131fb796bb0ff96240478284809ca323
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 15:25:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 17:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895eb0ad

dev-ruby/loofah: keyworded 2.5.0 for sparc

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

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

diff --git a/dev-ruby/loofah/loofah-2.5.0.ebuild 
b/dev-ruby/loofah/loofah-2.5.0.ebuild
index c350b88c805..1889f675b01 100644
--- a/dev-ruby/loofah/loofah-2.5.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.5.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2020-04-06 Thread Hans de Graaff
commit: 08401b73846a6de6449857664de6a2371234194d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  6 05:24:42 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  6 09:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08401b73

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.4.0.ebuild 
b/dev-ruby/loofah/loofah-2.4.0.ebuild
index 0411d8ac21d..8dd70ee58f2 100644
--- a/dev-ruby/loofah/loofah-2.4.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.4.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2020-04-06 Thread Hans de Graaff
commit: 27bbed15673c1ce45dd9671a05cac90746d13b87
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr  6 05:23:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr  6 09:27:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bbed15

dev-ruby/loofah: add 2.5.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.5.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 1bb9c709731..bfd570ee1c4 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.3.1.gem 68096 BLAKE2B 
367cf64fe458cdfb0af3dc57012d892f830a7aa0df2d30f66cde7c2f5c31c1f29be4d1b83b85f3167bca1bc02fb750a420bce655b803ca4992ded3061c8fc82c
 SHA512 
188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba
 DIST loofah-2.4.0.gem 68096 BLAKE2B 
7bffd489c6234b3afeebafad5029802aa0370ded269de018517e914c4c2ec151936e899c633e157045f93dce3e0d829e9821a3ab42447f71ca679f1bd3965423
 SHA512 
95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
+DIST loofah-2.5.0.tar.gz 68497 BLAKE2B 
a4e13bb4b7e5b76b9cc753031617110c61db8b7f13c2dc7f0f9423a1ff106e45e79f62b80f595a3e1e2958de9ed717e718b5d58e57a32d4baaa2d8355713580e
 SHA512 
77d84a26f93605bf231e893dd7b010013d97077ceed44ae16164210f029a044e36d5bcacebffbbefdd8fe371e7ab0aa322bc48565c2ccaed1e8a386385176301

diff --git a/dev-ruby/loofah/loofah-2.5.0.ebuild 
b/dev-ruby/loofah/loofah-2.5.0.ebuild
new file mode 100644
index 000..c350b88c805
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+SRC_URI="https://github.com/flavorjones/loofah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2020-03-12 Thread Hans de Graaff
commit: 070597f9668e77c5cae243eac3d377667555c623
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 12 10:27:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 12 10:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070597f9

dev-ruby/loofah: add ruby27

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

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

diff --git a/dev-ruby/loofah/loofah-2.4.0.ebuild 
b/dev-ruby/loofah/loofah-2.4.0.ebuild
index 7ea90a4b875..0411d8ac21d 100644
--- a/dev-ruby/loofah/loofah-2.4.0.ebuild
+++ b/dev-ruby/loofah/loofah-2.4.0.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=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2019-11-25 Thread Hans de Graaff
commit: 7957c5b0b663b9d8c1b725ef0384eb8c50c3f262
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 26 06:30:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 26 06:30:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7957c5b0

dev-ruby/loofah: add 2.4.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.4.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 05e8cc0479b..1bb9c709731 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
 DIST loofah-2.3.1.gem 68096 BLAKE2B 
367cf64fe458cdfb0af3dc57012d892f830a7aa0df2d30f66cde7c2f5c31c1f29be4d1b83b85f3167bca1bc02fb750a420bce655b803ca4992ded3061c8fc82c
 SHA512 
188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba
+DIST loofah-2.4.0.gem 68096 BLAKE2B 
7bffd489c6234b3afeebafad5029802aa0370ded269de018517e914c4c2ec151936e899c633e157045f93dce3e0d829e9821a3ab42447f71ca679f1bd3965423
 SHA512 
95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a

diff --git a/dev-ruby/loofah/loofah-2.4.0.ebuild 
b/dev-ruby/loofah/loofah-2.4.0.ebuild
new file mode 100644
index 000..7ea90a4b875
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2019-11-11 Thread Hans de Graaff
commit: 72f67c4e7d7e209a0a9ca99be41e7c4175dff110
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 11 19:19:39 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 11 19:19:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f67c4e

dev-ruby/loofah: cleanup vulnerable version

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.2.3.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index f1371b80ce6..05e8cc0479b 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1 @@
-DIST loofah-2.2.3.gem 65536 BLAKE2B 
ce1dd5255b0089862d26926624ef6007416318b77f4eb818ff462d8f680f8ef901ecb6ae751e33e1881e303fd005a4bd776c0e6a575562ffb7fb0b62e376b753
 SHA512 
8e63e1d4e3719c2ffcc8cf3208dbdfa3eb6e328bb91fc8dc6de88c472aac47f1a22771928b08f3c6816c159c6a9672299823f5d48177ae543358e73444b8ac56
 DIST loofah-2.3.1.gem 68096 BLAKE2B 
367cf64fe458cdfb0af3dc57012d892f830a7aa0df2d30f66cde7c2f5c31c1f29be4d1b83b85f3167bca1bc02fb750a420bce655b803ca4992ded3061c8fc82c
 SHA512 
188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba

diff --git a/dev-ruby/loofah/loofah-2.2.3.ebuild 
b/dev-ruby/loofah/loofah-2.2.3.ebuild
deleted file mode 100644
index e908d36b4e7..000
--- a/dev-ruby/loofah/loofah-2.2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}



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

2019-10-28 Thread Agostino Sarubbo
commit: 8f280501151e6fcff9876ec8119c9516c7326c03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 28 07:41:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 28 07:41:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f280501

dev-ruby/loofah: amd64 stable wrt bug #698260

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/loofah/loofah-2.3.1.ebuild 
b/dev-ruby/loofah/loofah-2.3.1.ebuild
index 7ea90a4b875..14cf459e326 100644
--- a/dev-ruby/loofah/loofah-2.3.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.3.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2019-10-22 Thread Hans de Graaff
commit: ff91e801f9eb9efd9876dc853737b8731ac30caa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 22 13:22:34 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 22 13:22:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff91e801

dev-ruby/loofah: remove vulnerable version

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

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.3.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 5a898e0e0cd..f1371b80ce6 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,2 @@
 DIST loofah-2.2.3.gem 65536 BLAKE2B 
ce1dd5255b0089862d26926624ef6007416318b77f4eb818ff462d8f680f8ef901ecb6ae751e33e1881e303fd005a4bd776c0e6a575562ffb7fb0b62e376b753
 SHA512 
8e63e1d4e3719c2ffcc8cf3208dbdfa3eb6e328bb91fc8dc6de88c472aac47f1a22771928b08f3c6816c159c6a9672299823f5d48177ae543358e73444b8ac56
-DIST loofah-2.3.0.gem 68096 BLAKE2B 
a9c8a85aba97a7c3a72cb9fb09666ffd991f43c946725842c197fd787d7d27dfeeb153ae6c3ebf94b283cb06c25983a42221767419d2982145c87f22e7874d69
 SHA512 
fc933bb3c15f52ec1d0e3b2beaadd7b9d293d1cac2d5c639ff5e53ecc6e9de974aa5390e8caf499217abbb67853e0bee4e904f60b3e0be38dea4bdee5f3a65ad
 DIST loofah-2.3.1.gem 68096 BLAKE2B 
367cf64fe458cdfb0af3dc57012d892f830a7aa0df2d30f66cde7c2f5c31c1f29be4d1b83b85f3167bca1bc02fb750a420bce655b803ca4992ded3061c8fc82c
 SHA512 
188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba

diff --git a/dev-ruby/loofah/loofah-2.3.0.ebuild 
b/dev-ruby/loofah/loofah-2.3.0.ebuild
deleted file mode 100644
index 7ea90a4b875..000
--- a/dev-ruby/loofah/loofah-2.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2019-10-22 Thread Hans de Graaff
commit: 7d15e25827d1baa892276e605a4516b5a43b84ec
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 22 13:21:46 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 22 13:21:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d15e258

dev-ruby/loofah: add 2.3.1

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.3.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 597dcdc04cb..5a898e0e0cd 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.2.3.gem 65536 BLAKE2B 
ce1dd5255b0089862d26926624ef6007416318b77f4eb818ff462d8f680f8ef901ecb6ae751e33e1881e303fd005a4bd776c0e6a575562ffb7fb0b62e376b753
 SHA512 
8e63e1d4e3719c2ffcc8cf3208dbdfa3eb6e328bb91fc8dc6de88c472aac47f1a22771928b08f3c6816c159c6a9672299823f5d48177ae543358e73444b8ac56
 DIST loofah-2.3.0.gem 68096 BLAKE2B 
a9c8a85aba97a7c3a72cb9fb09666ffd991f43c946725842c197fd787d7d27dfeeb153ae6c3ebf94b283cb06c25983a42221767419d2982145c87f22e7874d69
 SHA512 
fc933bb3c15f52ec1d0e3b2beaadd7b9d293d1cac2d5c639ff5e53ecc6e9de974aa5390e8caf499217abbb67853e0bee4e904f60b3e0be38dea4bdee5f3a65ad
+DIST loofah-2.3.1.gem 68096 BLAKE2B 
367cf64fe458cdfb0af3dc57012d892f830a7aa0df2d30f66cde7c2f5c31c1f29be4d1b83b85f3167bca1bc02fb750a420bce655b803ca4992ded3061c8fc82c
 SHA512 
188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba

diff --git a/dev-ruby/loofah/loofah-2.3.1.ebuild 
b/dev-ruby/loofah/loofah-2.3.1.ebuild
new file mode 100644
index 000..7ea90a4b875
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2019-09-29 Thread Hans de Graaff
commit: 905ba285e35fd28f5ce8e4831383d7679887c28a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 29 06:00:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 29 09:06:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ba285

dev-ruby/loofah: add 2.3.0

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.3.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 7b2fffcf371..597dcdc04cb 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
 DIST loofah-2.2.3.gem 65536 BLAKE2B 
ce1dd5255b0089862d26926624ef6007416318b77f4eb818ff462d8f680f8ef901ecb6ae751e33e1881e303fd005a4bd776c0e6a575562ffb7fb0b62e376b753
 SHA512 
8e63e1d4e3719c2ffcc8cf3208dbdfa3eb6e328bb91fc8dc6de88c472aac47f1a22771928b08f3c6816c159c6a9672299823f5d48177ae543358e73444b8ac56
+DIST loofah-2.3.0.gem 68096 BLAKE2B 
a9c8a85aba97a7c3a72cb9fb09666ffd991f43c946725842c197fd787d7d27dfeeb153ae6c3ebf94b283cb06c25983a42221767419d2982145c87f22e7874d69
 SHA512 
fc933bb3c15f52ec1d0e3b2beaadd7b9d293d1cac2d5c639ff5e53ecc6e9de974aa5390e8caf499217abbb67853e0bee4e904f60b3e0be38dea4bdee5f3a65ad

diff --git a/dev-ruby/loofah/loofah-2.3.0.ebuild 
b/dev-ruby/loofah/loofah-2.3.0.ebuild
new file mode 100644
index 000..7ea90a4b875
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
+}



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

2019-02-01 Thread Hans de Graaff
commit: 56c14f9ab89325e73f51127f06a81bee5d8742e0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  1 11:17:00 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  1 11:17:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c14f9a

dev-ruby/loofah: add ruby26

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

 dev-ruby/loofah/loofah-2.2.3.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/loofah/loofah-2.2.3.ebuild 
b/dev-ruby/loofah/loofah-2.2.3.ebuild
index 0376b81cd3a..e908d36b4e7 100644
--- a/dev-ruby/loofah/loofah-2.2.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.2.3.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=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -19,7 +19,7 @@ IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
 
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 )"
 
 all_ruby_prepare() {
# Avoid unneeded development dependencies
@@ -28,3 +28,7 @@ all_ruby_prepare() {
# Avoid test failing on different whitespace.
sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
 }
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2018-11-07 Thread Hans de Graaff
commit: bb1466bb35d3ca00662d69fcf80c59f3838b4a67
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  7 18:56:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  7 18:56:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1466bb

dev-ruby/loofah: cleanup

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

 dev-ruby/loofah/Manifest|  2 --
 dev-ruby/loofah/loofah-2.2.1.ebuild | 33 -
 dev-ruby/loofah/loofah-2.2.2.ebuild | 30 --
 3 files changed, 65 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 6ba5804d5b5..7b2fffcf371 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1 @@
-DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
-DIST loofah-2.2.2.gem 65024 BLAKE2B 
4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee
 SHA512 
3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e
 DIST loofah-2.2.3.gem 65536 BLAKE2B 
ce1dd5255b0089862d26926624ef6007416318b77f4eb818ff462d8f680f8ef901ecb6ae751e33e1881e303fd005a4bd776c0e6a575562ffb7fb0b62e376b753
 SHA512 
8e63e1d4e3719c2ffcc8cf3208dbdfa3eb6e328bb91fc8dc6de88c472aac47f1a22771928b08f3c6816c159c6a9672299823f5d48177ae543358e73444b8ac56

diff --git a/dev-ruby/loofah/loofah-2.2.1.ebuild 
b/dev-ruby/loofah/loofah-2.2.1.ebuild
deleted file mode 100644
index de5c5588628..000
--- a/dev-ruby/loofah/loofah-2.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-
-   # Fix test for new libxml2 results (fixed upstream)
-   #sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
-}

diff --git a/dev-ruby/loofah/loofah-2.2.2.ebuild 
b/dev-ruby/loofah/loofah-2.2.2.ebuild
deleted file mode 100644
index e26b8c34f42..000
--- a/dev-ruby/loofah/loofah-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}



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

2018-10-31 Thread Hans de Graaff
commit: f6b41c245caccf9a44e287f29f825cc6962681f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 31 06:50:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 31 06:52:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b41c24

dev-ruby/loofah: amd64 stable

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

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

diff --git a/dev-ruby/loofah/loofah-2.2.3.ebuild 
b/dev-ruby/loofah/loofah-2.2.3.ebuild
index 0fe7c3638b7..0376b81cd3a 100644
--- a/dev-ruby/loofah/loofah-2.2.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.2.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2018-10-30 Thread Hans de Graaff
commit: 1926a708a8db518e6295fddc72c4759ae770efde
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 30 15:55:36 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 30 15:55:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1926a708

dev-ruby/loofah: add 2.2.3

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

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.2.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 4c9e478a4f5..6ba5804d5b5 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
 DIST loofah-2.2.2.gem 65024 BLAKE2B 
4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee
 SHA512 
3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e
+DIST loofah-2.2.3.gem 65536 BLAKE2B 
ce1dd5255b0089862d26926624ef6007416318b77f4eb818ff462d8f680f8ef901ecb6ae751e33e1881e303fd005a4bd776c0e6a575562ffb7fb0b62e376b753
 SHA512 
8e63e1d4e3719c2ffcc8cf3208dbdfa3eb6e328bb91fc8dc6de88c472aac47f1a22771928b08f3c6816c159c6a9672299823f5d48177ae543358e73444b8ac56

diff --git a/dev-ruby/loofah/loofah-2.2.3.ebuild 
b/dev-ruby/loofah/loofah-2.2.3.ebuild
new file mode 100644
index 000..0fe7c3638b7
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}



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

2018-05-13 Thread Hans de Graaff
commit: cc7ba982adab3162c75d48f07771df825e9572ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 13 08:33:54 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 04:23:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7ba982

dev-ruby/loofah: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/loofah/loofah-2.2.2.ebuild 
b/dev-ruby/loofah/loofah-2.2.2.ebuild
index 4f50918006c..e26b8c34f42 100644
--- a/dev-ruby/loofah/loofah-2.2.2.ebuild
+++ b/dev-ruby/loofah/loofah-2.2.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2018-04-11 Thread Hans de Graaff
commit: 0792dcc01681a54f8c78c163b37abf79f6e5bb1b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 05:28:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 05:28:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0792dcc0

dev-ruby/loofah: remove vulnerable versions, bug 650966

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loofah/Manifest|  2 --
 dev-ruby/loofah/loofah-2.0.3.ebuild | 30 --
 dev-ruby/loofah/loofah-2.1.1.ebuild | 33 -
 3 files changed, 65 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 2c870fcb427..4c9e478a4f5 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,4 +1,2 @@
-DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
-DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
 DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
 DIST loofah-2.2.2.gem 65024 BLAKE2B 
4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee
 SHA512 
3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
deleted file mode 100644
index 971d0fa4976..000
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-
-   # Fix test for new libxml2 results (fixed upstream)
-   sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
-}

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
deleted file mode 100644
index 5beac09e3b3..000
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/concourse/I s:^:#:' Rakefile || die
-
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-
-   # Fix test for new libxml2 results (fixed upstream)
-   #sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
-}



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

2018-04-11 Thread Markus Meier
commit: 2cd7175cd5a71967dc2c9aedc3ccd5c89c3d3b30
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Apr 11 18:50:12 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Apr 11 18:50:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd7175c

dev-ruby/loofah: add ~arm, bug #631974

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

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

diff --git a/dev-ruby/loofah/loofah-2.2.2.ebuild 
b/dev-ruby/loofah/loofah-2.2.2.ebuild
index aaf05c90a3f..4f50918006c 100644
--- a/dev-ruby/loofah/loofah-2.2.2.ebuild
+++ b/dev-ruby/loofah/loofah-2.2.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2018-03-22 Thread Hans de Graaff
commit: 3887ef3b5d68ff7638db953cc11692a40c5afdd6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 23 05:37:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 23 05:37:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3887ef3b

dev-ruby/loofah: add 2.2.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.2.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 38f8ede45ad..2c870fcb427 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1,4 @@
 DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
 DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a
+DIST loofah-2.2.2.gem 65024 BLAKE2B 
4ddb20943b4258c4be621439d38b094dfc79947f092ffa2ff9af56db40538e9672f50762562ffbe5b7c5788fe12ab07ff7601383cfe7e6fc0f4209dad9edceee
 SHA512 
3c64182f8fdb7d79a5be65969728c4c51a4535f53fdae7c8e5f4d487d43af3efac9d2f3746d8e02564d0979e94a0e63dc5974701c151e31c502cb8ff97f1295e

diff --git a/dev-ruby/loofah/loofah-2.2.2.ebuild 
b/dev-ruby/loofah/loofah-2.2.2.ebuild
new file mode 100644
index 000..aaf05c90a3f
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.2.2.ebuild
@@ -0,0 +1,30 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+}



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

2018-03-22 Thread Hans de Graaff
commit: e3ccb0ff24bb9d20bac5af7ad26331838531c852
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 23 05:38:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 23 05:38:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ccb0ff

dev-ruby/loofah: amd64 stable, bug 650966

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/loofah/loofah-2.2.1.ebuild 
b/dev-ruby/loofah/loofah-2.2.1.ebuild
index 6fe034b16a6..de5c5588628 100644
--- a/dev-ruby/loofah/loofah-2.2.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.2.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2018-03-20 Thread Hans de Graaff
commit: b5ce19ccfd6c49e0046f3cefd01125710b5d0874
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 20 09:31:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 20 09:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ce19cc

dev-ruby/loofah: add 2.2.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.2.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 79c0ec958a2..38f8ede45ad 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
+DIST loofah-2.2.1.gem 65024 BLAKE2B 
dfa45264e9dc0cb4c9fd8eaff8831b5098ae9c1e7fd46d3e965362e46851d5b19102fb23dc96393091ca8e2f8bd9a12f5098ace3c2d6e25236a33fa5f2579c69
 SHA512 
df971a1bee08f0ee0913af2b4b7baefa6d1ad04af82de796f6f0d505fab7749d52ce79db0118343d336bdae6fcfd4190fecb315019b2c821d81ac1c08d5b8e2a

diff --git a/dev-ruby/loofah/loofah-2.2.1.ebuild 
b/dev-ruby/loofah/loofah-2.2.1.ebuild
new file mode 100644
index 000..5dc00202d5b
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.2.1.ebuild
@@ -0,0 +1,33 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+
+   # Fix test for new libxml2 results (fixed upstream)
+   #sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
+}



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

2018-02-12 Thread Thomas Deutschmann
commit: 65b139f4f5393ea19b637caceb0578e70a7b3e0b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 12 16:26:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 12 16:26:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b139f4

Revert "dev-ruby/loofah: cleanup"

This reverts commit abeea1055596cfa1f1a4da74e80b8a40e3e10c7a.

This cleanup removed the last keyworded ebuild of dev-ruby/loofah for arm
which is is still required for arm-keyworded dev-ruby/rails-html-sanitizer.

Cleanup has to be postponed until [Bug 631974] is resolved.

Bug: https://bugs.gentoo.org/631974

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.0.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 8cdcf2e3234..79c0ec958a2 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
+DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
new file mode 100644
index 000..1aeea870ac7
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+
+   # Fix test for new libxml2 results (fixed upstream)
+   sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
+}



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

2018-02-11 Thread Hans de Graaff
commit: abeea1055596cfa1f1a4da74e80b8a40e3e10c7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 12 06:31:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 12 06:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abeea105

dev-ruby/loofah: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/loofah/Manifest|  1 -
 dev-ruby/loofah/loofah-2.0.3.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 79c0ec958a2..8cdcf2e3234 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1 @@
-DIST loofah-2.0.3.gem 60416 BLAKE2B 
04e37464ac9e2b61fcc838763b6360fe80a8aeec26cc365803e6121bb4a628f17e79bc2426d0b351935dffc18829ab9d37239786fb3192c328f5a8026365cc41
 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 DIST loofah-2.1.1.gem 61440 BLAKE2B 
adefeb040e0ad6302de3cfdd169cf33c22eb409be519f2acd610d210254295a935a8fc122323c27275756c8a3c604fb3c5589e3abc7c5207b457dcc6c349
 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
deleted file mode 100644
index 1aeea870ac7..000
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-
-   # Fix test for new libxml2 results (fixed upstream)
-   sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
-}



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

2018-01-14 Thread Hans de Graaff
commit: 436c41b8bdce353c50483ce33722cf0888d81820
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 14 08:03:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 14 08:14:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436c41b8

dev-ruby/loofah: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
index 361f9f350b9..01a3d017618 100644
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2017-12-21 Thread Markus Meier
commit: e092f9d0b15444c3800a02707f77334eea2cde10
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Dec 22 05:17:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Dec 22 05:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e092f9d0

dev-ruby/loofah: add ~arm64, bug #631974

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
index 10f0849a570..361f9f350b9 100644
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2017-09-26 Thread Sergei Trofimovich
commit: 00b82f0244f2eb019edb6e8d26d6924a4c13283c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 26 23:23:27 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 26 23:23:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b82f02

dev-ruby/loofah: keyworded 2.1.1 for ppc64, bug #631974

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
index 63c71e8555c..10f0849a570 100644
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2017-09-26 Thread Sergei Trofimovich
commit: 3ac6c180c9a00a3adcfb0a79778670b10ff2a118
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep 26 23:19:10 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep 26 23:19:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac6c180

dev-ruby/loofah: keyworded 2.1.1 for ppc, bug #631974

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
index dd9dcf1e74f..63c71e8555c 100644
--- a/dev-ruby/loofah/loofah-2.1.1.ebuild
+++ b/dev-ruby/loofah/loofah-2.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"



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

2017-09-24 Thread Hans de Graaff
commit: d03a17ed5595e1645aeb93ae372570dd6e88d2e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 25 05:23:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 25 05:23:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03a17ed

dev-ruby/loofah: add 2.1.1, drop ~arm, ~ppc, ~ppc64 bug 631974

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.1.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 80a9b603976..95340bca47c 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1 +1,2 @@
 DIST loofah-2.0.3.gem 60416 SHA256 
48c76e74f25229e0f492c2aaf770253fe44b162a0d18c2de1c59831b44d13781 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 WHIRLPOOL 
6dc1ec2c70d8cd89e58fd59e4c656d2d780b3b9d0ac41434d3511dca1b38cd89e1156b3804a4121b1fc578a784331bffe5c47033b36b7a96579c8d3374ecafbf
+DIST loofah-2.1.1.gem 61440 SHA256 
4cfd95a1b4399a55bb52810775c0593f72f4ef018a71779de050e7c45c54e218 SHA512 
16499113ba3b435ba2cd3a583ed958db7f02604a56d87125341d5c143602ed9755272598faef9995be57f2b408c4696675f69cf5fb15d472c958e16f46c35d58
 WHIRLPOOL 
22e5817fd800b3a6376e8b1edb4176fd07c962fd1dc52a3c30d53ded1bea4b6c95da42bbb8eea28c15e0fafd2270b43a692a5945fb20064c87b7ccc27d70bed5

diff --git a/dev-ruby/loofah/loofah-2.1.1.ebuild 
b/dev-ruby/loofah/loofah-2.1.1.ebuild
new file mode 100644
index 000..dd9dcf1e74f
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.1.1.ebuild
@@ -0,0 +1,33 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
+HOMEPAGE="https://github.com/flavorjones/loofah;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/crass-1.0* >=dev-ruby/crass-1.0.2 
>=dev-ruby/nokogiri-1.5.9"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/concourse/I s:^:#:' Rakefile || die
+
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
+
+   # Fix test for new libxml2 results (fixed upstream)
+   #sed -i -e '348i "xhtml": 
"scriptalert(\\\"XSS\\\");///script",' 
test/assets/testdata_sanitizer_tests1.dat || die
+}



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

2017-07-01 Thread Hans de Graaff
commit: a3b287cccb8fd9ad0287c47b0761e32e2b25636a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 30 14:35:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  2 05:40:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b287cc

dev-ruby/loofah: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
index 4c799fc08f9..1aeea870ac7 100644
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"



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

2016-05-18 Thread Fabian Groffen
commit: c8b3faa002f573b3d5e9e0b7a11df477b045ef03
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed May 18 08:40:51 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed May 18 08:40:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b3faa0

dev-ruby/loofah: marked ~amd64-linux

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
index 43305ab..18e3abc 100644
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"



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

2016-02-16 Thread Hans de Graaff
commit: 5a8a4431122beb7498e99289c5b09c264ddaa03f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:19:51 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8a4431

dev-ruby/loofah: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/loofah/Manifest|  2 --
 dev-ruby/loofah/loofah-2.0.1.ebuild | 28 
 dev-ruby/loofah/loofah-2.0.2.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index e9b8e2e..80a9b60 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,3 +1 @@
-DIST loofah-2.0.1.gem 59392 SHA256 
e47f811395f87885374e780e64034a7263b52d5308352e32851ccd0c1bd7c66c SHA512 
6bed99fced69538aa64c6ef67878420ef88d427c7cf6e74599f33ff9cfc9fcd6e9450de30a922d54bdead4851a39ec0b4bd58e58ab5ed1ef89610151c7f9270f
 WHIRLPOOL 
d100ba311a54303a11227cc50d82c4469f2d66462b8614e3a1ff9d512340981219431968282dd84c4cad0970c4b462a0f6ce0bfa792f34bc3f83ab4cc2789807
-DIST loofah-2.0.2.gem 59392 SHA256 
1ab5fb9a1dca7b955e75d582f57d236de46430ab5c5b5a33987c04d3ec93ccc7 SHA512 
f61b853847bd0dfecada1d8eb4f0ab1b179c804f0ac7c74f927a8275f6d1e9fb35456abdaa0ca3f81d8281f31c77088757fe2f994332ce0a742bb89fb1d2986c
 WHIRLPOOL 
a6ba55875d168e9a8c5bd3ad99e50f124f598ce21159025516ae7b4a7cf80e4a587f7c5f34c01ef568e4796a4a006ec4135b2da3938d40bbab7ce852a5ee54c4
 DIST loofah-2.0.3.gem 60416 SHA256 
48c76e74f25229e0f492c2aaf770253fe44b162a0d18c2de1c59831b44d13781 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 WHIRLPOOL 
6dc1ec2c70d8cd89e58fd59e4c656d2d780b3b9d0ac41434d3511dca1b38cd89e1156b3804a4121b1fc578a784331bffe5c47033b36b7a96579c8d3374ecafbf

diff --git a/dev-ruby/loofah/loofah-2.0.1.ebuild 
b/dev-ruby/loofah/loofah-2.0.1.ebuild
deleted file mode 100644
index abc8449..000
--- a/dev-ruby/loofah/loofah-2.0.1.ebuild
+++ /dev/null
@@ -1,28 +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="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}

diff --git a/dev-ruby/loofah/loofah-2.0.2.ebuild 
b/dev-ruby/loofah/loofah-2.0.2.ebuild
deleted file mode 100644
index abc8449..000
--- a/dev-ruby/loofah/loofah-2.0.2.ebuild
+++ /dev/null
@@ -1,28 +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="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
-HOMEPAGE="https://github.com/flavorjones/loofah;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"
-
-all_ruby_prepare() {
-   # Avoid test failing on different whitespace.
-   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
-}



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

2016-02-16 Thread Hans de Graaff
commit: f8fee9b9888071325d8de4abfa88f7633e8a4e22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:13:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fee9b9

dev-ruby/loofah: keyword ~x86, bug 569038

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
index abc8449..c45a620 100644
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"



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

2016-02-16 Thread Hans de Graaff
commit: 99effd05e3cffb54d5883a0dff0b7b7704229021
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 16 20:19:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 16 21:12:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99effd05

dev-ruby/loofah: fix repoman issues

Package-Manager: portage-2.2.26

 dev-ruby/loofah/loofah-2.0.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
index c45a620..43305ab 100644
--- a/dev-ruby/loofah/loofah-2.0.3.ebuild
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -1,16 +1,16 @@
-# 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="CHANGELOG.rdoc README.rdoc"
 
 inherit ruby-fakegem
 
-DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
+DESCRIPTION="Library for manipulating and transforming HTML/XML documents and 
fragments."
 HOMEPAGE="https://github.com/flavorjones/loofah;
 
 LICENSE="MIT"



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

2015-08-17 Thread Hans de Graaff
commit: 55c0a980991f5eaf503888abaf21e54b94c662b5
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Tue Aug 18 04:50:30 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Aug 18 05:06:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c0a980

dev-ruby/loofah: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/loofah/Manifest|  1 +
 dev-ruby/loofah/loofah-2.0.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/loofah/Manifest b/dev-ruby/loofah/Manifest
index 685dbca..e9b8e2e 100644
--- a/dev-ruby/loofah/Manifest
+++ b/dev-ruby/loofah/Manifest
@@ -1,2 +1,3 @@
 DIST loofah-2.0.1.gem 59392 SHA256 
e47f811395f87885374e780e64034a7263b52d5308352e32851ccd0c1bd7c66c SHA512 
6bed99fced69538aa64c6ef67878420ef88d427c7cf6e74599f33ff9cfc9fcd6e9450de30a922d54bdead4851a39ec0b4bd58e58ab5ed1ef89610151c7f9270f
 WHIRLPOOL 
d100ba311a54303a11227cc50d82c4469f2d66462b8614e3a1ff9d512340981219431968282dd84c4cad0970c4b462a0f6ce0bfa792f34bc3f83ab4cc2789807
 DIST loofah-2.0.2.gem 59392 SHA256 
1ab5fb9a1dca7b955e75d582f57d236de46430ab5c5b5a33987c04d3ec93ccc7 SHA512 
f61b853847bd0dfecada1d8eb4f0ab1b179c804f0ac7c74f927a8275f6d1e9fb35456abdaa0ca3f81d8281f31c77088757fe2f994332ce0a742bb89fb1d2986c
 WHIRLPOOL 
a6ba55875d168e9a8c5bd3ad99e50f124f598ce21159025516ae7b4a7cf80e4a587f7c5f34c01ef568e4796a4a006ec4135b2da3938d40bbab7ce852a5ee54c4
+DIST loofah-2.0.3.gem 60416 SHA256 
48c76e74f25229e0f492c2aaf770253fe44b162a0d18c2de1c59831b44d13781 SHA512 
1f08bcfa09bf075b4d84707099cce6bdaa986cd6c79f63fc60c8bee4812c5a31cee1021cd314fc2033842d7b01ffe63f5f6acbf271a0db2ee631cd326520d700
 WHIRLPOOL 
6dc1ec2c70d8cd89e58fd59e4c656d2d780b3b9d0ac41434d3511dca1b38cd89e1156b3804a4121b1fc578a784331bffe5c47033b36b7a96579c8d3374ecafbf

diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild 
b/dev-ruby/loofah/loofah-2.0.3.ebuild
new file mode 100644
index 000..abc8449
--- /dev/null
+++ b/dev-ruby/loofah/loofah-2.0.3.ebuild
@@ -0,0 +1,28 @@
+# 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=rdoc
+RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.rdoc
+
+inherit ruby-fakegem
+
+DESCRIPTION=A general library for manipulating and transforming HTML/XML 
documents and fragments.
+HOMEPAGE=https://github.com/flavorjones/loofah;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64
+IUSE=
+
+ruby_add_rdepend =dev-ruby/nokogiri-1.5.9
+
+ruby_add_bdepend test? ( =dev-ruby/rr-1.1.0 =dev-ruby/hoe-2.3.0 )
+
+all_ruby_prepare() {
+   # Avoid test failing on different whitespace.
+   sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
gentoo' test/integration/test_ad_hoc.rb || die
+}