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 E03DF58973 for ; Tue, 26 Jan 2016 06:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A5B321C007; 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 D614021C007 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 A2FC9340B35 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 0B00E1068 for ; Tue, 26 Jan 2016 06:39: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: <1453788863.1f021e4197c6b9a82ed2e1859649370e2d066f45.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.3.ebuild X-VCS-Directories: dev-ruby/rails-html-sanitizer/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1f021e4197c6b9a82ed2e1859649370e2d066f45 X-VCS-Branch: master Date: Tue, 26 Jan 2016 06:39: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: e74c1ece-0163-42eb-80fa-70b444e65849 X-Archives-Hash: 514fd368a8526722b13d4da1bc84a54f commit: 1f021e4197c6b9a82ed2e1859649370e2d066f45 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jan 26 06:14:23 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jan 26 06:14:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f021e41 dev-ruby/rails-html-sanitizer: add 1.0.3 for security bug 572924 Package-Manager: portage-2.2.26 dev-ruby/rails-html-sanitizer/Manifest | 1 + .../rails-html-sanitizer-1.0.3.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/rails-html-sanitizer/Manifest b/dev-ruby/rails-html-sanitizer/Manifest index 0e44106..8448998 100644 --- a/dev-ruby/rails-html-sanitizer/Manifest +++ b/dev-ruby/rails-html-sanitizer/Manifest @@ -1 +1,2 @@ DIST rails-html-sanitizer-1.0.2.gem 14848 SHA256 2481cfb60c4a03941489af5c92165c6dd169966f0b849d26d857cab5444b467a SHA512 c86b295ae42f9c78a32173fd80d659dd49b4938e6a8d8e170a709d692363aaa6159c7b77ca9a04ffff30a365934dc6e12437b58b2dc5ccbf44d30dbab4caecba WHIRLPOOL 65d1712339bc5a54d0207302badc5de8d000c65ba4d668ad777d4c63d89b5950ec6c3952f0e502a9b247a1762090994102c11840cf081bcf2b488c9829dc502c +DIST rails-html-sanitizer-1.0.3.gem 15360 SHA256 a7da8eb4ce2e673ba909d36a94a9e06f196e88a92e76d01dfee3803d0d6a0e8d SHA512 84d91014384773389492d7cde0afcdc7e3324320970788d88861f89395d847d2599d1e645177f5301109194805ffb684f591e287f3e4280117738416655d934a WHIRLPOOL 1d0b46c1c41dce9518b7f5ec9c19f1564c4888db25d63041d8010870441ef9079457fd359cfac9b3329bc893e7d8a1be0cc398c82e69bf0487af571a444875fd diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild new file mode 100644 index 0000000..f7cc832 --- /dev/null +++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md 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" + +ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )" + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die +}