From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
Date: Fri, 15 Sep 2023 10:09:34 +0000 (UTC) [thread overview]
Message-ID: <1694772570.af1a9f7bc05c5165dcb4d1077b26a147645fced3.graaff@gentoo> (raw)
commit: af1a9f7bc05c5165dcb4d1077b26a147645fced3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 06:29:35 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 10:09:30 2023 +0000
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 <graaff <AT> 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..000000000000
--- 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..000000000000
--- 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 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
-}
next reply other threads:[~2023-09-15 10:09 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-15 10:09 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 7:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/ Hans de Graaff
2024-10-10 11:04 Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-06 18:39 Arthur Zamarin
2024-10-06 12:01 Sam James
2024-10-06 11:52 Sam James
2024-10-06 11:52 Sam James
2024-06-28 4:31 Hans de Graaff
2023-12-29 7:40 Hans de Graaff
2023-09-15 5:52 Hans de Graaff
2023-08-20 8:47 Sam James
2023-08-19 6:10 Sam James
2023-08-19 6:09 Sam James
2023-07-09 18:25 Hans de Graaff
2023-04-23 22:17 Sam James
2023-04-23 20:03 Sam James
2023-04-23 20:00 Sam James
2023-04-23 19:56 Sam James
2023-04-23 19:52 Sam James
2023-04-23 19:50 Sam James
2023-03-24 3:58 Sam James
2023-03-22 3:25 Sam James
2023-01-21 8:44 Hans de Graaff
2022-12-04 18:07 Arthur Zamarin
2022-12-03 16:00 Arthur Zamarin
2022-12-03 11:48 Arthur Zamarin
2022-12-03 7:13 Hans de Graaff
2022-12-03 1:38 Sam James
2022-12-02 21:26 Sam James
2022-12-02 21:26 Sam James
2022-07-23 7:18 Hans de Graaff
2022-04-17 6:57 Hans de Graaff
2021-10-03 6:30 Hans de Graaff
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:49 Sam James
2021-10-02 18:48 Sam James
2021-10-02 18:48 Sam James
2021-10-02 18:40 Sam James
2021-09-07 12:30 Marek Szuba
2021-01-06 18:32 Fabian Groffen
2020-04-26 8:58 Sergei Trofimovich
2020-02-17 6:04 Hans de Graaff
2020-01-13 6:09 Hans de Graaff
2019-10-04 6:02 Hans de Graaff
2019-05-13 5:31 Hans de Graaff
2019-05-13 1:41 Thomas Deutschmann
2019-04-28 20:18 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-23 19:30 Mikle Kolyada
2019-04-10 6:24 Hans de Graaff
2019-01-16 7:24 Hans de Graaff
2018-12-14 7:43 Hans de Graaff
2018-07-04 20:56 Hans de Graaff
2018-04-27 5:42 Hans de Graaff
2018-02-24 8:50 Hans de Graaff
2017-10-01 0:56 Thomas Deutschmann
2017-07-27 7:13 Hans de Graaff
2017-07-12 4:48 Hans de Graaff
2017-06-30 11:17 Alexis Ballier
2017-06-23 4:52 Hans de Graaff
2017-06-23 3:38 Hans de Graaff
2017-06-02 5:38 Hans de Graaff
2017-02-27 18:55 Michael Weber
2017-02-27 17:01 Michael Weber
2016-12-11 19:17 Hans de Graaff
2016-12-11 19:17 Hans de Graaff
2016-12-11 19:17 Hans de Graaff
2016-08-16 12:43 Manuel Rüger
2016-07-23 8:46 Hans de Graaff
2016-07-22 7:05 Hans de Graaff
2016-06-04 3:50 Hans de Graaff
2016-05-19 5:30 Hans de Graaff
2016-05-13 5:18 Hans de Graaff
2016-03-06 19:21 Manuel Rüger
2016-01-08 6:45 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1694772570.af1a9f7bc05c5165dcb4d1077b26a147645fced3.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox