mrueg       15/02/21 04:52:48

  Modified:             ChangeLog
  Added:                ferret-0.11.8.6.ebuild
  Log:
  Version bump. Add ruby22.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.10                 dev-ruby/ferret/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   21 May 2014 01:57:04 -0000      1.9
+++ ChangeLog   21 Feb 2015 04:52:48 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ferret
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ChangeLog,v 1.9 2014/05/21 
01:57:04 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ChangeLog,v 1.10 2015/02/21 
04:52:48 mrueg Exp $
+
+*ferret-0.11.8.6 (21 Feb 2015)
+
+  21 Feb 2015; Manuel Rüger <[email protected]> +ferret-0.11.8.6.ebuild:
+  Version bump. Add ruby22.
 
   21 May 2014; Manuel Rüger <[email protected]> ferret-0.11.8.5-r2.ebuild:
   Remove ruby18 target.



1.1                  dev-ruby/ferret/ferret-0.11.8.6.ebuild

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

Index: ferret-0.11.8.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ferret/ferret-0.11.8.6.ebuild,v 1.1 
2015/02/21 04:52:48 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_NAME="ferret"

RUBY_FAKEGEM_RECIPE_TEST="none"

RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_DOCDIR="doc/api"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG RELEASE_CHANGES RELEASE_NOTES README TODO 
TUTORIAL"

inherit multilib ruby-fakegem

MY_P="${P/ruby-/}"
DESCRIPTION="A ruby indexing/searching library"
HOMEPAGE="https://github.com/jkraemer/ferret";
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND+=" app-arch/bzip2"
DEPEND+=" app-arch/bzip2"

all_ruby_prepare() {
        # Remove bundled bzlib code and use system version instead.
        rm ext/BZLIB* ext/bzlib* || die
        sed -i -e '14i  $LDFLAGS += " -lbz2 "' ext/extconf.rb || die
}

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

each_ruby_compile() {
        emake -Cext CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
        cp ext/ferret_ext$(get_modname) lib/ || die
}

each_ruby_test() {
        ${RUBY} -Ilib test/test_all.rb || die
}




Reply via email to