Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424463 - app-portage/g-octave please provide an updated database
Summary: app-portage/g-octave please provide an updated database
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 02:57 UTC by Manuel Rüger (RETIRED)
Modified: 2020-12-21 09:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
drop in replacement to update g-octave-db (update-g-octave-db.sh,719 bytes, text/plain)
2012-08-03 22:03 UTC, cmuelle8
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2012-07-02 02:57:33 UTC
Please provide an updated database, as many octave packages have seen updates since the last year.

https://github.com/rafaelmartins/g-octave-db was updated on 2011/09/18

See updates on:
http://octave.sourceforge.net/index.html
Comment 1 cmuelle8 2012-08-03 22:03:54 UTC
Created attachment 320224 [details]
drop in replacement to update g-octave-db

You need a configured /etc/g-octave.conf

- the script looks for variable "db" and changes into this directory
- it then uses wget to fetch octave-forge pkgs from the official site
- it extracts "DESCRIPTION" files from the archives and puts them into the proper place for g-octave to work


- check the results with

    g-octave --list


- update your local repo with

    g-octave --list-raw | while read ; do g-octave --force -p $REPLY ; done


Greetings