graaff      15/05/06 05:35:35

  Modified:             ChangeLog
  Added:                loofah-2.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.6                  dev-ruby/loofah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/loofah/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   22 Mar 2015 16:30:24 -0000      1.5
+++ ChangeLog   6 May 2015 05:35:35 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/loofah
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loofah/ChangeLog,v 1.5 2015/03/22 
16:30:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loofah/ChangeLog,v 1.6 2015/05/06 
05:35:35 graaff Exp $
+
+*loofah-2.0.2 (06 May 2015)
+
+  06 May 2015; Hans de Graaff <[email protected]> +loofah-2.0.2.ebuild:
+  Version bump.
 
   22 Mar 2015; Hans de Graaff <[email protected]> loofah-2.0.1.ebuild:
   Add ruby22.



1.1                  dev-ruby/loofah/loofah-2.0.2.ebuild

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

Index: loofah-2.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/loofah/loofah-2.0.2.ebuild,v 1.1 
2015/05/06 05:35:35 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"

inherit ruby-fakegem

DESCRIPTION="A general library for manipulating and transforming HTML/XML 
documents and fragments."
HOMEPAGE="https://github.com/flavorjones/loofah";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
IUSE=""

ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9"

ruby_add_bdepend "test? ( >=dev-ruby/rr-1.1.0 >=dev-ruby/hoe-2.3.0 )"

all_ruby_prepare() {
        # Avoid test failing on different whitespace.
        sed -i -e '/test_fragment_whitewash_on_microsofty_markup/askip 
"gentoo"' test/integration/test_ad_hoc.rb || die
}




Reply via email to