public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/session: session-3.1.0-r1.ebuild ChangeLog session-3.1.0.ebuild
@ 2011-02-15 18:36 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2011-02-15 18:36 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/02/15 18:36:11

  Modified:             ChangeLog
  Added:                session-3.1.0-r1.ebuild
  Removed:              session-3.1.0.ebuild
  Log:
  Revision bump to avoid installing a broken gemspec (closes bug #355063).
  
  (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-ruby/session/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/session/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Dec 2010 20:28:29 -0000	1.14
+++ ChangeLog	15 Feb 2011 18:36:11 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/session
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/ChangeLog,v 1.14 2010/12/27 20:28:29 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/ChangeLog,v 1.15 2011/02/15 18:36:11 flameeyes Exp $
+
+*session-3.1.0-r1 (15 Feb 2011)
+
+  15 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> -session-3.1.0.ebuild,
+  +session-3.1.0-r1.ebuild:
+  Revision bump to avoid installing a broken gemspec (closes bug #355063).
 
   27 Dec 2010; Fabian Groffen <grobian@gentoo.org> session-3.1.0.ebuild:
   Added Prefix keywords



1.1                  dev-ruby/session/session-3.1.0-r1.ebuild

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

Index: session-3.1.0-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/session-3.1.0-r1.ebuild,v 1.1 2011/02/15 18:36:11 flameeyes Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby ree18"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README"

inherit ruby-fakegem

DESCRIPTION="A set of classes to drive external programs via pipe"
HOMEPAGE="http://codeforpeople.com/lib/ruby/session/"
#SRC_URI="http://codeforpeople.com/lib/ruby/session/${P}.tgz"

# License info based on http://github.com/ahoward/session as indicated
# by author.
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="test"

ruby_add_bdepend "test? ( virtual/ruby-test-unit )"

DEPEND="${DEPEND} test? ( sys-apps/coreutils )"
RDEPEND="${RDEPEND}"

all_ruby_prepare() {
	# needed to void a collision with the Timeout::Error alias in Ruby
	# 1.8.7 at least.
	sed -i -e 's:TimeoutError:SessionTimeoutError:' test/session.rb || die
}

each_ruby_prepare() {
	case ${RUBY} in
		*jruby)
			epatch "${FILESDIR}"/${P}-jruby.patch
			;;
	esac
}

each_ruby_test() {
	${RUBY} -Ilib test/*.rb || die "tests failed"
}

all_ruby_install() {
	all_fakegem_install

	docinto examples
	dodoc sample/* || die
}






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

only message in thread, other threads:[~2011-02-15 18:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 18:36 [gentoo-commits] gentoo-x86 commit in dev-ruby/session: session-3.1.0-r1.ebuild ChangeLog session-3.1.0.ebuild 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