commit:     1602ba599c5f5a2063d4c56929f7c3cd04203f41
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 04:59:20 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 04:59:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1602ba59

dev-ruby/rdtool: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rdtool/rdtool-0.6.38-r1.ebuild | 40 ---------------------------------
 1 file changed, 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 fb4f363..0000000
--- 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
-}

Reply via email to