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/mongo/
Date: Fri, 16 Sep 2016 06:47:12 +0000 (UTC)	[thread overview]
Message-ID: <1474008274.0280985b3723d2558c44a2479b53efc1bc26b062.graaff@gentoo> (raw)

commit:     0280985b3723d2558c44a2479b53efc1bc26b062
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 04:59:54 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 06:44:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0280985b

dev-ruby/mongo: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/mongo/Manifest            |  1 -
 dev-ruby/mongo/mongo-1.12.0.ebuild | 68 --------------------------------------
 2 files changed, 69 deletions(-)

diff --git a/dev-ruby/mongo/Manifest b/dev-ruby/mongo/Manifest
index 8a0038d..703e5f1 100644
--- a/dev-ruby/mongo/Manifest
+++ b/dev-ruby/mongo/Manifest
@@ -1,2 +1 @@
-DIST mongo-ruby-driver-1.12.0.tar.gz 360669 SHA256 84c87d26601c9bd91a6604bcb3630be50d239e471542f9b0a68379705dd03e11 SHA512 725110c527867379def85fde50b6825e94a320356f062e4403d9d55c223f2503676f83ae42916d6ab45afd90d30b2a4272519e070c4af2095c0965297fd72bb6 WHIRLPOOL c152aa579a0535707909560cc73fc878521aac95c034ec71bca6c2397754b5e057c1e7ca32f6b2b3393ce975f122e65926820cdde29aa5f5734fb9717bd980e0
 DIST mongo-ruby-driver-2.0.6.tar.gz 173405 SHA256 212b3d4a83398ac0299323e9380c5d804d0691d1f8dfc7259aaf5b669943abb9 SHA512 25e5e63538f498b42a44665d725b04e8b7ee0fae4d3331d43b883e427fccdcf0de5a1151819ba04fb6520b5d20da02adf59f1c144176bc2a458142efd5ca7b95 WHIRLPOOL 030072734393abc20fe87e2f0798010ee0c256b5d8fab236171a1942fb737239a3719b5c3488075330616c959cfcacf0f9da6cf02646e29e8c9b7a6a03c0b9af

diff --git a/dev-ruby/mongo/mongo-1.12.0.ebuild b/dev-ruby/mongo/mongo-1.12.0.ebuild
deleted file mode 100644
index 243c46a..00000000
--- a/dev-ruby/mongo/mongo-1.12.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongodb"
-GITHUB_PROJECT="mongo-ruby-driver"
-RUBY_S="${GITHUB_PROJECT}-${PV}"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby driver for MongoDB"
-HOMEPAGE="http://www.mongodb.org/"
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz"
-
-LICENSE="APSL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-# This is the same source package as bson, so keep them the same
-# version, but not revision
-ruby_add_rdepend "~dev-ruby/bson-${PV}"
-
-ruby_add_bdepend \
-	"test? (
-		dev-ruby/bundler
-		>=dev-ruby/rake-10.1
-		dev-ruby/sfl
-		>=dev-ruby/shoulda-3.3.2
-		dev-ruby/mocha
-		dev-ruby/test-unit:2
-	)"
-
-all_ruby_prepare() {
-	# remove the stuff that is actually part of dev-ruby/bson
-	rm -f bin/{b2j,j2b}son || die
-
-	# Avoid test dependency on pry
-	sed -i -e '/\(pry\|coverall\)/I s:^:#:' Gemfile tasks/testing.rake test/test_helper.rb || die
-	# Avoid deployment dependencies and fix version issues
-	sed -i -e '/rest-client/ s/1.6.8/~> 1.6/' \
-		-e '/test-unit/ s/~>2.0/>= 2.0/' \
-		-e '/rake/ s/10.1.1/~>10.1/' \
-		-e '/:deploy/,/end/ s:^:#:' Gemfile || die
-}
-
-each_ruby_test() {
-	JENKINS_CI=true ${RUBY} -S rake test:unit || die "Tests failed."
-}
-
-each_ruby_install() {
-	# Remove bson code used for testing. This is installed as part of
-	# dev-ruby/bson.
-	rm -rf lib/bson* || die
-
-	each_fakegem_install
-}


             reply	other threads:[~2016-09-16  6:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-16  6:47 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-24  8:50 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mongo/ Hans de Graaff
2016-09-16  6:47 Hans de Graaff
2015-08-12  5:08 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=1474008274.0280985b3723d2558c44a2479b53efc1bc26b062.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