summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-08-01 07:50:25 +0000
committerHans de Graaff <graaff@gentoo.org>2009-08-01 07:50:25 +0000
commit284d57a80a4a826866e70ac23237b0a7da278413 (patch)
tree47b248ece4cda049f3211de1115bd08f0481ac2d /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-284d57a80a4a826866e70ac23237b0a7da278413.tar.gz
gentoo-2-284d57a80a4a826866e70ac23237b0a7da278413.tar.bz2
gentoo-2-284d57a80a4a826866e70ac23237b0a7da278413.zip
Initial import.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/term-ansicolor/ChangeLog10
-rw-r--r--dev-ruby/term-ansicolor/metadata.xml5
-rw-r--r--dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild14
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog
new file mode 100644
index 000000000000..ba3d68a2a7d7
--- /dev/null
+++ b/dev-ruby/term-ansicolor/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/term-ansicolor
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.1 2009/08/01 07:50:25 graaff Exp $
+
+*term-ansicolor-1.0.4 (01 Aug 2009)
+
+ 01 Aug 2009; Hans de Graaff <graaff@gentoo.org>
+ +term-ansicolor-1.0.4.ebuild, +metadata.xml:
+ Initial import. Dependency of cucumber.
+
diff --git a/dev-ruby/term-ansicolor/metadata.xml b/dev-ruby/term-ansicolor/metadata.xml
new file mode 100644
index 000000000000..852136183369
--- /dev/null
+++ b/dev-ruby/term-ansicolor/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>
diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild
new file mode 100644
index 000000000000..627919cb9ce1
--- /dev/null
+++ b/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.4.ebuild,v 1.1 2009/08/01 07:50:25 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
+HOMEPAGE="http://term-ansicolor.rubyforge.org/"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+USE_RUBY="ruby18"