From 591e35c8df1ae011f4954264594eee659e30b1e5 Mon Sep 17 00:00:00 2001 From: MATSUU Takuto Date: Fri, 23 Oct 2009 00:35:51 +0900 Subject: dev-ruby/termcolor: Version bumped. --- dev-ruby/termcolor/Manifest | 2 ++ dev-ruby/termcolor/termcolor-1.1.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-ruby/termcolor/termcolor-1.1.0.ebuild (limited to 'dev-ruby/termcolor') diff --git a/dev-ruby/termcolor/Manifest b/dev-ruby/termcolor/Manifest index c6f5633..01accca 100644 --- a/dev-ruby/termcolor/Manifest +++ b/dev-ruby/termcolor/Manifest @@ -1,2 +1,4 @@ DIST termcolor-1.0.0.gem 6656 RMD160 5330227b3d0788ea79847584c1f888889d649372 SHA1 015fdb01e9efc9ba9f86a67a9a4f764b1744e52a SHA256 97c70eec74dc278f1158ca83ceaf3c745166ba2164c506d2ebf88fe879a3dc6c +DIST termcolor-1.1.0.gem 6656 RMD160 4130fb3d29e4d105c67b7ff2f07b385e34ebd187 SHA1 4a2d1b46e40586cc0bb77d95cb3f4dfc86eeb848 SHA256 8155a71d8e887be40217be511bc07fab6d632fbe7401d18be55fa51e800e742c EBUILD termcolor-1.0.0.ebuild 391 RMD160 89cbf596dba7266acea2ea6d4c8b88b112dd4541 SHA1 6e277dc1dffe6360ae39007dbf1a3050b2157d1d SHA256 89cb045a2534ed42fa0eafbe74a74d4c36a815221cee90a8c4b8b57fcb039930 +EBUILD termcolor-1.1.0.ebuild 391 RMD160 89cbf596dba7266acea2ea6d4c8b88b112dd4541 SHA1 6e277dc1dffe6360ae39007dbf1a3050b2157d1d SHA256 89cb045a2534ed42fa0eafbe74a74d4c36a815221cee90a8c4b8b57fcb039930 diff --git a/dev-ruby/termcolor/termcolor-1.1.0.ebuild b/dev-ruby/termcolor/termcolor-1.1.0.ebuild new file mode 100644 index 0000000..a584aee --- /dev/null +++ b/dev-ruby/termcolor/termcolor-1.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gems + +DESCRIPTION="a library for ANSI color formatting like HTML for output in terminal" +HOMEPAGE="http://termcolor.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-ruby/highline-1.5.0" +RDEPEND="${DEPEND}" + +USE_RUBY="ruby18" -- cgit v1.2.3-65-gdbad