summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-26 14:37:35 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-26 14:37:35 +0000
commiteb4032260e4bb86b2b4b107a12e0cd3ecbfc6c98 (patch)
treeb1ee55ea84c9d10c28c1cbf71537c37d1b89c784 /app-office
parentx86 stable, bug #394113 (diff)
downloadgentoo-2-eb4032260e4bb86b2b4b107a12e0cd3ecbfc6c98.tar.gz
gentoo-2-eb4032260e4bb86b2b4b107a12e0cd3ecbfc6c98.tar.bz2
gentoo-2-eb4032260e4bb86b2b4b107a12e0cd3ecbfc6c98.zip
Remove old version.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/rabbit/ChangeLog5
-rw-r--r--app-office/rabbit/rabbit-0.6.4-r1.ebuild72
2 files changed, 4 insertions, 73 deletions
diff --git a/app-office/rabbit/ChangeLog b/app-office/rabbit/ChangeLog
index 5808b13b664b..22137a1566b7 100644
--- a/app-office/rabbit/ChangeLog
+++ b/app-office/rabbit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/rabbit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.14 2011/05/07 06:45:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.15 2011/12/26 14:37:35 graaff Exp $
+
+ 26 Dec 2011; Hans de Graaff <graaff@gentoo.org> -rabbit-0.6.4-r1.ebuild:
+ Remove old version.
*rabbit-0.9.2 (07 May 2011)
diff --git a/app-office/rabbit/rabbit-0.6.4-r1.ebuild b/app-office/rabbit/rabbit-0.6.4-r1.ebuild
deleted file mode 100644
index 593db7ee4c4b..000000000000
--- a/app-office/rabbit/rabbit-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2011 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-r1.ebuild,v 1.2 2011/03/12 11:50:03 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-inherit ruby-ng 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 migemo tgif enscript emacs"
-
-CDEPEND="emacs? ( virtual/emacs )"
-DEPEND="${DEPEND} ${CDEPEND}"
-RDEPEND="${RDEPEND} ${CDEPEND}
- nls? ( dev-ruby/ruby-gettext )
- gs? ( app-text/ghostscript-gpl )
- migemo? ( app-text/migemo )
- enscript? ( app-text/enscript )
- tgif? ( media-gfx/tgif )"
-
-ruby_add_rdepend "
- dev-ruby/ruby-gnome2
- >=dev-ruby/ruby-gdkpixbuf2-0.15.0
- dev-ruby/rdtool"
-
-each_ruby_configure() {
- ${RUBY} setup.rb config --prefix=/usr || die
- ${RUBY} setup.rb setup || die
-}
-
-all_ruby_compile() {
- if use emacs; then
- cd "${S}/misc/emacs"
- elisp-compile rabbit-mode.el
- fi
-}
-
-each_ruby_test() {
- ${RUBY} test/run-test.rb || die "Tests failed."
-}
-
-each_ruby_install() {
- ${RUBY} setup.rb install --prefix="${D}"
-}
-
-all_ruby_install() {
- dodoc NEWS.en NEWS.ja README.en README.ja TODO || die
-
- 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
-
- insinto /usr/share/doc/${PF}
- doins -r sample
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}