Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 544550

Summary: kde-misc/pyrad-0.7.1 version bump
Product: Gentoo Linux Reporter: Arne Babenhauserheide <arne_bab>
Component: [OLD] KDEAssignee: Arne Babenhauserheide <arne_bab>
Status: RESOLVED FIXED    
Severity: normal CC: arne_bab, kde, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pyrad-0.7.1.ebuild

Description Arne Babenhauserheide 2015-03-26 14:00:28 UTC
Created attachment 399816 [details]
pyrad-0.7.1.ebuild

Release 0.7.0 adds graphical icon selection via kdialog.

The ebuild needs kde-base/kdialog as additional dependency. The attached ebuild adds kde-base/kdialog as runtime dependency, otherwise it is identical to pyrad-0.6.2-r1.ebuild.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2015-03-29 12:19:31 UTC
(In reply to Arne Babenhauserheide from comment #0)
> Created attachment 399816 [details]
> pyrad-0.7.1.ebuild
> 
> Release 0.7.0 adds graphical icon selection via kdialog.
> 
> The ebuild needs kde-base/kdialog as additional dependency. The attached
> ebuild adds kde-base/kdialog as runtime dependency, otherwise it is
> identical to pyrad-0.6.2-r1.ebuild.

Please add a patch to the latest tree version instead:
- SLOT on kde-base/kdialog is missing
- Copyright needs updated.
Comment 2 Arne Babenhauserheide 2015-04-08 15:47:19 UTC
@Johannes: Thank you for your answer!

How would I do the slot? kdialog is only called as subprocess, so there’s no real version dependency (it should work with any version in the tree as long as the commandline API doesn’t change). Does it still need slotting?

(I’ll gladly add a patch)
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2015-06-21 11:13:51 UTC
Thanks for reporting. This is fixed in cvs now. I have made the suggested trivial changes. (Slot -> kde-apps/kdialig:4)

+
+  21 Jun 2015; Johannes Huber <johu@gentoo.org> +pyrad-0.7.1.ebuild:
+  Version bump by Arne Babenhauserheide <arne_bab@web.de>, bug #544550.
+
Comment 4 Arne Babenhauserheide 2015-06-21 12:25:17 UTC
Thank you!