commit:     5c6584bda352f622c7db805bf091211910b9b4da
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Thu Nov  8 08:34:29 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 20:56:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6584bd

app-admin/mongo-tools: drop old

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10360
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-admin/mongo-tools/Manifest                  |  1 -
 app-admin/mongo-tools/mongo-tools-3.4.10.ebuild | 62 -------------------------
 2 files changed, 63 deletions(-)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index 8a15070a1d1..6491b331801 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -1,4 +1,3 @@
-DIST mongo-tools-3.4.10.tar.gz 4719399 BLAKE2B 
8165248bf58f2ea2b02e365a3609c72b72e98dd5902f176e251fa2add1ad26e90900e06c35dc6db4dbe161e541bedfc1776f5e15bbb41dcc9a7be17800424362
 SHA512 
b861bb3fb1a32c3aa2efefcf6a13bb6d4783ac1a9b006c477fd04deb338cbf6b7adc3944bc6919513b92bd96b8500813ff4af49c9dec0719ebd2fdaa99bc39a5
 DIST mongo-tools-3.4.16.tar.gz 4697191 BLAKE2B 
2e9a0e7dc8016d3e7d7c7f8d0cf80a97d3d199603c0b8b791df5a0d79d418ffaa232eee694047a7ca11fa7623023b4123becd437cfe3dec11e26cd525720bcad
 SHA512 
b40c6dee75d860de1da73faf79f5f68c098ce7c80681486c66fff04a937474dcede91c7be907a8e36033b3898f7499e8f53271944c0df3360756c27361efb6f5
 DIST mongo-tools-3.6.8.tar.gz 4723878 BLAKE2B 
a1693024d60f69d25c268eaaa30a478b1e4c0042c5fb7a3fd6252ed00aef2fee3fba94516fe825165a1a57887ed38e4fbce488c48ddd4f45349f0b7a1b244020
 SHA512 
359e8ce2d847d005d48ff12bc2e8af73213d81cd1521d2b5b5ac94792468218248bebbe808e1bd8fd49234eab8480608f294c1b63f317aed58f456b84ef17dcf
 DIST mongo-tools-4.0.3.tar.gz 10874727 BLAKE2B 
3e5d07b8ae797d0876b68a3018806e91a30758415aaa236423648a77f5e0d475848060516ee0da91a8448813a12a685410b93bf219b8180beb91f448e329a532
 SHA512 
cbe74b3fdebd0d4f6be6e3acf7f55f5f1a551b0ad1a23d82782643d2a9eb9ea4b7e0133985485b8c5a88c1fea26595e3ed9c759f1f63b578b6472d850154d67b

diff --git a/app-admin/mongo-tools/mongo-tools-3.4.10.ebuild 
b/app-admin/mongo-tools/mongo-tools-3.4.10.ebuild
deleted file mode 100644
index 0fd4699fdad..00000000000
--- a/app-admin/mongo-tools/mongo-tools-3.4.10.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-MY_PV=${PV/_rc/-rc}
-MY_P=${PN}-r${MY_PV}
-
-DESCRIPTION="A high-performance, open source, schema-free document-oriented 
database"
-HOMEPAGE="https://www.mongodb.org";
-SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> 
mongo-tools-${MY_PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="sasl ssl"
-
-RDEPEND="!<dev-db/mongodb-3.0.0"
-DEPEND="${RDEPEND}
-       dev-lang/go:=
-       net-libs/libpcap
-       sasl? ( dev-libs/cyrus-sasl )
-       ssl? ( dev-libs/openssl:0= )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       # do not substitute version because it uses git
-       sed -i '/^sed/,+3d' build.sh || die
-       sed -i '/^mv/d' build.sh || die
-
-       # build pie to avoid text relocations wrt #582854
-       # skip on ppc64 wrt #610984
-       if ! use ppc64; then
-               sed -i 's/\(go build\)/\1 -buildmode=pie/g' build.sh || die
-       fi
-
-       # ensure we use bash wrt #582906
-       sed -i 's@/bin/sh@/bin/bash@g' build.sh || die
-
-       default
-}
-
-src_compile() {
-       local myconf=()
-
-       if use sasl; then
-         myconf+=(sasl)
-       fi
-
-       if use ssl; then
-         myconf+=(ssl)
-       fi
-
-       ./build.sh ${myconf[@]} || die "build failed"
-}
-
-src_install() {
-       dobin bin/*
-}

Reply via email to