Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/files/
Date: Wed, 06 Dec 2017 12:00:00
Message-Id: 1512561586.bce2e4ab466b6c5866e38d523382fb318644e652.kensington@gentoo
1 commit: bce2e4ab466b6c5866e38d523382fb318644e652
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 5 18:04:41 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 11:59:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce2e4ab
7
8 app-admin/mongo-tools: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/6460
11
12 app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch | 10 ----------
13 app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch | 9 ---------
14 app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch | 9 ---------
15 3 files changed, 28 deletions(-)
16
17 diff --git a/app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch
18 deleted file mode 100644
19 index f7fd93b04a5..00000000000
20 --- a/app-admin/mongo-tools/files/mongo-tools-3.0.0-build.patch
21 +++ /dev/null
22 @@ -1,10 +0,0 @@
23 ---- build.sh.orig 2015-02-17 16:55:47.000000000 +0000
24 -+++ build.sh 2015-02-18 09:22:30.671123198 +0000
25 -@@ -19,5 +19,5 @@
26 - for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
27 - echo "Building ${i}..."
28 - # Build the tool, using -ldflags to link in the current gitspec
29 -- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD`" -tags "$tags" "$i/main/$i.go"
30 -+ go build -o "bin/$i" -tags "$tags" "$i/main/$i.go"
31 - done
32 -
33
34 diff --git a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
35 deleted file mode 100644
36 index f3d88194867..00000000000
37 --- a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
38 +++ /dev/null
39 @@ -1,9 +0,0 @@
40 ---- a/build.sh 2016-04-29 20:14:54.000000000 +0200
41 -+++ b/build.sh 2016-05-17 17:22:50.830113156 +0200
42 -@@ -19,5 +19,5 @@
43 - for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
44 - echo "Building ${i}..."
45 - # Build the tool, using -ldflags to link in the current gitspec
46 -- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec=`git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr=$(git describe)" -tags "$tags" "$i/main/$i.go"
47 -+ go build -o "bin/$i" -tags "$tags" "$i/main/$i.go" || exit 1
48 - done
49
50 diff --git a/app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch
51 deleted file mode 100644
52 index 31d94dd65ca..00000000000
53 --- a/app-admin/mongo-tools/files/mongo-tools-3.2.5-build.patch
54 +++ /dev/null
55 @@ -1,9 +0,0 @@
56 ---- a/build.sh 2016-04-21 17:31:22.156178084 +0200
57 -+++ b/build.sh 2016-04-21 17:32:07.723421116 +0200
58 -@@ -19,5 +19,5 @@
59 - for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do
60 - echo "Building ${i}..."
61 - # Build the tool, using -ldflags to link in the current gitspec
62 -- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr $(git describe)" -tags "$tags" "$i/main/$i.go"
63 -+ go build -o "bin/$i" -tags "$tags" "$i/main/$i.go"
64 - done