diff --git a/dev-ruby/prawn-icon/Manifest b/dev-ruby/prawn-icon/Manifest new file mode 100644 index 0000000..5a7825a --- /dev/null +++ b/dev-ruby/prawn-icon/Manifest @@ -0,0 +1 @@ +DIST prawn-icon-3.1.0.gem 1351680 BLAKE2B e3aae452f16c460e660f0c312b3ddf66dac911dfba55a8a330dd6262b13f6721ee3dcd8132a86af3376810b3c0f15dca0bb6d0b1610975f7ec3e024f968c92dd SHA512 138461a9e4ace3a110877e1492c75c8183f638d71daaa1bb89e2f5b750725527a1ae5c84af7b392a6ce77fd046e6d3f33a57499fe0e2f8d328c93f0acdc8fe68 diff --git a/dev-ruby/prawn-icon/metadata.xml b/dev-ruby/prawn-icon/metadata.xml new file mode 100644 index 0000000..567a2bd --- /dev/null +++ b/dev-ruby/prawn-icon/metadata.xml @@ -0,0 +1,11 @@ + + + + + vowstar@gmail.com + Huang Rui + + + jessedoyle/prawn-icon + + diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild new file mode 100644 index 0000000..2c4ac05 --- /dev/null +++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="Provides support for icons in Prawn" +HOMEPAGE="https://github.com/jessedoyle/prawn-icon" +LICENSE="|| ( GPL-2+ GPL-3 Ruby )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="" + +# prawn breaks tests for some reasons, needs to be investigated; code +# still works though. +RESTRICT="test" + +ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"