mrueg       14/03/26 20:37:29

  Modified:             ChangeLog
  Added:                ruby-opengl-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   29 Dec 2013 09:48:57 -0000      1.66
+++ ChangeLog   26 Mar 2014 20:37:29 -0000      1.67
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-opengl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v 1.66 
2013/12/29 09:48:57 graaff Exp $
+# 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 $
+
+*ruby-opengl-0.9.0 (26 Mar 2014)
+
+  26 Mar 2014; Manuel RĂ¼ger <[email protected]> +ruby-opengl-0.9.0.ebuild:
+  Version bump.
 
   29 Dec 2013; Hans de Graaff <[email protected]>
   -ruby-opengl-0.60.1-r2.ebuild:



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

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

Index: ruby-opengl-0.9.0.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.0.ebuild,v 1.1 
2014/03/26 20:37:29 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20"

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="http://ruby-opengl.rubyforge.org/ 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