public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: httparty-0.13.0.ebuild ChangeLog httparty-0.11.0.ebuild
@ 2014-03-06 16:14 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-03-06 16:14 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/06 16:14:26

  Modified:             ChangeLog
  Added:                httparty-0.13.0.ebuild
  Removed:              httparty-0.11.0.ebuild
  Log:
  Version bump. Cleanup old. Drop mongrel testing dependency.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.28                 dev-ruby/httparty/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	5 Oct 2013 10:06:55 -0000	1.27
+++ ChangeLog	6 Mar 2014 16:14:25 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/httparty
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.27 2013/10/05 10:06:55 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.28 2014/03/06 16:14:25 mrueg Exp $
+
+*httparty-0.13.0 (06 Mar 2014)
+
+  06 Mar 2014; Manuel Rüger <mrueg@gentoo.org> +httparty-0.13.0.ebuild,
+  -httparty-0.11.0.ebuild:
+  Version bump. Cleanup old. Drop mongrel testing dependency.
 
   05 Oct 2013; Manuel Rüger <mrueg@gentoo.org> -httparty-0.10.2.ebuild,
   -httparty-0.9.0.ebuild:



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

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

Index: httparty-0.13.0.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.0.ebuild,v 1.1 2014/03/06 16:14:25 mrueg Exp $

EAPI=5

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

# 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/*
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-06 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 16:14 [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: httparty-0.13.0.ebuild ChangeLog httparty-0.11.0.ebuild Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox