public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: echoe-4.3.ebuild ChangeLog
@ 2010-03-14 14:00 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2010-03-14 14:00 UTC (permalink / raw
  To: gentoo-commits

graaff      10/03/14 14:00:03

  Modified:             ChangeLog
  Added:                echoe-4.3.ebuild
  Log:
  Version bump: Don't use sudo if the GEM_HOME is local. Support prerelease gem versions.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Mar 2010 13:57:16 -0000	1.12
+++ ChangeLog	14 Mar 2010 14:00:03 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.12 2010/03/14 13:57:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.13 2010/03/14 14:00:03 graaff Exp $
+
+*echoe-4.3 (14 Mar 2010)
+
+  14 Mar 2010; Hans de Graaff <graaff@gentoo.org> +echoe-4.3.ebuild:
+  Version bump: Don't use sudo if the GEM_HOME is local. Support prerelease
+  gem versions.
 
   14 Mar 2010; Hans de Graaff <graaff@gentoo.org> -echoe-4.0-r1.ebuild,
   -echoe-4.1.ebuild:



1.1                  dev-ruby/echoe/echoe-4.3.ebuild

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

Index: echoe-4.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.3.ebuild,v 1.1 2010/03/14 14:00:03 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC="docs"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README TODO"

RUBY_FAKEGEM_EXTRAINSTALL="vendor"

inherit ruby-fakegem

DESCRIPTION="Packaging tool that provides Rake tasks for common operations"
HOMEPAGE="http://blog.evanweaver.com/files/doc/fauna/echoe/files/"

LICENSE="AFL-3.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-solaris"
IUSE=""

ruby_add_rdepend "dev-ruby/highline dev-ruby/rubyforge"

all_ruby_prepare() {
	epatch "${FILESDIR}"/${PN}-4.0-optional-gemcutter.patch
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: echoe-4.3.ebuild ChangeLog
@ 2010-05-01 16:58 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-01 16:58 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/01 16:58:04

  Modified:             echoe-4.3.ebuild ChangeLog
  Log:
  Avoid errors if RSpec is not installed.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/echoe/echoe-4.3.ebuild

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

Index: echoe-4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- echoe-4.3.ebuild	14 Mar 2010 14:00:03 -0000	1.1
+++ echoe-4.3.ebuild	1 May 2010 16:58:04 -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/echoe/echoe-4.3.ebuild,v 1.1 2010/03/14 14:00:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.3.ebuild,v 1.2 2010/05/01 16:58:04 flameeyes Exp $
 
 EAPI=2
 
@@ -27,5 +27,5 @@
 ruby_add_rdepend "dev-ruby/highline dev-ruby/rubyforge"
 
 all_ruby_prepare() {
-	epatch "${FILESDIR}"/${PN}-4.0-optional-gemcutter.patch
+	epatch "${FILESDIR}"/${P}-gentoo.patch
 }



1.15                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Apr 2010 07:40:19 -0000	1.14
+++ ChangeLog	1 May 2010 16:58:04 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.14 2010/04/24 07:40:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.15 2010/05/01 16:58:04 flameeyes Exp $
+
+  01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  -files/echoe-4.0-optional-gemcutter.patch, echoe-4.3.ebuild,
+  +files/echoe-4.3-gentoo.patch:
+  Avoid errors if RSpec is not installed.
 
   24 Apr 2010; Hans de Graaff <graaff@gentoo.org> -echoe-4.2.ebuild:
   Remove old version.






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

end of thread, other threads:[~2010-05-01 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-14 14:00 [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: echoe-4.3.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-01 16:58 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