From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A984358973 for ; Tue, 26 Jan 2016 06:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8503421C01A; Tue, 26 Jan 2016 06:39:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA63421C009 for ; Tue, 26 Jan 2016 06:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9D29340B4F for ; Tue, 26 Jan 2016 06:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC55AE5F for ; Tue, 26 Jan 2016 06:39:18 +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: <1453788522.8db92c3272ca8754d8ab1d1de3412ed6dfde56ff.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rails-html-sanitizer/Manifest dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.1.ebuild X-VCS-Directories: dev-ruby/rails-html-sanitizer/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8db92c3272ca8754d8ab1d1de3412ed6dfde56ff X-VCS-Branch: master Date: Tue, 26 Jan 2016 06:39:18 +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: 4bd0628f-e60c-48e4-9f94-a11a0554a8ce X-Archives-Hash: 6a16909a1254aa022cb5a7244f16bb2a commit: 8db92c3272ca8754d8ab1d1de3412ed6dfde56ff Author: Hans de Graaff gentoo org> AuthorDate: Tue Jan 26 06:08:42 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jan 26 06:08:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db92c32 dev-ruby/rails-html-sanitizer: cleanup Package-Manager: portage-2.2.26 dev-ruby/rails-html-sanitizer/Manifest | 1 - .../rails-html-sanitizer-1.0.1.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-ruby/rails-html-sanitizer/Manifest b/dev-ruby/rails-html-sanitizer/Manifest index 0cebbe9..0e44106 100644 --- a/dev-ruby/rails-html-sanitizer/Manifest +++ b/dev-ruby/rails-html-sanitizer/Manifest @@ -1,2 +1 @@ -DIST rails-html-sanitizer-1.0.1.gem 14848 SHA256 f8c08716c30a087d655ff99249a8cafd426344dc96d6647ee9015e4d06a08dee SHA512 05c4cbf5d49c6ed0c90bfe37bb10d1c12c69eb50170cb1bf8affddf3a02a12a2e043687fc541c4dd178c92040b3d3967bc643df759c699e325cead1a047b9f30 WHIRLPOOL 05a0b514e2896d6e845cc163b92632ba5a7aec995040c9a013aa8c74f7a4d1104f1ca953c2883b9f10e510c1dd289300aa9e5675528fa08daaa1e7d787fe4371 DIST rails-html-sanitizer-1.0.2.gem 14848 SHA256 2481cfb60c4a03941489af5c92165c6dd169966f0b849d26d857cab5444b467a SHA512 c86b295ae42f9c78a32173fd80d659dd49b4938e6a8d8e170a709d692363aaa6159c7b77ca9a04ffff30a365934dc6e12437b58b2dc5ccbf44d30dbab4caecba WHIRLPOOL 65d1712339bc5a54d0207302badc5de8d000c65ba4d668ad777d4c63d89b5950ec6c3952f0e502a9b247a1762090994102c11840cf081bcf2b488c9829dc502c diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.1.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.1.ebuild deleted file mode 100644 index 5bc28f8..0000000 --- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.1.ebuild +++ /dev/null @@ -1,30 +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" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Sanitize HTML fragments in Rails applications" -HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="" - -ruby_add_rdepend "dev-ruby/loofah:0" - -all_ruby_prepare() { - # Avoid broken test already fixed in upstream master. - sed -i -e '/test_should_allow_anchors/askip "gentoo"' test/sanitizer_test.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die -}