Gentoo Archives: gentoo-commits

From: "undefined (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/fantasdic: ChangeLog fantasdic-1.0_beta4.ebuild
Date: Sun, 09 Sep 2007 15:45:19
Message-Id: E1IUOrg-0007bW-O9@stork.gentoo.org
1 matsuu 07/09/09 15:38:24
2
3 Modified: ChangeLog
4 Added: fantasdic-1.0_beta4.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.2 app-dicts/fantasdic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/fantasdic/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/fantasdic/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/fantasdic/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 29 Jul 2007 02:26:18 -0000 1.1
23 +++ ChangeLog 9 Sep 2007 15:38:24 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-dicts/fantasdic
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.1 2007/07/29 02:26:18 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/ChangeLog,v 1.2 2007/09/09 15:38:24 matsuu Exp $
29 +
30 +*fantasdic-1.0_beta4 (09 Sep 2007)
31 +
32 + 09 Sep 2007; MATSUU Takuto <matsuu@g.o>
33 + +fantasdic-1.0_beta4.ebuild:
34 + Version bumped.
35
36 *fantasdic-1.0_beta2 (29 Jul 2007)
37
38
39
40
41 1.1 app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fantasdic-1.0_beta4.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-dicts/fantasdic/fantasdic-1.0_beta4.ebuild,v 1.1 2007/09/09 15:38:24 matsuu Exp $
51
52 inherit eutils ruby
53
54 MY_P="${P/_/-}"
55 DESCRIPTION="Fantasdic is a client for the DICT protocol"
56 HOMEPAGE="http://www.gnome.org/projects/fantasdic/"
57 SRC_URI="http://www.mblondel.org/files/fantasdic/${MY_P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="nls"
63
64 S="${WORKDIR}/${MY_P}"
65
66 DEPEND=">=dev-lang/ruby-1.8"
67 RDEPEND="${DEPEND}
68 >=dev-ruby/ruby-gnome2-0.14.1
69 >=dev-ruby/ruby-libglade2-0.14.1
70 nls? ( >=dev-ruby/ruby-gettext-0.6.1 )"
71
72 src_install() {
73 ${RUBY} setup.rb install --prefix="${D}" || die
74
75 domenu fantasdic.desktop
76 newicon data/fantasdic/icons/fantasdic_small.png ${PN}.png
77
78 erubydoc
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list