[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: e3d78abcb76aa12f69d7f1b3f5a41bd8e58a5111 Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 3 07:08:17 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 3 07:08:17 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d78abc dev-ruby/tilt: drop 2.2.0, 2.3.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 2 -- dev-ruby/tilt/tilt-2.2.0.ebuild | 41 - dev-ruby/tilt/tilt-2.3.0.ebuild | 41 - 3 files changed, 84 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index db2ed5a53c72..33ab1d93ba75 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1 @@ -DIST tilt-2.2.0.tar.gz 57826 BLAKE2B 10729ac9cb2e2d0b2292a6fdacc0d705179d719d7f4bbdb11075e0eeaeb82933daec22063d3448ea2ada6e50f37b2b66303854707f50162efd11a6151ded45df SHA512 135a32402512fda71952dc2534b02a291d749dbdcb9e17f52c7fa6ecfe3bd7e894f28f3d3d4a595daa63ffbe90cca106347aa916541292558a26d8122fcd7c90 -DIST tilt-2.3.0.tar.gz 57454 BLAKE2B 2c3c934e73c015be850951c67731b2f1640fb340ab1807c72c654363c2ab3aca939b8452327cd54e2c1964add81176cec0dfd2639901284476f0dd13d42a2ccf SHA512 3438c196c2e0936f2c3551fe3786d71b1336118352b97c95d3504b900082ce4248bbaf715f3f812eb7fe6e959767c75e316bf6cd5b659c216bbfd630dbf678bc DIST tilt-2.4.0.tar.gz 58520 BLAKE2B fe07437d62de1db062625c1ead3a81ed34bba0c7169181d44216b5f42b1b742b2c7900c079affbae13831d1370044827384da4302b6e92a01f151b36b37f3772 SHA512 3053479b9f258e01620db5f4af02247179df39f18baae2b5b83eac23046effafcd6f47575432158bb752e3019dcb0aadb67ca11236a12ea01e2211354b7418d1 diff --git a/dev-ruby/tilt/tilt-2.2.0.ebuild b/dev-ruby/tilt/tilt-2.2.0.ebuild deleted file mode 100644 index 9b0f38c10106.. --- a/dev-ruby/tilt/tilt-2.2.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/jeremyevans/tilt"; -SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to facilitate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/erubi - dev-ruby/nokogiri -)" - -all_ruby_prepare() { - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - sed -e '7irequire "uri"' -i test/test_helper.rb || die - - # Avoid tests with minor syntax differences since this happens all - # the time when details in the dependencies change. - rm -f test/tilt_sasstemplate_test.rb || die - - # Skip tests for unpackaged asciidoctor converter - sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die -} diff --git a/dev-ruby/tilt/tilt-2.3.0.ebuild b/dev-ruby/tilt/tilt-2.3.0.ebuild deleted file mode 100644 index a784f723b03b.. --- a/dev-ruby/tilt/tilt-2.3.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/jeremyevans/tilt"; -SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to facilitate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/erubi - dev-ruby/nokogiri -)" - -all_ruby_prepare() { - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - sed -e '7irequire "uri"' -i test/test_helper.rb || die - - # Avoid tests with minor syntax differences since this happens all - # the time when details in the dependencies change. - rm -f test/tilt_sasstemplate_test.rb || die - - # Skip tests for unpackaged asciidoctor converter - sed -i -e '/docbook 4.5/askip'
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 311eeeb91e7f69c49f745b561d68f13cf0419adc Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 10 11:04:18 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 10 11:04:18 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311eeeb9 dev-ruby/tilt: Stabilize 2.4.0 arm64, #941002 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index f1ede4cb0a47..1d6d8f285611 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: a91c9d42c25d7e603dd75b3630b93c9997be82ee Author: Sam James gentoo org> AuthorDate: Wed Oct 9 05:45:05 2024 + Commit: Sam James gentoo org> CommitDate: Wed Oct 9 05:45:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91c9d42 dev-ruby/tilt: Stabilize 2.4.0 ppc, #941002 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index 45d94913eb5c..f1ede4cb0a47 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: f46ec94e1cc70bcd9fcb2b9597f8ffcd6b334820 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 6 15:52:20 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 6 18:37:51 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46ec94e dev-ruby/tilt: Stabilize 2.4.0 arm, #941002 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index 3715ea49c5d8..45d94913eb5c 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: d0ad48e5ad7df337f5b47b8fc5eb835186649ec2 Author: Sam James gentoo org> AuthorDate: Sun Oct 6 12:01:05 2024 + Commit: Sam James gentoo org> CommitDate: Sun Oct 6 12:01:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ad48e5 dev-ruby/tilt: Stabilize 2.4.0 ppc64, #941002 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index a33f3d844f6a..3715ea49c5d8 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 59f048c35fa37cb2341b428496a408636f3ee770 Author: Sam James gentoo org> AuthorDate: Sun Oct 6 11:50:18 2024 + Commit: Sam James gentoo org> CommitDate: Sun Oct 6 11:50:18 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f048c3 dev-ruby/tilt: Stabilize 2.4.0 x86, #941002 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index b76fb674cff9..2b0b7a39f0dc 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: e9886c509afbf2a004cf85e987664b109884e14e Author: Sam James gentoo org> AuthorDate: Sun Oct 6 11:50:20 2024 + Commit: Sam James gentoo org> CommitDate: Sun Oct 6 11:50:20 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9886c50 dev-ruby/tilt: Stabilize 2.4.0 amd64, #941002 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index 2b0b7a39f0dc..a33f3d844f6a 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: dcb5faccc3fdf693184f7cb77abf91e1fdee677b Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 28 04:20:34 2024 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 28 04:31:29 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb5facc dev-ruby/tilt: add 2.4.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.4.0.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 77c0ab3704ee..db2ed5a53c72 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1,3 @@ DIST tilt-2.2.0.tar.gz 57826 BLAKE2B 10729ac9cb2e2d0b2292a6fdacc0d705179d719d7f4bbdb11075e0eeaeb82933daec22063d3448ea2ada6e50f37b2b66303854707f50162efd11a6151ded45df SHA512 135a32402512fda71952dc2534b02a291d749dbdcb9e17f52c7fa6ecfe3bd7e894f28f3d3d4a595daa63ffbe90cca106347aa916541292558a26d8122fcd7c90 DIST tilt-2.3.0.tar.gz 57454 BLAKE2B 2c3c934e73c015be850951c67731b2f1640fb340ab1807c72c654363c2ab3aca939b8452327cd54e2c1964add81176cec0dfd2639901284476f0dd13d42a2ccf SHA512 3438c196c2e0936f2c3551fe3786d71b1336118352b97c95d3504b900082ce4248bbaf715f3f812eb7fe6e959767c75e316bf6cd5b659c216bbfd630dbf678bc +DIST tilt-2.4.0.tar.gz 58520 BLAKE2B fe07437d62de1db062625c1ead3a81ed34bba0c7169181d44216b5f42b1b742b2c7900c079affbae13831d1370044827384da4302b6e92a01f151b36b37f3772 SHA512 3053479b9f258e01620db5f4af02247179df39f18baae2b5b83eac23046effafcd6f47575432158bb752e3019dcb0aadb67ca11236a12ea01e2211354b7418d1 diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild new file mode 100644 index ..b76fb674cff9 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.4.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/jeremyevans/tilt"; +SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to facilitate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/erubi + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die + sed -e '7irequire "uri"' -i test/test_helper.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: d27e23a011d520e8454680320d9ccb52713f0bc7 Author: Hans de Graaff gentoo org> AuthorDate: Fri Dec 29 07:37:43 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Dec 29 07:40:52 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27e23a0 dev-ruby/tilt: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/tilt-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.3.0.ebuild b/dev-ruby/tilt/tilt-2.3.0.ebuild index 2c9d6bfc3006..a784f723b03b 100644 --- a/dev-ruby/tilt/tilt-2.3.0.ebuild +++ b/dev-ruby/tilt/tilt-2.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: af1a9f7bc05c5165dcb4d1077b26a147645fced3 Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 15 06:29:35 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 15 10:09:30 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a9f7b dev-ruby/tilt: drop 2.0.11, 2.1.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 2 -- dev-ruby/tilt/tilt-2.0.11.ebuild | 42 dev-ruby/tilt/tilt-2.1.0.ebuild | 41 --- 3 files changed, 85 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 60681839391c..77c0ab3704ee 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,4 +1,2 @@ -DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 -DIST tilt-2.1.0.tar.gz 54542 BLAKE2B b2d7729654efb51d9f61afe75476d6620edd7c104c045dc68c6a5e983cea8dec612d2e5013c51ee7736c87d770acdf8e6f186ff156d177f3281e0fb58d0e8422 SHA512 a450bdc51d782169cda2c43b550fad1425d4ee1a8f3c2da0bb1112051eb9ccfd95e903984ed6d3c76b0f322a243021587c6614f6452c385450ff1a985cfbcaa5 DIST tilt-2.2.0.tar.gz 57826 BLAKE2B 10729ac9cb2e2d0b2292a6fdacc0d705179d719d7f4bbdb11075e0eeaeb82933daec22063d3448ea2ada6e50f37b2b66303854707f50162efd11a6151ded45df SHA512 135a32402512fda71952dc2534b02a291d749dbdcb9e17f52c7fa6ecfe3bd7e894f28f3d3d4a595daa63ffbe90cca106347aa916541292558a26d8122fcd7c90 DIST tilt-2.3.0.tar.gz 57454 BLAKE2B 2c3c934e73c015be850951c67731b2f1640fb340ab1807c72c654363c2ab3aca939b8452327cd54e2c1964add81176cec0dfd2639901284476f0dd13d42a2ccf SHA512 3438c196c2e0936f2c3551fe3786d71b1336118352b97c95d3504b900082ce4248bbaf715f3f812eb7fe6e959767c75e316bf6cd5b659c216bbfd630dbf678bc diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild deleted file mode 100644 index 57ee98cbc48e.. --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ /dev/null @@ -1,42 +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" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; -SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to facilitate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/erubis - dev-ruby/nokogiri -)" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - - # Avoid tests with minor syntax differences since this happens all - # the time when details in the dependencies change. - rm -f test/tilt_sasstemplate_test.rb || die - - # Skip tests for unpackaged asciidoctor converter - sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die -} diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild deleted file mode 100644 index 4e2ad228cc46.. --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ /dev/null @@ -1,41 +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_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/jeremyevans/tilt"; -SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to facilitate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/erubi - dev-ruby/nokogiri -)" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - - # Avoid tests with minor syntax dif
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: d2538b9b4c81c4e80f3c0167acbb96a959597b5f Author: Hans de Graaff gentoo org> AuthorDate: Fri Sep 15 05:51:53 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Sep 15 05:51:53 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2538b9b dev-ruby/tilt: add 2.3.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.3.0.ebuild | 41 + 2 files changed, 42 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 121a3ff5e552..60681839391c 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,4 @@ DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 DIST tilt-2.1.0.tar.gz 54542 BLAKE2B b2d7729654efb51d9f61afe75476d6620edd7c104c045dc68c6a5e983cea8dec612d2e5013c51ee7736c87d770acdf8e6f186ff156d177f3281e0fb58d0e8422 SHA512 a450bdc51d782169cda2c43b550fad1425d4ee1a8f3c2da0bb1112051eb9ccfd95e903984ed6d3c76b0f322a243021587c6614f6452c385450ff1a985cfbcaa5 DIST tilt-2.2.0.tar.gz 57826 BLAKE2B 10729ac9cb2e2d0b2292a6fdacc0d705179d719d7f4bbdb11075e0eeaeb82933daec22063d3448ea2ada6e50f37b2b66303854707f50162efd11a6151ded45df SHA512 135a32402512fda71952dc2534b02a291d749dbdcb9e17f52c7fa6ecfe3bd7e894f28f3d3d4a595daa63ffbe90cca106347aa916541292558a26d8122fcd7c90 +DIST tilt-2.3.0.tar.gz 57454 BLAKE2B 2c3c934e73c015be850951c67731b2f1640fb340ab1807c72c654363c2ab3aca939b8452327cd54e2c1964add81176cec0dfd2639901284476f0dd13d42a2ccf SHA512 3438c196c2e0936f2c3551fe3786d71b1336118352b97c95d3504b900082ce4248bbaf715f3f812eb7fe6e959767c75e316bf6cd5b659c216bbfd630dbf678bc diff --git a/dev-ruby/tilt/tilt-2.3.0.ebuild b/dev-ruby/tilt/tilt-2.3.0.ebuild new file mode 100644 index ..2c9d6bfc3006 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.3.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/jeremyevans/tilt"; +SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to facilitate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/erubi + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die + sed -e '7irequire "uri"' -i test/test_helper.rb || die + + # Avoid tests with minor syntax differences since this happens all + # the time when details in the dependencies change. + rm -f test/tilt_sasstemplate_test.rb || die + + # Skip tests for unpackaged asciidoctor converter + sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 5cb9c9907e8f3bc40cf43b01ea4301fc14a8 Author: Sam James gentoo org> AuthorDate: Sun Aug 20 08:47:36 2023 + Commit: Sam James gentoo org> CommitDate: Sun Aug 20 08:47:36 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb9c777 dev-ruby/tilt: Stabilize 2.2.0 amd64, #912476 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.2.0.ebuild b/dev-ruby/tilt/tilt-2.2.0.ebuild index e33b4080eedd..9b0f38c10106 100644 --- a/dev-ruby/tilt/tilt-2.2.0.ebuild +++ b/dev-ruby/tilt/tilt-2.2.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 9758aabd6570640b9c0d5d819d0b04b83fb50844 Author: Sam James gentoo org> AuthorDate: Sat Aug 19 06:10:23 2023 + Commit: Sam James gentoo org> CommitDate: Sat Aug 19 06:10:23 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9758aabd dev-ruby/tilt: Stabilize 2.2.0 arm64, #912476 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.2.0.ebuild b/dev-ruby/tilt/tilt-2.2.0.ebuild index 27feaa1719c9..24252828a6fa 100644 --- a/dev-ruby/tilt/tilt-2.2.0.ebuild +++ b/dev-ruby/tilt/tilt-2.2.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: c406623cc75fd378db463ac69aae1a2261b2fff8 Author: Sam James gentoo org> AuthorDate: Sat Aug 19 06:08:46 2023 + Commit: Sam James gentoo org> CommitDate: Sat Aug 19 06:08:46 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c406623c dev-ruby/tilt: Stabilize 2.2.0 arm, #912476 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.2.0.ebuild b/dev-ruby/tilt/tilt-2.2.0.ebuild index 200a882f0d0c..27feaa1719c9 100644 --- a/dev-ruby/tilt/tilt-2.2.0.ebuild +++ b/dev-ruby/tilt/tilt-2.2.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: c6f1b54c987f245d2c9a6dc9357313eb8e968267 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 9 14:05:17 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 9 18:25:47 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f1b54c dev-ruby/tilt: add 2.2.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.2.0.ebuild | 41 + 2 files changed, 42 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index f31a652a34a5..121a3ff5e552 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1,3 @@ DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 DIST tilt-2.1.0.tar.gz 54542 BLAKE2B b2d7729654efb51d9f61afe75476d6620edd7c104c045dc68c6a5e983cea8dec612d2e5013c51ee7736c87d770acdf8e6f186ff156d177f3281e0fb58d0e8422 SHA512 a450bdc51d782169cda2c43b550fad1425d4ee1a8f3c2da0bb1112051eb9ccfd95e903984ed6d3c76b0f322a243021587c6614f6452c385450ff1a985cfbcaa5 +DIST tilt-2.2.0.tar.gz 57826 BLAKE2B 10729ac9cb2e2d0b2292a6fdacc0d705179d719d7f4bbdb11075e0eeaeb82933daec22063d3448ea2ada6e50f37b2b66303854707f50162efd11a6151ded45df SHA512 135a32402512fda71952dc2534b02a291d749dbdcb9e17f52c7fa6ecfe3bd7e894f28f3d3d4a595daa63ffbe90cca106347aa916541292558a26d8122fcd7c90 diff --git a/dev-ruby/tilt/tilt-2.2.0.ebuild b/dev-ruby/tilt/tilt-2.2.0.ebuild new file mode 100644 index ..200a882f0d0c --- /dev/null +++ b/dev-ruby/tilt/tilt-2.2.0.ebuild @@ -0,0 +1,41 @@ +# 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_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/jeremyevans/tilt"; +SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to facilitate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/erubi + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die + sed -e '7irequire "uri"' -i test/test_helper.rb || die + + # Avoid tests with minor syntax differences since this happens all + # the time when details in the dependencies change. + rm -f test/tilt_sasstemplate_test.rb || die + + # Skip tests for unpackaged asciidoctor converter + sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: ebc7d5ba929bcfe77ab48cff5c00ca0ce75113de Author: Sam James gentoo org> AuthorDate: Sun Apr 23 22:17:23 2023 + Commit: Sam James gentoo org> CommitDate: Sun Apr 23 22:17:23 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc7d5ba dev-ruby/tilt: Stabilize 2.1.0 arm, #904909 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index 386c340842ec..2f5db2d0f526 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 4ced196da1a9334e5f0a96899c3d9edb456cdebc Author: Sam James gentoo org> AuthorDate: Sun Apr 23 20:02:44 2023 + Commit: Sam James gentoo org> CommitDate: Sun Apr 23 20:02:49 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ced196d dev-ruby/tilt: Stabilize 2.1.0 ppc64, #904909 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index ab9df35b5626..386c340842ec 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 5c3ebe9deabf2d8334433e44fe687ee985e2df77 Author: Sam James gentoo org> AuthorDate: Sun Apr 23 20:00:03 2023 + Commit: Sam James gentoo org> CommitDate: Sun Apr 23 20:00:03 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3ebe9d dev-ruby/tilt: Stabilize 2.1.0 amd64, #904909 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index fd2ca5c38d50..ab9df35b5626 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 7389a6d0f2d5c3370db02f8e801ac791ae2cb603 Author: Sam James gentoo org> AuthorDate: Sun Apr 23 19:56:22 2023 + Commit: Sam James gentoo org> CommitDate: Sun Apr 23 19:56:22 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7389a6d0 dev-ruby/tilt: Stabilize 2.1.0 ppc, #904909 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index 1d3d84e757a9..fd2ca5c38d50 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: a9e4c3bb15e3a4b22f20fe8918ee4797ad9b5abc Author: Sam James gentoo org> AuthorDate: Sun Apr 23 19:51:48 2023 + Commit: Sam James gentoo org> CommitDate: Sun Apr 23 19:51:48 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e4c3bb dev-ruby/tilt: Stabilize 2.1.0 x86, #904909 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index b6e95daaf1eb..1d3d84e757a9 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: b8551f349b84684baf0ab3088a11546d415003e4 Author: Sam James gentoo org> AuthorDate: Sun Apr 23 19:50:41 2023 + Commit: Sam James gentoo org> CommitDate: Sun Apr 23 19:50:41 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8551f34 dev-ruby/tilt: Stabilize 2.1.0 arm64, #904909 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index 1d30cb933e13..b6e95daaf1eb 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 86196b77c8e1a8d5004d5caff6370a1016bf1df6 Author: Sam James gentoo org> AuthorDate: Fri Mar 24 03:19:19 2023 + Commit: Sam James gentoo org> CommitDate: Fri Mar 24 03:19:19 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86196b77 dev-ruby/tilt: fix comment typo Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 4 ++-- dev-ruby/tilt/tilt-2.1.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index e517e0e8b4d0..387bc08f7157 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ IUSE="" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. +# them to facilitate keywording and stabling. ruby_add_bdepend "test? ( dev-ruby/erubis dev-ruby/nokogiri diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild index a1ad7679472a..1d30cb933e13 100644 --- a/dev-ruby/tilt/tilt-2.1.0.ebuild +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. +# them to facilitate keywording and stabling. ruby_add_bdepend "test? ( dev-ruby/erubi dev-ruby/nokogiri
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 0e4f58d873a0b98343eaef31a9f481d0daf95fb1 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 11:29:40 2023 + Commit: Sam James gentoo org> CommitDate: Wed Mar 22 03:25:10 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4f58d8 dev-ruby/tilt: add 2.1.0 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.1.0.ebuild | 41 + 2 files changed, 42 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 53b57245771a..f31a652a34a5 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1 +1,2 @@ DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 +DIST tilt-2.1.0.tar.gz 54542 BLAKE2B b2d7729654efb51d9f61afe75476d6620edd7c104c045dc68c6a5e983cea8dec612d2e5013c51ee7736c87d770acdf8e6f186ff156d177f3281e0fb58d0e8422 SHA512 a450bdc51d782169cda2c43b550fad1425d4ee1a8f3c2da0bb1112051eb9ccfd95e903984ed6d3c76b0f322a243021587c6614f6452c385450ff1a985cfbcaa5 diff --git a/dev-ruby/tilt/tilt-2.1.0.ebuild b/dev-ruby/tilt/tilt-2.1.0.ebuild new file mode 100644 index ..a1ad7679472a --- /dev/null +++ b/dev-ruby/tilt/tilt-2.1.0.ebuild @@ -0,0 +1,41 @@ +# 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_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/jeremyevans/tilt"; +SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/erubi + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + rm Gemfile || die + sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die + + # Avoid tests with minor syntax differences since this happens all + # the time when details in the dependencies change. + rm -f test/tilt_sasstemplate_test.rb || die + + # Skip tests for unpackaged asciidoctor converter + sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 02fdb8e29cef44b4ead7f8eec59c69c56b4c212e Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 21 08:16:59 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 21 08:44:53 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fdb8e2 dev-ruby/tilt: drop 2.0.10 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.10.ebuild | 45 2 files changed, 46 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index b6053ea67cab..53b57245771a 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1 @@ -DIST tilt-2.0.10.tar.gz 51446 BLAKE2B de5c12dcf22994f182ae163a82c3060f1d0d8b4bc2a4495f28c9befc954b4949b9d2ae6aed42e3a9c35fb68825844881d9f15b2b68d949236e5396083ff199a3 SHA512 4a36c55347e307ea0c842aad3da72cebe98bcf8a0421040cfce7a43540d1746e736ce92b7ce7492a5cfc184372842c3ac7a006f3650b4c9420d5825ec005b4ef DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild deleted file mode 100644 index 46a445fe60b6.. --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; -SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri -)" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - - # Avoid tests with minor syntax differences since this happens all - # the time when details in the dependencies change. - sed -e '/test_smarty_pants_true/,/^end/ s:^:#:' \ - -e '/test_smart_quotes_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die - sed -e '/smartypants when :smart is set/,/^end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die - - # Skip tests for unpackaged asciidoctor converter - sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/files/
commit: ec06f6a63381dba627cf6f077c327f207849519c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Dec 6 18:38:09 2022 + Commit: Sam James gentoo org> CommitDate: Sat Dec 24 06:58:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec06f6a6 dev-ruby/tilt: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch | 37 1 file changed, 37 deletions(-) diff --git a/dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch b/dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch deleted file mode 100644 index 27e4d821f64f.. --- a/dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 91838d57aa35ba5341368ead0d442e1dc1eb8730 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?V=C3=ADt=20Ondruch?= -Date: Mon, 18 Jan 2021 12:49:31 +0100 -Subject: [PATCH] Fix Ruby 3.0 compatibility. - -This fixes issues such as: - -~~~ - 1) Error: -CSVTemplateTest#test_compiles_and_evaluates_the_template_on_render: -TypeError: no implicit conversion of Hash into String -/usr/share/ruby/csv.rb:1273:in `initialize' -/usr/share/ruby/csv.rb:1273:in `new' -/usr/share/ruby/csv.rb:1273:in `generate' -(__TEMPLATE__):in `__tilt_920' - /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb:170:in `call' - /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb:170:in `evaluate' - /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb:109:in `render' - /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/test/tilt_csv_test.rb:15:in `block in ' -~~~ - lib/tilt/csv.rb | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/tilt/csv.rb b/lib/tilt/csv.rb -index fd0e602..7dfa220 100644 a/lib/tilt/csv.rb -+++ b/lib/tilt/csv.rb -@@ -50,7 +50,7 @@ def prepare - - def precompiled_template(locals) - <<-RUBY --#{@outvar} = #{self.class.engine}.generate(#{options}) do |csv| -+#{@outvar} = #{self.class.engine}.generate(**#{options}) do |csv| - #{data} - end - RUBY
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 4e26b2b09c26f3bd2a5d2b0c46e5baaa5f590b7c Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 4 18:07:21 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 4 18:07:21 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e26b2b0 dev-ruby/tilt: Stabilize 2.0.11 ppc, #883999 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index 5e2ef19dd5a8..e517e0e8b4d0 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: a1b770b155945a3c50c40c603e946887987dc4a4 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 3 15:59:54 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 3 15:59:54 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b770b1 dev-ruby/tilt: Stabilize 2.0.11 x86, #883999 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index f4d2ea07632e..5e2ef19dd5a8 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: bc00396b4613714b25277107f0a9ad591f869a97 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 3 11:48:21 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 3 11:48:21 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc00396b dev-ruby/tilt: Stabilize 2.0.11 amd64, #883999 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index f4f73230a023..f4d2ea07632e 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: a92b8975253410063b69638935cc46f123e77be8 Author: Hans de Graaff gentoo org> AuthorDate: Fri Dec 2 10:20:43 2022 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 3 07:13:16 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92b8975 dev-ruby/tilt: drop 2.0.10-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/tilt-2.0.10-r1.ebuild | 46 - 1 file changed, 46 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.10-r1.ebuild b/dev-ruby/tilt/tilt-2.0.10-r1.ebuild deleted file mode 100644 index 4ebfd724eb92.. --- a/dev-ruby/tilt/tilt-2.0.10-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; -SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -PATCHES=( "${FILESDIR}/${P}-ruby30.patch" ) - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/erubis - dev-ruby/nokogiri -)" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - - # Avoid tests with minor syntax differences since this happens all - # the time when details in the dependencies change. - sed -e '/test_smarty_pants_true/,/^end/ s:^:#:' \ - -e '/test_smart_quotes_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die - sed -e '/smartypants when :smart is set/,/^end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die - - # Skip tests for unpackaged asciidoctor converter - sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 9abacd92a25d21bb7140ab5709ee7b4021cbd797 Author: Sam James gentoo org> AuthorDate: Sat Dec 3 01:37:58 2022 + Commit: Sam James gentoo org> CommitDate: Sat Dec 3 01:37:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abacd92 dev-ruby/tilt: Stabilize 2.0.11 ppc64, #883999 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index a7be9d5f39d6..f4f73230a023 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: a621f05c17cbde5b717a07168d472475d6dbc5e7 Author: Sam James gentoo org> AuthorDate: Fri Dec 2 21:26:22 2022 + Commit: Sam James gentoo org> CommitDate: Fri Dec 2 21:26:22 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a621f05c dev-ruby/tilt: Stabilize 2.0.11 arm64, #883999 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index e9c9bcc4af48..8cf1274ecd6d 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 51c46c6e2bb07eb87faeeb8f48986805de8c800d Author: Sam James gentoo org> AuthorDate: Fri Dec 2 21:26:23 2022 + Commit: Sam James gentoo org> CommitDate: Fri Dec 2 21:26:23 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c46c6e dev-ruby/tilt: Stabilize 2.0.11 arm, #883999 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild index 8cf1274ecd6d..a7be9d5f39d6 100644 --- a/dev-ruby/tilt/tilt-2.0.11.ebuild +++ b/dev-ruby/tilt/tilt-2.0.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: c4b219c4cb00d9740a855847aa3210a5789f5ce7 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 23 06:46:47 2022 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 23 07:18:15 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b219c4 dev-ruby/tilt: add 2.0.11 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.11.ebuild | 42 2 files changed, 43 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index a9095e87c6a9..b6053ea67cab 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1 +1,2 @@ DIST tilt-2.0.10.tar.gz 51446 BLAKE2B de5c12dcf22994f182ae163a82c3060f1d0d8b4bc2a4495f28c9befc954b4949b9d2ae6aed42e3a9c35fb68825844881d9f15b2b68d949236e5396083ff199a3 SHA512 4a36c55347e307ea0c842aad3da72cebe98bcf8a0421040cfce7a43540d1746e736ce92b7ce7492a5cfc184372842c3ac7a006f3650b4c9420d5825ec005b4ef +DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 diff --git a/dev-ruby/tilt/tilt-2.0.11.ebuild b/dev-ruby/tilt/tilt-2.0.11.ebuild new file mode 100644 index ..e9c9bcc4af48 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.11.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_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; +SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/erubis + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + rm Gemfile || die + sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die + + # Avoid tests with minor syntax differences since this happens all + # the time when details in the dependencies change. + rm -f test/tilt_sasstemplate_test.rb || die + + # Skip tests for unpackaged asciidoctor converter + sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 9c8690695ff94469d363175432b39e9e46d38a85 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 17 05:56:49 2022 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 17 06:56:47 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c869069 dev-ruby/tilt: enable ruby31 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/tilt-2.0.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10-r1.ebuild b/dev-ruby/tilt/tilt-2.0.10-r1.ebuild index 00b33d3ba691..4ebfd724eb92 100644 --- a/dev-ruby/tilt/tilt-2.0.10-r1.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/files/, dev-ruby/tilt/
commit: e8b1469f82bf2feb4f92e96a05959deca547ccb2 Author: Hans de Graaff gentoo org> AuthorDate: Sun Mar 20 06:52:18 2022 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Mar 20 10:04:34 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b1469f dev-ruby/tilt: add ruby30 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch | 37 ++ dev-ruby/tilt/tilt-2.0.10-r1.ebuild | 46 2 files changed, 83 insertions(+) diff --git a/dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch b/dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch new file mode 100644 index ..27e4d821f64f --- /dev/null +++ b/dev-ruby/tilt/files/tilt-2.0.10-ruby30.patch @@ -0,0 +1,37 @@ +From 91838d57aa35ba5341368ead0d442e1dc1eb8730 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?V=C3=ADt=20Ondruch?= +Date: Mon, 18 Jan 2021 12:49:31 +0100 +Subject: [PATCH] Fix Ruby 3.0 compatibility. + +This fixes issues such as: + +~~~ + 1) Error: +CSVTemplateTest#test_compiles_and_evaluates_the_template_on_render: +TypeError: no implicit conversion of Hash into String +/usr/share/ruby/csv.rb:1273:in `initialize' +/usr/share/ruby/csv.rb:1273:in `new' +/usr/share/ruby/csv.rb:1273:in `generate' +(__TEMPLATE__):in `__tilt_920' + /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb:170:in `call' + /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb:170:in `evaluate' + /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/lib/tilt/template.rb:109:in `render' + /builddir/build/BUILD/tilt-2.0.10/usr/share/gems/gems/tilt-2.0.10/test/tilt_csv_test.rb:15:in `block in ' +~~~ +--- + lib/tilt/csv.rb | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/tilt/csv.rb b/lib/tilt/csv.rb +index fd0e602..7dfa220 100644 +--- a/lib/tilt/csv.rb b/lib/tilt/csv.rb +@@ -50,7 +50,7 @@ def prepare + + def precompiled_template(locals) + <<-RUBY +-#{@outvar} = #{self.class.engine}.generate(#{options}) do |csv| ++#{@outvar} = #{self.class.engine}.generate(**#{options}) do |csv| + #{data} + end + RUBY diff --git a/dev-ruby/tilt/tilt-2.0.10-r1.ebuild b/dev-ruby/tilt/tilt-2.0.10-r1.ebuild new file mode 100644 index ..00b33d3ba691 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.10-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; +SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +PATCHES=( "${FILESDIR}/${P}-ruby30.patch" ) + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/erubis + dev-ruby/nokogiri +)" + +all_ruby_prepare() { + rm Gemfile || die + sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die + + # Avoid tests with minor syntax differences since this happens all + # the time when details in the dependencies change. + sed -e '/test_smarty_pants_true/,/^end/ s:^:#:' \ + -e '/test_smart_quotes_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die + sed -e '/smartypants when :smart is set/,/^end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die + + # Skip tests for unpackaged asciidoctor converter + sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: e3f46dfdd03f73c53d551aa188da7fdbaa0ec4b1 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 3 06:11:12 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 3 06:30:40 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f46dfd dev-ruby/tilt: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.9.ebuild | 39 --- 2 files changed, 40 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 5db9d5310c7..a9095e87c6a 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1 @@ DIST tilt-2.0.10.tar.gz 51446 BLAKE2B de5c12dcf22994f182ae163a82c3060f1d0d8b4bc2a4495f28c9befc954b4949b9d2ae6aed42e3a9c35fb68825844881d9f15b2b68d949236e5396083ff199a3 SHA512 4a36c55347e307ea0c842aad3da72cebe98bcf8a0421040cfce7a43540d1746e736ce92b7ce7492a5cfc184372842c3ac7a006f3650b4c9420d5825ec005b4ef -DIST tilt-2.0.9.gem 55296 BLAKE2B dd181295d2317ef591e9b89a0a4cf29680a05403c89c33680f563459ebbfc675bfaef14c864f8c8834103fc2ea069b33dc928f2b804d911eec21b09427f7c619 SHA512 522b2b40ca1eefc7df66cb421c66734699a2ffb1e7d1797181c2718f7ca018d3376c1a2b3617b5d3549115af69108db4c3c4632e2682329d5baf24bfdae92b42 diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild deleted file mode 100644 index 76abbec81e8..000 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 19d05c61bb305eaf01fe355ae7683f550c9fbcd7 Author: Sam James gentoo org> AuthorDate: Sat Oct 2 18:48:35 2021 + Commit: Sam James gentoo org> CommitDate: Sat Oct 2 18:48:35 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d05c61 dev-ruby/tilt: Stabilize 2.0.10 x86, #812524 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index 90a27e5009e..46a445fe60b 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 094ceb5aee4120395ef51911d71181694920fa6e Author: Sam James gentoo org> AuthorDate: Sat Oct 2 18:48:28 2021 + Commit: Sam James gentoo org> CommitDate: Sat Oct 2 18:48:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094ceb5a dev-ruby/tilt: Stabilize 2.0.10 ppc, #812524 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index 97f65317e36..90a27e5009e 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 522a55286916df7042be5a94aebf6447bef8f2a4 Author: Sam James gentoo org> AuthorDate: Sat Oct 2 18:48:20 2021 + Commit: Sam James gentoo org> CommitDate: Sat Oct 2 18:48:20 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522a5528 dev-ruby/tilt: Stabilize 2.0.10 ppc64, #812524 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index c2f3a7522d2..97f65317e36 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: c29d745ff2ee31edeb43adafdd142bbb06b4783d Author: Sam James gentoo org> AuthorDate: Sat Oct 2 18:48:05 2021 + Commit: Sam James gentoo org> CommitDate: Sat Oct 2 18:48:05 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29d745f dev-ruby/tilt: Stabilize 2.0.10 amd64, #812524 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index ab051c1a339..9d9c69c9e7b 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 65155056fde6f606e73a373d79213d74128b3223 Author: Sam James gentoo org> AuthorDate: Sat Oct 2 18:48:12 2021 + Commit: Sam James gentoo org> CommitDate: Sat Oct 2 18:48:12 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65155056 dev-ruby/tilt: Stabilize 2.0.10 arm64, #812524 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index 9d9c69c9e7b..c2f3a7522d2 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: c392fe662d469d6b2fce3daec442bc01aba3dba6 Author: Sam James gentoo org> AuthorDate: Sat Oct 2 18:40:17 2021 + Commit: Sam James gentoo org> CommitDate: Sat Oct 2 18:40:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c392fe66 dev-ruby/tilt: Stabilize 2.0.10 arm, #812524 Signed-off-by: Sam James gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index a5db38a86ce..ab051c1a339 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: c39579f990f993f3f6847bd309ec7bae40252e1b Author: Marek Szuba gentoo org> AuthorDate: Tue Sep 7 12:22:30 2021 + Commit: Marek Szuba gentoo org> CommitDate: Tue Sep 7 12:30:08 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39579f9 dev-ruby/tilt: keyword 2.0.10 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index 41217293ad3..a5db38a86ce 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 7ce471fbbe767a066c5f433b90a08e62263819e1 Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 6 18:27:47 2021 + Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 6 18:32:14 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce471fb dev-ruby/tilt: drop x86-macos Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 4 ++-- dev-ruby/tilt/tilt-2.0.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index eebbc946617..41217293ad3 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.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 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index 038ceb3d55e..76abbec81e8 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.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=6 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: b00868af441790fde90606dbcb22214ffc99ec16 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Apr 26 08:14:21 2020 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 26 08:58:35 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00868af dev-ruby/tilt: keyworded 2.0.10 for sparc, bug #692324 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/tilt/tilt-2.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index 56fd1402cb8..eebbc946617 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 8c948bf4ca4c1a6ce7e09b1c4040807c32525fad Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 16 09:52:04 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Feb 17 06:04:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c948bf4 dev-ruby/tilt: add ruby27 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index bde775cc9db..56fd1402cb8 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" @@ -28,7 +28,7 @@ ruby_add_bdepend "test? ( dev-ruby/coffee-script dev-ruby/erubis dev-ruby/nokogiri - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 6dbf1107704ed2735a08bbeff5fef2c66a774667 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 12 09:40:55 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 13 06:09:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbf1107 dev-ruby/tilt: remove obsolete blockers Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/tilt-2.0.10.ebuild | 4 +--- dev-ruby/tilt/tilt-2.0.9.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild index 9be8e3dee57..bde775cc9db 100644 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ b/dev-ruby/tilt/tilt-2.0.10.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 @@ -30,8 +30,6 @@ ruby_add_bdepend "test? ( dev-ruby/nokogiri !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 801f2f3d2062f597294ca9f52fed3abd2316130d Author: Hans de Graaff gentoo org> AuthorDate: Fri Oct 4 05:55:46 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Oct 4 06:02:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801f2f3d dev-ruby/tilt: add 2.0.10 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.10.ebuild | 47 2 files changed, 48 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index e8a3d870ff9..5db9d5310c7 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1 +1,2 @@ +DIST tilt-2.0.10.tar.gz 51446 BLAKE2B de5c12dcf22994f182ae163a82c3060f1d0d8b4bc2a4495f28c9befc954b4949b9d2ae6aed42e3a9c35fb68825844881d9f15b2b68d949236e5396083ff199a3 SHA512 4a36c55347e307ea0c842aad3da72cebe98bcf8a0421040cfce7a43540d1746e736ce92b7ce7492a5cfc184372842c3ac7a006f3650b4c9420d5825ec005b4ef DIST tilt-2.0.9.gem 55296 BLAKE2B dd181295d2317ef591e9b89a0a4cf29680a05403c89c33680f563459ebbfc675bfaef14c864f8c8834103fc2ea069b33dc928f2b804d911eec21b09427f7c619 SHA512 522b2b40ca1eefc7df66cb421c66734699a2ffb1e7d1797181c2718f7ca018d3376c1a2b3617b5d3549115af69108db4c3c4632e2682329d5baf24bfdae92b42 diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild new file mode 100644 index 000..9be8e3dee57 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.10.ebuild @@ -0,0 +1,47 @@ +# 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_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; +SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 5613361b1b3e8b53dc5be3bbdcd4c641b6513811 Author: Hans de Graaff gentoo org> AuthorDate: Mon May 13 05:30:18 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Mon May 13 05:30:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5613361b dev-ruby/tilt: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.5.ebuild | 43 - 2 files changed, 44 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 5de5195b1ae..e8a3d870ff9 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1 @@ -DIST tilt-2.0.5.gem 52224 BLAKE2B c3bcd3cbf45ec3cd7669e5f3adb97f26508b5fc57fa234af8074422f7de62be8fca960d94a9b637b8adf8825b7b31cb5049b48bf75c08565b4ba42e2d37b3493 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa DIST tilt-2.0.9.gem 55296 BLAKE2B dd181295d2317ef591e9b89a0a4cf29680a05403c89c33680f563459ebbfc675bfaef14c864f8c8834103fc2ea069b33dc928f2b804d911eec21b09427f7c619 SHA512 522b2b40ca1eefc7df66cb421c66734699a2ffb1e7d1797181c2718f7ca018d3376c1a2b3617b5d3549115af69108db4c3c4632e2682329d5baf24bfdae92b42 diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild deleted file mode 100644 index 5aa811eb95a..000 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ /dev/null @@ -1,43 +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_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!=dev-ruby/builder-2.0.0:* - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 9e82ffea55c2191730f3ba2182abfa9e69b2 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon May 13 01:40:15 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Mon May 13 01:41:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e82ffea dev-ruby/tilt: x86 stable (bug #684082) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-ruby/tilt/tilt-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index d0567938510..c190a02b649 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 253fedf4ac614e0fc192ef09b5d7fccdc0c9f4e0 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 28 20:17:53 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 28 20:17:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253fedf4 dev-ruby/tilt: arm stable wrt bug #684082 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" dev-ruby/tilt/tilt-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index fec7e688d1f..d0567938510 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 53b5db49209730d1be1862d27b9cbc72f1bf698b Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 27 16:21:45 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 27 16:25:30 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b5db49 dev-ruby/tilt: stable 2.0.9 for ppc64, bug #684082 Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/tilt/tilt-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index be0e3dfc4de..fec7e688d1f 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 007f36eba4025713ce872d3ce7257994ffb0cf4e Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 27 15:57:29 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 27 15:57:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007f36eb dev-ruby/tilt: stable 2.0.9 for ppc, bug #684082 Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-ruby/tilt/tilt-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index 2107ebf1b6c..be0e3dfc4de 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: eb66d6f8d2c0ad6b05838a2239cb21ea9e71d18d Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 23 19:30:19 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 23 19:30:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb66d6f8 dev-ruby/tilt: amd64 stable wrt bug #684082 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-ruby/tilt/tilt-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index 7c15d083a41..2107ebf1b6c 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 12de6dac39f343e07ac32b29aaad5d4bcd8b44d1 Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 10 06:22:11 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 10 06:24:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12de6dac dev-ruby/tilt: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.8.ebuild | 42 - 2 files changed, 43 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 39209f830ef..5de5195b1ae 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,2 @@ DIST tilt-2.0.5.gem 52224 BLAKE2B c3bcd3cbf45ec3cd7669e5f3adb97f26508b5fc57fa234af8074422f7de62be8fca960d94a9b637b8adf8825b7b31cb5049b48bf75c08565b4ba42e2d37b3493 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa -DIST tilt-2.0.8.gem 54784 BLAKE2B 14b067227a1c81060b4627d39fadcae00300fa30c3b4741c2c07f0e69bbe62b1f1e8f3a165f43ff72c9788d3621a133375c3be72c9bf16f0c18686f550bc3c16 SHA512 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5 DIST tilt-2.0.9.gem 55296 BLAKE2B dd181295d2317ef591e9b89a0a4cf29680a05403c89c33680f563459ebbfc675bfaef14c864f8c8834103fc2ea069b33dc928f2b804d911eec21b09427f7c619 SHA512 522b2b40ca1eefc7df66cb421c66734699a2ffb1e7d1797181c2718f7ca018d3376c1a2b3617b5d3549115af69108db4c3c4632e2682329d5baf24bfdae92b42 diff --git a/dev-ruby/tilt/tilt-2.0.8.ebuild b/dev-ruby/tilt/tilt-2.0.8.ebuild deleted file mode 100644 index 283dbee57fb..000 --- a/dev-ruby/tilt/tilt-2.0.8.ebuild +++ /dev/null @@ -1,42 +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 ruby25" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: fde37f92cc3dd74c5c56c72b667c2a400950d6f1 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 16 07:20:22 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 16 07:24:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde37f92 dev-ruby/tilt: add ruby26 Drop dev-ruby/bluecloth test dependency. The bluecloth tests are optional and bluecloth is no longer maintained. Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/tilt/tilt-2.0.9.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index efb26b7ad06..7c15d083a41 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -1,9 +1,9 @@ -# 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" @@ -22,7 +22,6 @@ IUSE="" # are optional for the test suite, and we don't want to depend on all of # them to faciliate keywording and stabling. ruby_add_bdepend "test? ( - dev-ruby/bluecloth dev-ruby/coffee-script dev-ruby/erubis dev-ruby/nokogiri
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 6323a1dbf511848f0d6279360d2375bf7131820a Author: Hans de Graaff gentoo org> AuthorDate: Fri Dec 14 07:41:47 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Dec 14 07:43:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6323a1db dev-ruby/tilt: add 2.0.9 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.9.ebuild | 42 + 2 files changed, 43 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index d1cd8f8b122..39209f830ef 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1,3 @@ DIST tilt-2.0.5.gem 52224 BLAKE2B c3bcd3cbf45ec3cd7669e5f3adb97f26508b5fc57fa234af8074422f7de62be8fca960d94a9b637b8adf8825b7b31cb5049b48bf75c08565b4ba42e2d37b3493 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa DIST tilt-2.0.8.gem 54784 BLAKE2B 14b067227a1c81060b4627d39fadcae00300fa30c3b4741c2c07f0e69bbe62b1f1e8f3a165f43ff72c9788d3621a133375c3be72c9bf16f0c18686f550bc3c16 SHA512 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5 +DIST tilt-2.0.9.gem 55296 BLAKE2B dd181295d2317ef591e9b89a0a4cf29680a05403c89c33680f563459ebbfc675bfaef14c864f8c8834103fc2ea069b33dc928f2b804d911eec21b09427f7c619 SHA512 522b2b40ca1eefc7df66cb421c66734699a2ffb1e7d1797181c2718f7ca018d3376c1a2b3617b5d3549115af69108db4c3c4632e2682329d5baf24bfdae92b42 diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild new file mode 100644 index 000..efb26b7ad06 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.9.ebuild @@ -0,0 +1,42 @@ +# 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_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 449df11aa6b95935911f6f550b386f6f80f7a61b Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 4 20:46:19 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 4 20:56:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449df11a dev-ruby/tilt: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.7.ebuild | 42 - 2 files changed, 43 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 959274d8bc1..d1cd8f8b122 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,2 @@ DIST tilt-2.0.5.gem 52224 BLAKE2B c3bcd3cbf45ec3cd7669e5f3adb97f26508b5fc57fa234af8074422f7de62be8fca960d94a9b637b8adf8825b7b31cb5049b48bf75c08565b4ba42e2d37b3493 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa -DIST tilt-2.0.7.gem 54272 BLAKE2B ee532ce6e68937677f7d5c4ea763ba5bfc84d87a052e15a58f09a1c453458e1b995506a32f3f33cc34e4642bcdde954b0c02c4588b550888c9704fbfe49be7cb SHA512 5becf05d870db6ddb656e7a1c45615aa821e0b9827a9cdc4212dcca25c24db671bd8d9fb8f8d6a6ea4095dbe6a80fc0b4792b4382d50ada6c0eec81fd6270064 DIST tilt-2.0.8.gem 54784 BLAKE2B 14b067227a1c81060b4627d39fadcae00300fa30c3b4741c2c07f0e69bbe62b1f1e8f3a165f43ff72c9788d3621a133375c3be72c9bf16f0c18686f550bc3c16 SHA512 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5 diff --git a/dev-ruby/tilt/tilt-2.0.7.ebuild b/dev-ruby/tilt/tilt-2.0.7.ebuild deleted file mode 100644 index 2d2b204f530..000 --- a/dev-ruby/tilt/tilt-2.0.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 05be4f8b733b213ae1379ac9346ab608be983ae3 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 27 05:40:44 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 27 05:41:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05be4f8b dev-ruby/tilt: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/tilt/tilt-2.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.8.ebuild b/dev-ruby/tilt/tilt-2.0.8.ebuild index 6aaa5457b1f..283dbee57fb 100644 --- a/dev-ruby/tilt/tilt-2.0.8.ebuild +++ b/dev-ruby/tilt/tilt-2.0.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 59b26c8ad71fd36f4723f3a9d86b105be740a9ae Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 24 08:43:36 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 24 08:48:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b26c8a dev-ruby/tilt: remove masked version Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-1.4.1-r2.ebuild | 40 -- dev-ruby/tilt/tilt-1.4.1.ebuild| 33 --- 3 files changed, 74 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index ee6cac1c9fd..959274d8bc1 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,4 +1,3 @@ -DIST tilt-1.4.1.gem 42496 BLAKE2B 34b142f50650e418f37cd68b81f97257c4ffd5b2b0788582e4981438f2164c70d5219c27d595e820772ab7e26e80fce752f49a6f9c52a17bdbba659ca487a0e6 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f DIST tilt-2.0.5.gem 52224 BLAKE2B c3bcd3cbf45ec3cd7669e5f3adb97f26508b5fc57fa234af8074422f7de62be8fca960d94a9b637b8adf8825b7b31cb5049b48bf75c08565b4ba42e2d37b3493 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa DIST tilt-2.0.7.gem 54272 BLAKE2B ee532ce6e68937677f7d5c4ea763ba5bfc84d87a052e15a58f09a1c453458e1b995506a32f3f33cc34e4642bcdde954b0c02c4588b550888c9704fbfe49be7cb SHA512 5becf05d870db6ddb656e7a1c45615aa821e0b9827a9cdc4212dcca25c24db671bd8d9fb8f8d6a6ea4095dbe6a80fc0b4792b4382d50ada6c0eec81fd6270064 DIST tilt-2.0.8.gem 54784 BLAKE2B 14b067227a1c81060b4627d39fadcae00300fa30c3b4741c2c07f0e69bbe62b1f1e8f3a165f43ff72c9788d3621a133375c3be72c9bf16f0c18686f550bc3c16 SHA512 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5 diff --git a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild b/dev-ruby/tilt/tilt-1.4.1-r2.ebuild deleted file mode 100644 index 888e75799c3..000 --- a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# jruby fails tests -USE_RUBY="ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - dev-ruby/radius )" - -# Most dependencies are optional: skip haml for ruby20 and ruby21 -# because haml depends on rails. -USE_RUBY="ruby20" ruby_add_bdepend "test? ( dev-ruby/haml )" - -ruby_add_rdepend ">=dev-ruby/builder-2.0.0" - -all_ruby_prepare() { - # Recent kramdown versions handle quoting differently. - rm test/tilt_kramdown_test.rb || die -} diff --git a/dev-ruby/tilt/tilt-1.4.1.ebuild b/dev-ruby/tilt/tilt-1.4.1.ebuild deleted file mode 100644 index 01ae1f65439..000 --- a/dev-ruby/tilt/tilt-1.4.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# jruby fails tests -USE_RUBY="ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri )" - -ruby_add_rdepend ">=dev-ruby/builder-2.0.0" - -all_ruby_prepare() { - # Recent kramdown versions handle quoting differently. - rm test/tilt_kramdown_test.rb || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: fb9997089e41f1fc170ffef147927c867c71831b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 1 00:44:02 2017 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 1 00:44:02 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb999708 dev-ruby/tilt: x86 stable (bug #614978) Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ruby/tilt/tilt-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index 0306c6ae65e..5aa811eb95a 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 07ba3871596a9df3d81d51ed9d958c34baba4d00 Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 27 05:45:27 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 27 05:45:27 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ba3871 dev-ruby/tilt: add 2.0.8 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.8.ebuild | 42 + 2 files changed, 43 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 3c5fea01ac8..881c1e52b06 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,4 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 DIST tilt-2.0.5.gem 52224 SHA256 0ec3e46ff4dcbabe0e90af1e92786b3c88312ebca55816b04f2511d1dd42f351 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa WHIRLPOOL ab98e857c456b664e8364d037b800ace4559b3de317c72da116402d0845a697e1979c33a77606ebd976b7ac03d0ecd24d4c56711e53190ae62edb63bc19f8b9c DIST tilt-2.0.7.gem 54272 SHA256 eb684011d518d16d293a9fdc1ac52bdeb7b6c04153537dda453f1150b85741c7 SHA512 5becf05d870db6ddb656e7a1c45615aa821e0b9827a9cdc4212dcca25c24db671bd8d9fb8f8d6a6ea4095dbe6a80fc0b4792b4382d50ada6c0eec81fd6270064 WHIRLPOOL f3ca0c00b217140589da31255e2dcb62d873d65a54aee4777a7fbddee584194a571781e4832c9748727c70c6c68cbe37696890e1ee39c5dafb9ed4ec603462f2 +DIST tilt-2.0.8.gem 54784 SHA256 2a3be6c56a8cc6338203c02910e20e858664b633adb550e1103804d75eae4000 SHA512 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5 WHIRLPOOL a2978224e803febba2dd3d25a8c1b4a3618f5d3794631e806f9de90a186f260e7fb8a1705bec36059272ee976f280d2b0252a6294fdb4d0ba1c280cce8d0bf74 diff --git a/dev-ruby/tilt/tilt-2.0.8.ebuild b/dev-ruby/tilt/tilt-2.0.8.ebuild new file mode 100644 index 000..2d2b204f530 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.8.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: f3705e69dcb7783fe7c991e80d8b7972a0f5801f Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 12 04:24:32 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 12 04:24:32 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3705e69 dev-ruby/tilt: add 2.0.7 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.7.ebuild | 42 + 2 files changed, 43 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 7f6e45ff4ac..3c5fea01ac8 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1,3 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 DIST tilt-2.0.5.gem 52224 SHA256 0ec3e46ff4dcbabe0e90af1e92786b3c88312ebca55816b04f2511d1dd42f351 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa WHIRLPOOL ab98e857c456b664e8364d037b800ace4559b3de317c72da116402d0845a697e1979c33a77606ebd976b7ac03d0ecd24d4c56711e53190ae62edb63bc19f8b9c +DIST tilt-2.0.7.gem 54272 SHA256 eb684011d518d16d293a9fdc1ac52bdeb7b6c04153537dda453f1150b85741c7 SHA512 5becf05d870db6ddb656e7a1c45615aa821e0b9827a9cdc4212dcca25c24db671bd8d9fb8f8d6a6ea4095dbe6a80fc0b4792b4382d50ada6c0eec81fd6270064 WHIRLPOOL f3ca0c00b217140589da31255e2dcb62d873d65a54aee4777a7fbddee584194a571781e4832c9748727c70c6c68cbe37696890e1ee39c5dafb9ed4ec603462f2 diff --git a/dev-ruby/tilt/tilt-2.0.7.ebuild b/dev-ruby/tilt/tilt-2.0.7.ebuild new file mode 100644 index 000..2d2b204f530 --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.7.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 06151875dbb4d0a6c03390df91d97388ff5e Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 30 08:40:38 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 30 11:16:03 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06151875 dev-ruby/tilt: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/tilt/tilt-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index 5850b064f1f..0306c6ae65e 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 2ea7b156bccfdaca8cdef1d80921762ff5c275bc Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 23 04:52:01 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 23 04:52:32 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea7b156 dev-ruby/tilt: add ruby22 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ruby/tilt/tilt-1.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/tilt/tilt-1.4.1.ebuild b/dev-ruby/tilt/tilt-1.4.1.ebuild index 99fa13dd877..01ae1f65439 100644 --- a/dev-ruby/tilt/tilt-1.4.1.ebuild +++ b/dev-ruby/tilt/tilt-1.4.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 # jruby fails tests -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: f1563b694bf55fc4c7e61519825a666ae6f014ed Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 23 03:28:20 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 23 03:28:20 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1563b69 dev-ruby/tilt: add 2.0.5 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-ruby/tilt/tilt-2.0.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index e37c458cf12..5850b064f1f 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" @@ -37,7 +37,7 @@ all_ruby_prepare() { # Avoid tests with minor syntax differences since this happens all # the time when details in the dependencies change. - sed -e '/test_smarty_pants_true/,/^end/ s:^:#:' -i test/tilt_markdown_test.rb || die + sed -e '/test_smarty_pants_true/,/^end/ s:^:#:' \ + -e '/test_smart_quotes_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die sed -e '/smartypants when :smart is set/,/^end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die - #sed -i -e '/docbook templates/,/^end/ s:^:#:' test/tilt_asciidoctor_test.rb || die }
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 8ba81a5047e878efc4c27da057a6ac4344295089 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 2 05:23:14 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Jun 2 05:38:13 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba81a50 dev-ruby/tilt: add ruby22 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/tilt/tilt-1.4.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild b/dev-ruby/tilt/tilt-1.4.1-r2.ebuild index 6a081e71dce..888e75799c3 100644 --- a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild +++ b/dev-ruby/tilt/tilt-1.4.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 # jruby fails tests -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: fe9582959a0214fe07966d77c9b5409632bb493a Author: Michael Weber gentoo org> AuthorDate: Mon Feb 27 18:20:48 2017 + Commit: Michael Weber gentoo org> CommitDate: Mon Feb 27 18:55:29 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe958295 dev-ruby/tilt: arm ppc64 stable (bug 590274). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/tilt/tilt-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index a5fb0f9667..baa7a2d1dd 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: a130ff79463e372e2247f75d503f2ed21496af1d Author: Michael Weber gentoo org> AuthorDate: Mon Feb 27 15:39:37 2017 + Commit: Michael Weber gentoo org> CommitDate: Mon Feb 27 17:01:11 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a130ff79 dev-ruby/tilt: ppc stable (bug 590274). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/tilt/tilt-2.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index 076fdfa648..a5fb0f9667 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 21784ec69159ba1e8fa7b629cde8c2c8dbf5c16e Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 11 19:16:43 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 11 19:17:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21784ec6 dev-ruby/tilt: amd64 stable Package-Manager: portage-2.3.0 dev-ruby/tilt/tilt-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index ee6c19c..076fdfa 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rtomayko/tilt"; LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Block on some of the potential test dependencies. These dependencies
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: ed5195be5468e9b53c7a7ea90db5b69f21213930 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 11 18:52:30 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 11 19:17:15 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5195be dev-ruby/tilt: cleanup Package-Manager: portage-2.3.0 dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.4.ebuild | 49 - 2 files changed, 50 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index d572176..7f6e45f 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,2 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 -DIST tilt-2.0.4.gem 51712 SHA256 47bc2e43480f7d29291a0dcb1395dd6e2badd6ed61b4e78dd695d64061fddb1f SHA512 86a0953cc56cf256aa6fb30eb373f8ebea69c76a1161c617e28a8b7244b1b327fd8abb1a084771a3f3f32c5fc90249fa111b33f040bbf15a13e4854671453d1d WHIRLPOOL 8f693de9978447baa54bc85a4630de12c0d2581e70fe18eb28b7d09a52532faaea5294a83d6a91b0e0c0c7a22f4bacc9c97eaae299eaaab52003cbc992d01d48 DIST tilt-2.0.5.gem 52224 SHA256 0ec3e46ff4dcbabe0e90af1e92786b3c88312ebca55816b04f2511d1dd42f351 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa WHIRLPOOL ab98e857c456b664e8364d037b800ace4559b3de317c72da116402d0845a697e1979c33a77606ebd976b7ac03d0ecd24d4c56711e53190ae62edb63bc19f8b9c diff --git a/dev-ruby/tilt/tilt-2.0.4.ebuild b/dev-ruby/tilt/tilt-2.0.4.ebuild deleted file mode 100644 index 6b334ca.. --- a/dev-ruby/tilt/tilt-2.0.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!=dev-ruby/builder-2.0.0:* - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 66331f5f67d2af97926d92a8dff5fb9c16be3893 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 11 19:10:27 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 11 19:17:18 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66331f5f dev-ruby/tilt: drop optional test dependencies These dependencies (radius and haml) are optional, but both carry a very large dependency tree which blocks stabling tilt versions. Package-Manager: portage-2.3.0 dev-ruby/tilt/tilt-2.0.5.ebuild | 5 - 1 file changed, 5 deletions(-) diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild index 6b334ca..ee6c19c 100644 --- a/dev-ruby/tilt/tilt-2.0.5.ebuild +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -29,11 +29,6 @@ ruby_add_bdepend "test? ( dev-ruby/nokogiri !!=dev-ruby/builder-2.0.0:* !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 4f289306799384e9e82c3fd67947f2eacfae359d Author: Manuel Rüger gentoo org> AuthorDate: Tue Aug 16 12:43:02 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Tue Aug 16 12:43:02 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f289306 dev-ruby/tilt: Remove old Package-Manager: portage-2.3.0 dev-ruby/tilt/Manifest | 2 -- dev-ruby/tilt/tilt-2.0.2.ebuild | 49 - dev-ruby/tilt/tilt-2.0.3.ebuild | 49 - 3 files changed, 100 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 4de184b..d572176 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,5 +1,3 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 -DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f -DIST tilt-2.0.3.gem 51712 SHA256 4e68572c96e77f0dfcdc121958060a0d60a17a4be3fc7aca4a65b0500bc80c6a SHA512 762682dce36ff0e6614558dd3a8e2c81474f3c94c8a6330c8c17a773527ec410ca032f3a75af9189f82c16e8d803f0f16d76155aeaf8d4844543f1abf5efe7db WHIRLPOOL fdbe322c67bfd0c1224de8cefedf8733e684581d55ce93cedf39372b0ea73f698146c60aed7f95d1e3ca57439262006b237c6ca853c72878de6ce966f422eb23 DIST tilt-2.0.4.gem 51712 SHA256 47bc2e43480f7d29291a0dcb1395dd6e2badd6ed61b4e78dd695d64061fddb1f SHA512 86a0953cc56cf256aa6fb30eb373f8ebea69c76a1161c617e28a8b7244b1b327fd8abb1a084771a3f3f32c5fc90249fa111b33f040bbf15a13e4854671453d1d WHIRLPOOL 8f693de9978447baa54bc85a4630de12c0d2581e70fe18eb28b7d09a52532faaea5294a83d6a91b0e0c0c7a22f4bacc9c97eaae299eaaab52003cbc992d01d48 DIST tilt-2.0.5.gem 52224 SHA256 0ec3e46ff4dcbabe0e90af1e92786b3c88312ebca55816b04f2511d1dd42f351 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa WHIRLPOOL ab98e857c456b664e8364d037b800ace4559b3de317c72da116402d0845a697e1979c33a77606ebd976b7ac03d0ecd24d4c56711e53190ae62edb63bc19f8b9c diff --git a/dev-ruby/tilt/tilt-2.0.2.ebuild b/dev-ruby/tilt/tilt-2.0.2.ebuild deleted file mode 100644 index 2d5f93b..000 --- a/dev-ruby/tilt/tilt-2.0.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!=dev-ruby/builder-2.0.0:* - !!https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!=dev-ruby/builder-2.0.0:* - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 3bbabd94d7eb481a39021fba6cf197899b1d5cb5 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 23 08:28:07 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 23 08:46:31 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbabd94 dev-ruby/tilt: add ruby21 to stable version Package-Manager: portage-2.2.28 dev-ruby/tilt/tilt-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-1.4.1.ebuild b/dev-ruby/tilt/tilt-1.4.1.ebuild index ec83010..aac0d31 100644 --- a/dev-ruby/tilt/tilt-1.4.1.ebuild +++ b/dev-ruby/tilt/tilt-1.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=5 # jruby fails tests -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 610207df5713a260776e55ba2d6612f9f02a095e Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 22 06:55:55 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 22 07:00:47 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610207df dev-ruby/tilt: drop ruby19 Package-Manager: portage-2.2.28 dev-ruby/tilt/tilt-1.4.1-r2.ebuild | 6 +++--- dev-ruby/tilt/tilt-1.4.1.ebuild| 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild b/dev-ruby/tilt/tilt-1.4.1-r2.ebuild index 9a5f32f..e85dfff 100644 --- a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild +++ b/dev-ruby/tilt/tilt-1.4.1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # jruby fails tests -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md" @@ -31,7 +31,7 @@ ruby_add_bdepend "test? ( # Most dependencies are optional: skip haml for ruby20 and ruby21 # because haml depends on rails. -USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )" +USE_RUBY="ruby20" ruby_add_bdepend "test? ( dev-ruby/haml )" ruby_add_rdepend ">=dev-ruby/builder-2.0.0" diff --git a/dev-ruby/tilt/tilt-1.4.1.ebuild b/dev-ruby/tilt/tilt-1.4.1.ebuild index 792f893..ec83010 100644 --- a/dev-ruby/tilt/tilt-1.4.1.ebuild +++ b/dev-ruby/tilt/tilt-1.4.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # jruby fails tests -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 6709912be8a525d9a8dc6d7b0f71af506084ddaa Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 4 03:50:09 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 4 03:50:53 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6709912b dev-ruby/tilt: add 2.0.5 Package-Manager: portage-2.2.28 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.5.ebuild | 49 + 2 files changed, 50 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 3ed7649..4de184b 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -2,3 +2,4 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f DIST tilt-2.0.3.gem 51712 SHA256 4e68572c96e77f0dfcdc121958060a0d60a17a4be3fc7aca4a65b0500bc80c6a SHA512 762682dce36ff0e6614558dd3a8e2c81474f3c94c8a6330c8c17a773527ec410ca032f3a75af9189f82c16e8d803f0f16d76155aeaf8d4844543f1abf5efe7db WHIRLPOOL fdbe322c67bfd0c1224de8cefedf8733e684581d55ce93cedf39372b0ea73f698146c60aed7f95d1e3ca57439262006b237c6ca853c72878de6ce966f422eb23 DIST tilt-2.0.4.gem 51712 SHA256 47bc2e43480f7d29291a0dcb1395dd6e2badd6ed61b4e78dd695d64061fddb1f SHA512 86a0953cc56cf256aa6fb30eb373f8ebea69c76a1161c617e28a8b7244b1b327fd8abb1a084771a3f3f32c5fc90249fa111b33f040bbf15a13e4854671453d1d WHIRLPOOL 8f693de9978447baa54bc85a4630de12c0d2581e70fe18eb28b7d09a52532faaea5294a83d6a91b0e0c0c7a22f4bacc9c97eaae299eaaab52003cbc992d01d48 +DIST tilt-2.0.5.gem 52224 SHA256 0ec3e46ff4dcbabe0e90af1e92786b3c88312ebca55816b04f2511d1dd42f351 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e641980764fa WHIRLPOOL ab98e857c456b664e8364d037b800ace4559b3de317c72da116402d0845a697e1979c33a77606ebd976b7ac03d0ecd24d4c56711e53190ae62edb63bc19f8b9c diff --git a/dev-ruby/tilt/tilt-2.0.5.ebuild b/dev-ruby/tilt/tilt-2.0.5.ebuild new file mode 100644 index 000..6b334ca --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.5.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!=dev-ruby/builder-2.0.0:* + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 67b41103d5539032434cb7af878b8a0bc251714d Author: Hans de Graaff gentoo org> AuthorDate: Thu May 19 05:00:33 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Thu May 19 05:29:56 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b41103 dev-ruby/tilt: add 2.0.4 Package-Manager: portage-2.2.28 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.4.ebuild | 49 + 2 files changed, 50 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index f30b703..3ed7649 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,4 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f DIST tilt-2.0.3.gem 51712 SHA256 4e68572c96e77f0dfcdc121958060a0d60a17a4be3fc7aca4a65b0500bc80c6a SHA512 762682dce36ff0e6614558dd3a8e2c81474f3c94c8a6330c8c17a773527ec410ca032f3a75af9189f82c16e8d803f0f16d76155aeaf8d4844543f1abf5efe7db WHIRLPOOL fdbe322c67bfd0c1224de8cefedf8733e684581d55ce93cedf39372b0ea73f698146c60aed7f95d1e3ca57439262006b237c6ca853c72878de6ce966f422eb23 +DIST tilt-2.0.4.gem 51712 SHA256 47bc2e43480f7d29291a0dcb1395dd6e2badd6ed61b4e78dd695d64061fddb1f SHA512 86a0953cc56cf256aa6fb30eb373f8ebea69c76a1161c617e28a8b7244b1b327fd8abb1a084771a3f3f32c5fc90249fa111b33f040bbf15a13e4854671453d1d WHIRLPOOL 8f693de9978447baa54bc85a4630de12c0d2581e70fe18eb28b7d09a52532faaea5294a83d6a91b0e0c0c7a22f4bacc9c97eaae299eaaab52003cbc992d01d48 diff --git a/dev-ruby/tilt/tilt-2.0.4.ebuild b/dev-ruby/tilt/tilt-2.0.4.ebuild new file mode 100644 index 000..6b334ca --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!=dev-ruby/builder-2.0.0:* + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 22517f71c6bbc2c6ef02269fdb71aae8c2bca47c Author: Hans de Graaff gentoo org> AuthorDate: Fri May 13 05:13:24 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Fri May 13 05:18:28 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22517f71 dev-ruby/tilt: add 2.0.3 Package-Manager: portage-2.2.28 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.3.ebuild | 49 + 2 files changed, 50 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 825f9d0..f30b703 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1,3 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f +DIST tilt-2.0.3.gem 51712 SHA256 4e68572c96e77f0dfcdc121958060a0d60a17a4be3fc7aca4a65b0500bc80c6a SHA512 762682dce36ff0e6614558dd3a8e2c81474f3c94c8a6330c8c17a773527ec410ca032f3a75af9189f82c16e8d803f0f16d76155aeaf8d4844543f1abf5efe7db WHIRLPOOL fdbe322c67bfd0c1224de8cefedf8733e684581d55ce93cedf39372b0ea73f698146c60aed7f95d1e3ca57439262006b237c6ca853c72878de6ce966f422eb23 diff --git a/dev-ruby/tilt/tilt-2.0.3.ebuild b/dev-ruby/tilt/tilt-2.0.3.ebuild new file mode 100644 index 000..6b334ca --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!=dev-ruby/builder-2.0.0:* + !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: 164df2090c79f26ddef0ffbd59d7d4d04f0aebe3 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 19:18:33 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 19:18:33 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164df209 dev-ruby/tilt: Remove old Package-Manager: portage-2.2.27 dev-ruby/tilt/Manifest | 1 - dev-ruby/tilt/tilt-2.0.1-r1.ebuild | 49 -- 2 files changed, 50 deletions(-) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 1807953..825f9d0 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,2 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 -DIST tilt-2.0.1.gem 44544 SHA256 73dc6e2cd2fe4251cb7d15c92d0e66c884f17d0be580500d00cb426eb29881e1 SHA512 9451b2387c7c2535c9c78ae07dc0893f675e921d845f8eb5bc24c13a1e726888baba0d813195a81014370b640b290fab2e1b47871b6b2ab1e3eddb10c71217df WHIRLPOOL 92773f66291c193e912f810b8ad3da827782e744b19e2ef0ece7db262ff8a66324e9e08362f3b37ce14d125a196e743f1e264ef739bfeeaecd37c1a29c15c7e6 DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f diff --git a/dev-ruby/tilt/tilt-2.0.1-r1.ebuild b/dev-ruby/tilt/tilt-2.0.1-r1.ebuild deleted file mode 100644 index 1a420c2..000 --- a/dev-ruby/tilt/tilt-2.0.1-r1.ebuild +++ /dev/null @@ -1,49 +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_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt"; - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!=dev-ruby/builder-2.0.0:* - !!
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
commit: d62c6bfb24d5ac1a11224fad0e5983b1ad94f119 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jan 8 06:33:44 2016 + Commit: Hans de Graaff gentoo org> CommitDate: Fri Jan 8 06:33:44 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62c6bfb dev-ruby/tilt: add 2.0.2 Package-Manager: portage-2.2.26 dev-ruby/tilt/Manifest | 1 + dev-ruby/tilt/tilt-2.0.2.ebuild | 49 + 2 files changed, 50 insertions(+) diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index 84944e8..1807953 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1,3 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 DIST tilt-2.0.1.gem 44544 SHA256 73dc6e2cd2fe4251cb7d15c92d0e66c884f17d0be580500d00cb426eb29881e1 SHA512 9451b2387c7c2535c9c78ae07dc0893f675e921d845f8eb5bc24c13a1e726888baba0d813195a81014370b640b290fab2e1b47871b6b2ab1e3eddb10c71217df WHIRLPOOL 92773f66291c193e912f810b8ad3da827782e744b19e2ef0ece7db262ff8a66324e9e08362f3b37ce14d125a196e743f1e264ef739bfeeaecd37c1a29c15c7e6 +DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f diff --git a/dev-ruby/tilt/tilt-2.0.2.ebuild b/dev-ruby/tilt/tilt-2.0.2.ebuild new file mode 100644 index 000..2d5f93b --- /dev/null +++ b/dev-ruby/tilt/tilt-2.0.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" + +inherit ruby-fakegem + +DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible" +HOMEPAGE="https://github.com/rtomayko/tilt"; + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# Block on some of the potential test dependencies. These dependencies +# are optional for the test suite, and we don't want to depend on all of +# them to faciliate keywording and stabling. +ruby_add_bdepend "test? ( + dev-ruby/bluecloth + dev-ruby/coffee-script + dev-ruby/erubis + dev-ruby/nokogiri + !!=dev-ruby/builder-2.0.0:* + !!