summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-01-25 09:50:32 +0000
committerHans de Graaff <graaff@gentoo.org>2015-01-25 09:50:32 +0000
commitf6e662d48e861de80784b8916d422ca68579f76e (patch)
tree949356a9edd2af2340a321d4631976156e7a7abb
parentStable for HPPA (bug #537592). (diff)
downloadgentoo-2-f6e662d48e861de80784b8916d422ca68579f76e.tar.gz
gentoo-2-f6e662d48e861de80784b8916d422ca68579f76e.tar.bz2
gentoo-2-f6e662d48e861de80784b8916d422ca68579f76e.zip
Install documentation. Add ruby22. Fix HOMEPAGE.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r--dev-ruby/colored/ChangeLog7
-rw-r--r--dev-ruby/colored/colored-1.2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-ruby/colored/ChangeLog b/dev-ruby/colored/ChangeLog
index b72da7b03d17..10e53d008ffc 100644
--- a/dev-ruby/colored/ChangeLog
+++ b/dev-ruby/colored/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/colored
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/ChangeLog,v 1.5 2014/10/30 13:50:18 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/ChangeLog,v 1.6 2015/01/25 09:50:32 graaff Exp $
+
+ 25 Jan 2015; Hans de Graaff <graaff@gentoo.org> colored-1.2.ebuild:
+ Install documentation. Add ruby22. Fix HOMEPAGE.
30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> colored-1.2.ebuild:
Drop jruby target.
diff --git a/dev-ruby/colored/colored-1.2.ebuild b/dev-ruby/colored/colored-1.2.ebuild
index a046400dae7f..fc334a67b80f 100644
--- a/dev-ruby/colored/colored-1.2.ebuild
+++ b/dev-ruby/colored/colored-1.2.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/colored-1.2.ebuild,v 1.5 2014/10/30 13:50:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colored/colored-1.2.ebuild,v 1.6 2015/01/25 09:50:32 graaff Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
DESCRIPTION="Console coloring"
-HOMEPAGE="http://github.com/defunkt"
+HOMEPAGE="https://github.com/defunkt/colored"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"