Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728500 - sci-geosciences/gmt-6.0.0 version bump
Summary: sci-geosciences/gmt-6.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2020-06-16 22:15 UTC by Daniel Peters
Modified: 2022-03-01 11:58 UTC (History)
1 user (show)

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


Attachments
gmt-6.0.0 ebuild (gmt-6.0.0-r1.ebuild,2.97 KB, text/plain)
2020-06-16 22:15 UTC, Daniel Peters
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Peters 2020-06-16 22:15:39 UTC
Created attachment 645012 [details]
gmt-6.0.0 ebuild

sci-geosciences/gmt-6.0.0 is available. I include ebuild which works for me with following changes to previous version:
- Homepage moved to https://www.generic-mapping-tools.org/
- SLOT="6" (but conflicts with slot 5, not sure if slotting is even useful for anyone)
- add graphicsmagick use flag and dependency
- add glib dependency for threads use flag
- drop tutorial use flag and associated code (tutorials are part of htmldoc, tutorial data is no longer included in distribution but downloaded on demand)

Maybe we should add a post-upgrade message that gmt 6 offers a new "modern mode" of usage.
Comment 1 panden 2021-10-21 11:56:42 UTC
Whats keeping this from being merged?
Comment 2 Larry the Git Cow gentoo-dev 2022-03-01 11:57:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9857b8e20f45d0d4d477eaab0acf4e2798ba191

commit b9857b8e20f45d0d4d477eaab0acf4e2798ba191
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-03-01 11:56:57 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-03-01 11:57:03 +0000

    sci-geosciences/gmt: add version 6.3.0
    
    Co-authored-by: Daniel Peters <sir_tuam@web.de>
    Closes: https://bugs.gentoo.org/728500
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-geosciences/gmt/Manifest         |  1 +
 sci-geosciences/gmt/gmt-6.3.0.ebuild | 97 ++++++++++++++++++++++++++++++++++++
 sci-geosciences/gmt/metadata.xml     |  1 +
 3 files changed, 99 insertions(+)
Comment 3 Andrew Ammerlaan gentoo-dev 2022-03-01 11:58:13 UTC
> - SLOT="6" (but conflicts with slot 5, not sure if slotting is even useful for anyone)

The trick to fix the slotting was: -DGMT_INSTALL_NAME_SUFFIX="${SLOT}"