mrueg       14/07/25 01:18:00

  Modified:             ChangeLog
  Added:                method_source-0.8.2-r3.ebuild
  Log:
  Add ruby21 target. Thanks to longlene.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.23                 dev-ruby/method_source/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   21 May 2014 02:00:28 -0000      1.22
+++ ChangeLog   25 Jul 2014 01:18:00 -0000      1.23
@@ -1,6 +1,11 @@
 # 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.22 
2014/05/21 02:00:28 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.23 
2014/07/25 01:18:00 mrueg Exp $
+
+*method_source-0.8.2-r3 (25 Jul 2014)
+
+  25 Jul 2014; Manuel Rüger <[email protected]> +method_source-0.8.2-r3.ebuild:
+  Add ruby21 target. Thanks to longlene.
 
   21 May 2014; Manuel Rüger <[email protected]> -method_source-0.8.2-r1.ebuild,
   method_source-0.8.2-r2.ebuild:



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/method_source/method_source-0.8.2-r3.ebuild?rev=1.1&content-type=text/plain

Index: method_source-0.8.2-r3.ebuild
===================================================================
# Copyright 1999-2014 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.1 2014/07/25 01:17:59 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"

RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.markdown"

inherit ruby-fakegem

DESCRIPTION="Retrieve the source code for a method"
HOMEPAGE="http://github.com/banister/method_source";
IUSE=""
SLOT="0"

LICENSE="MIT"
KEYWORDS="~amd64 ~ppc64 ~x86"

ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"

each_ruby_test() {
        ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed."
}




Reply via email to