public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 24 Feb 2018 08:50:00 +0000 (UTC)	[thread overview]
Message-ID: <1519462124.59b26c8ad71fd36f4723f3a9d86b105be740a9ae.graaff@gentoo> (raw)

commit:     59b26c8ad71fd36f4723f3a9d86b105be740a9ae
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 08:43:36 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:48:44 2018 +0000
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 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e0000641980764fa
 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..00000000000
--- 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..00000000000
--- 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
-}


             reply	other threads:[~2018-02-24  8:50 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24  8:50 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-14  6:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/ Hans de Graaff
2025-01-05  7:30 Hans de Graaff
2024-12-21  8:58 Hans de Graaff
2024-11-03  7:27 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 10:09 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
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=1519462124.59b26c8ad71fd36f4723f3a9d86b105be740a9ae.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