Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115367 - jdbc3-firebird-1.5.6.ebuild
Summary: jdbc3-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 19:06 UTC by William L. Thomson Jr. (RETIRED)
Modified: 2005-12-15 14:19 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 19:06:49 UTC
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-java/jdbc3-firebird/jdbc3-firebird-1.5.6.ebuild,v
1.4 2005/07/18 15:42:36 axxo Exp $

inherit java-pkg

At="FirebirdSQL-${PV}JDK_1.4"
DESCRIPTION="JDBC3 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.4"
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 Petteri Räty (RETIRED) gentoo-dev 2005-12-13 14:36:20 UTC

*** This bug has been marked as a duplicate of 115365 ***
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2005-12-13 14:38:47 UTC
Not a duplicate, sorry.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2005-12-13 15:27:53 UTC
Hacked together somethign initial:
https://svn.gentooexperimental.org/svn/java/gentoo-java-experimental/dev-java/jdbc3-firebird/
Comment 4 William L. Thomson Jr. (RETIRED) gentoo-dev 2005-12-15 12:23:00 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. I will look into testing the ebuild in the experimental
overlay. It's ability to compile the sources, install binaries, and that the
resulting binaries are usuable and work.
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2005-12-15 14:19:51 UTC
A from sources built version committed. Thanks for reporting.