Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109260 - jbidwatcher 0.9.9 version bump
Summary: jbidwatcher 0.9.9 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-10-14 04:06 UTC by Richard Hartmann
Modified: 2005-12-11 15:05 UTC (History)
4 users (show)

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


Attachments
jbidwatcher-0.9.9.ebuild (jbidwatcher-0.9.9.ebuild,1.42 KB, text/plain)
2005-10-21 15:47 UTC, Christian Schlotter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Hartmann 2005-10-14 04:06:59 UTC
jbidwatcher 0.9.9 is out. I just copied the jbidwatcher-0.9.8.ebuild to
jbidwatcher-0.9.9.ebuild (including the patches) and it emerged and works fine :-)
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-14 04:37:58 UTC
ups
Comment 2 ollonois 2005-10-18 14:38:04 UTC
0.9.9 does not support sniping anymore.
Comment 3 Richard Hartmann 2005-10-19 00:12:43 UTC
I can't reproduce this. Here (in germany) jbidwatcher 0.9.9 works fine. Can you
please give more details?
Comment 4 Christian Schlotter 2005-10-21 15:47:29 UTC
Created attachment 71143 [details]
jbidwatcher-0.9.9.ebuild

Hello!

Please find attached the updated ebuild for jbidwatcher 0.9.9.	The patch
requires the two patches to be renamed to match the new version number.  In the
new ebuild, you will only find minor changes:  I updated the homepage address,
improved the description string and added a comment that I have submitted one
patch upstream (see
http://sourceforge.net/tracker/index.php?func=detail&aid=1334554&group_id=3914&atid=103914).


Here's the diff:

--- /usr/portage/app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild	2005-09-10
17:42:34.000000000 +0200
+++ jbidwatcher-0.9.9.ebuild	2005-10-22 00:39:45.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-0.9.8.ebuild,v 1.1
2005/09/10 15:42:34 axxo Exp $
+# $Header$
 
 inherit java-pkg eutils
 
 MY_PN=JBidWatcher
 MY_P=${MY_PN}-${PV}
-DESCRIPTION="Ebay Bidder Tools for Sniping"
-HOMEPAGE="http://jbidwatcher.sf.net/"
+DESCRIPTION="Java-based eBay bidding, sniping and tracking tool"
+HOMEPAGE="http://www.jbidwatcher.com/"
 SRC_URI="mirror://sourceforge/jbidwatcher/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -23,7 +23,7 @@
	unpack ${A}
	cd ${S}
 
-	# TODO submit this patches upstream
+	# patch submitted upstream (see
http://sf.net/tracker/index.php?func=detail&aid=1334554&group_id=3914&atid=103914)

	use doc && epatch ${FILESDIR}/${P}-javadoc.patch
 
	# Fix bad build.xml (used to be the sed magic below)

As far as I can see, the program works fine here, but I did not bid yet.  The
author says that sniping should be improved.

Best regards
Christian
Comment 5 Christian Schlotter 2005-10-26 08:59:14 UTC
In the meantime I was able to test the program.  Sniping works.
Comment 6 ollonois 2005-10-30 07:26:23 UTC
I installed the original 0.9.9 Version from the bidwatcher page as bidwatcher 0.
9.8 told me that there is an newer version. I installed it an there was a popup 
with a comment of the author that ebay has forbidden to distribute sniping 
software and that he has disabled sniping in the new version. And in my 0.9.9 
version sniping was disabled so I reinstalled 0.9.8 from protage.

Since this day there is no comment to the 0.9.9 version on the bidwatcher 
homepage so I think thats a little bit strange.
Comment 7 coran.fisher@gmail.com 2005-10-30 10:06:00 UTC
 ollonois you need to reread the dialog box, you obviously didn't pay attention 
the first time.  What it said is that ebay's new affiliate agreement does not 
allow sniping software so he disabled the affiliate mode of sniping.  Basically 
this was away of supporting cyberfox (the writer of jbidwatcher) as he'd get a 
tiny cut when you were bidding on an auction.  No where did he say the latest 
version is not capable of sniping.  Also I have used 0.9.9 and it does work 
fine.  
 
So please for goodness sake  ollonois stop putting that misinformation in this 
bug!!!! 
Comment 8 coran.fisher@gmail.com 2005-10-30 10:14:15 UTC
If you wish to read the box that  he was talking about you can reinstall 0.9.8  
and enable the affiliate mode in preferences and then upgrade back to 0.9.9  
If you have any doubt just email the author at cyberfox@users.sourceforge.net  
  
Comment 9 Josh Nichols (RETIRED) gentoo-dev 2005-12-11 15:05:29 UTC
Added to CVS, thanks for reporting!

Also, Christian, thanks for submitting the javadoc patch upstream.