summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-09-20 07:03:39 +0200
committerHans de Graaff <graaff@gentoo.org>2016-09-20 07:03:39 +0200
commitce3c7d537fae0dc3523a86b3a47715bd67bc7939 (patch)
tree64f5454d74cf808018c5dfbc031f2067d7460da2 /dev-ruby/rbpdf-font
parentdev-ruby/memcache-client: document ruby22 status (diff)
downloadgentoo-ce3c7d537fae0dc3523a86b3a47715bd67bc7939.tar.gz
gentoo-ce3c7d537fae0dc3523a86b3a47715bd67bc7939.tar.bz2
gentoo-ce3c7d537fae0dc3523a86b3a47715bd67bc7939.zip
dev-ruby/rbpdf-font: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/rbpdf-font')
-rw-r--r--dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild29
1 files changed, 0 insertions, 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 fb916e98147d..000000000000
--- 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"