Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33355 - Jpilot depends ebuild update
Summary: Jpilot depends ebuild update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-12 18:25 UTC by Adrian Almenar
Modified: 2003-11-22 08:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Almenar 2003-11-12 18:25:55 UTC
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
 }
Comment 1 Adrian Almenar 2003-11-22 08:36:59 UTC
Commited to portage tree.