Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115365 - jdbc2-firebird-1.5.6.ebuild
Summary: jdbc2-firebird-1.5.6.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-12 18:53 UTC by William L. Thomson Jr. (RETIRED)
Modified: 2006-09-19 13:33 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 William L. Thomson Jr. (RETIRED) gentoo-dev 2005-12-12 18:53:04 UTC
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.6.ebuild,v
1.8 2005/07/18 15:44:32 axxo Exp $

inherit java-pkg

At="FirebirdSQL-${PV}JDK_1.3"
DESCRIPTION="JDBC2 driver for Firebird SQL server"
HOMEPAGE="http://www.firebird.sourceforge.net"
SRC_URI="mirror://sourceforge/firebird/${At}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86 ppc ~sparc amd64"
IUSE="doc"
DEPEND="app-arch/unzip"
RDEPEND=">=virtual/jre-1.3"
S=${WORKDIR}

src_install() {
        java-pkg_dojar *.jar

        use doc && java-pkg_dohtml -r docs/
        dodoc ChangeLog release_notes.html release_notes.pdf
}


Reproducible: Always
Steps to Reproduce:
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-12 19:16:00 UTC
Don't inline, attach files as plain text. Don't attach anything without a
comment. If the ebuild doesn't need to be changed - just say it. If you attach
something, a unified diff is preferred.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2005-12-13 14:36:20 UTC
*** Bug 115367 has been marked as a duplicate of this bug. ***
Comment 3 William L. Thomson Jr. (RETIRED) gentoo-dev 2005-12-15 12:24:49 UTC
I have tested both installation and quality of installed jars. Everything
installs as expected. I tested the driver with existing apps that have been
using older versions of the driver for years. I also tested with some newer
apps, and one in development. I have also tested with apps running in Tomcat on
my development server. Bug 115367 is for a different version of the driver,
compiled under a different jvm, and used for different purposes. JDBC2 drivers
are mainly for local connections, where JDBC3 are for remote. At least that's
how the JayBird project views them.
Comment 4 William L. Thomson Jr. (RETIRED) gentoo-dev 2006-09-19 13:33:13 UTC
Closing bug because I will be removing this package in the near furture. I have created jdbc-jaybird, and ebuilds for JayBird 2.0.x and 2.1.x are in portage already. I will be moving the jdbc3-firebird-1.5.6 package into jaybird to be the 1.5.x version for anyone needing an older version of the driver.