graaff 15/02/08 06:40:46 Modified: ChangeLog method_source-0.8.2-r3.ebuild Log: Add ruby22. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.25 dev-ruby/method_source/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 3 Nov 2014 15:44:28 -0000 1.24 +++ ChangeLog 8 Feb 2015 06:40:46 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/method_source -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.24 2014/11/03 15:44:28 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.25 2015/02/08 06:40:46 graaff Exp $ + + 08 Feb 2015; Hans de Graaff <[email protected]> + method_source-0.8.2-r3.ebuild: + Add ruby22. 03 Nov 2014; Manuel RĂ¼ger <[email protected]> method_source-0.8.2-r2.ebuild, method_source-0.8.2-r3.ebuild: 1.3 dev-ruby/method_source/method_source-0.8.2-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild?r1=1.2&r2=1.3 Index: method_source-0.8.2-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- method_source-0.8.2-r3.ebuild 3 Nov 2014 15:44:28 -0000 1.2 +++ method_source-0.8.2-r3.ebuild 8 Feb 2015 06:40:46 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild,v 1.2 2014/11/03 15:44:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild,v 1.3 2015/02/08 06:40:46 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="" @@ -12,7 +12,7 @@ inherit ruby-fakegem DESCRIPTION="Retrieve the source code for a method" -HOMEPAGE="http://github.com/banister/method_source" +HOMEPAGE="https://github.com/banister/method_source" IUSE="" SLOT="0"
