diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-07-02 05:55:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-07-02 05:55:47 +0000 |
commit | 9a40af3ed96ab68be6422e829d4cc7440a1c45d5 (patch) | |
tree | 2a4e3c69f4a24dbc21c414f9565a632a1ee7439a /dev-ruby/text | |
parent | bump, fix bug #500490, thanks Johan Bergström (diff) | |
download | gentoo-2-9a40af3ed96ab68be6422e829d4cc7440a1c45d5.tar.gz gentoo-2-9a40af3ed96ab68be6422e829d4cc7440a1c45d5.tar.bz2 gentoo-2-9a40af3ed96ab68be6422e829d4cc7440a1c45d5.zip |
Version bump. Drop jruby since 1.9 syntax is used.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/text')
-rw-r--r-- | dev-ruby/text/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/text/text-1.3.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/text/ChangeLog b/dev-ruby/text/ChangeLog index a0dc7fa5ed22..58481e797816 100644 --- a/dev-ruby/text/ChangeLog +++ b/dev-ruby/text/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/text # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.12 2014/06/18 11:07:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.13 2014/07/02 05:55:47 graaff Exp $ + +*text-1.3.0 (02 Jul 2014) + + 02 Jul 2014; Hans de Graaff <graaff@gentoo.org> +text-1.3.0.ebuild: + Version bump. Drop jruby since 1.9 syntax is used. 18 Jun 2014; Tobias Klausmann <klausman@gentoo.org> text-1.2.3-r2.ebuild: Keyworded on alpha, bug #505920 diff --git a/dev-ruby/text/text-1.3.0.ebuild b/dev-ruby/text/text-1.3.0.ebuild new file mode 100644 index 000000000000..efd911937971 --- /dev/null +++ b/dev-ruby/text/text-1.3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.3.0.ebuild,v 1.1 2014/07/02 05:55:47 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="A collection of text algorithms" +HOMEPAGE="https://github.com/threedaymonk/text" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64" +IUSE="" |