graaff      15/07/10 05:53:47

  Modified:             ChangeLog
  Added:                ox-2.2.0-r1.ebuild
  Removed:              ox-2.2.0.ebuild
  Log:
  Copy shared object to the right location so that it can be found with 
"require".
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.17                 dev-ruby/ox/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Jul 2015 05:49:41 -0000      1.16
+++ ChangeLog   10 Jul 2015 05:53:47 -0000      1.17
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/ox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.16 2015/07/10 
05:49:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ChangeLog,v 1.17 2015/07/10 
05:53:47 graaff Exp $
+
+*ox-2.2.0-r1 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff <gra...@gentoo.org> -ox-2.2.0.ebuild,
+  +ox-2.2.0-r1.ebuild:
+  Copy shared object to the right location so that it can be found with
+  "require".
 
   10 Jul 2015; Hans de Graaff <gra...@gentoo.org> -ox-2.1.7.ebuild,
   -ox-2.1.8.ebuild:



1.1                  dev-ruby/ox/ox-2.2.0-r1.ebuild

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

Index: ox-2.2.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.2.0-r1.ebuild,v 1.1 
2015/07/10 05:53:47 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_TASK_DOC=""

inherit ruby-fakegem

DESCRIPTION="A fast XML parser and Object marshaller"
HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox";
SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"

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

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

each_ruby_compile() {
        emake V=1 -Cext/ox
        cp ext/ox/ox$(get_modname) lib/ox/ || die
}

each_ruby_test() {
        ${RUBY} test/tests.rb || die
}




Reply via email to