mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 07:44:52 +01:00
origami-pdf: v2.0.1 bump, use ruby-fakegem
This commit is contained in:
parent
304fb84f38
commit
0c04d40b69
4 changed files with 44 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST origami-2.0.1.gem 252928 SHA256 d0ed2540207d091e39cf82fabf1ea0995e3d734a657bed26bc58d3463dc07ee8 SHA512 2376274feced430d78de0d7a2789bf8c645200c51a4af03316a23963873b4600191c6f04e946281360e9ea7fd06d5d2713229dc1d8b36ee746c650c94ab8adca WHIRLPOOL 3f9229e018fa9e4233a0ee2a6965656a8c62db5716f5a9912b87d0241a70647a19023f9caf2969d7ff77a0e7e3c807fdf1a21b21ba552c024caabe709cb94ba0
|
||||
DIST origami-pdf-1.2.6.tar.gz 1941924 SHA256 1fb6187c1d1e3e88aca929fae9f6c6a76d37359157b412a03c3e20605775caee SHA512 5923440bef3a366fcafa623d2ee43c0669b086eca6ece6282171c1c78ac3eacb8e8e2471f3df2c45fdebb874e109c0af58d4143301ec200eb3edeefb8311b5a2 WHIRLPOOL d3d6ccd72164929a7ada4d98c0c18666c113129424cb9d78f92eb2d71a92c9f2b5fb45c7741c19910d0288505699df221315b3f4256e57ffd3b186402d5f3b92
|
||||
|
|
|
|||
40
app-forensics/origami-pdf/origami-pdf-2.0.1.ebuild
Normal file
40
app-forensics/origami-pdf/origami-pdf-2.0.1.ebuild
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
|
||||
RUBY_FAKEGEM_NAME="origami"
|
||||
#RUBY_FAKEGEM_TASK_TEST="test"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A Ruby framework designed to parse, analyze, and forge PDF documents"
|
||||
HOMEPAGE="https://github.com/gdelugre/origami"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/minitest:5 )
|
||||
dev-ruby/bundler"
|
||||
|
||||
ruby_add_rdepend " dev-ruby/colorize
|
||||
gtk? ( dev-ruby/ruby-gtk2 )"
|
||||
|
||||
#each_ruby_prepare() {
|
||||
# BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
|
||||
# BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
|
||||
#}
|
||||
|
||||
all_ruby_install(){
|
||||
all_fakegem_install
|
||||
|
||||
#Gentoo bug, remove links to directories
|
||||
rm "${ED}usr/bin"/shell
|
||||
rm "${ED}usr/bin"/gui
|
||||
rm "${ED}usr/bin"/config
|
||||
|
||||
}
|
||||
|
|
@ -20,3 +20,5 @@ app-forensics/libvshadow
|
|||
~app-forensics/samhain-4.1.2
|
||||
|
||||
~app-forensics/xmount-0.7.3
|
||||
|
||||
=app-forensics/origami-pdf-2.0*
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
~dev-ruby/crack-0.4.3
|
||||
~dev-ruby/safe_yaml-1.0.4
|
||||
~dev-ruby/hitimes-1.2.4
|
||||
~dev-ruby/rcairo-1.15.5
|
||||
|
||||
#~dev-ruby/rubygems-2.6.11
|
||||
#~dev-ruby/minitest-5.10.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue