summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/rabbit/ChangeLog8
-rw-r--r--app-office/rabbit/rabbit-0.6.3.ebuild59
-rw-r--r--app-office/rabbit/rabbit-0.6.4.ebuild59
3 files changed, 6 insertions, 120 deletions
diff --git a/app-office/rabbit/ChangeLog b/app-office/rabbit/ChangeLog
index b686865cd049..282123139a5d 100644
--- a/app-office/rabbit/ChangeLog
+++ b/app-office/rabbit/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2010/07/14 05:54:30 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.12 2011/03/12 11:44:42 graaff Exp $
+
+ 12 Mar 2011; Hans de Graaff <graaff@gentoo.org> -rabbit-0.6.3.ebuild,
+ -rabbit-0.6.4.ebuild:
+ Remove old versions.
*rabbit-0.6.4-r1 (14 Jul 2010)
diff --git a/app-office/rabbit/rabbit-0.6.3.ebuild b/app-office/rabbit/rabbit-0.6.3.ebuild
deleted file mode 100644
index e19b41424e15..000000000000
--- a/app-office/rabbit/rabbit-0.6.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/rabbit-0.6.3.ebuild,v 1.2 2009/12/26 19:20:29 pva 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
-}
diff --git a/app-office/rabbit/rabbit-0.6.4.ebuild b/app-office/rabbit/rabbit-0.6.4.ebuild
deleted file mode 100644
index 6ba04132f67f..000000000000
--- a/app-office/rabbit/rabbit-0.6.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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
-}