Bug 98106 - Jtds 1.0.3 has been incorrect SLOT value in ebuild file
Bug#: 98106 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: rusxakep@mail.ru
Component: Applications
URL: 
Summary: Jtds 1.0.3 has been incorrect SLOT value in ebuild file
Keywords:  
Status Whiteboard: 
Opened: 2005-07-06 04:26 0000
Description:   Opened: 2005-07-06 04:26 0000
DESCRIPTION="Open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5,
7.0, 2000 and 2005) and Sybase."
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
HOMEPAGE="http://jtds.sourceforge.net"
LICENSE="LGPL-2.1"
SLOT="0.9"
KEYWORDS="~x86 ~amd64"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
jtds install to /usr/share/jtds-0.9

Expected Results:  
jtds install to /usr/share/jtds

------- Comment #1 From Jakub Moc (RETIRED) 2005-07-06 04:50:30 0000 -------
Hmm, 1.0.{2,3} also have SLOT="0.9"...

------- Comment #2 From Mike Baikov 2005-07-06 05:47:39 0000 -------
Yes, is strange. But,isn't strong bug, is misprint ...

------- Comment #3 From Mike Baikov 2005-08-01 23:20:03 0000 -------
cat /etc/fstab
/dev/cciss/c0d0p1       /boot           ext3            noatime,ro              1 2
/dev/cciss/c0d0p3       /               reiserfs        noatime,notail          0 2
/dev/cciss/c0d0p2       none            swap            sw                      0 0
none                    /proc           proc            defaults                0 0
none                    /dev/shm        tmpfs           defaults                0 0
/dev/vg/u01             /u01            reiserfs        noatime                 0 2
/dev/vg/u02             /u02            ext3            noatime                 0 2
/dev/vg/tmp             /tmp            ext2            defaults                0 1
/dev/vg/usr             /usr            reiserfs        noatime                 0 2
/dev/vg/var             /var            reiserfs        noatime                 0 2
/dev/vg/log             /var/log        reiserfs        defaults                0 2

------- Comment #4 From Mike Baikov 2005-08-01 23:23:55 0000 -------
blah!! Ignore previous comment.

------- Comment #5 From Petteri Räty 2005-09-21 00:03:27 0000 -------
Well it was initially put to slot 0.9 but the later releases have been binary
compatible so they were put to the same slot. The slot can be changed to
something else of course put not anything very high priority.

------- Comment #6 From Mike Baikov 2005-12-13 03:48:29 0000 -------
version bump! 1.2 has been released!

------- Comment #7 From Petteri Räty 2006-01-03 16:16:57 0000 -------
(In reply to comment #6)
> version bump! 1.2 has been released!
> 

1.2 now in the tree and SLOT is 1.2 because I wasn't happy with the japitools
results against 1.0.3. I think this bug can be closed now as we are not going
to change the slots of the old ebuilds.