Hello. This is my first ebuild, so I'd appreciate feedback. Attached and below, you will find an ebuild for the program xpad. xpad is a GTK+2 based sticky note program in which you write notes to yourself or what-have-you. I guess x11-libs/xpad is good. ------------------------------ DESCRIPTION="A GTK+ 2.0 based 'post-it' note system." HOMEPAGE="http://xpad.sourceforge.net/" LICENSE="GPL-2" DEPEND="virtual/glibc >=x11-libs/gtk+-2.0.0" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" S=${WORKDIR}/${P} src_compile() { emake || die } src_install () { make DESTDIR=${D} install || die }
Created attachment 1297 [details] First draft First run at ebuild.
Whoops. I meant x11-misc/xpad seems good.
Hi, this is not bad as first ebuild. Btw remember to always check with lintool ( emerge gentoolkit ) your ebuilds before submitting them. Check the ebuild in /usr/portage/x11-misc/xpad/ to see the modifications. Committed. - stroke
Looks good, thanks. Just one minor problem: the ebuild tries to "dodoc TO-DO" where it should be "dodoc TODO".
Corrected and committed. Thank you. - stroke