public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: httparty-0.5.2.ebuild ChangeLog
@ 2010-02-01  9:06 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-02-01  9:06 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/02/01 09:06:04

  Modified:             ChangeLog
  Added:                httparty-0.5.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/httparty/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	31 Jan 2010 11:33:35 -0000	1.11
+++ ChangeLog	1 Feb 2010 09:06:04 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/httparty
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.11 2010/01/31 11:33:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.12 2010/02/01 09:06:04 flameeyes Exp $
+
+*httparty-0.5.2 (01 Feb 2010)
+
+  01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  +httparty-0.5.2.ebuild:
+  Version bump.
 
 *httparty-0.5.1 (31 Jan 2010)
 



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

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

Index: httparty-0.5.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v 1.1 2010/02/01 09:06:04 flameeyes Exp $

EAPI=2

# ruby19 → testsuite fails (might be crack's bug)
# jruby → testsuite fails (seems like a testuite bug)
USE_RUBY="ruby18"

# 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_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc 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"
IUSE=""

# Code should most likely be patched, but for now…
ruby_add_rdepend '~dev-ruby/crack-0.1.6'

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

USE_RUBY=ruby18 \
	ruby_add_bdepend 'ruby_targets_ruby18 test' 'dev-util/cucumber dev-ruby/activesupport:2.3'

all_ruby_prepare() {
	# as often, Rakefile depends on Jeweler's presence
	sed -i \
		-e '/check_dependencies/s:^:#:' \
		Rakefile || die
}

each_ruby_test() {
	case ${RUBY} in
		*ruby18)
			# Cucumber-based tests only work on Ruby 1.8, as of today, so we only call them
			${RUBY} -S rake spec features || die "cucumber tests failed"
			;;
		*)
			${RUBY} -S rake spec || die "cucumber tests failed"
			;;
	esac
}

all_ruby_install() {
	all_fakegem_install

	docinto examples
	dodoc examples/* || die
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: httparty-0.5.2.ebuild ChangeLog
@ 2010-03-03 11:15 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-03 11:15 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/03 11:15:48

  Modified:             httparty-0.5.2.ebuild ChangeLog
  Log:
  Mark ~x86 wrt bug #302963
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-ruby/httparty/httparty-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild?r1=1.1&r2=1.2

Index: httparty-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httparty-0.5.2.ebuild	1 Feb 2010 09:06:04 -0000	1.1
+++ httparty-0.5.2.ebuild	3 Mar 2010 11:15:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v 1.1 2010/02/01 09:06:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v 1.2 2010/03/03 11:15:48 phajdan.jr Exp $
 
 EAPI=2
 
@@ -22,7 +22,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 # Code should most likely be patched, but for now…



1.14                 dev-ruby/httparty/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Feb 2010 18:16:25 -0000	1.13
+++ ChangeLog	3 Mar 2010 11:15:48 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/httparty
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.13 2010/02/22 18:16:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.14 2010/03/03 11:15:48 phajdan.jr Exp $
+
+  03 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  httparty-0.5.2.ebuild:
+  Mark ~x86 wrt bug #302963
 
   22 Feb 2010; Hans de Graaff <graaff@gentoo.org> -httparty-0.5.1.ebuild:
   Remove old version.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: httparty-0.5.2.ebuild ChangeLog
@ 2010-05-28 17:46 Joseph Jezak (josejx)
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2010-05-28 17:46 UTC (permalink / raw
  To: gentoo-commits

josejx      10/05/28 17:46:48

  Modified:             httparty-0.5.2.ebuild ChangeLog
  Log:
  Marked ~ppc for bug #302963.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/httparty/httparty-0.5.2.ebuild

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

Index: httparty-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httparty-0.5.2.ebuild	3 Mar 2010 11:15:48 -0000	1.2
+++ httparty-0.5.2.ebuild	28 May 2010 17:46:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v 1.2 2010/03/03 11:15:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.5.2.ebuild,v 1.3 2010/05/28 17:46:48 josejx Exp $
 
 EAPI=2
 
@@ -22,7 +22,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 # Code should most likely be patched, but for now…



1.15                 dev-ruby/httparty/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 Mar 2010 11:15:48 -0000	1.14
+++ ChangeLog	28 May 2010 17:46:48 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/httparty
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.14 2010/03/03 11:15:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.15 2010/05/28 17:46:48 josejx Exp $
+
+  28 May 2010; Joseph Jezak <josejx@gentoo.org> httparty-0.5.2.ebuild:
+  Marked ~ppc for bug #302963.
 
   03 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   httparty-0.5.2.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-28 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 17:46 [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: httparty-0.5.2.ebuild ChangeLog Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-03 11:15 PaweA Hajdan (phajdan.jr)
2010-02-01  9:06 Diego Petteno (flameeyes)

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