mrueg       14/03/10 16:20:52

  Modified:             ChangeLog
  Added:                duby-0.0.2-r1.ebuild
  Removed:              duby-0.0.2.ebuild
  Log:
  Add missing rdepend on bitescript. EAPI bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/duby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/duby/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   19 Feb 2010 12:01:28 -0000      1.1
+++ ChangeLog   10 Mar 2014 16:20:52 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/duby
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/duby/ChangeLog,v 1.1 2010/02/19 
12:01:28 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/duby/ChangeLog,v 1.2 2014/03/10 
16:20:52 mrueg Exp $
+
+*duby-0.0.2-r1 (10 Mar 2014)
+
+  10 Mar 2014; Manuel RĂ¼ger <[email protected]> +duby-0.0.2-r1.ebuild,
+  -duby-0.0.2.ebuild:
+  Add missing rdepend on bitescript. EAPI bump.
 
 *duby-0.0.2 (19 Feb 2010)
 
@@ -8,4 +14,3 @@
   +metadata.xml:
   Initial import of duby, the typed language with a Ruby-influenced syntax
   to be used with JRuby.
-



1.1                  dev-ruby/duby/duby-0.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/duby/duby-0.0.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/duby/duby-0.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: duby-0.0.2-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/duby/duby-0.0.2-r1.ebuild,v 1.1 
2014/03/10 16:20:52 mrueg Exp $

EAPI=5

USE_RUBY="jruby"

RUBY_FAKEGEM_SUFFIX="java"

RUBY_FAKEGEM_EXTRAINSTALL="javalib"

inherit ruby-fakegem

DESCRIPTION="Customizable typed programming language with Ruby-inspired syntax."
HOMEPAGE="http://kenai.com/projects/duby";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend "dev-ruby/bitescript"

all_ruby_install() {
        all_fakegem_install

        insinto /usr/share/doc/${PF}
        doins -r examples || die
}




Reply via email to