graaff      15/07/28 05:06:04

  Modified:             ChangeLog
  Added:                bson-3.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.22                 dev-ruby/bson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   8 Jun 2015 19:14:14 -0000       1.21
+++ ChangeLog   28 Jul 2015 05:06:04 -0000      1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bson
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.21 2015/06/08 
19:14:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.22 2015/07/28 
05:06:04 graaff Exp $
+
+*bson-3.2.0 (28 Jul 2015)
+
+  28 Jul 2015; Hans de Graaff <gra...@gentoo.org> +bson-3.2.0.ebuild:
+  Version bump.
 
   08 Jun 2015; Hans de Graaff <gra...@gentoo.org> bson-3.0.4.ebuild:
   Update SLOT to allow for a proper dependency in dev-ruby/mongo.



1.1                  dev-ruby/bson/bson-3.2.0.ebuild

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

Index: bson-3.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-3.2.0.ebuild,v 1.1 
2015/07/28 05:06:04 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

GITHUB_USER="mongodb"
GITHUB_PROJECT="bson-ruby"

inherit multilib ruby-fakegem

DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
HOMEPAGE="http://www.mongodb.org/";
SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
RUBY_S="bson-ruby-${PV}"

LICENSE="APSL-2"
SLOT="3"
KEYWORDS="~amd64"
IUSE="test doc"

ruby_add_bdepend \
        "test? (
                dev-ruby/rake
                dev-ruby/shoulda
                dev-ruby/mocha
                dev-ruby/test-unit:2
        )
        doc? ( dev-ruby/rdoc )"

all_ruby_prepare() {
        # Remove bundler support
        sed -i -e '/bundler/I s:^:#:' Rakefile || die

        # Remove project-specific rspec options
        rm .rspec || die
}

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

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




Reply via email to