public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-0.8.7-r1.ebuild ChangeLog
@ 2010-01-29 10:12 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-01-29 10:12 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/29 10:12:37

  Modified:             ChangeLog
  Added:                shorturl-0.8.7-r1.ebuild
  Log:
  Bump to fakegem, add patch to work with Ruby 1.9 similar to the one in overlay.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Dec 2009 17:33:37 -0000	1.11
+++ ChangeLog	29 Jan 2010 10:12:37 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/shorturl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.11 2009/12/24 17:33:37 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.12 2010/01/29 10:12:37 flameeyes Exp $
+
+*shorturl-0.8.7-r1 (29 Jan 2010)
+
+  29 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  +shorturl-0.8.7-r1.ebuild, +files/shorturl-0.8.7+ruby-1.9.patch:
+  Bump to fakegem, add patch to work with Ruby 1.9 similar to the one in
+  overlay.
 
   24 Dec 2009; Hans de Graaff <graaff@gentoo.org> shorturl-0.8.7.ebuild:
   Remove obsolete virtual/ruby dependency.



1.1                  dev-ruby/shorturl/shorturl-0.8.7-r1.ebuild

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

Index: shorturl-0.8.7-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.7-r1.ebuild,v 1.1 2010/01/29 10:12:37 flameeyes Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"

inherit ruby-fakegem eutils

DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL."
HOMEPAGE="http://shorturl.rubyforge.org/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

all_ruby_prepare() {
	epatch "${FILESDIR}"/${P}+ruby-1.9.patch
}

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

all_ruby_install() {
	all_fakegem_install

	pushd doc &>/dev/null
	dohtml -r . || die
	popd &>/dev/null
}






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

only message in thread, other threads:[~2010-01-29 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 10:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-0.8.7-r1.ebuild ChangeLog 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