mrueg       15/01/10 22:16:47

  Modified:             ChangeLog
  Added:                ruby-opengl-0.9.2.ebuild
  Removed:              ruby-opengl-0.9.1.ebuild ruby-opengl-0.9.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   8 Oct 2014 05:41:32 -0000       1.68
+++ ChangeLog   10 Jan 2015 22:16:47 -0000      1.69
@@ -1,6 +1,12 @@
 # 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.68 
2014/10/08 05:41:32 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v 1.69 
2015/01/10 22:16:47 mrueg Exp $
+
+*ruby-opengl-0.9.2 (10 Jan 2015)
+
+  10 Jan 2015; Manuel RĂ¼ger <[email protected]> +ruby-opengl-0.9.2.ebuild,
+  -ruby-opengl-0.9.0.ebuild, -ruby-opengl-0.9.1.ebuild:
+  Version bump. Remove old.
 
 *ruby-opengl-0.9.1 (08 Oct 2014)
 



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

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

Index: ruby-opengl-0.9.2.ebuild
===================================================================
# Copyright 1999-2015 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.2.ebuild,v 1.1 
2015/01/10 22:16:47 mrueg 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