Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115371 - jdbc2-jaybird-2.0.1.ebuild
Summary: jdbc2-jaybird-2.0.1.ebuild
Status: RESOLVED DUPLICATE of bug 115897
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: EBUILD
Depends on:
Blocks:
 
Reported: 2005-12-12 19:32 UTC by William L. Thomson Jr. (RETIRED)
Modified: 2005-12-17 18:30 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:32:42 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-2.0.1.ebuild,v
1.8 2005/07/18 15:44:32 axxo Exp $

inherit java-pkg

At="JayBird-${PV}JDK_1.3"
DESCRIPTION="JDBC2 driver for Firebird SQL server"
HOMEPAGE="http://jaybirdwiki.firebirdsql.org"
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
        java-pkg_doso libjaybird2.so
        java-pkg_newso libjaybird2.so

        use doc && java-pkg_dohtml -r docs/
        dodoc ChangeLog release_notes.html release_notes.pdf
}
Comment 1 William L. Thomson Jr. (RETIRED) gentoo-dev 2005-12-15 12:20:38 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.
Comment 2 William L. Thomson Jr. (RETIRED) gentoo-dev 2005-12-17 18:30:13 UTC

*** This bug has been marked as a duplicate of 115897 ***