diff options
author | 2014-04-24 17:41:37 +0000 | |
---|---|---|
committer | 2014-04-24 17:41:37 +0000 | |
commit | 4ffd2692fb48c3c03e91c870ccba92b94bd60f3d (patch) | |
tree | bc2fc6e4e24f1e9772de35ccd97fd233ea9b628b /dev-ruby/text | |
parent | Add ~ppc keyword wrt bug #505156 (diff) | |
download | gentoo-2-4ffd2692fb48c3c03e91c870ccba92b94bd60f3d.tar.gz gentoo-2-4ffd2692fb48c3c03e91c870ccba92b94bd60f3d.tar.bz2 gentoo-2-4ffd2692fb48c3c03e91c870ccba92b94bd60f3d.zip |
Remove ruby18 support. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/text')
-rw-r--r-- | dev-ruby/text/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text/text-1.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/text/text-1.2.3.ebuild | 20 |
3 files changed, 7 insertions, 23 deletions
diff --git a/dev-ruby/text/ChangeLog b/dev-ruby/text/ChangeLog index 27dce9ba6f7c..53dd25c3397b 100644 --- a/dev-ruby/text/ChangeLog +++ b/dev-ruby/text/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2014/02/08 13:49:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.7 2014/04/24 17:41:36 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -text-1.2.3.ebuild, + text-1.2.3-r1.ebuild: + Remove ruby18 support. Cleanup old. 08 Feb 2014; Akinori Hattori <hattya@gentoo.org> text-1.2.3-r1.ebuild: keyword ~ia64 diff --git a/dev-ruby/text/text-1.2.3-r1.ebuild b/dev-ruby/text/text-1.2.3-r1.ebuild index 66609031b23e..3267d6b86c69 100644 --- a/dev-ruby/text/text-1.2.3-r1.ebuild +++ b/dev-ruby/text/text-1.2.3-r1.ebuild @@ -1,9 +1,9 @@ # 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.2.3-r1.ebuild,v 1.4 2014/02/08 13:49:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild,v 1.5 2014/04/24 17:41:36 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc" diff --git a/dev-ruby/text/text-1.2.3.ebuild b/dev-ruby/text/text-1.2.3.ebuild deleted file mode 100644 index 71b7e23dda75..000000000000 --- a/dev-ruby/text/text-1.2.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.2.3.ebuild,v 1.2 2013/08/30 19:30:39 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -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="~amd64" -IUSE="" |