diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-07-29 09:59:48 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-07-29 09:59:48 +0000 |
commit | e801aa200eaa67412d8931cc9f3690d11dccdd37 (patch) | |
tree | bced624e6030413af6a89014d710768575fd060d /dev-ruby/sparklines | |
parent | Remove vulnerable versions. (diff) | |
download | gentoo-2-e801aa200eaa67412d8931cc9f3690d11dccdd37.tar.gz gentoo-2-e801aa200eaa67412d8931cc9f3690d11dccdd37.tar.bz2 gentoo-2-e801aa200eaa67412d8931cc9f3690d11dccdd37.zip |
Add ruby19.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/sparklines')
-rw-r--r-- | dev-ruby/sparklines/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/sparklines/sparklines-0.5.2-r3.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ruby/sparklines/ChangeLog b/dev-ruby/sparklines/ChangeLog index 53d5567eecf0..4fd31ad104af 100644 --- a/dev-ruby/sparklines/ChangeLog +++ b/dev-ruby/sparklines/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/sparklines -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/ChangeLog,v 1.11 2011/01/07 10:59:36 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/ChangeLog,v 1.12 2012/07/29 09:59:48 graaff Exp $ + +*sparklines-0.5.2-r3 (29 Jul 2012) + + 29 Jul 2012; Hans de Graaff <graaff@gentoo.org> +sparklines-0.5.2-r3.ebuild: + Add ruby19. 07 Jan 2011; Hans de Graaff <graaff@gentoo.org> sparklines-0.5.2-r2.ebuild: diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r3.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r3.ebuild new file mode 100644 index 000000000000..a6fc1c786a06 --- /dev/null +++ b/dev-ruby/sparklines/sparklines-0.5.2-r3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/sparklines-0.5.2-r3.ebuild,v 1.1 2012/07/29 09:59:48 graaff Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="Create sparklines, small graphs to be used inline in texts." +HOMEPAGE="http://sparklines.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-macos" +IUSE="" + +RDEPEND="dev-ruby/rmagick" + +ruby_add_bdepend test "dev-ruby/hoe dev-ruby/tidy_table dev-ruby/dust" |