mrueg       14/08/06 07:12:59

  Modified:             ChangeLog
  Added:                ruby-dict-0.9.4-r4.ebuild
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
)

Revision  Changes    Path
1.18                 dev-ruby/ruby-dict/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   24 Apr 2014 20:15:50 -0000      1.17
+++ ChangeLog   6 Aug 2014 07:12:59 -0000       1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-dict
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.17 
2014/04/24 20:15:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ChangeLog,v 1.18 
2014/08/06 07:12:59 mrueg Exp $
+
+*ruby-dict-0.9.4-r4 (06 Aug 2014)
+
+  06 Aug 2014; Manuel Rüger <[email protected]> +ruby-dict-0.9.4-r4.ebuild:
+  Add ruby21 target.
 
   24 Apr 2014; Manuel Rüger <[email protected]> ruby-dict-0.9.4-r3.ebuild:
   Remove ruby18 support.



1.1                  dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild

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

Index: ruby-dict-0.9.4-r4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-dict/ruby-dict-0.9.4-r4.ebuild,v 1.1 
2014/08/06 07:12:59 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 jruby"

inherit ruby-ng

DESCRIPTION="RFC 2229 client in Ruby"
HOMEPAGE="http://www.caliban.org/ruby/ruby-dict.shtml";
SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""

RUBY_PATCHES=( "${PN}-ruby19.patch" )

each_ruby_test() {
        ewarn "Tests will use network connection"

        ${RUBY} -Ilib ./rdict test || die
}

each_ruby_install() {
        doruby lib/dict.rb || die "doruby failed"
}

all_ruby_install() {
        dobin rdict

        dodoc README Changelog TODO doc/rfc2229.txt
        dohtml doc/dict.html doc/rdict.html

        # This would probably need a 3rb section..
        # doman doc/dict.3
        doman doc/rdict.1
}




Reply via email to