Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159955 - app-pda/synce-0.9.1 gnome? dependency on app-pda/synce-multisync_plugin breaks with opensync
Summary: app-pda/synce-0.9.1 gnome? dependency on app-pda/synce-multisync_plugin break...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 05:29 UTC by Ed Catmur
Modified: 2009-08-05 14:05 UTC (History)
2 users (show)

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


Attachments
synce-0.9.1.ebuild (synce-0.9.1.ebuild,748 bytes, text/plain)
2007-01-04 05:33 UTC, Ed Catmur
Details

Note You need to log in before you can comment on or make changes to this bug.
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