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

2024-02-11 Thread Hans de Graaff
commit: 5b2afe83fb79df7e1655e9ec8c836b70928e805e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 12 07:38:24 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 12 07:38:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2afe83

dev-ruby/html-pipeline: enable ruby33

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

 dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild 
b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
index 83c9e9e5a104..e2756a54336b 100644
--- a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
+++ b/dev-ruby/html-pipeline/html-pipeline-2.14.3.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="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

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

dev-ruby/html-pipeline: drop 2.14.2

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

 dev-ruby/html-pipeline/Manifest|  1 -
 dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-ruby/html-pipeline/Manifest b/dev-ruby/html-pipeline/Manifest
index 1b5a74a1a4b3..41263ccd9f7b 100644
--- a/dev-ruby/html-pipeline/Manifest
+++ b/dev-ruby/html-pipeline/Manifest
@@ -1,2 +1 @@
-DIST html-pipeline-2.14.2.tar.gz 39691 BLAKE2B 
156b73b1ff2efe9495556b24a5e0b607386ba944e239f3748e9224024d8bcce6f51f54d50db36499a2fbebb083b064f84f62af335576dfafab0554e8e4259204
 SHA512 
6782295364f9dae304e1044827bd594c742257903f48f78fbcac4359c6596c506bf3028c9d3c33116f1971a568c4aa2de72689c576ab0576ffdda438c6497de6
 DIST html-pipeline-2.14.3.tar.gz 45196 BLAKE2B 
f9a2976188a29648b53cbb065343aa6f2f4faf8346daf65256a2178a737dd529cb87b68df6cf98ed9ba7805a73f245a97bfcbb51e35554f09172147dc74dcce1
 SHA512 
fe2ed353894b87f66f30498625e657593aea3a5730d122f3d57a17a53d76351ed6899c04a597b81473b22be752af044fcd13e01885851ac525913143daa8b4c6

diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild 
b/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild
deleted file mode 100644
index 2f0ed5becc11..
--- a/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild
+++ /dev/null
@@ -1,42 +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="html-pipeline.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="GitHub HTML processing filters and utilities"
-HOMEPAGE="https://github.com/gjtorikian/html-pipeline;
-SRC_URI="https://github.com/gjtorikian/html-pipeline/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/activesupport-2:*
-   >=dev-ruby/nokogiri-1.4
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/commonmarker
-   dev-ruby/rinku
-   dev-ruby/redcloth
-   dev-ruby/rouge
-   dev-ruby/sanitize
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/\(bundler\|focus\)/ s:^:#:' Rakefile test/test_helper.rb || 
die
-   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-
-   # Avoid running tests for unpackaged optional dependencies
-   # escape_utils, email_reply_parser, gemoji
-   rm -f 
test/html/pipeline/{email_reply,emoji,plain_text_input,syntax_highlight,toc}_filter_test.rb
 || die
-}



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

2023-07-11 Thread Hans de Graaff
commit: 36cb7f05304c367e14171ddd5d26b77ab0120fd6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:51:17 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cb7f05

dev-ruby/html-pipeline: enable ruby32

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

 dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild 
b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
index 2f0ed5becc11..83c9e9e5a104 100644
--- a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
+++ b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2022-10-16 Thread Hans de Graaff
commit: 6c74d97e7bebccf8d40867237020d6bfa3bf9c2b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 16 06:29:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 17 05:24:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c74d97e

dev-ruby/html-pipeline: add 2.14.3

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

 dev-ruby/html-pipeline/Manifest|  1 +
 dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/html-pipeline/Manifest b/dev-ruby/html-pipeline/Manifest
index 58c72653effb..1b5a74a1a4b3 100644
--- a/dev-ruby/html-pipeline/Manifest
+++ b/dev-ruby/html-pipeline/Manifest
@@ -1 +1,2 @@
 DIST html-pipeline-2.14.2.tar.gz 39691 BLAKE2B 
156b73b1ff2efe9495556b24a5e0b607386ba944e239f3748e9224024d8bcce6f51f54d50db36499a2fbebb083b064f84f62af335576dfafab0554e8e4259204
 SHA512 
6782295364f9dae304e1044827bd594c742257903f48f78fbcac4359c6596c506bf3028c9d3c33116f1971a568c4aa2de72689c576ab0576ffdda438c6497de6
+DIST html-pipeline-2.14.3.tar.gz 45196 BLAKE2B 
f9a2976188a29648b53cbb065343aa6f2f4faf8346daf65256a2178a737dd529cb87b68df6cf98ed9ba7805a73f245a97bfcbb51e35554f09172147dc74dcce1
 SHA512 
fe2ed353894b87f66f30498625e657593aea3a5730d122f3d57a17a53d76351ed6899c04a597b81473b22be752af044fcd13e01885851ac525913143daa8b4c6

diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild 
b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
new file mode 100644
index ..2f0ed5becc11
--- /dev/null
+++ b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
@@ -0,0 +1,42 @@
+# 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="html-pipeline.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="GitHub HTML processing filters and utilities"
+HOMEPAGE="https://github.com/gjtorikian/html-pipeline;
+SRC_URI="https://github.com/gjtorikian/html-pipeline/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-2:*
+   >=dev-ruby/nokogiri-1.4
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/commonmarker
+   dev-ruby/rinku
+   dev-ruby/redcloth
+   dev-ruby/rouge
+   dev-ruby/sanitize
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|focus\)/ s:^:#:' Rakefile test/test_helper.rb || 
die
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   # Avoid running tests for unpackaged optional dependencies
+   # escape_utils, email_reply_parser, gemoji
+   rm -f 
test/html/pipeline/{email_reply,emoji,plain_text_input,syntax_highlight,toc}_filter_test.rb
 || die
+}



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

2022-07-17 Thread Hans de Graaff
commit: 75c9b32e6a69b08763e90fd826147eb62042e922
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 17 08:13:18 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 17 08:48:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c9b32e

dev-ruby/html-pipeline: new package, add 2.14.2

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

 dev-ruby/html-pipeline/Manifest|  1 +
 dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild | 42 ++
 dev-ruby/html-pipeline/metadata.xml| 11 ++
 3 files changed, 54 insertions(+)

diff --git a/dev-ruby/html-pipeline/Manifest b/dev-ruby/html-pipeline/Manifest
new file mode 100644
index ..58c72653effb
--- /dev/null
+++ b/dev-ruby/html-pipeline/Manifest
@@ -0,0 +1 @@
+DIST html-pipeline-2.14.2.tar.gz 39691 BLAKE2B 
156b73b1ff2efe9495556b24a5e0b607386ba944e239f3748e9224024d8bcce6f51f54d50db36499a2fbebb083b064f84f62af335576dfafab0554e8e4259204
 SHA512 
6782295364f9dae304e1044827bd594c742257903f48f78fbcac4359c6596c506bf3028c9d3c33116f1971a568c4aa2de72689c576ab0576ffdda438c6497de6

diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild 
b/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild
new file mode 100644
index ..2f0ed5becc11
--- /dev/null
+++ b/dev-ruby/html-pipeline/html-pipeline-2.14.2.ebuild
@@ -0,0 +1,42 @@
+# 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="html-pipeline.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="GitHub HTML processing filters and utilities"
+HOMEPAGE="https://github.com/gjtorikian/html-pipeline;
+SRC_URI="https://github.com/gjtorikian/html-pipeline/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-2:*
+   >=dev-ruby/nokogiri-1.4
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/commonmarker
+   dev-ruby/rinku
+   dev-ruby/redcloth
+   dev-ruby/rouge
+   dev-ruby/sanitize
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|focus\)/ s:^:#:' Rakefile test/test_helper.rb || 
die
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   # Avoid running tests for unpackaged optional dependencies
+   # escape_utils, email_reply_parser, gemoji
+   rm -f 
test/html/pipeline/{email_reply,emoji,plain_text_input,syntax_highlight,toc}_filter_test.rb
 || die
+}

diff --git a/dev-ruby/html-pipeline/metadata.xml 
b/dev-ruby/html-pipeline/metadata.xml
new file mode 100644
index ..53fbb8157b7e
--- /dev/null
+++ b/dev-ruby/html-pipeline/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo Ruby Project
+   
+   
+   gjtorikian/html-pipeline
+   
+