First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 33355
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo PDA Herd <pda@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Adrian Almenar <aalmenar@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 33355 depends on: Show dependency tree
Show dependency graph
Bug 33355 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-11-12 18:25 0000
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 From Adrian Almenar 2003-11-22 08:36:59 0000 -------
Commited to portage tree.

First Last Prev Next    No search results available      Search page      Enter new bug