public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.1.3.ebuild
@ 2011-12-27  8:24 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-27  8:24 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/27 08:24:39

  Modified:             ChangeLog
  Added:                activeresource-3.1.3.ebuild
  Log:
  Version bump. Drop keywords due to new dependencies, bug 396177.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.100                dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	19 Nov 2011 11:00:59 -0000	1.99
+++ ChangeLog	27 Dec 2011 08:24:39 -0000	1.100
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.99 2011/11/19 11:00:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.100 2011/12/27 08:24:39 graaff Exp $
+
+*activeresource-3.1.3 (27 Dec 2011)
+
+  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> +activeresource-3.1.3.ebuild:
+  Version bump. Drop keywords due to new dependencies, bug 396177.
 
 *activeresource-3.0.11 (19 Nov 2011)
 



1.1                  dev-ruby/activeresource/activeresource-3.1.3.ebuild

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

Index: activeresource-3.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.1 2011/12/27 08:24:39 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"

RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec"

inherit ruby-fakegem

DESCRIPTION="Think Active Record for web resources.."
HOMEPAGE="http://rubyforge.org/projects/activeresource/"
SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"

LICENSE="MIT"
SLOT="3.0"
KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

RUBY_S="rails-rails-*/activeresource"

ruby_add_rdepend "~dev-ruby/activesupport-${PV}
	~dev-ruby/activemodel-${PV}"
ruby_add_bdepend "
	test? (
		>=dev-ruby/mocha-0.9.5
		virtual/ruby-test-unit
	)"

all_ruby_prepare() {
	# Set test environment to our hand.
	rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
	sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"

}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.1.3.ebuild
@ 2011-12-27  9:09 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-27  9:09 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/27 09:09:55

  Modified:             ChangeLog activeresource-3.1.3.ebuild
  Log:
  Fix slot.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.101                dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	27 Dec 2011 08:24:39 -0000	1.100
+++ ChangeLog	27 Dec 2011 09:09:55 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.100 2011/12/27 08:24:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.101 2011/12/27 09:09:55 graaff Exp $
+
+  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> activeresource-3.1.3.ebuild:
+  Fix slot.
 
 *activeresource-3.1.3 (27 Dec 2011)
 



1.2                  dev-ruby/activeresource/activeresource-3.1.3.ebuild

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

Index: activeresource-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activeresource-3.1.3.ebuild	27 Dec 2011 08:24:39 -0000	1.1
+++ activeresource-3.1.3.ebuild	27 Dec 2011 09:09:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.1 2011/12/27 08:24:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.2 2011/12/27 09:09:55 graaff Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
 
 LICENSE="MIT"
-SLOT="3.0"
+SLOT="3.1"
 KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.1.3.ebuild
@ 2012-02-06 18:44 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 18:44 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/06 18:44:32

  Modified:             ChangeLog activeresource-3.1.3.ebuild
  Log:
  Marking activeresource-3.1.3 ~ppc for bug 396177
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.103                dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	1 Jan 2012 17:33:31 -0000	1.102
+++ ChangeLog	6 Feb 2012 18:44:32 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.102 2012/01/01 17:33:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.103 2012/02/06 18:44:32 ranger Exp $
+
+  06 Feb 2012; Brent Baude <ranger@gentoo.org> activeresource-3.1.3.ebuild:
+  Marking activeresource-3.1.3 ~ppc for bug 396177
 
   01 Jan 2012; Fabian Groffen <grobian@gentoo.org> activeresource-3.1.3.ebuild:
   Add missing Prefix keywords



1.4                  dev-ruby/activeresource/activeresource-3.1.3.ebuild

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

Index: activeresource-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activeresource-3.1.3.ebuild	1 Jan 2012 17:33:31 -0000	1.3
+++ activeresource-3.1.3.ebuild	6 Feb 2012 18:44:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.3 2012/01/01 17:33:31 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.4 2012/02/06 18:44:32 ranger Exp $
 
 EAPI=4
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos  ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_S="rails-rails-*/activeresource"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.1.3.ebuild
@ 2012-03-11 13:51 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-11 13:51 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/11 13:51:07

  Modified:             ChangeLog activeresource-3.1.3.ebuild
  Log:
  Marking activeresource-3.1.3 ~ppc64 for bug 396177
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.104                dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	6 Feb 2012 18:44:32 -0000	1.103
+++ ChangeLog	11 Mar 2012 13:51:07 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.103 2012/02/06 18:44:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.104 2012/03/11 13:51:07 ranger Exp $
+
+  11 Mar 2012; Brent Baude <ranger@gentoo.org> activeresource-3.1.3.ebuild:
+  Marking activeresource-3.1.3 ~ppc64 for bug 396177
 
   06 Feb 2012; Brent Baude <ranger@gentoo.org> activeresource-3.1.3.ebuild:
   Marking activeresource-3.1.3 ~ppc for bug 396177



1.5                  dev-ruby/activeresource/activeresource-3.1.3.ebuild

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

Index: activeresource-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activeresource-3.1.3.ebuild	6 Feb 2012 18:44:32 -0000	1.4
+++ activeresource-3.1.3.ebuild	11 Mar 2012 13:51:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.4 2012/02/06 18:44:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.1.3.ebuild,v 1.5 2012/03/11 13:51:07 ranger Exp $
 
 EAPI=4
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.1"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_S="rails-rails-*/activeresource"






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

end of thread, other threads:[~2012-03-11 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27  8:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.1.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-27  9:09 Hans de Graaff (graaff)
2012-02-06 18:44 Brent Baude (ranger)
2012-03-11 13:51 Brent Baude (ranger)

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