Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 202492
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alessandro <alessandro.sturniolo@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Q7Z-0.6.3.ebuild Q7Z-0.6.3 ebuild text/plain Alessandro 2007-12-16 17:54 0000 848 bytes Details
Q7Z-0.7.1.ebuild An ebuild that is a little bit cleaner. text/plain Bernd Steinhauser 2008-02-18 06:39 0000 751 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 202492 depends on: Show dependency tree
Bug 202492 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-16 17:53 0000
A new ebuild for Q7Z application (http://k7z.sourceforge.net/7Z/Q7Z/).

Reproducible: Always

------- Comment #1 From Alessandro 2007-12-16 17:54:42 0000 -------
Created an attachment (id=138638) [details]
Q7Z-0.6.3 ebuild

Place on /usr/local/portage/app-arch/Q7Z/Q7Z-0.6.3.ebuild

------- Comment #2 From Bernd Steinhauser 2008-02-18 06:37:22 0000 -------
(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.

------- Comment #3 From Bernd Steinhauser 2008-02-18 06:39:30 0000 -------
Created an attachment (id=143850) [details]
An ebuild that is a little bit cleaner.

------- Comment #4 From Ben de Groot 2008-02-18 23:36:21 0000 -------
I was already working on an ebuild for this. Available in your rsync mirror
shortly ;-)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug