Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19961 - Qpage ebuild
Summary: Qpage ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Aron Griffis (RETIRED)
URL: http://www.qpage.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-04-25 14:26 UTC by Mark Wagner
Modified: 2003-08-08 11:06 UTC (History)
1 user (show)

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


Attachments
Qpage ebuild. (qpage-3.3.ebuild,1.25 KB, text/plain)
2003-04-25 14:27 UTC, Mark Wagner
Details
Change log. (ChangeLog,286 bytes, text/plain)
2003-04-25 14:27 UTC, Mark Wagner
Details
files/qpage - init script (qpage,700 bytes, text/plain)
2003-04-25 14:28 UTC, Mark Wagner
Details
Patch to follow Gentoo file layout and fix Alpha bug. (qpage-3.3-gentoo.diff,1.72 KB, patch)
2003-04-25 14:29 UTC, Mark Wagner
Details | Diff
Qpage license. (QPAGE,5.09 KB, text/plain)
2003-04-25 14:30 UTC, Mark Wagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wagner 2003-04-25 14:26:09 UTC
Here is a qpage ebuild. The patch to ixo.c was needed to get qpage to run on an
Alpha (kernel 2.4.20-gentoo-alpha-r2).
Comment 1 Mark Wagner 2003-04-25 14:27:03 UTC
Created attachment 11139 [details]
Qpage ebuild.
Comment 2 Mark Wagner 2003-04-25 14:27:53 UTC
Created attachment 11140 [details]
Change log.
Comment 3 Mark Wagner 2003-04-25 14:28:35 UTC
Created attachment 11141 [details]
files/qpage - init script
Comment 4 Mark Wagner 2003-04-25 14:29:16 UTC
Created attachment 11142 [details, diff]
Patch to follow Gentoo file layout and fix Alpha bug.
Comment 5 Mark Wagner 2003-04-25 14:30:19 UTC
Created attachment 11143 [details]
Qpage license.

Should go in license/.
Comment 6 Ryan Finnie 2003-06-23 12:17:26 UTC
Confirmed that this does work on x86.  The project hasn't been updated in over 4 years, but it really hasn't needed an update since then.  This would make a good addition to gentoo.
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2003-08-08 11:06:18 UTC
I've committed this.  Here are few notes for you:

1. You need to include IUSE at the top of your ebuilds.
2. If you leave ${S} to its default, then you wouldn't need to cd ${PF} everywhere... ;-)
3. You need to test more to amke sure things succeed.  Note all the places I added || die into the ebuild.
4. I added the ability to disable tcp wrappers if USE=-tcpd.

Overall, a well-built ebuild!  Thanks for your work!