Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238965 - ogmrip-0.12.2: version bump
Summary: ogmrip-0.12.2: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-28 18:27 UTC by Olivier Rolland
Modified: 2008-10-01 06:34 UTC (History)
0 users

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


Attachments
ogmrip-0.12.2.ebuild (ogmrip-0.12.2.ebuild,2.94 KB, text/plain)
2008-09-28 18:27 UTC, Olivier Rolland
Details
ogmrip-0.12.2-eapi2.patch (ogmrip-0.12.2-eapi2.patch,2.29 KB, patch)
2008-09-30 03:43 UTC, Olivier Rolland
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Rolland 2008-09-28 18:27:09 UTC
OGMRip 0.12.2 has just been released.

Reproducible: Always
Comment 1 Olivier Rolland 2008-09-28 18:27:49 UTC
Created attachment 166701 [details]
ogmrip-0.12.2.ebuild
Comment 2 Alexis Ballier gentoo-dev 2008-09-29 18:50:44 UTC
Thanks for the ebuild;
eapi-2 has just been approved for use in the tree, that would be great to convert ogmrip to take advantage of use dependencies.
See:
http://dev.gentoo.org/~zmedico/portage/doc/portage.html#package-ebuild-eapi-2-draft-metadata-dependencies-use
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2008-09-30 01:20:14 UTC
(In reply to comment #2)
> Thanks for the ebuild;
> eapi-2 has just been approved for use in the tree, that would be great to
> convert ogmrip to take advantage of use dependencies.
> See:
> http://dev.gentoo.org/~zmedico/portage/doc/portage.html#package-ebuild-eapi-2-draft-metadata-dependencies-use
> 

My crap, I got a headache on the conditional use deps.

patches welcome. :)
Comment 4 Olivier Rolland 2008-09-30 03:43:03 UTC
Created attachment 166795 [details, diff]
ogmrip-0.12.2-eapi2.patch

Is this enough ?
Comment 5 Alexis Ballier gentoo-dev 2008-09-30 07:34:19 UTC
thanks; sounds great to me. I'll just add the ugly hack:
# lousy way of avoiding double econf until gnome2 eclass gets fixed
src_configure() {
    :
}

for bug #239123

I've started a rip; if everything goes ok I'll bump it tonight unless someone (Steve?) beats me there :)
Comment 6 Alexis Ballier gentoo-dev 2008-10-01 06:34:46 UTC
bumped, thanks!

I've overriden src_configure and src_compile to not call econf twice; we'll have to drop this when gnome2.eclass will have proper support for eapi-2