public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
Date: Sun,  6 Mar 2016 19:21:18 +0000 (UTC)	[thread overview]
Message-ID: <1457291913.164df2090c79f26ddef0ffbd59d7d4d04f0aebe3.mrueg@gentoo> (raw)

commit:     164df2090c79f26ddef0ffbd59d7d4d04f0aebe3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 19:18:33 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 19:18:33 2016 +0000
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..0000000
--- 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/maruku-0.7.2 )"
-
-# Most dependencies are optional: skip haml and radius for ruby20 and ruby21
-# because haml depends on rails.
-USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )"
-USE_RUBY="ruby19 ruby20 ruby21" ruby_add_bdepend "test? ( dev-ruby/radius )"
-
-ruby_add_rdepend ">=dev-ruby/builder-2.0.0:*
-	!!<dev-ruby/tilt-1.4.1-r2:0"
-
-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:^:#:' -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
-}


             reply	other threads:[~2016-03-06 19:21 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-06 19:21 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-08  5:54 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/ Hans de Graaff
2025-07-08  5:54 Hans de Graaff
2025-06-01  8:39 Hans de Graaff
2025-05-21  9:20 Sam James
2025-05-20 17:44 Arthur Zamarin
2025-05-18 12:13 Arthur Zamarin
2025-05-18 10:34 Arthur Zamarin
2025-05-18 10:09 Sam James
2025-01-14  6:51 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
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-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=1457291913.164df2090c79f26ddef0ffbd59d7d4d04f0aebe3.mrueg@gentoo \
    --to=mrueg@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