commit: ce3c7d537fae0dc3523a86b3a47715bd67bc7939
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 05:03:39 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 05:03:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3c7d53
dev-ruby/rbpdf-font: cleanup
Package-Manager: portage-2.2.28
dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild | 29 ----------------------------
1 file changed, 29 deletions(-)
diff --git a/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
b/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
deleted file mode 100644
index fb916e9..00000000
--- a/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ruby22 support waiting on dev-ruby/action{pack,view}.
-USE_RUBY="ruby20 ruby21"
-
-# Avoid the complexity of the "rake" recipe and run the tests manually.
-#RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Font files for the Ruby on Rails RBPDF plugin"
-HOMEPAGE="https://github.com/naitoh/rbpdf"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e "/bundler/d" Rakefile || die
-}
-
-RESTRICT="test"