prometheanfire    14/08/11 16:12:10

  Modified:             ChangeLog
  Added:                ruby-augeas-0.5.0-r2.ebuild
  Log:
  removing ruby21 from 0.5.0 for bug 513284
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.39                 dev-ruby/ruby-augeas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   9 Aug 2014 10:15:52 -0000       1.38
+++ ChangeLog   11 Aug 2014 16:12:09 -0000      1.39
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-augeas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.38 
2014/08/09 10:15:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.39 
2014/08/11 16:12:09 prometheanfire Exp $
+
+*ruby-augeas-0.5.0-r2 (11 Aug 2014)
+
+  11 Aug 2014; Matthew Thode <[email protected]>
+  +ruby-augeas-0.5.0-r2.ebuild:
+  removing ruby21 from 0.5.0 for bug 513284
 
   09 Aug 2014; Jeroen Roovers <[email protected]> ruby-augeas-0.5.0.ebuild:
   Stable for HPPA (bug #516934).



1.1                  dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild

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

Index: ruby-augeas-0.5.0-r2.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-augeas/ruby-augeas-0.5.0-r2.ebuild,v 1.1 
2014/08/11 16:12:09 prometheanfire Exp $

EAPI=5
# jruby -> native extentions
USE_RUBY="ruby19 ruby20"

RUBY_FAKEGEM_DOCDIR="doc/site/api"
RUBY_FAKEGEM_EXTRADOC="NEWS README.rdoc"

inherit multilib ruby-fakegem

DESCRIPTION="Ruby bindings for Augeas"
HOMEPAGE="http://augeas.net/";
SRC_URI="http://download.augeas.net/ruby/${P}.gem";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=">=app-admin/augeas-1.1.0"
DEPEND="${RDEPEND}
                dev-libs/libxml2"

each_ruby_configure() {
        ${RUBY} -C ext/augeas extconf.rb || die
}

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

each_ruby_install() {
        mv ext/augeas/_augeas$(get_modname) lib/ || die

        each_fakegem_install
}




Reply via email to