Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643900 - app-office/grisbi-1.0.2 version bump request
Summary: app-office/grisbi-1.0.2 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rémi Cardona (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2018-01-08 13:51 UTC by Guillaume Castagnino
Modified: 2018-03-29 18:55 UTC (History)
6 users (show)

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


Attachments
grisbi-1.0.2.ebuild (grisbi-1.0.2.ebuild,853 bytes, text/plain)
2018-01-08 13:51 UTC, Guillaume Castagnino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Castagnino 2018-01-08 13:51:05 UTC
Created attachment 513758 [details]
grisbi-1.0.2.ebuild

Grisbi 1.0.2 is out for quite some time (13 june 2017).
This is a bugfix release. A simple ebuild bump seems to be fine.

Attached the ebuild (simple bump, dropping stable keywords)

Thanks !
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2018-01-09 23:57:12 UTC
Will look into this as time permit, but anyone is more than welcome to beat me to it.

Cheers
Comment 2 Larry the Git Cow gentoo-dev 2018-01-18 19:54:34 UTC
The bug has been closed via the following commit(s):

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

commit 003bf001859c5fa720b46b54caec7f38d385f482
Author:     Amy Liffey <amynka@gentoo.org>
AuthorDate: 2018-01-18 19:53:00 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2018-01-18 19:53:56 +0000

    app-office/grisbi: version bump 1.0.2
    
    Submitted-by: Guillaume Castagnino <casta@xwing.info>
    Closes: https://bugs.gentoo.org/643900
    
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-office/grisbi/Manifest            |  1 +
 app-office/grisbi/grisbi-1.0.2.ebuild | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
Comment 3 Christophe PEREZ 2018-03-29 18:55:30 UTC
I just had to modify :
# diff -u /usr/portage/app-office/grisbi/grisbi-1.0.2.ebuild /usr/local/portag
e/app-office/grisbi/grisbi-1.1.92.ebuild 
--- /usr/portage/app-office/grisbi/grisbi-1.0.2.ebuild  2018-01-18 16:10:00.000000000 -0400
+++ /usr/local/portage/app-office/grisbi/grisbi-1.1.92.ebuild   2018-03-29 12:32:07.210481531 -0400
@@ -20,6 +20,7 @@
        >=dev-libs/glib-2.18.0:2
        >=x11-libs/gtk+-2.12.0:2
        x11-misc/xdg-utils
+    gnome-extra/libgsf
        ssl? (
                libressl? ( dev-libs/libressl:0= )
                !libressl? ( >=dev-libs/openssl-0.9.5:0= ) )

to have grisbi-1.1.92 compiling and working.