Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
A new ebuild for Q7Z application (http://k7z.sourceforge.net/7Z/Q7Z/). Reproducible: Always
Created an attachment (id=138638) [details] Q7Z-0.6.3 ebuild Place on /usr/local/portage/app-arch/Q7Z/Q7Z-0.6.3.ebuild
(In reply to comment #1) This is _so_ wrong. >inherit eutils toolchain-funcs multilib Don't inherit eclasses, that you don't need. >SRC_URI="http://downloads.sourceforge.net/k7z/${PN}-${PV}.tar.bz2" ${PN}-${PV} is the same as ${P}. >S=${WORKDIR}/${PN}_${PV} Why do you define it and then don't use it? >src_compile() { > cd ${WORKDIR}/Q7Z/Build > make uninstall This _really_ does _not_ belong here! > make clean This _really_ does _not_ belong here! > make || return 1 Please use emake if possible and if not add a comment about that. Don't use return, instead add a die message. >src_install() { > cd ${WORKDIR}/Q7Z/Build > make install DESTDIR="${D}" Please use emake if possible and if not add a comment about that.
Created an attachment (id=143850) [details] An ebuild that is a little bit cleaner.
I was already working on an ebuild for this. Available in your rsync mirror shortly ;-)