diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-09-05 12:16:35 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-09-05 12:16:35 +0000 |
commit | a49cacd2ffdc0c552aeab03e84043d6bf1abc0c1 (patch) | |
tree | 8dc7f05661edf761305cbf4a33fabf7f2bd93214 /app-office | |
parent | Backport patch from upstream fixing an issue where top level bookmarks do not... (diff) | |
download | gentoo-2-a49cacd2ffdc0c552aeab03e84043d6bf1abc0c1.tar.gz gentoo-2-a49cacd2ffdc0c552aeab03e84043d6bf1abc0c1.tar.bz2 gentoo-2-a49cacd2ffdc0c552aeab03e84043d6bf1abc0c1.zip |
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/rabbit/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/rabbit/rabbit-0.9.2.ebuild | 74 |
2 files changed, 4 insertions, 76 deletions
diff --git a/app-office/rabbit/ChangeLog b/app-office/rabbit/ChangeLog index 6091c00783a2..c28c1cb21a7f 100644 --- a/app-office/rabbit/ChangeLog +++ b/app-office/rabbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/rabbit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.24 2013/08/24 13:16:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/ChangeLog,v 1.25 2013/09/05 12:16:35 mrueg Exp $ + + 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -rabbit-0.9.2.ebuild: + Cleanup old. 24 Aug 2013; Markus Meier <maekke@gentoo.org> rabbit-1.0.9.ebuild: add ~x86, bug #415151 @@ -99,4 +102,3 @@ 18 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> +files/50rabbit-mode-gentoo.el, +metadata.xml, +rabbit-0.5.0.ebuild: New ebuild from Atzm Watanabe <sitosito@p.chan.ne.jp>, bug #104787 - diff --git a/app-office/rabbit/rabbit-0.9.2.ebuild b/app-office/rabbit/rabbit-0.9.2.ebuild deleted file mode 100644 index 4544504f5354..000000000000 --- a/app-office/rabbit/rabbit-0.9.2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/rabbit/rabbit-0.9.2.ebuild,v 1.2 2012/06/16 16:35:04 ssuominen 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="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls postscript migemo tgif enscript emacs" - -CDEPEND="emacs? ( virtual/emacs )" -DEPEND="${DEPEND} ${CDEPEND}" -RDEPEND="${RDEPEND} ${CDEPEND} - nls? ( dev-ruby/ruby-gettext ) - postscript? ( app-text/ghostscript-gpl ) - migemo? ( app-text/migemo ) - enscript? ( app-text/enscript ) - tgif? ( media-gfx/tgif )" - -ruby_add_rdepend " - >=dev-ruby/ruby-gdkpixbuf2-0.15.0 - dev-ruby/ruby-gtk2 - dev-ruby/ruby-poppler - dev-ruby/ruby-rsvg - 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 -} |