summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-02-08 19:43:45 +0000
committerHans de Graaff <graaff@gentoo.org>2010-02-08 19:43:45 +0000
commit5da42f82f284b39068046a3c292f197d95a6f0c9 (patch)
tree3bafaea73f90f5a213a7c345ebf88d9edea8cb40 /dev-ruby
parentFix LICENSE, bug 298556. (diff)
downloadgentoo-2-5da42f82f284b39068046a3c292f197d95a6f0c9.tar.gz
gentoo-2-5da42f82f284b39068046a3c292f197d95a6f0c9.tar.bz2
gentoo-2-5da42f82f284b39068046a3c292f197d95a6f0c9.zip
Version bump with only packaging changes. Convert to ruby-fakegem.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/color/ChangeLog9
-rw-r--r--dev-ruby/color/color-1.4.1.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ruby/color/ChangeLog b/dev-ruby/color/ChangeLog
index 88d7f62d3485..e73e5337e279 100644
--- a/dev-ruby/color/ChangeLog
+++ b/dev-ruby/color/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/color
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.7 2009/04/25 17:44:58 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.8 2010/02/08 19:43:45 graaff Exp $
+
+*color-1.4.1 (08 Feb 2010)
+
+ 08 Feb 2010; Hans de Graaff <graaff@gentoo.org> +color-1.4.1.ebuild:
+ Version bump with only packaging changes. Convert to ruby-fakegem.
25 Apr 2009; Raúl Porcel <armin76@gentoo.org> color-1.4.0.ebuild:
ia64 stable wrt #265435
diff --git a/dev-ruby/color/color-1.4.1.ebuild b/dev-ruby/color/color-1.4.1.ebuild
new file mode 100644
index 000000000000..f954f77dc241
--- /dev/null
+++ b/dev-ruby/color/color-1.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.1.ebuild,v 1.1 2010/02/08 19:43:45 graaff Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Colour management with Ruby"
+HOMEPAGE="http://color.rubyforge.org/"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE=""
+
+ruby_add_bdepend test virtual/ruby-test-unit
+
+ruby_add_rdepend ">=dev-ruby/hoe-2.5.0
+ >=dev-ruby/archive-tar-minitar-0.5.1"