From 38c3020dc30657935111ac66a543004c9cdb34b4 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 30 Aug 2009 06:41:32 +0000 Subject: Version bump. (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force) --- app-office/rabbit/ChangeLog | 7 +++-- app-office/rabbit/rabbit-0.5.0.ebuild | 54 -------------------------------- app-office/rabbit/rabbit-0.6.1.ebuild | 59 +++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 56 deletions(-) delete mode 100644 app-office/rabbit/rabbit-0.5.0.ebuild create mode 100644 app-office/rabbit/rabbit-0.6.1.ebuild (limited to 'app-office') diff --git a/app-office/rabbit/ChangeLog b/app-office/rabbit/ChangeLog index ec3b1fab2aef..70bc2028ea71 100644 --- a/app-office/rabbit/ChangeLog +++ b/app-office/rabbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/rabbit -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.4 2008/08/03 12:10:47 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.5 2009/08/30 06:41:32 graaff Exp $ + + 30 Aug 2009; Hans de Graaff -rabbit-0.5.0.ebuild: + Remove old version. 03 Aug 2008; Ulrich Mueller metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/app-office/rabbit/rabbit-0.5.0.ebuild b/app-office/rabbit/rabbit-0.5.0.ebuild deleted file mode 100644 index 25082e6df631..000000000000 --- a/app-office/rabbit/rabbit-0.5.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/rabbit-0.5.0.ebuild,v 1.1 2006/12/18 00:08:53 pclouds 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="~x86" -IUSE="nls gs gnome-print migemo tgif enscript emacs" - -DEPEND="virtual/ruby - emacs? ( virtual/emacs )" -RDEPEND="${DEPEND} - dev-ruby/ruby-gnome2 - dev-ruby/rdtool - nls? ( dev-ruby/ruby-gettext ) - gs? ( virtual/ghostscript ) - 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_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 -} diff --git a/app-office/rabbit/rabbit-0.6.1.ebuild b/app-office/rabbit/rabbit-0.6.1.ebuild new file mode 100644 index 000000000000..2fd83c244a41 --- /dev/null +++ b/app-office/rabbit/rabbit-0.6.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/rabbit-0.6.1.ebuild,v 1.1 2009/08/30 06:41:32 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="virtual/ruby + 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? ( virtual/ghostscript ) + 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 +} -- cgit v1.2.3-65-gdbad