From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 338CD138334 for ; Wed, 4 Jul 2018 20:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD975E09F8; Wed, 4 Jul 2018 20:56:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57BF6E09F8 for ; Wed, 4 Jul 2018 20:56:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A448B335CAB for ; Wed, 4 Jul 2018 20:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7983363 for ; Wed, 4 Jul 2018 20:56:19 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1530737765.449df11aa6b95935911f6f550b386f6f80f7a61b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tilt/Manifest dev-ruby/tilt/tilt-2.0.7.ebuild X-VCS-Directories: dev-ruby/tilt/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 449df11aa6b95935911f6f550b386f6f80f7a61b X-VCS-Branch: master Date: Wed, 4 Jul 2018 20:56:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8d968d0-6271-458e-bb4e-e174e591d5e1 X-Archives-Hash: cd5750e632f12705b4d02cc99f899750 commit: 449df11aa6b95935911f6f550b386f6f80f7a61b Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 4 20:46:19 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 4 20:56:05 2018 +0000 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 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-2.0.7.ebuild b/dev-ruby/tilt/tilt-2.0.7.ebuild deleted file mode 100644 index 2d2b204f530..00000000000 --- 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 - !!