public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rbbr: ChangeLog rbbr-0.6.0-r1.ebuild
@ 2010-05-29 17:13 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2010-05-29 17:13 UTC (permalink / raw
  To: gentoo-commits

matsuu      10/05/29 17:13:57

  Modified:             ChangeLog
  Added:                rbbr-0.6.0-r1.ebuild
  Log:
  Convert to ruby-ng.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-ruby/rbbr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	22 Aug 2009 19:47:18 -0000	1.16
+++ ChangeLog	29 May 2010 17:13:57 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rbbr
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v 1.16 2009/08/22 19:47:18 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v 1.17 2010/05/29 17:13:57 matsuu Exp $
+
+*rbbr-0.6.0-r1 (29 May 2010)
+
+  29 May 2010; MATSUU Takuto <matsuu@gentoo.org> +rbbr-0.6.0-r1.ebuild:
+  Convert to ruby-ng.
 
   13 Jun 2009; Hans de Graaff <graaff@gentoo.org> rbbr-0.6.0.ebuild:
   Fix QA issues.



1.1                  dev-ruby/rbbr/rbbr-0.6.0-r1.ebuild

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

Index: rbbr-0.6.0-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/rbbr/rbbr-0.6.0-r1.ebuild,v 1.1 2010/05/29 17:13:57 matsuu Exp $

EAPI="2"

# ruby-gtk2 has only ruby18
USE_RUBY="ruby18"

inherit ruby-ng

MY_P="${P}-withapi"
DESCRIPTION="Ruby Browser for modules/classes hierarchy and their constants and methods"
HOMEPAGE="http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr"
SRC_URI="mirror://sourceforge/ruby-gnome2/${MY_P}.tar.gz"

KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
SLOT="0"
LICENSE="Ruby"
IUSE="nls cjk"

ruby_add_rdepend ">=dev-ruby/ruby-gtk2-0.9.1"
ruby_add_rdepend nls ">=dev-ruby/ruby-gettext-0.5.5"
ruby_add_rdepend cjk ">=dev-ruby/refe-0.8.0"

S="${WORKDIR}/${MY_P}"

all_ruby_prepare() {
	# bug #59125
	rm lib/rbbr/doc/ri2.rb || die "failed to remove ri2.rb"
}

each_ruby_configure() {
	${RUBY} install.rb config || die "install.rb config failed"
}

each_ruby_compile() {
	${RUBY} install.rb setup || die "install.rb setup failed"
}

each_ruby_install() {
	${RUBY} install.rb install --prefix="${D}" || die "install.rb install failed"
}






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

only message in thread, other threads:[~2010-05-29 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-29 17:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/rbbr: ChangeLog rbbr-0.6.0-r1.ebuild Matsuu Takuto (matsuu)

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