Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38655 - kaffeine-0.4.1.ebuild (Update)
Summary: kaffeine-0.4.1.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Sergey Kuleshov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-18 15:02 UTC by Gregorio Guidi (RETIRED)
Modified: 2004-02-08 12:35 UTC (History)
1 user (show)

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


Attachments
kaffeine-0.4-0.4.1.diff (diff,1.19 KB, patch)
2004-01-18 15:03 UTC, Gregorio Guidi (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregorio Guidi (RETIRED) gentoo-dev 2004-01-18 15:02:48 UTC
- Updated dependencies, as in README and homepage
- new homepage
- the fix for documentation is no longer needed
- get rid of newdepend: see
http://www.mail-archive.com/gentoo-dev%40gentoo.org/msg01603.html

tested with kde 3.2
diff to kaffeine-0.4.ebuild below
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-01-18 15:03:39 UTC
Created attachment 24052 [details, diff]
kaffeine-0.4-0.4.1.diff
Comment 2 Sergey Kuleshov (RETIRED) gentoo-dev 2004-02-05 11:24:47 UTC
I'll take this if you don't mind :)
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2004-02-05 16:04:00 UTC
now that I look at it:
I mistakenly forgot to preserve the dependencies set ny need-kde
It should be

DEPEND="${DEPEND}
	>=media-libs/xine-lib-1_rc0
	sys-devel/gettext"

sorry!
Comment 4 Sergey Kuleshov (RETIRED) gentoo-dev 2004-02-06 08:42:11 UTC
In portage now. Thanks for the patch.
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2004-02-08 01:41:23 UTC
Hi Sergey, could you please correct DEPEND as I pointed out in another comment

DEPEND=">=media-libs/xine-lib-1_rc0
        sys-devel/gettext"

should be

DEPEND="${DEPEND}
        >=media-libs/xine-lib-1_rc0
        sys-devel/gettext"
Comment 6 Sergey Kuleshov (RETIRED) gentoo-dev 2004-02-08 12:35:44 UTC
Fixed. Sorry, I should have noticed it myslef.