public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/rabbit: ChangeLog rabbit-0.6.4.ebuild
@ 2010-02-27  7:55 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2010-02-27  7:55 UTC (permalink / raw
  To: gentoo-commits

graaff      10/02/27 07:55:10

  Modified:             ChangeLog
  Added:                rabbit-0.6.4.ebuild
  Log:
  Version bump. Thanks for hitachi for the notification in bug 306775.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-office/rabbit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Jan 2010 16:37:24 -0000	1.9
+++ ChangeLog	27 Feb 2010 07:55:09 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/rabbit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.9 2010/01/05 16:37:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.10 2010/02/27 07:55:09 graaff Exp $
+
+*rabbit-0.6.4 (27 Feb 2010)
+
+  27 Feb 2010; Hans de Graaff <graaff@gentoo.org> +rabbit-0.6.4.ebuild:
+  Version bump. Thanks for hitachi for the notification in bug 306775.
 
   05 Jan 2010; Hans de Graaff <graaff@gentoo.org> -rabbit-0.6.1.ebuild:
   Remove old version.



1.1                  app-office/rabbit/rabbit-0.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/rabbit-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/rabbit/rabbit-0.6.4.ebuild?rev=1.1&content-type=text/plain

Index: rabbit-0.6.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/rabbit-0.6.4.ebuild,v 1.1 2010/02/27 07:55:09 graaff Exp $

inherit ruby elisp-common eutils

DESCRIPTION="An application to do presentation with RD document"
HOMEPAGE="http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit"
SRC_URI="http://www.cozmixng.org/~kou/download/${P}.tar.gz"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls gs gnome-print migemo tgif enscript emacs"

DEPEND="
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}
	dev-ruby/ruby-gnome2
	>=dev-ruby/ruby-gdkpixbuf2-0.15.0
	dev-ruby/rdtool
	nls? ( dev-ruby/ruby-gettext )
	gs? ( app-text/ghostscript-gpl )
	gnome-print? ( gnome-base/libgnomeprint )
	migemo? ( app-text/migemo )
	enscript? ( app-text/enscript )
	tgif? ( media-gfx/tgif )"

src_compile() {
	ruby_src_compile

	if use emacs; then
		cd "${S}/misc/emacs"
		elisp-compile rabbit-mode.el
	fi
}

src_test() {
	test/run-test.rb
}

src_install() {
	${RUBY} setup.rb install --prefix="${D}"
	erubydoc

	if use emacs; then
		cd "${S}/misc/emacs"
		elisp-install rabbit-mode rabbit-mode.el{,c}
		elisp-site-file-install "${FILESDIR}/50rabbit-mode-gentoo.el"
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}






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

only message in thread, other threads:[~2010-02-27  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-27  7:55 [gentoo-commits] gentoo-x86 commit in app-office/rabbit: ChangeLog rabbit-0.6.4.ebuild Hans de Graaff (graaff)

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