diff options
author | 2014-05-21 02:04:47 +0000 | |
---|---|---|
committer | 2014-05-21 02:04:47 +0000 | |
commit | 14629023fb2609501a42e223258aa2cc3c129931 (patch) | |
tree | 54dbd7525ee4a842f2540546f23952747c077817 /dev-ruby/heredoc_unindent | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-14629023fb2609501a42e223258aa2cc3c129931.tar.gz gentoo-2-14629023fb2609501a42e223258aa2cc3c129931.tar.bz2 gentoo-2-14629023fb2609501a42e223258aa2cc3c129931.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/heredoc_unindent')
-rw-r--r-- | dev-ruby/heredoc_unindent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/heredoc_unindent/ChangeLog b/dev-ruby/heredoc_unindent/ChangeLog index cf6f78549065..03a44cfe875f 100644 --- a/dev-ruby/heredoc_unindent/ChangeLog +++ b/dev-ruby/heredoc_unindent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/heredoc_unindent -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.5 2013/11/20 13:09:52 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.6 2014/05/21 02:04:47 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> heredoc_unindent-1.1.2-r3.ebuild: + Remove ruby18 target. *heredoc_unindent-1.1.2-r3 (20 Nov 2013) diff --git a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild b/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild index 2b54daf1a758..7f18544b965f 100644 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild +++ b/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v 1.1 2013/11/20 13:09:52 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.1.2-r3.ebuild,v 1.2 2014/05/21 02:04:47 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" inherit ruby-fakegem |