diff options
author | 2013-08-19 22:48:22 +0000 | |
---|---|---|
committer | 2013-08-19 22:48:22 +0000 | |
commit | 5a23bea6d120f9c767256eec90cc80ef7673edf3 (patch) | |
tree | 93994bc9d0c0815a8b1bebbca8642ab581302a5d /dev-ruby/colorator | |
parent | Initial version. (diff) | |
download | gentoo-2-5a23bea6d120f9c767256eec90cc80ef7673edf3.tar.gz gentoo-2-5a23bea6d120f9c767256eec90cc80ef7673edf3.tar.bz2 gentoo-2-5a23bea6d120f9c767256eec90cc80ef7673edf3.zip |
Initial version.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/colorator')
-rw-r--r-- | dev-ruby/colorator/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/colorator/colorator-0.1.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/colorator/metadata.xml | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ruby/colorator/ChangeLog b/dev-ruby/colorator/ChangeLog new file mode 100644 index 000000000000..d2b8c309a181 --- /dev/null +++ b/dev-ruby/colorator/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-ruby/colorator +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorator/ChangeLog,v 1.1 2013/08/19 22:48:22 mrueg Exp $ + +*colorator-0.1 (19 Aug 2013) + + 19 Aug 2013; Manuel Rüger <mrueg@gentoo.org> +colorator-0.1.ebuild, + +metadata.xml: + Initial version. diff --git a/dev-ruby/colorator/colorator-0.1.ebuild b/dev-ruby/colorator/colorator-0.1.ebuild new file mode 100644 index 000000000000..a1b5552e1e62 --- /dev/null +++ b/dev-ruby/colorator/colorator-0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorator/colorator-0.1.ebuild,v 1.1 2013/08/19 22:48:22 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_EXTRADOC="README.markdown" +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem + +DESCRIPTION="Colorize your text in the terminal" +HOMEPAGE="https://github.com/octopress/colorator" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" diff --git a/dev-ruby/colorator/metadata.xml b/dev-ruby/colorator/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/colorator/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> |