Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/rabbit: ChangeLog rabbit-0.6.1.ebuild rabbit-0.5.0.ebuild
Date: Sun, 30 Aug 2009 01:32:35
Message-Id: E1Mhe6W-0007Fg-Tb@stork.gentoo.org
1 graaff 09/08/30 06:41:32
2
3 Modified: ChangeLog
4 Added: rabbit-0.6.1.ebuild
5 Removed: rabbit-0.5.0.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.5 app-office/rabbit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 3 Aug 2008 12:10:47 -0000 1.4
24 +++ ChangeLog 30 Aug 2009 06:41:32 -0000 1.5
25 @@ -1,6 +1,9 @@
26 # ChangeLog for app-office/rabbit
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.4 2008/08/03 12:10:47 ulm Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.5 2009/08/30 06:41:32 graaff Exp $
31 +
32 + 30 Aug 2009; Hans de Graaff <graaff@g.o> -rabbit-0.5.0.ebuild:
33 + Remove old version.
34
35 03 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
36 Add USE flag description to metadata wrt GLEP 56.
37
38
39
40 1.1 app-office/rabbit/rabbit-0.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/rabbit-0.6.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/rabbit-0.6.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: rabbit-0.6.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/rabbit-0.6.1.ebuild,v 1.1 2009/08/30 06:41:32 graaff Exp $
50
51 inherit ruby elisp-common eutils
52
53 DESCRIPTION="An application to do presentation with RD document"
54 HOMEPAGE="http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit"
55 SRC_URI="http://www.cozmixng.org/~kou/download/${P}.tar.gz"
56
57 LICENSE="Ruby"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="nls gs gnome-print migemo tgif enscript emacs"
61
62 DEPEND="virtual/ruby
63 emacs? ( virtual/emacs )"
64 RDEPEND="${DEPEND}
65 dev-ruby/ruby-gnome2
66 >=dev-ruby/ruby-gdkpixbuf2-0.15.0
67 dev-ruby/rdtool
68 nls? ( dev-ruby/ruby-gettext )
69 gs? ( virtual/ghostscript )
70 gnome-print? ( gnome-base/libgnomeprint )
71 migemo? ( app-text/migemo )
72 enscript? ( app-text/enscript )
73 tgif? ( media-gfx/tgif )"
74
75 src_compile() {
76 ruby_src_compile
77
78 if use emacs; then
79 cd "${S}/misc/emacs"
80 elisp-compile rabbit-mode.el
81 fi
82 }
83
84 src_test() {
85 test/run-test.rb
86 }
87
88 src_install() {
89 ${RUBY} setup.rb install --prefix="${D}"
90 erubydoc
91
92 if use emacs; then
93 cd "${S}/misc/emacs"
94 elisp-install rabbit-mode rabbit-mode.el{,c}
95 elisp-site-file-install "${FILESDIR}/50rabbit-mode-gentoo.el"
96 fi
97 }
98
99 pkg_postinst() {
100 use emacs && elisp-site-regen
101 }
102
103 pkg_postrm() {
104 use emacs && elisp-site-regen
105 }