diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-01-15 07:42:30 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-01-15 07:42:30 +0100 |
commit | 961aed25f4307eff9f150b354ce79cb23b85fc1d (patch) | |
tree | ab6edb8b185ae11d41980f53a0da1d8e4d9851d2 /dev-ruby/rdtool | |
parent | dev-ruby/ruby-romkan: cleanup (diff) | |
download | gentoo-961aed25f4307eff9f150b354ce79cb23b85fc1d.tar.gz gentoo-961aed25f4307eff9f150b354ce79cb23b85fc1d.tar.bz2 gentoo-961aed25f4307eff9f150b354ce79cb23b85fc1d.zip |
dev-ruby/rdtool: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r-- | dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild b/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild deleted file mode 100644 index 1f9ab78b6b4f..000000000000 --- a/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -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 ppc ppc64 ~sparc x86" -IUSE="emacs" - -RDEPEND="${RDEPEND} emacs? ( >=app-editors/emacs-23.1:* )" - -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 -} |