Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26543 - New net-www/opera ebuild for sparc
Summary: New net-www/opera ebuild for sparc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High enhancement (vote)
Assignee: Sparc Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-13 06:50 UTC by Gustavo Zacarias (RETIRED)
Modified: 2006-02-04 06:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Opera ebuild (opera-6.12_beta1.ebuild,2.08 KB, application/octet-stream)
2003-08-13 06:51 UTC, Gustavo Zacarias (RETIRED)
Details
Suggested changes (opera-sparc.ebuild.patch,477 bytes, patch)
2003-08-15 19:24 UTC, Chuck Short (RETIRED)
Details | Diff
Suggested changes - lintool passed (opera-sparc.ebuild.patch,516 bytes, patch)
2003-08-16 07:49 UTC, Chuck Short (RETIRED)
Details | Diff
Corrected ebuild with copyright info. (opera-6.12_beta1.ebuild,2.29 KB, text/plain)
2003-08-21 18:42 UTC, Gustavo Zacarias (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias (RETIRED) gentoo-dev 2003-08-13 06:50:30 UTC
New opera 6.12 beta1 ebuild for sparc architecture.


Reproducible: Always
Steps to Reproduce:
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2003-08-13 06:51:19 UTC
Created attachment 16044 [details]
Opera ebuild
Comment 2 Chuck Short (RETIRED) gentoo-dev 2003-08-15 18:28:05 UTC
Ill test out this ebuild tonight.
Comment 3 Chuck Short (RETIRED) gentoo-dev 2003-08-15 19:24:27 UTC
Created attachment 16151 [details, diff]
Suggested changes

I had a look at your ebuild and it looks ok. I only made 2 changes to your
ebuild which is I removed the ~sparc keyword, since we would like to test your
ebuild before marking it stable, and I added the headers to the top of your
ebuild.
Comment 4 Chuck Short (RETIRED) gentoo-dev 2003-08-16 07:49:00 UTC
Created attachment 16174 [details, diff]
Suggested changes - lintool passed

These changes passes lintool
Comment 5 Chuck Short (RETIRED) gentoo-dev 2003-08-21 17:53:03 UTC
Added to cvs, Thank you for your ebuild.

chuck
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-21 18:20:11 UTC
no, this ebuild is not fit to go into portage.  I'll explain in a minute
Comment 7 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-21 18:22:36 UTC
Gustavo, as author of the ebuild, it is YOUR and ONLY YOUR duty to fill in the copyright statement in the header.  The ebuild as it went into portage (and was subsequently removed) was not legal.  It is not up to anyone else to assign copyright of it on your behalf.  Only you can do it.  We do ask that you assign half copyright to us, and half to yourself.  When you have done that, please re-submit the ebuild to this bug report.
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-21 18:22:51 UTC
Comment on attachment 16174 [details, diff]
Suggested changes - lintool passed

completely illegal
Comment 9 Gustavo Zacarias (RETIRED) gentoo-dev 2003-08-21 18:42:40 UTC
Created attachment 16449 [details]
Corrected ebuild with copyright info.
Comment 10 Jason Wever (RETIRED) gentoo-dev 2003-08-24 09:22:19 UTC
Added latest ebuild, thanks Gustavo :)
Comment 11 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-26 09:35:58 UTC
there is also an opera-7.20-beta4 ebuild for sparc, please test this as well
Comment 12 Gustavo Zacarias (RETIRED) gentoo-dev 2003-08-27 08:35:15 UTC
7.20-beta4 works, but you must fix the ebuild since it's broken for ARCH != x86.

if [ `use x86`]; then

is wrong... it's

if [ `use x86` ]; then

Thanks.
Comment 13 Heinrich Wendel (RETIRED) gentoo-dev 2003-08-27 08:50:10 UTC
thx, fixed
Comment 14 Jason Wever (RETIRED) gentoo-dev 2003-08-29 04:42:24 UTC
For some reason, on one host, it keeps fetching the i386 tarball, but expecting to have the sparc one.  Anyone else seeing this?