diff options
author | 2016-04-18 06:59:20 +0200 | |
---|---|---|
committer | 2016-04-18 06:59:20 +0200 | |
commit | 1602ba599c5f5a2063d4c56929f7c3cd04203f41 (patch) | |
tree | 9d6bc035b1f799032fd76761cb14d3aa067212c6 /dev-ruby/rdtool | |
parent | dev-ruby/rdtool: mark ruby21 revision stable (diff) | |
download | gentoo-1602ba599c5f5a2063d4c56929f7c3cd04203f41.tar.gz gentoo-1602ba599c5f5a2063d4c56929f7c3cd04203f41.tar.bz2 gentoo-1602ba599c5f5a2063d4c56929f7c3cd04203f41.zip |
dev-ruby/rdtool: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r-- | dev-ruby/rdtool/rdtool-0.6.38-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-ruby/rdtool/rdtool-0.6.38-r1.ebuild b/dev-ruby/rdtool/rdtool-0.6.38-r1.ebuild deleted file mode 100644 index fb4f3637ad84..000000000000 --- a/dev-ruby/rdtool/rdtool-0.6.38-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_EXTRADOC="HISTORY README.*" - -inherit elisp-common ruby-fakegem - -DESCRIPTION="A multipurpose documentation format for Ruby" -HOMEPAGE="https://github.com/uwabami/rdtool" - -LICENSE="Ruby GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="emacs" - -RDEPEND="${RDEPEND} emacs? ( virtual/emacs )" - -SITEFILE=50${PN}-gentoo.el - -all_ruby_install() { - all_fakegem_install - - if use emacs ; then - elisp-install ${PN} utils/rd-mode.el - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |