From 17fe16f961012fed1432c82da75f7f8e72709467 Mon Sep 17 00:00:00 2001 From: MATSUU Takuto Date: Tue, 5 Jan 2010 00:38:51 +0900 Subject: dev-ruby/termcolor: Version bumped. --- dev-ruby/termcolor/Manifest | 4 ++-- dev-ruby/termcolor/termcolor-1.0.0.ebuild | 18 ------------------ dev-ruby/termcolor/termcolor-1.2.0.ebuild | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-ruby/termcolor/termcolor-1.0.0.ebuild create mode 100644 dev-ruby/termcolor/termcolor-1.2.0.ebuild diff --git a/dev-ruby/termcolor/Manifest b/dev-ruby/termcolor/Manifest index 01accca..ac1172c 100644 --- a/dev-ruby/termcolor/Manifest +++ b/dev-ruby/termcolor/Manifest @@ -1,4 +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 +DIST termcolor-1.2.0.gem 6656 RMD160 234b7c6e5fdae65febe9214442c66062908d91af SHA1 ccb19dc24757f5a2a27f948fe7bfc7a72e8a4601 SHA256 30b9f7c0f1834c2043a80d7d739e8fcf14303bed0244cb56e3a4676608bf8b67 EBUILD termcolor-1.1.0.ebuild 391 RMD160 89cbf596dba7266acea2ea6d4c8b88b112dd4541 SHA1 6e277dc1dffe6360ae39007dbf1a3050b2157d1d SHA256 89cb045a2534ed42fa0eafbe74a74d4c36a815221cee90a8c4b8b57fcb039930 +EBUILD termcolor-1.2.0.ebuild 391 RMD160 89cbf596dba7266acea2ea6d4c8b88b112dd4541 SHA1 6e277dc1dffe6360ae39007dbf1a3050b2157d1d SHA256 89cb045a2534ed42fa0eafbe74a74d4c36a815221cee90a8c4b8b57fcb039930 diff --git a/dev-ruby/termcolor/termcolor-1.0.0.ebuild b/dev-ruby/termcolor/termcolor-1.0.0.ebuild deleted file mode 100644 index a584aee..0000000 --- a/dev-ruby/termcolor/termcolor-1.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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" diff --git a/dev-ruby/termcolor/termcolor-1.2.0.ebuild b/dev-ruby/termcolor/termcolor-1.2.0.ebuild new file mode 100644 index 0000000..a584aee --- /dev/null +++ b/dev-ruby/termcolor/termcolor-1.2.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