Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487186 - x11-misc/qtmib - Mib browser writen in qt.
Summary: x11-misc/qtmib - Mib browser writen in qt.
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://qtmib.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-10-07 07:58 UTC by Daniel Heule
Modified: 2013-10-08 11:13 UTC (History)
0 users

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


Attachments
qtmib-0.8.12.ebuild (qtmib-0.8.12.ebuild,835 bytes, text/plain)
2013-10-07 07:58 UTC, Daniel Heule
Details
qtmib-0.8.12.ebuild (qtmib-0.8.12.ebuild,786 bytes, text/plain)
2013-10-08 11:10 UTC, Daniel Heule
Details
qtmib-0.8.12.ebuild (qtmib-0.8.12.ebuild,747 bytes, text/plain)
2013-10-08 11:12 UTC, Daniel Heule
Details
qtmib-0.8.12.ebuild (qtmib-0.8.12.ebuild,646 bytes, text/plain)
2013-10-08 11:13 UTC, Daniel Heule
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Heule 2013-10-07 07:58:02 UTC
Created attachment 360290 [details]
qtmib-0.8.12.ebuild

Hello Gentoo devs,

I have written an ebuild for the gui tool "qtmib".

Homepage: http://qtmib.sourceforge.net

This is a handy GUI for MIB developemnt and performing SNMP query's.
Please add the ebuild to the portage tree.

Kind regards,
Daniel
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-10-07 17:08:45 UTC
Hello Daniel Huele

This package has no maintainer so this bug may go unnoticed for a long time.
Gentoo has a dedicated team[1] for assisting users in maintaining orphaned
packages. If you are interested in maintaining this package, please contact
proxy-maint@gentoo.org. 

[1]: http://www.gentoo.org/proj/en/qa/proxy-maintainers/index.xml

> DESCRIPTION="QTMib - Mib browser writen in qt"

Descriptions should not contain the package name.

> KEYWORDS="amd64 x86"

Packages should be introduced non stable and only include the architectures they were tested on; so, for example KEYWORDS="~amd64"

> # file is for LIBS += -lmagic

What does this comment mean? Does the dependency provide magic?

> #	qt4-r2_src_configure

Is there a reason this can't be ran? Could you document that? I think you might be able to run it by turning the flag-o-matic appends into a patch.

> einstall

Same story as above, what does there go wrong with the default?

With kind regards,

Tom
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-10-08 10:47:23 UTC
(In reply to Tom Wijsman (TomWij) from comment #1)
> What does this comment mean? Does the dependency provide magic?
> 
> > #	qt4-r2_src_configure
> 
> Is there a reason this can't be ran? Could you document that? I think you
> might be able to run it by turning the flag-o-matic appends into a patch.

The package doesn't use qmake, so the call is not required (and the eclass should not be inherited).
Comment 3 Daniel Heule 2013-10-08 11:09:35 UTC
Hello Tom,

thank you for your feedback,
proxy-maint is is if a gentoo-dev
has time to do this with me ;-)

> Descriptions should not contain the package name.

corrected in new version of the ebuild

> KEYWORDS="amd64 x86"

corrected

> # file is for LIBS += -lmagic

was left over from the inital copy which i have made, deleted

> #	qt4-r2_src_configure

since it's ne qmake based buildsystem, i have deleted this and 
droped the inherit of qt4-r2

> einstall

also droped ,,,

plase look at the corrected version of the ebuild

With kind regards,

Daniel
Comment 4 Daniel Heule 2013-10-08 11:10:08 UTC
Created attachment 360406 [details]
qtmib-0.8.12.ebuild
Comment 5 Daniel Heule 2013-10-08 11:12:15 UTC
Created attachment 360408 [details]
qtmib-0.8.12.ebuild
Comment 6 Daniel Heule 2013-10-08 11:13:02 UTC
Created attachment 360412 [details]
qtmib-0.8.12.ebuild