Skip to content

Remove GGobi 2.1.11-0 as 2.1.11-1 is already installed. #783

Merged
merged 1 commit into from
May 24, 2018

Commits on May 23, 2018

  1. ggobi: Remove version 2.1.11-0 as 2.1.11-1 is there too

    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
    pmenzel committed May 23, 2018
    Configuration menu
    Copy the full SHA
    85d4c56 View commit details
    Browse the repository at this point in the history