mrueg       14/11/13 22:07:24

  Modified:             ChangeLog
  Added:                httparty-0.13.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.34                 dev-ruby/httparty/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   5 Aug 2014 16:00:27 -0000       1.33
+++ ChangeLog   13 Nov 2014 22:07:24 -0000      1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/httparty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.33 
2014/08/05 16:00:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.34 
2014/11/13 22:07:24 mrueg Exp $
+
+*httparty-0.13.3 (13 Nov 2014)
+
+  13 Nov 2014; Manuel Rüger <[email protected]> +httparty-0.13.3.ebuild:
+  Version bump.
 
   05 Aug 2014; Manuel Rüger <[email protected]> httparty-0.13.1.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1                  dev-ruby/httparty/httparty-0.13.3.ebuild

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

Index: httparty-0.13.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.3.ebuild,v 
1.1 2014/11/13 22:07:24 mrueg Exp $

EAPI=5

# jruby → testsuite fails (seems like a testuite bug)
USE_RUBY="ruby19 ruby20 ruby21"

# We have a custom test function, but don't null this out so that the
# deps are still added
RUBY_FAKEGEM_TASK_TEST="none"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md History"

inherit ruby-fakegem

DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead 
easy"
HOMEPAGE="http://httparty.rubyforge.org/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

ruby_add_rdepend '=dev-ruby/multi_json-1* >=dev-ruby/multi_xml-0.5.2'

ruby_add_bdepend 'dev-ruby/rspec:0 dev-ruby/fakeweb'

all_ruby_prepare() {
        # Remove bundler
        rm Gemfile || die
        sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die

#       sed -i -e '/git ls-files/ s:^:#:' ${PN}.gemspec || die
}

each_ruby_test() {
        ${RUBY} -S rake spec || die
}

all_ruby_install() {
        all_fakegem_install

        docinto examples
        dodoc examples/*
}




Reply via email to