Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gettext: ChangeLog ruby-gettext-2.1.0_p20100728.ebuild
Date: Wed, 28 Jul 2010 13:31:31
Message-Id: 20100728133128.83E552CE15@corvid.gentoo.org
1 a3li 10/07/28 13:31:28
2
3 Modified: ChangeLog
4 Added: ruby-gettext-2.1.0_p20100728.ebuild
5 Log:
6 Bump to git snapshot (master/9ed5652) to get 1.9 support.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.68 dev-ruby/ruby-gettext/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 23 May 2010 20:14:42 -0000 1.67
23 +++ ChangeLog 28 Jul 2010 13:31:28 -0000 1.68
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-gettext
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.67 2010/05/23 20:14:42 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.68 2010/07/28 13:31:28 a3li Exp $
29 +
30 +*ruby-gettext-2.1.0_p20100728 (28 Jul 2010)
31 +
32 + 28 Jul 2010; Alex Legler <a3li@g.o>
33 + +ruby-gettext-2.1.0_p20100728.ebuild:
34 + Bump to git snapshot (master/9ed5652) to get 1.9 support.
35
36 23 May 2010; Hans de Graaff <graaff@g.o>
37 +ruby-gettext-1.93.0.ebuild:
38
39
40
41 1.1 dev-ruby/ruby-gettext/ruby-gettext-2.1.0_p20100728.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.1.0_p20100728.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.1.0_p20100728.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-gettext-2.1.0_p20100728.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.1.0_p20100728.ebuild,v 1.1 2010/07/28 13:31:28 a3li Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ruby19 jruby ree18"
55
56 RUBY_FAKEGEM_NAME="${PN/ruby-/}"
57
58 RUBY_FAKEGEM_TASK_DOC="rerdoc"
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="ChangeLog ChangeLog-1 NEWS-1 README.rdoc"
61
62 RUBY_FAKEGEM_TASK_TEST="test"
63
64 RUBY_FAKEGEM_EXTRAINSTALL="data"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package"
69 HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html"
70 SRC_URI="http://dev.a3li.li/gentoo/distfiles/${P}.tar.bz2"
71
72 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
73 IUSE=""
74 SLOT="0"
75 LICENSE="Ruby"
76
77 ruby_add_rdepend ">=dev-ruby/locale-2.0.5"
78
79 RDEPEND="${RDEPEND}
80 sys-devel/gettext"
81 DEPEND="${DEPEND}
82 sys-devel/gettext"
83
84 ruby_add_bdepend "test? ( || ( virtual/ruby-test-unit dev-ruby/test-unit:2 ) )"
85
86 each_ruby_test() {
87 # Upstream tries to daisy-chain rake calls but they fail badly
88 # with our setup, so run it manually.
89 pushd test
90 ${RUBY} -S rake test || die "tests failed"
91 popd
92 }
93
94 all_ruby_install() {
95 all_fakegem_install
96
97 insinto /usr/share/doc/${PF}
98 doins -r samples || die
99 }