diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-02-08 06:40:46 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-02-08 06:40:46 +0000 |
commit | c9b213ce05c5a8d22412f94a705b0d0844810f11 (patch) | |
tree | d44c595893a502a90d0d98dbe9a20e09ec1e6691 /dev-ruby/method_source | |
parent | Version bump. (diff) | |
download | gentoo-2-c9b213ce05c5a8d22412f94a705b0d0844810f11.tar.gz gentoo-2-c9b213ce05c5a8d22412f94a705b0d0844810f11.tar.bz2 gentoo-2-c9b213ce05c5a8d22412f94a705b0d0844810f11.zip |
Add ruby22.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.8.2-r3.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog index d840a016146b..8e2e5c83d725 100644 --- a/dev-ruby/method_source/ChangeLog +++ b/dev-ruby/method_source/ChangeLog @@ -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 <graaff@gentoo.org> + method_source-0.8.2-r3.ebuild: + Add ruby22. 03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> method_source-0.8.2-r2.ebuild, method_source-0.8.2-r3.ebuild: diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild index fc347b786d56..a9ffd160140a 100644 --- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild +++ b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild @@ -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 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" 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" |