Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288214 - kde-misc/kdocker-4.2.2.1.ebuild version bump
Summary: kde-misc/kdocker-4.2.2.1.ebuild version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo KDE team
URL: https://launchpad.net/kdocker
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 15:26 UTC by Daniel Lin
Modified: 2009-10-13 17:58 UTC (History)
0 users

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


Attachments
kde-misc/kdocker-4.2.2.1.ebuild (kdocker-4.2.2.1.ebuild,673 bytes, text/plain)
2009-10-08 15:27 UTC, Daniel Lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Lin 2009-10-08 15:26:06 UTC
As per http://blog.forwardbias.in/2009/09/kdocker-4-0-released.html:
KDocker maintenance has changed ownership and has a new port to Qt4.

Reproducible: Always

Steps to Reproduce:
Comment 1 Daniel Lin 2009-10-08 15:27:17 UTC
Created attachment 206449 [details]
kde-misc/kdocker-4.2.2.1.ebuild
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-10-13 17:58:30 UTC
In portage. Thanks. Your ebuild was fine except:

- Removed src_compile, that's default.
- Used emake in src_install, otherwise ${MAKEOPTS} get ignored. If there is a parallel make failure, emake -j1 should be used.

Good job ;)