mrueg 14/10/09 22:18:49 Modified: shotgun-0.9-r1.ebuild ChangeLog Log: Add ruby21 support. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/shotgun/shotgun-0.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild?r1=1.2&r2=1.3 Index: shotgun-0.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- shotgun-0.9-r1.ebuild 24 Apr 2014 16:43:43 -0000 1.2 +++ shotgun-0.9-r1.ebuild 9 Oct 2014 22:18:49 -0000 1.3 @@ -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/shotgun/shotgun-0.9-r1.ebuild,v 1.2 2014/04/24 16:43:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/shotgun-0.9-r1.ebuild,v 1.3 2014/10/09 22:18:49 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" # No documentation task RUBY_FAKEGEM_TASK_DOC="" 1.11 dev-ruby/shotgun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shotgun/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 24 Apr 2014 16:43:43 -0000 1.10 +++ ChangeLog 9 Oct 2014 22:18:49 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shotgun # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.10 2014/04/24 16:43:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shotgun/ChangeLog,v 1.11 2014/10/09 22:18:49 mrueg Exp $ + + 09 Oct 2014; Manuel Rüger <[email protected]> shotgun-0.9-r1.ebuild: + Add ruby21 support. 24 Apr 2014; Manuel Rüger <[email protected]> shotgun-0.9-r1.ebuild: Remove ruby18 support.
