graaff      14/10/08 05:41:32

  Modified:             ChangeLog
  Added:                ruby-opengl-0.9.1.ebuild
  Log:
  Version bump. Add ruby21.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.68                 dev-ruby/ruby-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   26 Mar 2014 20:37:29 -0000      1.67
+++ ChangeLog   8 Oct 2014 05:41:32 -0000       1.68
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-opengl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v 1.67 
2014/03/26 20:37:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v 1.68 
2014/10/08 05:41:32 graaff Exp $
+
+*ruby-opengl-0.9.1 (08 Oct 2014)
+
+  08 Oct 2014; Hans de Graaff <gra...@gentoo.org> +ruby-opengl-0.9.1.ebuild:
+  Version bump. Add ruby21.
 
 *ruby-opengl-0.9.0 (26 Mar 2014)
 



1.1                  dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild

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

Index: ruby-opengl-0.9.1.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-opengl/ruby-opengl-0.9.1.ebuild,v 1.1 
2014/10/08 05:41:32 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""

# Two tests fails but the README already indicates that this may not
# work. Additionally these tests require access to video devices such as
# /dev/nvidiactl.
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_NAME="opengl"

RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"

inherit multilib ruby-fakegem

DESCRIPTION="OpenGL / GLUT bindings for ruby"
HOMEPAGE="https://github.com/larskanis/opengl";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

IUSE=""

DEPEND+=" virtual/opengl
        media-libs/freeglut"
RDEPEND+=" virtual/opengl
        media-libs/freeglut"

each_ruby_configure() {
        ${RUBY} -Cext/opengl extconf.rb || die
}

each_ruby_compile() {
        emake -C ext/opengl V=1

        cp ext/*/*$(get_modname) lib/ || die
}

all_ruby_install() {
        all_fakegem_install

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




Reply via email to