diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-07-21 17:40:50 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-07-21 17:40:50 +0000 |
commit | f521891c49c3c7960ec479f9489f40ff1b565942 (patch) | |
tree | badb5adf2ed6639cb0e5461a0c4b713894702cb3 /dev-ruby/color | |
parent | Stable for sh, wrt bug #476438 (diff) | |
download | gentoo-2-f521891c49c3c7960ec479f9489f40ff1b565942.tar.gz gentoo-2-f521891c49c3c7960ec479f9489f40ff1b565942.tar.bz2 gentoo-2-f521891c49c3c7960ec479f9489f40ff1b565942.zip |
Version bump
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/color')
-rw-r--r-- | dev-ruby/color/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/color/color-1.4.2.ebuild | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ruby/color/ChangeLog b/dev-ruby/color/ChangeLog index 0424a4833077..ba56dfe7351a 100644 --- a/dev-ruby/color/ChangeLog +++ b/dev-ruby/color/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/color # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.20 2013/07/13 06:09:59 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/ChangeLog,v 1.21 2013/07/21 17:40:50 mrueg Exp $ + +*color-1.4.2 (21 Jul 2013) + + 21 Jul 2013; Manuel Rüger <mrueg@gentoo.org> +color-1.4.2.ebuild: + Version bump 13 Jul 2013; Hans de Graaff <graaff@gentoo.org> -color-1.4.1.ebuild: Cleanup. @@ -74,4 +79,3 @@ 22 Jan 2008; Richard Brown <rbrown@gentoo.org> +metadata.xml, +color-1.4.0.ebuild: Initial import. For latest version of pdf-writer - diff --git a/dev-ruby/color/color-1.4.2.ebuild b/dev-ruby/color/color-1.4.2.ebuild new file mode 100644 index 000000000000..6fd344ed91f1 --- /dev/null +++ b/dev-ruby/color/color-1.4.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color/color-1.4.2.ebuild,v 1.1 2013/07/21 17:40:49 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 jruby" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Colour management with Ruby" +HOMEPAGE="http://color.rubyforge.org/" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_bdepend " + test? ( + >=dev-ruby/hoe-2.5.0 + >=dev-ruby/minitest-5.0 + dev-ruby/rubyforge + virtual/ruby-minitest + )" |