Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494772 - =app-crypt/eid-mw-4.0.4 version bump
Summary: =app-crypt/eid-mw-4.0.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://eid.belgium.be/en/using_your_e...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 20:44 UTC by Erik Quaeghebeur
Modified: 2014-06-29 17:27 UTC (History)
5 users (show)

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


Attachments
new ebuild (eid-mw-4.0.4_p1253.ebuild,1.67 KB, text/plain)
2014-01-27 17:16 UTC, Vincent Hardy
Details
ebuild for version 4.0.6 (eid-mw-4.0.6_p1480.ebuild,1.63 KB, text/plain)
2014-06-28 13:34 UTC, François Valenduc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2013-12-19 20:44:03 UTC
A new version of app-crypt/eid-mw is available

Reproducible: Always
Comment 1 Vincent Hardy 2014-01-07 16:43:47 UTC
I sent ebuild Dec. 21 to Flameeyes for committing.
But no response so far.
Comment 2 Vincent Hardy 2014-01-27 17:16:26 UTC
Created attachment 368898 [details]
new ebuild

- I removed gcc 4.7 patch : it is no longer necessary.
- I removed zip dependency : we install files of mozilla plugin but we don't build xpi file. Therefore zip is not necessary.
- I updated homepage and SRC_URI
Comment 3 Vincent Hardy 2014-01-27 17:21:35 UTC
new ebuild version is :
 app-crypt/eid-mw-4.0.4_p1253.ebuild
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2014-03-07 15:25:31 UTC
Hi Vincent

The ebuild has been committed. 

During the test build, the following QA notices came up. These might need to be mentioned upstream.

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of built-in function ‘snprintf’ [enabled by default]
 * src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of built-in function ‘snprintf’ [enabled by default]
 * src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of built-in function ‘snprintf’ [enabled by default]
 * src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of built-in function ‘snprintf’ [enabled by default]
 * src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of built-in function ‘snprintf’ [enabled by default]
 * src/dialogsgtk/parent.c:12:9: warning: incompatible implicit declaration of built-in function ‘snprintf’ [enabled by default]


 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * src/thread.cpp:46:17: warning: converting to non-pointer type 'beid_thread_id {aka long unsigned int}' from NULL [-Wconversion-null]
Comment 5 François Valenduc 2014-06-28 13:34:08 UTC
Created attachment 379838 [details]
ebuild for version 4.0.6

Newer identity cards need a new version. So here is an ebuild for 4.0.6. As the file is downloaded as a "gz" archive, I added a src_unpack function:

src_unpack() {
	tar xvfz ${DISTDIR}/${A} >/dev/null
}

Maybe somebody as a better idea.
Comment 6 Vincent Hardy 2014-06-29 17:27:10 UTC
This bug is closed. I created a new bug for eid-mw-4.0.6
see https://bugs.gentoo.org/show_bug.cgi?id=515680