diff options
author | Ultrabug <ultrabug@gentoo.org> | 2018-11-05 13:29:22 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2018-11-05 13:29:22 +0100 |
commit | e48022cccde01d32d71536aae3987daeaadacc37 (patch) | |
tree | 96d2002e771d745ef3d9aedd7a33db72eddfd24d /app-admin/mongo-tools | |
parent | dev-db/mongodb: obsolete ebuilds and files clean up (diff) | |
download | gentoo-e48022cccde01d32d71536aae3987daeaadacc37.tar.gz gentoo-e48022cccde01d32d71536aae3987daeaadacc37.tar.bz2 gentoo-e48022cccde01d32d71536aae3987daeaadacc37.zip |
app-admin/mongo-tools: obsolete ebuilds clean up
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'app-admin/mongo-tools')
-rw-r--r-- | app-admin/mongo-tools/Manifest | 2 | ||||
-rw-r--r-- | app-admin/mongo-tools/files/mongo-tools-3.2.10-pie.patch | 12 | ||||
-rw-r--r-- | app-admin/mongo-tools/mongo-tools-3.2.17.ebuild | 60 | ||||
-rw-r--r-- | app-admin/mongo-tools/mongo-tools-4.0.2.ebuild | 61 |
4 files changed, 0 insertions, 135 deletions
diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest index 2c0f74ff36b5..03b343967603 100644 --- a/app-admin/mongo-tools/Manifest +++ b/app-admin/mongo-tools/Manifest @@ -1,6 +1,4 @@ -DIST mongo-tools-3.2.17.tar.gz 2719970 BLAKE2B 666b67d8abdd10f7fa7c557e3c3906fb3cc6bcfa0b97a05e39e5f1ea923d2beb5ec249b3b0a521c4cce4bd595bf18672d8bce38152f84825bb3fffb058fd3b29 SHA512 62c2540027e07b8276621e08d13657864d16021030e3c8f9bc0d351454319d448f889cf6a48b8467ea3270365376ed0c3beb42ceae3f28357910148c6b4054b2 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.2.tar.gz 10872395 BLAKE2B 6d02a51677509abb5a00f7f4f324a2c979d7e55ebd55754023c80e51e9e8121bea84692574739f83882c0426074c0a3a5c5df2cb8cba58ee80c06e5a75504a8d SHA512 45971d96c512a920c40052f0d11097e88db137e975125de375a63e8f0eefbe22ae5252d239455c60e12ef65e0abce7a658dfb9dda0cbcc153718bb6711cf5e43 DIST mongo-tools-4.0.3.tar.gz 10874727 BLAKE2B 3e5d07b8ae797d0876b68a3018806e91a30758415aaa236423648a77f5e0d475848060516ee0da91a8448813a12a685410b93bf219b8180beb91f448e329a532 SHA512 cbe74b3fdebd0d4f6be6e3acf7f55f5f1a551b0ad1a23d82782643d2a9eb9ea4b7e0133985485b8c5a88c1fea26595e3ed9c759f1f63b578b6472d850154d67b diff --git a/app-admin/mongo-tools/files/mongo-tools-3.2.10-pie.patch b/app-admin/mongo-tools/files/mongo-tools-3.2.10-pie.patch deleted file mode 100644 index 6a80d75b2cb9..000000000000 --- a/app-admin/mongo-tools/files/mongo-tools-3.2.10-pie.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr mongo-tools-r3.2.10.ORIG/build.sh mongo-tools-r3.2.10/build.sh ---- mongo-tools-r3.2.10.ORIG/build.sh 2016-11-15 16:15:09.487441283 +0000 -+++ mongo-tools-r3.2.10/build.sh 2016-11-15 16:15:23.127235064 +0000 -@@ -22,7 +22,7 @@ - - for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do - echo "Building ${i}..." -- go build -o "bin/$i" -tags "$tags" "$i/main/$i.go" -+ go build -buildmode=pie -o "bin/$i" -tags "$tags" "$i/main/$i.go" - ./bin/$i --version - done - diff --git a/app-admin/mongo-tools/mongo-tools-3.2.17.ebuild b/app-admin/mongo-tools/mongo-tools-3.2.17.ebuild deleted file mode 100644 index 9616e9801418..000000000000 --- a/app-admin/mongo-tools/mongo-tools-3.2.17.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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/* -} diff --git a/app-admin/mongo-tools/mongo-tools-4.0.2.ebuild b/app-admin/mongo-tools/mongo-tools-4.0.2.ebuild deleted file mode 100644 index 8461951acd0c..000000000000 --- a/app-admin/mongo-tools/mongo-tools-4.0.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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.com" -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" -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() { - default - - # 1) ensure we use bash wrt #582906 - # 2) do not substitute version because it uses git - sed -e 's@/bin/sh@/bin/bash@g' \ - -e '/^sed/,+3d' \ - -e '/^stty/d' \ - -e '/^mv/d' \ - -i 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 -} - -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/* -} |