graaff      15/03/11 05:58:31

  Modified:             ChangeLog
  Added:                rails-html-sanitizer-1.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/rails-html-sanitizer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails-html-sanitizer/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails-html-sanitizer/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails-html-sanitizer/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails-html-sanitizer/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 Jan 2015 20:50:49 -0000       1.4
+++ ChangeLog   11 Mar 2015 05:58:31 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/rails-html-sanitizer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails-html-sanitizer/ChangeLog,v 
1.4 2015/01/08 20:50:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails-html-sanitizer/ChangeLog,v 
1.5 2015/03/11 05:58:31 graaff Exp $
+
+*rails-html-sanitizer-1.0.2 (11 Mar 2015)
+
+  11 Mar 2015; Hans de Graaff <[email protected]>
+  +rails-html-sanitizer-1.0.2.ebuild:
+  Version bump.
 
   08 Jan 2015; Markus Meier <[email protected]>
   rails-html-sanitizer-1.0.1.ebuild:



1.1                  
dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: rails-html-sanitizer-1.0.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.2.ebuild,v
 1.1 2015/03/11 05:58:31 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

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"

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
}




Reply via email to