Skip to content

Commit

Permalink
dev-ruby/paint: add 2.0.1
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
graaff committed Nov 2, 2017
1 parent b25a934 commit a310bd9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/paint/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST paint-2.0.0.tar.gz 21699 SHA256 9b04e149364dec8c13e078a549fd13b805f8ff3064db136ab9c937ac160b47a3 SHA512 3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe WHIRLPOOL d5a44b9e70649fc568d2b7b2e94138cb5f7b976acb3e49d7713541cd504b5444a98a592f5b365b982568b5d16f3e07354d17e61d9a330e113b8cefd0c60776c5
DIST paint-2.0.1.tar.gz 21724 SHA256 eae835fb0b0ab65e502ccdf1a48e9826b271dd7f2833666f09de8cd589b12c08 SHA512 49db2bdca0b3b6236669219dadb8b72fb0f68102c6f93658e9b032d1da8e5be154458979425a793355efcfc90968c9cca7a1caacd087a67a5c486cd7495235ff WHIRLPOOL 191dc963f0a6b1f8321b02891e2ac57ca2f5977f62721415cde11da295b8e78212d3a7de2bb0500390c4b4d1581a4eb053d82ec23c2a7cd720c0a2cb9aec32b8
21 changes: 21 additions & 0 deletions dev-ruby/paint/paint-2.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby22 ruby23 ruby24"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md SHORTCUTS.md"

inherit ruby-fakegem

DESCRIPTION="Terminal painter"
HOMEPAGE="https://github.com/janlelis/paint"
SRC_URI="https://github.com/janlelis/paint/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test doc"

0 comments on commit a310bd9

Please sign in to comment.