public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bson/
Date: Sat, 24 Feb 2018 08:49:59 +0000 (UTC)	[thread overview]
Message-ID: <1519462095.5643d09e76465307962c9ff2c5445c6e8fa5beb5.graaff@gentoo> (raw)

commit:     5643d09e76465307962c9ff2c5445c6e8fa5beb5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 08:34:46 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:48:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5643d09e

dev-ruby/bson: remove masked version

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/bson/Manifest          |  1 -
 dev-ruby/bson/bson-3.2.6.ebuild | 44 -----------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 65c699b0e36..d53d69ea591 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,3 +1,2 @@
-DIST bson-3.2.6.tar.gz 51846 BLAKE2B a714c4166f30df6376523fd500557905507c180c9b5d1042d9b6b03e03edd996ca46f0d043180786b97d81c289d51f29e7b9904aff903f7dbba5826e857357c9 SHA512 da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2
 DIST bson-4.2.2.tar.gz 96725 BLAKE2B 62c40df519e185665f0c42bc8ab6a2d8472d123397f1ed1403e40254944cd423e6cedbfa014a03f6c6ed8a7cde94f8c26d06e784b82ea55f17a97996915381d6 SHA512 4de8950271f5fdd5927eda290b6506248012cb8a932d65773ad53f1e3e4c67ea17575b559447d5eb6c9286f672439879dbc89aa0cded4ec2d0fa35c49da7a574
 DIST bson-4.3.0.tar.gz 103341 BLAKE2B 29f7d870ce85e4984f47fda482b9ebc33986332eefcc3d9c5d56f7cc628e698a4a2e879225b81c6d0b1edc9e62f9b426f2510b67b51398a699d96de390544efb SHA512 c753bd68df5871a7cbed78dc68791a5d1c30db5975b70702742f12373afb754df8078d2bc6a772fd398815bca05a2fa020cc820a1ea9238f8b01eb492581b17f

diff --git a/dev-ruby/bson/bson-3.2.6.ebuild b/dev-ruby/bson/bson-3.2.6.ebuild
deleted file mode 100644
index 771786c4f35..00000000000
--- a/dev-ruby/bson/bson-3.2.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="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"
-
-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	other threads:[~2018-02-24  8:50 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24  8:49 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-20  8:20 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bson/ Arthur Zamarin
2024-09-19 20:18 Jakov Smolić
2024-03-08  9:47 Hans de Graaff
2023-12-31 19:49 Hans de Graaff
2021-10-28  5:20 Hans de Graaff
2021-03-28  6:47 Hans de Graaff
2020-12-28  8:51 Hans de Graaff
2020-09-06  6:48 Hans de Graaff
2020-08-15  5:36 Hans de Graaff
2020-06-13  4:27 Hans de Graaff
2020-06-13  4:27 Hans de Graaff
2020-03-08  6:38 Hans de Graaff
2020-03-08  6:38 Hans de Graaff
2020-02-28  7:44 Hans de Graaff
2020-01-26  7:08 Hans de Graaff
2019-12-26  6:30 Hans de Graaff
2019-11-02  5:40 Hans de Graaff
2019-05-24  7:06 Hans de Graaff
2019-04-11  6:49 Hans de Graaff
2019-01-31  7:35 Hans de Graaff
2019-01-19  8:07 Hans de Graaff
2018-09-17 19:07 Hans de Graaff
2018-01-18  7:10 Hans de Graaff
2018-01-18  7:10 Hans de Graaff
2017-07-17  6:21 Hans de Graaff
2017-01-22  7:16 Hans de Graaff
2016-12-19  6:48 Hans de Graaff
2016-10-30 19:39 Hans de Graaff
2016-08-19  5:08 Hans de Graaff
2016-08-19  5:08 Hans de Graaff
2016-04-05 22:55 Manuel Rüger
2015-10-10  5:39 Hans de Graaff
2015-10-10  5:39 Hans de Graaff
2015-09-06  6:23 Hans de Graaff
2015-08-14  6:35 Hans de Graaff
2015-08-11 17:22 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1519462095.5643d09e76465307962c9ff2c5445c6e8fa5beb5.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox