Skip to content

Commit

Permalink
ggobi: Remove version 2.1.11-0 as 2.1.11-1 is there too
Browse files Browse the repository at this point in the history
Currently, GGobi is installed twice.

```
$ bee list ggobi
ggobi-2.1.11-0.x86_64
ggobi-2.1.11-1.x86_64
```

The latest version contains more plug-ins, and for whatever reason it
was force installed on the distmaster with instead of normally updating
the package, cf. commit f3ef128 (ggobi-2.1.11-1: recover beefile).

```
$ diff -u ggobi-2.1.11-0.bee ggobi-2.1.11-1.bee
--- ggobi-2.1.11-0.bee	2016-04-29 10:16:27.000000000 +0200
+++ ggobi-2.1.11-1.bee	2017-08-01 16:01:17.867683243 +0200
@@ -51,9 +51,9 @@
 #    bee_patch "${@}"
 #}

-#mee_configure() {
-#    bee_configure
-#}
+mee_configure() {
+    bee_configure --with-all-plugins
+}

 #mee_build() {
 #    bee_build
```

Therefore, remove the older revision.

Fixes: #782
  • Loading branch information
pmenzel committed May 23, 2018
1 parent 737d4f9 commit 85d4c56
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions ggobi-2.1.11-0.bee

This file was deleted.

0 comments on commit 85d4c56

Please sign in to comment.