Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409775 - =x11-misc/fracplanet-0.4.0: assorted ebuild improvements
Summary: =x11-misc/fracplanet-0.4.0: assorted ebuild improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qt4eclass
  Show dependency tree
 
Reported: 2012-03-26 16:37 UTC by Michael Palimaka (kensington)
Modified: 2012-04-22 15:26 UTC (History)
0 users

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


Attachments
fracplanet-0.4.0.ebuild.patch (fracplanet-0.4.0.ebuild.patch,1.22 KB, patch)
2012-03-26 16:37 UTC, Michael Palimaka (kensington)
Details | Diff
fracplanet-0.4.0-gold.patch (fracplanet-0.4.0-gold.patch,456 bytes, patch)
2012-03-26 16:38 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2012-03-26 16:37:50 UTC
Created attachment 306751 [details, diff]
fracplanet-0.4.0.ebuild.patch

While intended to primarily migrate to the qt4-r2 eclass, the attached ebuild patch also:
- Bumps EAPI
- Updates dependencies
- Installs included man page
- Fixes a compile/underlinking error
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-03-26 16:38:22 UTC
Created attachment 306753 [details, diff]
fracplanet-0.4.0-gold.patch

Patch also sent upstream.
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2012-03-26 17:50:30 UTC
Both patches look good.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-04-22 15:15:19 UTC
(In reply to comment #2)
> Both patches look good.

Except this small typing error:

-src_compile() {
+src_compile(){

Otherwise looks good.
Comment 4 Johannes Huber (RETIRED) gentoo-dev 2012-04-22 15:26:45 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Both patches look good.
> 
> Except this small typing error:
> 
> -src_compile() {
> +src_compile(){
> 
> Otherwise looks good.

Thanks all. Committed, with the mentioned changed.

+  22 Apr 2012; Johannes Huber <johu@gentoo.org>
+  +files/fracplanet-0.4.0-gold.patch, fracplanet-0.4.0.ebuild:
+  Move from deprecated qt4 eclass to qt4-r2, bumps EAPI, fixes build with gold
+  linker, install included man page by Michael (kensington)
+  <gentoo@scribeofthenile.com> wrt bug #409775.