mrueg 14/06/12 16:06:15 Modified: fcgi-0.9.2.1.ebuild fcgi-0.8.8-r2.ebuild ChangeLog Log: Remove ruby18. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.7 dev-ruby/fcgi/fcgi-0.9.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild?r1=1.6&r2=1.7 Index: fcgi-0.9.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fcgi-0.9.2.1.ebuild 1 Feb 2014 04:13:45 -0000 1.6 +++ fcgi-0.9.2.1.ebuild 12 Jun 2014 16:06:15 -0000 1.7 @@ -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/fcgi/fcgi-0.9.2.1.ebuild,v 1.6 2014/02/01 04:13:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.7 2014/06/12 16:06:15 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" @@ -26,7 +26,7 @@ each_ruby_configure() { case ${RUBY} in - *ruby18|*ruby19|*ruby20) + *ruby19|*ruby20) ${RUBY} -C ext/fcgi extconf.rb || die "extconf failed" ;; esac @@ -34,7 +34,7 @@ each_ruby_compile() { case ${RUBY} in - *ruby18|*ruby19|*ruby20) + *ruby19|*ruby20) emake V=1 -C ext/fcgi cp ext/fcgi/fcgi$(get_modname) lib || die ;; 1.6 dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild?r1=1.5&r2=1.6 Index: fcgi-0.8.8-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fcgi-0.8.8-r2.ebuild 26 Dec 2013 14:47:15 -0000 1.5 +++ fcgi-0.8.8-r2.ebuild 12 Jun 2014 16:06:15 -0000 1.6 @@ -1,6 +1,6 @@ -# 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/fcgi/fcgi-0.8.8-r2.ebuild,v 1.5 2013/12/26 14:47:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild,v 1.6 2014/06/12 16:06:15 mrueg Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" 1.15 dev-ruby/fcgi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fcgi/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 1 Feb 2014 04:13:45 -0000 1.14 +++ ChangeLog 12 Jun 2014 16:06:15 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/fcgi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.14 2014/02/01 04:13:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.15 2014/06/12 16:06:15 mrueg Exp $ + + 12 Jun 2014; Manuel RĂ¼ger <[email protected]> fcgi-0.8.8-r2.ebuild, + fcgi-0.9.2.1.ebuild: + Remove ruby18. 01 Feb 2014; Akinori Hattori <[email protected]> fcgi-0.9.2.1.ebuild: ia64 stable wrt bug #493780
