diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-15 01:22:48 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-15 01:22:48 +0000 |
commit | 684e9991dd1c4a31d0151a1ac1f1044e9c4310fd (patch) | |
tree | caadbe1e215e8360909f488227f144c47037c6bf /dev-ruby/async_sinatra | |
parent | Remove ruby18. EAPI bump. (diff) | |
download | gentoo-2-684e9991dd1c4a31d0151a1ac1f1044e9c4310fd.tar.gz gentoo-2-684e9991dd1c4a31d0151a1ac1f1044e9c4310fd.tar.bz2 gentoo-2-684e9991dd1c4a31d0151a1ac1f1044e9c4310fd.zip |
Remove ruby18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/async_sinatra')
-rw-r--r-- | dev-ruby/async_sinatra/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/async_sinatra/ChangeLog b/dev-ruby/async_sinatra/ChangeLog index aafb69434916..4a156d81d7f2 100644 --- a/dev-ruby/async_sinatra/ChangeLog +++ b/dev-ruby/async_sinatra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/async_sinatra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.9 2014/03/08 02:05:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.10 2014/05/15 01:22:48 mrueg Exp $ + + 15 May 2014; Manuel Rüger <mrueg@gentoo.org> async_sinatra-1.1.0.ebuild: + Remove ruby18. 08 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -async_sinatra-1.0.0.ebuild, -files/async_sinatra-0.4.0-rack.patch, diff --git a/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild b/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild index 56098f5e6f57..1ea9497e6b3e 100644 --- a/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild +++ b/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild @@ -1,9 +1,9 @@ -# 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/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.1 2013/12/25 06:48:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.2 2014/05/15 01:22:48 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |