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
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
(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).
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
Created attachment 360406 [details] qtmib-0.8.12.ebuild
Created attachment 360408 [details] qtmib-0.8.12.ebuild
Created attachment 360412 [details] qtmib-0.8.12.ebuild