Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29736 Details for
Bug 48266
New developer: Mirko Caserta
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
druid-3.4.ebuild (fixed)
druid-3.4.ebuild (text/plain), 1.64 KB, created by
Mirko Caserta
on 2004-04-21 00:58:37 UTC
(
hide
)
Description:
druid-3.4.ebuild (fixed)
Filename:
MIME Type:
Creator:
Mirko Caserta
Created:
2004-04-21 00:58:37 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >MY_PV="3.4" > >DESCRIPTION="The druid is a tool that allows users to create databases in a graphical way. The user can add tables, fields, folders to group tables and modify most of the database options that follow the SQL-92 standard. In addition to sql options, the user can document each table and each field with HTML information." >HOMEPAGE="http://druid.sourceforge.net/" >SRC_URI="mirror://sourceforge/druid/druid-${MY_PV}.tar.bz2" >LICENSE="GPL-2" >KEYWORDS="x86 ~sparc ~ppc ~amd64" >SLOT="0" >IUSE="jikes" > >RDEPEND=">=virtual/jdk-1.4" >DEPEND="${RDEPEND} > >=dev-java/ant-1.4.1 > jikes? ( >=dev-java/jikes-1.17 )" > >S="${WORKDIR}/druid-${MY_PV}" > >src_compile() { > local antflags > > if [ -z "$JAVA_HOME" ]; then > einfo > einfo "\$JAVA_HOME not set!" > einfo "Please use java-config to configure your JVM and try again." > einfo > die "\$JAVA_HOME not set." > fi > > antflags="" > if [ `use jikes` ] ; then > einfo "Please ignore the following compiler warnings." > einfo "Jikes is just too pedantic..." > antflags="${antflags} -Dbuild.compiler=jikes" > fi > > epatch ${FILESDIR}/${P}-no-jikes.diff > > cd build > ant ${antflags} || die "compile problem" >} > >src_install () { > dodir /opt/druid > dodir /usr/bin > > cp -R druid.jar data docs examples images \ > libs modules ${D}/opt/druid > cd ${D}/opt/druid > chmod -R u+rw,ug-s,go+u,go-w \ > druid.jar data docs examples images \ > libs modules > > cat >${D}/opt/druid/druid.sh <<-EOF > #!/bin/sh > > java -jar /opt/druid/druid.jar \$@ > EOF > chmod 755 ${D}/opt/druid/druid.sh > > ln -s ${D}/opt/druid/druid.sh ${D}/usr/bin/druid >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48266
:
29578
| 29736 |
29737