[rkward-tracker] [ rkward-Patches-1508255 ] ebuild unneccessarily depends on arts

SourceForge.net noreply at sourceforge.net
Fri Sep 14 15:26:09 UTC 2007


Patches item #1508255, was opened at 2006-06-18 21:34
Message generated for change (Comment added) made by tfry
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459009&aid=1508255&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Colin Kiegel (colinkiegel)
Assigned to: Nobody/Anonymous (nobody)
Summary: ebuild unneccessarily depends on arts

Initial Comment:
I changed the ebuild you provide. It will now compile
without arts support if the arts useflag is unset.

Please consider the changes I made:


+IUSE="arts"

DEPEND="...
+	arts? ( kde-base/arts
+	        || ( kde-base/kdemultimedia-arts
kde-base/kdemultimedia ) )"

...

src_compile() {
    ...
-    econf || die "econf failed"
+    econf $(use_with arts) || die "econf failed"
    ...
}

----------------------------------------------------------------------

>Comment By: Thomas Friedrichsmeier (tfry)
Date: 2007-09-14 17:26

Message:
Logged In: YES 
user_id=300591
Originator: NO

Now that there is a more or less official ebuild in the gentoo portage
tree, I will close this report. I suggest to report further issues with the
ebuild there, instead of here, as we will likely not produce any more
upstream ebuilds in the forseeable future.

Thanks a lot for your report.

----------------------------------------------------------------------

Comment By: Thomas Friedrichsmeier (tfry)
Date: 2006-06-18 22:22

Message:
Logged In: YES 
user_id=300591

Hi,

thanks for your report / patch. This sounds entirely 
reasonable. Unfortunately I do not have a gentoo system to 
test with, the ebuild was contributed. I'll make sure to 
forward your suggestion to the two people who have worked 
on the ebuild so far, and probably they will incorporate 
it before the next release.

Leaving this item open (moved to patches) until it has 
been tested/applied.

P.S.: Many thanks for your donation!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459009&aid=1508255&group_id=50231




More information about the rkward-tracker mailing list