The jpilot ebuild actually uses SYNCMAL="0.71.2" && MALSYNC="2.1.1". I have updated them to SYNCMAL="0.72.1" && MALSYNC="2.2.0". It merged fine a couple of changes was needed on the ebuild. This was the diff maybe it should be updated with -r1 --- jpilot-0.99.6.ebuild 2003-11-12 22:00:01.941188528 -0400 +++ jpilot-0.99.6-r1.ebuild 2003-11-12 22:15:33.281603264 -0400 @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.6.ebuild,v 1.2 2003/11/12 23:38:37 liquidx Exp $ -SYNCMAL="0.71.2" -MALSYNC="2.1.1" +SYNCMAL="0.72.1" +MALSYNC="2.2.0" DESCRIPTION="Desktop Organizer Software for the Palm Pilot" SRC_URI="http://jpilot.org/${P}.tar.gz http://www.tomw.org/malsync/malsync_${MALSYNC}.src.tar.gz - http://jasonday.home.att.net/code/syncmal/jpilot-syncmal_${SYNCMAL}.tar.gz" + http://jasonday.home.att.net/code/syncmal/jpilot-syncmal-${SYNCMAL}.tar.gz" HOMEPAGE="http://jpilot.org/" # In order to use the malsync plugin you'll need to refer to the homepage @@ -33,8 +33,8 @@ src_unpack() { unpack ${P}.tar.gz cd ${S} - unpack jpilot-syncmal_${SYNCMAL}.tar.gz - cd ${S}/jpilot-syncmal_${SYNCMAL} + unpack jpilot-syncmal-${SYNCMAL}.tar.gz + cd ${S}/jpilot-syncmal-${SYNCMAL} unpack malsync_${MALSYNC}.src.tar.gz }
Commited to portage tree.