diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest new file mode 100644 index 0000000..7df8538 --- /dev/null +++ b/dev-ruby/awesome_print/Manifest @@ -0,0 +1 @@ +DIST awesome_print-1.9.2.tar.gz 45107 BLAKE2B 8fb3ede3d62fe939a6c0d628215c06f9e85a2d545640c8fc6a7d22585d7b2d31c4d89d0d46551c041b17b29d970c258fe67dc23f4a8746cc946396348a42ca95 SHA512 b7d8befd3cdc53c799e171ed9089de1035f9001beb7a5cd1fa89ae33746ec61a0b8a6a5baa3bb0c7c7ea71b63d3b5aa50a3579822dbe62cecbfa21e10b3c5fae diff --git a/dev-ruby/awesome_print/awesome_print-1.9.2.ebuild b/dev-ruby/awesome_print/awesome_print-1.9.2.ebuild new file mode 100644 index 0000000..995bb0a --- /dev/null +++ b/dev-ruby/awesome_print/awesome_print-1.9.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27" + +inherit ruby-fakegem + +DESCRIPTION="Pretty print your Ruby objects with style" +HOMEPAGE="https://github.com/awesome-print/awesome_print" +SRC_URI="https://github.com/awesome-print/awesome_print/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-ruby/awesome_print/metadata.xml b/dev-ruby/awesome_print/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/dev-ruby/awesome_print/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + +