Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/fantasdic: ChangeLog fantasdic-1.0_beta7-r2.ebuild fantasdic-1.0_beta7.ebuild fantasdic-1.0_beta6.ebuild
Date: Thu, 27 May 2010 15:37:58
Message-Id: 20100527153753.40CA92CF38@corvid.gentoo.org
1 matsuu 10/05/27 15:37:53
2
3 Modified: ChangeLog
4 Added: fantasdic-1.0_beta7-r2.ebuild
5 Removed: fantasdic-1.0_beta7.ebuild
6 fantasdic-1.0_beta6.ebuild
7 Log:
8 Convert to ruby-ng. Removed old versions.
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 app-dicts/fantasdic/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/fantasdic/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/fantasdic/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/fantasdic/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 23 Jan 2010 07:30:39 -0000 1.6
25 +++ ChangeLog 27 May 2010 15:37:53 -0000 1.7
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-dicts/fantasdic
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.6 2010/01/23 07:30:39 matsuu Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.7 2010/05/27 15:37:53 matsuu Exp $
31 +
32 +*fantasdic-1.0_beta7-r2 (27 May 2010)
33 +
34 + 27 May 2010; MATSUU Takuto <matsuu@g.o>
35 + -fantasdic-1.0_beta6.ebuild, -fantasdic-1.0_beta7.ebuild,
36 + +fantasdic-1.0_beta7-r2.ebuild:
37 + Convert to ruby-ng. Removed old versions.
38
39 *fantasdic-1.0_beta7-r1 (23 Jan 2010)
40
41
42
43
44 1.1 app-dicts/fantasdic/fantasdic-1.0_beta7-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta7-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta7-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fantasdic-1.0_beta7-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta7-r2.ebuild,v 1.1 2010/05/27 15:37:53 matsuu Exp $
54
55 EAPI="2"
56 #USE_RUBY="ruby18 ree18 jruby"
57 USE_RUBY="ruby18"
58 inherit eutils ruby-ng
59
60 MY_P="${P/_/-}"
61 DESCRIPTION="Fantasdic is a client for the DICT protocol"
62 HOMEPAGE="http://www.gnome.org/projects/fantasdic/"
63 SRC_URI="http://www.mblondel.org/files/fantasdic/${MY_P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="gnome nls"
69
70 S="${WORKDIR}/${MY_P}"
71
72 ruby_add_rdepend ">=dev-ruby/ruby-libglade2-0.14.1"
73 ruby_add_rdepend gnome ">=dev-ruby/ruby-gnome2-0.14.1
74 >=dev-ruby/ruby-gconf2-0.14.1"
75 ruby_add_rdepend nls ">=dev-ruby/ruby-gettext-0.6.1"
76
77 each_ruby_configure() {
78 ${RUBY} setup.rb config || die
79 }
80 each_ruby_compile() {
81 ${RUBY} setup.rb setup || die
82 }
83
84 each_ruby_install() {
85 ${RUBY} setup.rb install --prefix="${D}" || die
86 }
87
88 all_ruby_install() {
89 domenu fantasdic.desktop || die
90
91 # bug #298866
92 rm -r "${D}usr/share/doc/fantasdic" || die
93 }