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

Bug 159955

Summary: app-pda/synce-0.9.1 gnome? dependency on app-pda/synce-multisync_plugin breaks with opensync
Product: Gentoo Linux Reporter: Ed Catmur <ed>
Component: New packagesAssignee: Gentoo PDA project <pda>
Status: RESOLVED NEEDINFO    
Severity: normal CC: iaindb, mescalinum
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: synce-0.9.1.ebuild

Description Ed Catmur 2007-01-04 05:29:44 UTC
app-pda/synce-0.9.1 has DEPEND="gnome? ( >=app-pda/synce-multisync_plugin-0.9.0 )"

This breaks with opensync, the multisync replacement.

I think this should be replaced with: "|| ( app-pda/libopensync-plugin-synce >=app-pda/synce-multisync_plugin-0.9.0 )".
Comment 1 Ed Catmur 2007-01-04 05:30:12 UTC
note: breakage is as in bug 118894.
Comment 2 Ed Catmur 2007-01-04 05:32:30 UTC
diff:

--- synce/synce-0.9.1.ebuild    (revision 1030)
+++ synce/synce-0.9.1.ebuild    (working copy)
@@ -20,7 +20,8 @@
        gnome? ( >=app-pda/synce-gnomevfs-0.9.0
                >=app-pda/synce-trayicon-0.9.0
                >=app-pda/synce-software-manager-0.9.0
-               >=app-pda/synce-multisync_plugin-0.9.0 )
+               || ( app-pda/libopensync-plugin-synce
+                       >=app-pda/synce-multisync_plugin-0.9.0 ) )
        kde? ( >=app-pda/synce-kde-0.8 )"
 
 src_compile() {
Comment 3 Ed Catmur 2007-01-04 05:33:07 UTC
Created attachment 105369 [details]
synce-0.9.1.ebuild

Amended ebuild.
Comment 4 Iain Buchanan 2009-08-05 12:22:24 UTC
Should work in >= 0.13
Comment 5 Federico Ferri (RETIRED) gentoo-dev 2009-08-05 14:05:30 UTC
can you try latest version? 0.9.x is very old