<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>33355</bug_id>
          
          <creation_ts>2003-11-12 18:25 0000</creation_ts>
          <short_desc>Jpilot depends ebuild update</short_desc>
          <delta_ts>2003-11-22 08:36:59 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P3</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>aalmenar@gmail.com</reporter>
          <assigned_to>pda@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>aalmenar@gmail.com</who>
            <bug_when>2003-11-12 18:25:55 0000</bug_when>
            <thetext>The jpilot ebuild actually uses SYNCMAL=&quot;0.71.2&quot; &amp;&amp; MALSYNC=&quot;2.1.1&quot;.

I have updated them to SYNCMAL=&quot;0.72.1&quot; &amp;&amp; MALSYNC=&quot;2.2.0&quot;.

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=&quot;0.71.2&quot;
-MALSYNC=&quot;2.1.1&quot;
+SYNCMAL=&quot;0.72.1&quot;
+MALSYNC=&quot;2.2.0&quot;
 DESCRIPTION=&quot;Desktop Organizer Software for the Palm Pilot&quot;
 SRC_URI=&quot;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&quot;
+       http://jasonday.home.att.net/code/syncmal/jpilot-syncmal-${SYNCMAL}.tar.gz&quot;
 HOMEPAGE=&quot;http://jpilot.org/&quot;

 # In order to use the malsync plugin you&apos;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
 }</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aalmenar@gmail.com</who>
            <bug_when>2003-11-22 08:36:59 0000</bug_when>
            <thetext>Commited to portage tree.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>