mrueg 14/03/11 01:39:04 Modified: ChangeLog Added: jruby-debug-base-0.10.3.1-r1.ebuild Removed: jruby-debug-base-0.10.3.1.ebuild Log: EAPI bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 dev-ruby/jruby-debug-base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-debug-base/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-debug-base/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-debug-base/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jruby-debug-base/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 28 May 2010 17:21:36 -0000 1.3 +++ ChangeLog 11 Mar 2014 01:39:04 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/jruby-debug-base -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-debug-base/ChangeLog,v 1.3 2010/05/28 17:21:36 josejx Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-debug-base/ChangeLog,v 1.4 2014/03/11 01:39:04 mrueg Exp $ + +*jruby-debug-base-0.10.3.1-r1 (11 Mar 2014) + + 11 Mar 2014; Manuel RĂ¼ger <mr...@gentoo.org> + +jruby-debug-base-0.10.3.1-r1.ebuild, -jruby-debug-base-0.10.3.1.ebuild: + EAPI bump. 28 May 2010; Joseph Jezak <jos...@gentoo.org> jruby-debug-base-0.10.3.1.ebuild: @@ -16,4 +22,3 @@ +jruby-debug-base-0.10.3.1.ebuild, +metadata.xml: Initial import of jruby-debug-base as alternative to ruby-debug-base for jruby. - 1.1 dev-ruby/jruby-debug-base/jruby-debug-base-0.10.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-debug-base/jruby-debug-base-0.10.3.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jruby-debug-base/jruby-debug-base-0.10.3.1-r1.ebuild?rev=1.1&content-type=text/plain Index: jruby-debug-base-0.10.3.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/jruby-debug-base/jruby-debug-base-0.10.3.1-r1.ebuild,v 1.1 2014/03/11 01:39:03 mrueg Exp $ EAPI=5 USE_RUBY="jruby" # No tests shipped :( RUBY_FAKEGEM_TASK_TEST="" RESTRICT="test" RUBY_FAKEGEM_DOCDIR="html" RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog README" # Uses the same gem name as the MRI version, but it's a different gem # altogether. RUBY_FAKEGEM_NAME="${PN/jruby/ruby}" inherit ruby-fakegem DESCRIPTION="Fast Ruby debugger" HOMEPAGE="http://rubyforge.org/projects/ruby-debug/" # This is not registered in the gemcutter index! SRC_URI="mirror://rubyforge/debug-commons/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}-java.gem" LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" SLOT="0"