commit: d544b4ff6bdaea87d68bc824c2b20c3c8ee1c3a5 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Dec 14 22:36:51 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Dec 14 22:37:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d544b4ff
dev-ruby/rbpdf-font: Initial version Package-Manager: portage-2.2.26 dev-ruby/rbpdf-font/Manifest | 1 + dev-ruby/rbpdf-font/metadata.xml | 8 ++++++++ dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild | 29 ++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-ruby/rbpdf-font/Manifest b/dev-ruby/rbpdf-font/Manifest new file mode 100644 index 0000000..55d3a3f --- /dev/null +++ b/dev-ruby/rbpdf-font/Manifest @@ -0,0 +1 @@ +DIST rbpdf-font-1.19.0.gem 9559040 SHA256 2304ff2605dd7bce2334aacee8526a9c865bb4c28e9ec8338a60f5d62017e89b SHA512 215a2c99f90ba76a4b1da93a59787557bd326fe8a3e41bfe31bd8c9d7e9b763667f70e781b3bc47b2ae2c2d463836d034315bf2583cc8a6da48cbcde461322ec WHIRLPOOL a1587565b8b21b72fcc9bc49f9ab1e37af330e0e0c1a727b00bd89eb929734d88992f2353a2191944fbd9c25a1ea0411fdd4af17ad88e36abc090b4ff56b49c7 diff --git a/dev-ruby/rbpdf-font/metadata.xml b/dev-ruby/rbpdf-font/metadata.xml new file mode 100644 index 0000000..108f2ed --- /dev/null +++ b/dev-ruby/rbpdf-font/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> + <upstream> + <remote-id type="github">naitoh/rbpdf</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild b/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild new file mode 100644 index 0000000..714be22 --- /dev/null +++ b/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild @@ -0,0 +1,29 @@ +# 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="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"
