Hi! Please find attached app-admin.tar.gz compressed tarball that contains the ebuild and metadata files. Bye
Created attachment 450668 [details] app-admin.tar.gz
Created attachment 450684 [details] edited ebuild
Created attachment 450690 [details] edited ebuild 2
Created attachment 450714 [details] edited ebuild 3
Please distinguish pinky-bar from pinky-curses. They do share the same repository and unit tests but serve different purposes.
Created attachment 450724 [details] edited ebuild 4
Created attachment 450726 [details] metadata.xml
Currently when the user specifies the USE='weather' flag, the api town is set to: api_town='London,uk' which is hard-coded. Is there a way to allow the user to specify on his/hers own what town and country code to use ? It's definitely no-go to add more USE flags regarding every single city/town/village in the world.
Created attachment 450728 [details] edited ebuild 5 Allows the user to specify town and country code.
Created attachment 450964 [details] metadata.xml
Created attachment 450966 [details] pinky-bar-9999.ebuild
Comment on attachment 450964 [details] metadata.xml ><?xml version="1.0" encoding="UTF-8"?> ><!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> ><pkgmetadata> > <maintainer type="project"> > <email>office@gentoo.org</email> > <name>Gentoo Office project</name> > </maintainer> That's not correct. > <upstream> > <remote-id type="gitlab">pinky-bar</remote-id> > </upstream> > <use> > <flag name="x11">Enable it if you are using dwm.</flag> The generic description should work fine. > <flag name="colours">Colorize the output data</flag> Mixes English and American spelling. Also, would the program be able to do this regardless of the build-time configuration?